Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
feat : apply Semantic Versioning
  • Loading branch information
kjh5833 committed May 7, 2021
1 parent b168d49 commit a47f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 210419001 // yymmdd000
versionName "0.0.6" // prod(x.y.z), dev(x.y.z-dev00), poc(x.y.z-poc00)
versionName "1.0.0-dev01" // 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 a47f61d

Please sign in to comment.