Skip to content

Commit

Permalink
Update version to 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusM committed Dec 30, 2015
1 parent 23657df commit 52a53a7
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 @@ -19,7 +19,7 @@ allprojects {
ext {
versionMajor = 2
versionMinor = 2
versionPatch = 1
versionPatch = 2

versionCode = versionMajor * 1000 + versionMinor * 100 + versionPatch
versionName = versionMajor + "." + versionMinor + "." + versionPatch
Expand Down

0 comments on commit 52a53a7

Please sign in to comment.