Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-01 23:44:57 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-01 23:44:57 +0300
commitd800d6870d179d77b3db70204c860d879f1ade20 (patch)
treef153f869612254681c86db037643c43e40108142
parentf247f6d368c1d8ca320dcce9a6e0eb744b86ea3d (diff)
Build and target API level 29
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index a8d62e7..7a968c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,8 +44,8 @@ dependencies {
}
android {
- compileSdkVersion 28
- buildToolsVersion '28.0.3'
+ compileSdkVersion 29
+ buildToolsVersion '29.0.3'
sourceSets.main.jniLibs.srcDir 'src/main/libs/'
sourceSets.main.jni.srcDirs = [] // Disable NDK build support until it supports multiple modules.
@@ -54,7 +54,7 @@ android {
testApplicationId "se.lublin.humla.test"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
minSdkVersion 14
- targetSdkVersion 28
+ targetSdkVersion 29
// ndk {
// abiFilters "armeabi", "armeabi-v7a", "x86"