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

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Mar 16, 2018
1 parent e4c2152 commit ddcba93
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 @@ -15,7 +15,7 @@ buildscript {
// global properties used in sub modules
ext {
versionCodeProp = 80300
versionNameProp = "0.8.3-dev"
versionNameProp = "0.8.3"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down

0 comments on commit ddcba93

Please sign in to comment.