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 bd2e50e commit d65d71eCopy full SHA for d65d71e
android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
5
defaultConfig {
6
minSdkVersion 16
7
targetSdkVersion 30
8
- versionCode 17
+ versionCode 18
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