We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cee04 commit 509f097Copy full SHA for 509f097
android/build.gradle
@@ -1,7 +1,7 @@
1
// each of the version numbers must be 0-99
2
def versionMajor = 1
3
def versionMinor = 7 // minor feature releases
4
-def versionPatch = 1 // This should be bumped for hot fixes
+def versionPatch = 2 // This should be bumped for hot fixes
5
6
// Double check the versioning
7
for (versionPart in [versionPatch, versionMinor, versionMajor]) {
0 commit comments