Skip to content

Commit

Permalink
feat(android): set targetSDK to Android 34 (#14068)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Aug 20, 2024
1 parent 803bd04 commit 5fc81f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId 'com.titanium.test'
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName '1.0'
manifestPlaceholders = project.ext.tiManifestPlaceholders
Expand Down
2 changes: 1 addition & 1 deletion android/titanium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionName tiBuildVersionString
versionCode tiBuildVersionCode
buildConfigField('int', 'VERSION_CODE', tiBuildVersionCode.toString())
Expand Down

0 comments on commit 5fc81f0

Please sign in to comment.