Skip to content

Commit

Permalink
Set Android target SDK version to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Apr 11, 2021
1 parent d9b9d49 commit 37ef3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/android/tangram/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = VERSION_NAME
apply from: 'versioning.gradle'

android {
compileSdkVersion 28
compileSdkVersion 30

// Specific ABI targets can be chosen with the 'abis' property as a comma-separated list of ABIs.
// From the command line, add '-Ptangram.abis=armeabi-v7a,x86,...' to only build those ABIs.
Expand All @@ -18,7 +18,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 30
versionCode buildVersionCode()
versionName VERSION_NAME
consumerProguardFiles 'tangram-proguard-rules.txt'
Expand Down

0 comments on commit 37ef3c4

Please sign in to comment.