Skip to content

Commit

Permalink
Update version (Alpha 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanglass committed Aug 8, 2022
1 parent 07572a7 commit b7ad08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (ciBuild) {
}

def version = "12.1.0"
def releaseName = "Beta 1"
def releaseName = "Alpha 4"
def versionDisplayName = "${version} ${isReleaseBuild ? releaseName : devReleaseName}"
def majorVersion = versionDisplayName.split("\\.")[0]

Expand All @@ -135,7 +135,7 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 32
versionCode 12_01_00_04
versionCode 12_01_00_05
versionName "${versionDisplayName}"
buildConfigField "String", "VERSION_DISPLAY_NAME", "\"${versionDisplayName}\""
buildConfigField "String", "MAJOR_VERSION", "\"${majorVersion}\""
Expand Down

0 comments on commit b7ad08c

Please sign in to comment.