Skip to content

Commit

Permalink
feat(android): target API Level 31 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway authored and ewanharris committed Sep 3, 2021
1 parent d16a2e1 commit 571038c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "21",
"compileSDKVersion": "31",
"vendorDependencies": {
"android sdk": ">=23.x <=30.x",
"android sdk": ">=23.x <=31.x",
"android build tools": ">=30.0.2 <=31.x",
"android platform tools": "31.x",
"android tools": "<=26.x",
Expand Down
2 changes: 1 addition & 1 deletion android/titanium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionName tiBuildVersionString
versionCode tiBuildVersionCode
buildConfigField('int', 'VERSION_CODE', tiBuildVersionCode.toString())
Expand Down

0 comments on commit 571038c

Please sign in to comment.