Fix build by specifying ndkVersion

This commit is contained in:
Fredrik Fornwall
2020-05-24 01:27:01 +02:00
parent c4c4912a7e
commit c2843897ac
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ plugins {
android { android {
compileSdkVersion 28 compileSdkVersion 28
ndkVersion '21.1.6352462'
dependencies { dependencies {
implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.annotation:annotation:1.1.0"

View File

@@ -18,6 +18,7 @@ ext {
android { android {
compileSdkVersion 28 compileSdkVersion 28
ndkVersion '21.1.6352462'
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21