Skip to content

Commit

Permalink
12.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Mar 23, 2021
1 parent 3632af0 commit fd99930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -72,7 +72,7 @@ android {
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 1
versionName "12.2"
versionName "12.3"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "Boolean", "TASKCLUSTER_BUILD", getTaskclusterBuild()
Expand Down

0 comments on commit fd99930

Please sign in to comment.