Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector de Isidro committed Sep 11, 2017
1 parent 80a3c5b commit 06d4fac
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 @@ -23,7 +23,7 @@ ext {
// internal
def appVersionMajor = 1
def appVersionMinor = 3
def appVersionPatch = 0
def appVersionPatch = 1
def appVersionBuild = 0

appVersionCode = appVersionMajor * 1000000 + appVersionMinor * 10000 + appVersionPatch * 100 + appVersionBuild
Expand Down

0 comments on commit 06d4fac

Please sign in to comment.