Skip to content

Commit

Permalink
chore: opt build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sinyu1012 committed Nov 17, 2021
1 parent 56f20d5 commit 1683191
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 30

}

Expand All @@ -29,6 +28,6 @@ dependencies {

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"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "androidx.recyclerview:recyclerview:1.2.1"
}

0 comments on commit 1683191

Please sign in to comment.