Skip to content

Commit

Permalink
Merge branch 'master' into androidTintTabbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored Aug 20, 2024
2 parents 93688aa + 5fc81f0 commit 704dfe8
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 704dfe8

Please sign in to comment.