Merge pull request #11878 from webgeek1234/master

android: Build native code with ndk r22
This commit is contained in:
Autechre 2021-01-15 17:28:03 +01:00 committed by GitHub
commit e3bf61f85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion "29.0.3" buildToolsVersion "29.0.3"
ndkVersion '21.3.6528147' ndkVersion "22.0.7026061"
flavorDimensions "variant" flavorDimensions "variant"