Skip to content

Commit

Permalink
- version bump 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj0011 committed Mar 6, 2021
1 parent df65040 commit ae86005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion(19)
targetSdkVersion(30)
versionCode(getCommitCount().toInt())
versionName = "1.2.3"
versionName = "1.3"

vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -54,6 +54,7 @@ android {

named("debug") {
isMinifyEnabled = false
isShrinkResources = false
isDebuggable = true
versionNameSuffix("+debug.${getGitSha().take(8)}")
applicationIdSuffix(".debug")
Expand Down

0 comments on commit ae86005

Please sign in to comment.