We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eeff32 + 28d4008 commit f3b1b76Copy full SHA for f3b1b76
1 file changed
LogcatCoreLib/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2-native-mt"
26
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
27
implementation 'com.google.code.gson:gson:2.8.6'
28
- implementation 'androidx.recyclerview:recyclerview:1.1.0'
+ implementation 'androidx.recyclerview:recyclerview:1.2.0'
29
api 'com.google.android.material:material:1.3.0'
30
api 'com.jakewharton.timber:timber:4.7.1'
31
}
0 commit comments