Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/version_code_issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 4, 2018
2 parents a49056e + 2054a6b commit c0f21b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

// global properties used in sub modules
ext {
versionCodeProp = 81100
versionCodeProp = 81101
versionNameProp = "0.8.11"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
Expand Down

0 comments on commit c0f21b6

Please sign in to comment.