aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/build.gradle')
-rw-r--r--android/WALT/app/build.gradle17
1 files changed, 10 insertions, 7 deletions
diff --git a/android/WALT/app/build.gradle b/android/WALT/app/build.gradle
index ec99946..71a473c 100644
--- a/android/WALT/app/build.gradle
+++ b/android/WALT/app/build.gradle
@@ -2,18 +2,15 @@ apply plugin: 'com.android.application'
android {
- compileSdkVersion 27
- buildToolsVersion '27.0.3'
+ compileSdkVersion 29
+ buildToolsVersion '29.0.3'
defaultConfig {
applicationId "org.chromium.latency.walt"
- minSdkVersion 17
- targetSdkVersion 23
+ minSdkVersion 21
+ targetSdkVersion 29
versionCode 9
versionName "0.1.9"
- externalNativeBuild.ndkBuild {
- arguments "APP_PLATFORM=android-14", "APP_ALLOW_MISSING_DEPS=true"
- }
}
externalNativeBuild.ndkBuild {
@@ -30,6 +27,12 @@ android {
}
}
}
+
+ ndkVersion "21.0.6113669"
+
+ lintOptions {
+ abortOnError false
+ }
}
dependencies {