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-09-16 11:36:44 +0300
committerStefan Niedermann <info@niedermann.it>2022-09-16 11:36:44 +0300
commitccf9fedc616361bdacc7b645d2e61a1577f80e0e (patch)
treec5aced27e0fdcfe12cd56c2a1690c09f45b18f94 /tab-layout-helper
parent5fc8fd29303f6c860700e09894b6b1262d36b40c (diff)
Upgrad to AGP 7.3.0
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 dca536f60..95aef30bb 100644
--- a/tab-layout-helper/build.gradle
+++ b/tab-layout-helper/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
buildToolsVersion "31.0.0"
defaultConfig {
minSdkVersion 22
- targetSdkVersion 31
+ targetSdkVersion 33
}
namespace 'it.niedermann.android.tablayouthelper'
}