Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BehindTheMath committed Apr 4, 2017
1 parent dde7818 commit 4c3b7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apply plugin: 'com.android.application'
*/
ext {
int versionMajor = 3
int versionMinor = 1
int versionRevision = 2
int versionMinor = 2
int versionRevision = 0

buildVersionCode = {
(versionMajor * 10000) + (versionMinor * 100) + versionRevision;
Expand Down

0 comments on commit 4c3b7ef

Please sign in to comment.