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

gitlab.com/quite/mumla.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 01:24:17 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-01 01:24:17 +0300
commit75f85ba13936540772d9138c0ef27c444e0a0ef9 (patch)
treec204d8e2da6d4124d7144d762a43c0321e955c8f /app/build.gradle
parent177f821283cc80231e507bf6d84d678b86fe3702 (diff)
Build and target API level 29
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a67aefc..3382d94 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,12 +46,12 @@ def signingFile = file 'signing.gradle'
if (signingFile.exists()) apply from: 'signing.gradle'
android {
- compileSdkVersion 28
- buildToolsVersion '28.0.3'
+ compileSdkVersion 29
+ buildToolsVersion '29.0.2'
defaultConfig {
minSdkVersion 14
- targetSdkVersion 28
+ targetSdkVersion 29
applicationId "se.lublin.mumla"
versionCode 73
versionName "3.3.0-rc1"