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 9bb57bd commit 3195811Copy full SHA for 3195811
android/sdl_android/build.gradle
@@ -5,6 +5,8 @@ android {
5
defaultConfig {
6
minSdkVersion 21
7
targetSdkVersion 36
8
+ versionCode 27
9
+ versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
10
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
11
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
12
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
0 commit comments