Skip to content

Commit

Permalink
update build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Mar 19, 2021
1 parent fc0ff80 commit bca9280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ apply plugin: 'kotlin-parcelize'

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 210219002 // yymmdd000
versionName "0.0.6-dev05" // prod(x.y.z), dev(x.y.z-dev00)
versionCode 210319001 // yymmdd000
versionName "0.0.6-dev06" // prod(x.y.z), dev(x.y.z-dev00)
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit bca9280

Please sign in to comment.