diff --git a/app-partial-users/build.gradle b/app-partial-users/build.gradle index 98da9bb0..98749e2a 100644 --- a/app-partial-users/build.gradle +++ b/app-partial-users/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.1" implementation 'androidx.lifecycle:lifecycle-runtime:2.6.1' implementation 'androidx.media:media:1.6.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.9.0' diff --git a/app/build.gradle b/app/build.gradle index 741ae7fa..ee493478 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-runtime:2.6.1' implementation 'androidx.media:media:1.6.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' diff --git a/feature/about/build.gradle b/feature/about/build.gradle index 4a32b1d4..0a27e480 100644 --- a/feature/about/build.gradle +++ b/feature/about/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.airbnb.android:epoxy:5.1.3' implementation okHttp implementation frescoDrawee - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/feature/config-debug/build.gradle b/feature/config-debug/build.gradle index 26c0eee7..34e283cf 100644 --- a/feature/config-debug/build.gradle +++ b/feature/config-debug/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation dagger implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' testImplementation 'junit:junit:4.13.2' diff --git a/feature/network-status/build.gradle b/feature/network-status/build.gradle index 312aa0dd..653225eb 100644 --- a/feature/network-status/build.gradle +++ b/feature/network-status/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core:1.10.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation coroutinesJvm implementation coroutinesAndroid diff --git a/feature/repo/build.gradle b/feature/repo/build.gradle index c1158b4a..5906f10c 100644 --- a/feature/repo/build.gradle +++ b/feature/repo/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' implementation fresco implementation 'org.threeten:threetenbp:1.5.1:no-tzdb' diff --git a/feature/settings/build.gradle b/feature/settings/build.gradle index d932571c..5910eb25 100644 --- a/feature/settings/build.gradle +++ b/feature/settings/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation project(':navigation-api') implementation project(':feature:ui-common-api') - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.airbnb.android:epoxy:5.1.3' diff --git a/feature/ui-common-api/build.gradle b/feature/ui-common-api/build.gradle index 05b5eb39..77f389ef 100644 --- a/feature/ui-common-api/build.gradle +++ b/feature/ui-common-api/build.gradle @@ -10,8 +10,8 @@ android { } dependencies { - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.core:core:1.10.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' } diff --git a/feature/users/build.gradle b/feature/users/build.gradle index 0cbb2157..0c206939 100644 --- a/feature/users/build.gradle +++ b/feature/users/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' implementation 'com.jakewharton.timber:timber:5.0.1' implementation fresco