Skip to content

Commit 1683191

Browse files
committed
chore: opt build.gradle
1 parent 56f20d5 commit 1683191

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ android {
1212

1313
defaultConfig {
1414
minSdkVersion 21
15-
targetSdkVersion 30
1615

1716
}
1817

@@ -29,6 +28,6 @@ dependencies {
2928

3029
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3130
compileOnly 'androidx.core:core-ktx:1.3.2'
32-
compileOnly 'androidx.appcompat:appcompat:1.2.0'
33-
compileOnly "androidx.recyclerview:recyclerview:1.2.1"
31+
implementation 'androidx.appcompat:appcompat:1.2.0'
32+
implementation "androidx.recyclerview:recyclerview:1.2.1"
3433
}

0 commit comments

Comments
 (0)