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-01-20 08:34:09 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-01-20 09:15:54 +0300
commit71ec11be4de07052e81e4dd8f2c678d2b9ec481d (patch)
tree37b01187141e53b7400c9ce0730e75e80e3e5c30
parentdea65019e73719acdd962bb2c5adf36e30caff0c (diff)
Bump flexbox from 2.0.0 to 2.0.1
Bumps [flexbox](https://github.com/google/flexbox-layout) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/google/flexbox-layout/releases) - [Commits](https://github.com/google/flexbox-layout/compare/2.0.0...2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c93998f1a..60b34cf52 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -64,7 +64,7 @@ dependencies {
// Flexbox
- implementation 'com.google.android:flexbox:2.0.0'
+ implementation 'com.google.android:flexbox:2.0.1'
// Tab-Layout-Helper
implementation 'com.h6ah4i.android.tablayouthelper:tablayouthelper:1.0.0'