We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f20d5 commit 1683191Copy full SHA for 1683191
library/build.gradle
@@ -12,7 +12,6 @@ android {
12
13
defaultConfig {
14
minSdkVersion 21
15
- targetSdkVersion 30
16
17
}
18
@@ -29,6 +28,6 @@ dependencies {
29
28
30
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
31
compileOnly 'androidx.core:core-ktx:1.3.2'
32
- compileOnly 'androidx.appcompat:appcompat:1.2.0'
33
- compileOnly "androidx.recyclerview:recyclerview:1.2.1"
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation "androidx.recyclerview:recyclerview:1.2.1"
34
0 commit comments