Skip to content

Commit

Permalink
Merge pull request #158 from cascadiacollections/dependabot/gradle/an…
Browse files Browse the repository at this point in the history
…droidx.recyclerview-recyclerview-1.3.2
  • Loading branch information
KevinTCoughlin authored Jan 14, 2024
2 parents cc0a10f + f58f21c commit d2e8ffa
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 @@ -76,7 +76,7 @@ dependencies {
api 'androidx.preference:preference-ktx:1.2.1'
api 'androidx.browser:browser:1.6.0'
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'androidx.recyclerview:recyclerview:1.3.1'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.appcompat:appcompat:1.6.1'
api 'com.google.android.material:material:1.9.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 @@ -31,5 +31,5 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
api 'androidx.recyclerview:recyclerview:1.3.1'
api 'androidx.recyclerview:recyclerview:1.3.2'
}

0 comments on commit d2e8ffa

Please sign in to comment.