Skip to content

Commit 3195811

Browse files
committed
Update versionCode
1 parent 9bb57bd commit 3195811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/sdl_android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ android {
55
defaultConfig {
66
minSdkVersion 21
77
targetSdkVersion 36
8+
versionCode 27
9+
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
810
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
911
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
1012
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

0 commit comments

Comments
 (0)