Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector de Isidro committed Sep 11, 2017
1 parent df6d5f8 commit 7543dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ext {

// internal
def appVersionMajor = 1
def appVersionMinor = 2
def appVersionPatch = 2
def appVersionMinor = 3
def appVersionPatch = 0
def appVersionBuild = 0

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

0 comments on commit 7543dc3

Please sign in to comment.