Skip to content

Commit

Permalink
feat(android): target api level 30 by default
Browse files Browse the repository at this point in the history
Fixes TIMOB-28047
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Nov 12, 2020
1 parent 23d9288 commit 4490c3e
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 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName '1.0'
manifestPlaceholders = project.ext.tiManifestPlaceholders
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minSDKVersion": "19",
"compileSDKVersion": "30",
"vendorDependencies": {
"android sdk": ">=23.x <=29.x",
"android sdk": ">=23.x <=30.x",
"android build tools": ">=29.0.2 <=30.x",
"android platform tools": "30.x",
"android tools": "<=26.x",
Expand Down

0 comments on commit 4490c3e

Please sign in to comment.