Skip to content

Commit

Permalink
Updated to v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alokonly committed Feb 6, 2019
1 parent 82a4083 commit 49db538
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 = 4
versionPatch = 5

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

0 comments on commit 49db538

Please sign in to comment.