Skip to content

Commit

Permalink
Merge pull request #294 from openxc/version-update
Browse files Browse the repository at this point in the history
Updating version code to avoid conflict
  • Loading branch information
alokonly authored Nov 16, 2018
2 parents 7986f5b + 5289d22 commit e39ce69
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 = 2
versionPatch = 3

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

0 comments on commit e39ce69

Please sign in to comment.