Skip to content

Commit

Permalink
Specify NDK version in gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 8, 2024
1 parent 1033f8c commit c572017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/android/tangram/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = '0.17.2-SNAPSHOT'

android {
compileSdk 30
ndkVersion "25.2.9519653"

// 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 c572017

Please sign in to comment.