We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a781ac commit 1f03687Copy full SHA for 1f03687
VERSION
@@ -1 +1 @@
1
-5.6.0
+5.6.1
android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
5
defaultConfig {
6
minSdkVersion 16
7
targetSdkVersion 33
8
- versionCode 24
+ versionCode 25
9
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
10
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
11
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
0 commit comments