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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c8d4c6e2f..25d0ca332 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 21
- targetSdkVersion 29
+ targetSdkVersion 30
versionCode 1018000
versionName "1.18.0"
vectorDrawables.useSupportLibrary true