Skip to content

Commit 5dd68dc

Browse files
committed
Bump version
Signed-off-by: alperozturk <[email protected]>
1 parent 73a9306 commit 5dd68dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configurations.configureEach {
8080
def versionMajor = 3
8181
def versionMinor = 30
8282
def versionPatch = 0
83-
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
83+
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484

8585

8686
def ndkEnv = new HashMap<String, String>()

0 commit comments

Comments
 (0)