Skip to content

Commit

Permalink
chore: opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinyu1012 committed Nov 17, 2021
1 parent bb37950 commit d3cbf5a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ android {
minSdkVersion 21
targetSdkVersion 30

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}

compileOptions {
Expand All @@ -29,8 +27,8 @@ android {

dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "androidx.recyclerview:recyclerview:1.2.1"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly 'androidx.core:core-ktx:1.3.2'
compileOnly 'androidx.appcompat:appcompat:1.2.0'
compileOnly "androidx.recyclerview:recyclerview:1.2.1"
}

0 comments on commit d3cbf5a

Please sign in to comment.