summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
author“JKAST” <julian.kast@live.com>2022-09-23 13:49:06 -0400
committer“JKAST” <julian.kast@live.com>2022-09-23 13:49:06 -0400
commitde76faae6ecf78f2be6409cbd8a3e7d539d4b52f (patch)
tree3d5d8e37913f16c4c267fe5adc10b514160552fb /android
parent518da6e2c2c22a8fded40b1d0dc368a8f6bf33fc (diff)
downloadsdl_android-de76faae6ecf78f2be6409cbd8a3e7d539d4b52f.tar.gz
Update CHANGELOG, version name/code
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 e4d246c5c..c7cce6954 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 33
- versionCode 23
+ versionCode 24
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'