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

Commit

Permalink
Increase versionCode because of a bug in PlayStore (APK uploaded, but…
Browse files Browse the repository at this point in the history
… invisible)
  • Loading branch information
bmarty committed Jul 4, 2018
1 parent a49056e commit 2054a6b
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 2054a6b

Please sign in to comment.