set ndk version in build.gradle

Fixing CI builds.
This commit is contained in:
Leonid Plyushch
2020-03-21 11:19:18 +02:00
parent 8c8fa96133
commit 6e224cabcf
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ plugins {
android { android {
compileSdkVersion 28 compileSdkVersion 28
ndkVersion '21.0.6113669'
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.0.6113669'
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21