summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
author“JKAST” <julian.kast@live.com>2022-06-21 12:44:20 -0400
committer“JKAST” <julian.kast@live.com>2022-06-21 12:44:20 -0400
commitc53583aced67b3db184b92a0159bc060ec0ce4e9 (patch)
treef3af7e7c48f8541fbde77034216bc2af3264a062 /android
parenta0e389010b6dd2c514f70076fb92330ad5c5b3c8 (diff)
downloadsdl_android-c53583aced67b3db184b92a0159bc060ec0ce4e9.tar.gz
Update Version name and version code for 5.5.0_RC
Diffstat (limited to 'android')
-rw-r--r--android/sdl_android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdl_android/build.gradle b/android/sdl_android/build.gradle
index 4f2548737..b0072a6fd 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
- versionCode 22
+ versionCode 23
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'