Skip to content

Commit

Permalink
Prepare version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Mar 2, 2022
1 parent 0b5fe8e commit a2116d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
majorVersion = 1
minVersion = 2
patchVersion = 0
patchVersion = 2
libraryVersionName = "${majorVersion}.${minVersion}.${patchVersion}"
libraryVersionCode = majorVersion * 1000 + minVersion * 100 + patchVersion

Expand Down

0 comments on commit a2116d4

Please sign in to comment.