Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Apr 17, 2024
1 parent e7bff59 commit eb6c2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 29
def versionPatch = 51
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 0
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down

0 comments on commit eb6c2f9

Please sign in to comment.