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>2021-09-30 16:50:01 +0300
committerStefan Niedermann <info@niedermann.it>2021-09-30 16:50:01 +0300
commit53c82ce840ab3d16bc105b3176f793e81b0992e2 (patch)
treead6721ca5ba8401d48f4a54615ef5b7acacc2011 /tab-layout-helper
parent399001e3854502fa5b7e30879bcec06df4012a3a (diff)
Bump targetSdk to 30
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'tab-layout-helper')
-rw-r--r--tab-layout-helper/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/tab-layout-helper/build.gradle b/tab-layout-helper/build.gradle
index f6dc49075..b315ec8a6 100644
--- a/tab-layout-helper/build.gradle
+++ b/tab-layout-helper/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 30
- buildToolsVersion "30.0.3"
+ compileSdkVersion 31
+ buildToolsVersion "31.0.0"
defaultConfig {
minSdkVersion 22
- targetSdkVersion 30
+ targetSdkVersion 31
}
}