Bump version
This commit is contained in:
parent
3c0da9af19
commit
1c10f338b3
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId = "dev.beefers.vendetta.manager"
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
versionCode = 1011
|
||||
versionName = "1.0.11"
|
||||
versionCode = 1012
|
||||
versionName = "1.0.12"
|
||||
|
||||
buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
|
||||
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
|
||||
|
|
Loading…
Reference in a new issue