Skip to content

Commit

Permalink
Merge pull request #293 from openxc/VersionCodeUpdate
Browse files Browse the repository at this point in the history
Updating version code again
  • Loading branch information
alokonly authored Nov 16, 2018
2 parents af6d9cc + 3f40371 commit 7986f5b
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 @@ -32,7 +32,7 @@ ext {

versionMajor = 7
versionMinor = 0
versionPatch = 1
versionPatch = 2

versionCode = versionMajor * 1000000 + versionMinor * 1000 + versionPatch
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down

0 comments on commit 7986f5b

Please sign in to comment.