0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Bump NDK version

This may cause problems for you if you attempt to run the build without the
correct version (from the SDK Manager) installed, especially with assembleRelease
This commit is contained in:
Mike Hardy 2020-07-23 13:51:07 -05:00
parent 54ff3580c9
commit 54244cd4c7
No known key found for this signature in database
GPG Key ID: 2FB9315A0E38FF42

View File

@ -175,7 +175,7 @@ android {
manifest.srcFile 'src/test/AndroidManifest.xml'
}
}
ndkVersion "21.1.6352462"
ndkVersion "21.3.6528147"
}
play {