Skip to content

Commit

Permalink
Release version 1.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector de Isidro committed Sep 1, 2017
1 parent 09bf923 commit d9a8367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
def appVersionMajor = 1
def appVersionMinor = 2
def appVersionPatch = 1
def appVersionBuild = 0
def appVersionBuild = 1

appVersionCode = appVersionMajor * 1000000 + appVersionMinor * 10000 + appVersionPatch * 100 + appVersionBuild
appVersionName = "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}"
Expand Down

0 comments on commit d9a8367

Please sign in to comment.