Skip to content

Commit d3cbf5a

Browse files
committed
chore: opt code
1 parent bb37950 commit d3cbf5a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

library/build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ android {
1414
minSdkVersion 21
1515
targetSdkVersion 30
1616

17-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18-
consumerProguardFiles "consumer-rules.pro"
1917
}
2018

2119
compileOptions {
@@ -29,8 +27,8 @@ android {
2927

3028
dependencies {
3129

32-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
33-
implementation 'androidx.core:core-ktx:1.3.2'
34-
implementation 'androidx.appcompat:appcompat:1.2.0'
35-
implementation "androidx.recyclerview:recyclerview:1.2.1"
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"
3634
}

0 commit comments

Comments
 (0)