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>2023-08-21 16:08:03 +0300
committerDaniel Lublin <daniel@lublin.se>2023-08-21 16:08:03 +0300
commit50c60ceec51f5a7a129b105f60dcfc3814cda2ae (patch)
tree7561a0025b7516a304eebff39b13d8ab68081fa4
parent2751d86e8395e9c73da0fc93050459f535752dbd (diff)
Bump targetSdk
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0254fb8..c256f21 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,11 +53,11 @@ allprojects {
}
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 14
- targetSdkVersion 31
+ targetSdkVersion 33
multiDexEnabled true
applicationId "se.lublin.mumla"