Skip to content

Commit 0135248

Browse files
committed
add: 3.33.0 rc1 changelog and upgrade version number
Signed-off-by: alperozturk <[email protected]>
1 parent 13c784f commit 0135248

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ configurations.configureEach {
7474
def versionMajor = 3
7575
def versionMinor = 33
7676
def versionPatch = 0
77-
def versionBuild = 50 // 0-50=Alpha / 51-98=RC / 90-99=stable
77+
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
7878

7979

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

0 commit comments

Comments
 (0)