Skip to content

Commit

Permalink
Merge pull request #349 from cascadiacollections/dependabot/gradle/an…
Browse files Browse the repository at this point in the history
…droidx.recyclerview-recyclerview-1.4.0

Bump androidx.recyclerview:recyclerview from 1.3.2 to 1.4.0
  • Loading branch information
KevinTCoughlin authored Jan 19, 2025
2 parents 91d33c9 + 225ff38 commit af53f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Smodr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
api 'androidx.preference:preference-ktx:1.2.1'
api 'androidx.browser:browser:1.8.0'
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.recyclerview:recyclerview:1.4.0'
api 'androidx.appcompat:appcompat:1.7.0'
api 'com.google.android.material:material:1.12.0'
api 'com.squareup.okhttp:okhttp:2.7.5'
Expand Down
2 changes: 1 addition & 1 deletion common-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.recyclerview:recyclerview:1.4.0'
}

0 comments on commit af53f79

Please sign in to comment.