Skip to content

Commit

Permalink
Update name and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Mar 8, 2022
1 parent 2815655 commit 7094f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.1
RC_5.4.0
2 changes: 1 addition & 1 deletion android/sdl_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 21
versionCode 22
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
public final class BuildConfig {
public static final String VERSION_NAME = "5.3.1";
public static final String VERSION_NAME = "RC_5.4.0";
}

0 comments on commit 7094f6f

Please sign in to comment.