We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b8ddd commit a0e8a51Copy full SHA for a0e8a51
README.md
@@ -13,10 +13,6 @@ repositories {
13
dependencies {
14
implementation "com.github.LibChecker:LibChecker-Rules-Bundle:${latest_version}"
15
16
- // Required: AndroidX Room
17
- implementation 'androidx.room:room-runtime:2.5.0'
18
- implementation 'androidx.room:room-ktx:2.5.0'
19
-
20
// Required: Kotlin Coroutines
21
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
22
}
0 commit comments