Skip to content

Commit 373662a

Browse files
committed
fixed build version
1 parent a859b57 commit 373662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// each of the version numbers must be 0-99
22
def versionMajor = 1
33
def versionMinor = 8 // minor feature releases
4-
def versionPatch = 1 // This should be bumped for hot fixes
4+
def versionPatch = 0 // This should be bumped for hot fixes
55

66
// Double check the versioning
77
for (versionPart in [versionPatch, versionMinor, versionMajor]) {

0 commit comments

Comments
 (0)