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>2020-10-30 15:06:52 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-30 15:06:52 +0300
commit13a720e10b707de7eba17a08c2cd7ff086cc6f24 (patch)
tree308eb1737d5f46049481dfab224e90e421c05817 /tab-layout-helper
parent6d69e165aa72b803f7e2b8fd4268ad6c2197a14e (diff)
Bump targetSdk and compileSdk
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'tab-layout-helper')
-rw-r--r--tab-layout-helper/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/tab-layout-helper/build.gradle b/tab-layout-helper/build.gradle
index 613808f77..02c6fdf5b 100644
--- a/tab-layout-helper/build.gradle
+++ b/tab-layout-helper/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 14
- targetSdkVersion 29
+ targetSdkVersion 30
versionCode 1
versionName "1.0"