Skip to content

Commit

Permalink
'compileSdkVersion' -> 'compileSdk'
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 8, 2024
1 parent 7a4362a commit 1033f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/android/tangram/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = 'com.mapzen.tangram'
version = '0.17.2-SNAPSHOT'

android {
compileSdkVersion 30
compileSdk 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 Down

0 comments on commit 1033f8c

Please sign in to comment.