Skip to content

Commit

Permalink
Updating version code
Browse files Browse the repository at this point in the history
  • Loading branch information
alokonly committed Nov 16, 2018
1 parent d6a6937 commit 5c091f1
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 5c091f1

Please sign in to comment.