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