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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-05-21 12:56:25 +0300
committerStefan Niedermann <info@niedermann.it>2022-05-21 12:56:25 +0300
commiteb9652cece14c24b56ff15db727c7d949b1a4d60 (patch)
tree19eb9f8c82aa6f830474889032571e13293263c0
parent301eedeff6e82f79c566889a189779f2102301ed (diff)
Update targetSdkVersion
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e00b0a78b..e6265b20f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
- compileSdkVersion 31
+ compileSdkVersion 32
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 32
versionCode 1020000
versionName "1.20.0"
vectorDrawables.useSupportLibrary true