We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd2499 commit 8dd082dCopy full SHA for 8dd082d
2 files changed
android/hello_sdl_android/build.gradle
@@ -1,11 +1,11 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 31
+ compileSdkVersion 33
5
defaultConfig {
6
applicationId "com.sdl.hellosdlandroid"
7
minSdkVersion 16
8
- targetSdkVersion 31
+ targetSdkVersion 33
9
versionCode 1
10
versionName "1.0"
11
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
android/sdl_android/build.gradle
@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
versionCode 23
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
0 commit comments