summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2023-02-13 14:23:47 -0500
committerJoey Grover <joeygrover@gmail.com>2023-02-13 14:23:47 -0500
commit1f0368732f0540c5a26b851d851f4f315d94f567 (patch)
tree7c3a2fef5bbaf28351d0081b276a0f8e013dc258
parent6a781ac60f5ecf8295bc391d95a15103e23c6037 (diff)
downloadsdl_android-1f0368732f0540c5a26b851d851f4f315d94f567.tar.gz
Update version to 5.6.1
-rw-r--r--VERSION2
-rw-r--r--android/sdl_android/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 1bc788d3b..b7c75422b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.6.0
+5.6.1
diff --git a/android/sdl_android/build.gradle b/android/sdl_android/build.gradle
index c7cce6954..8bf0122f3 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 33
- versionCode 24
+ versionCode 25
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'