Skip to content

Commit eb6c2f9

Browse files
committedApr 17, 2024
Correct version
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent e7bff59 commit eb6c2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ configurations.configureEach {
7878
// semantic versioning for version code
7979
def versionMajor = 3
8080
def versionMinor = 29
81-
def versionPatch = 51
82-
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
81+
def versionPatch = 0
82+
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8383

8484

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

0 commit comments

Comments
 (0)
Please sign in to comment.