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:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-06 08:37:33 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-14 09:08:39 +0300
commit31769f73907becc0078ce8f35bf0fcf93ffadde7 (patch)
treef262988d1c7b190f2584e4febec5094c05fe999e /tab-layout-helper
parent10b1d39259e4c95052afa03c046572fb75288872 (diff)
Bump appcompat from 1.1.0 to 1.2.0
Bumps appcompat from 1.1.0 to 1.2.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'tab-layout-helper')
-rw-r--r--tab-layout-helper/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tab-layout-helper/build.gradle b/tab-layout-helper/build.gradle
index c9b3119fb..514876f88 100644
--- a/tab-layout-helper/build.gradle
+++ b/tab-layout-helper/build.gradle
@@ -30,7 +30,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'com.google.android.material:material:1.1.0'
}