Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(android): compile with API Level 31 #12959

Merged
merged 5 commits into from
Aug 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'com.android.application'

// Set up Android app project.
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId 'com.titanium.test'
minSdkVersion 21
Expand Down
4 changes: 2 additions & 2 deletions android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"integrity": "sha512-A0tV+fYtkpKfIF5roRTCFPtdULMFygmfWlEuuHOBjC3q4rz/mKnAsJTYBlqayC/4oYEWehj867Oh1o6vy26XHQ=="
},
"minSDKVersion": "21",
"compileSDKVersion": "30",
"compileSDKVersion": "31",
"vendorDependencies": {
"android sdk": ">=23.x <=30.x",
"android build tools": ">=30.0.2 <=31.x",
"android platform tools": "30.x",
"android platform tools": "31.x",
"android tools": "<=26.x",
"android ndk": ">=r21 <=r22b",
"java": ">=1.8.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 @@ -38,7 +38,7 @@ for (nextString in tiBuildVersionString.split('\\.')) {
}

android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
Expand Down