Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Apr 8, 2021
1 parent c929d60 commit 31f7a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 210408001 // yymmdd000
versionName "0.0.6-dev24" // prod(x.y.z), dev(x.y.z-dev00), poc(x.y.z-poc00)
versionCode 210408002 // yymmdd000
versionName "0.0.6-dev25" // prod(x.y.z), dev(x.y.z-dev00), poc(x.y.z-poc00)
multiDexEnabled true

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

0 comments on commit 31f7a97

Please sign in to comment.