From 00df1d892e562c85bb655fa87b54770def6ed044 Mon Sep 17 00:00:00 2001 From: Xayah Date: Sun, 22 May 2022 16:28:50 +0800 Subject: [PATCH] gradle(lib): Version 1.1.1 * 1. Add requestLegacyExternalStorage flag * 2. Remove default theme Change-Id: I133dbfc6db39fa19d568ece18dd3fe4a97652462 --- MaterialYouFileExplorer/build.gradle | 2 +- README.md | 2 +- README_CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MaterialYouFileExplorer/build.gradle b/MaterialYouFileExplorer/build.gradle index c5110bf..3c89de1 100644 --- a/MaterialYouFileExplorer/build.gradle +++ b/MaterialYouFileExplorer/build.gradle @@ -80,7 +80,7 @@ ext { PUBLISH_ARTIFACT_ID = 'materialyoufileexplorer' PUBLISH_DESCRIPTION = 'A file explorer with the style of Material You.' PUBLISH_GITHUB_URL = 'https://github.com/XayahSuSuSu/Android-MaterialYouFileExplorer' - PUBLISH_VERSION = '1.1.0' + PUBLISH_VERSION = '1.1.1' PUBLISH_LICENSE_NAME = 'GPL-3.0' PUBLISH_LICENSE_URL = 'https://choosealicense.com/licenses/gpl-3.0/' PUBLISH_DE_URL = 'https://choosealicense.com/licenses/gpl-3.0/' diff --git a/README.md b/README.md index bfc6e94..a04a33f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ repositories { ``` 2. Implementation ``` -implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.0' +implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.1' ``` ## Usage diff --git a/README_CN.md b/README_CN.md index 462eaba..5addc9a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -30,7 +30,7 @@ repositories { ``` 2. 引入MaterialYouFileExplorer ``` -implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.0' +implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.1' ``` ## 使用