From 3fe0e9faa71544751b11c22e65cd47dfac82ac60 Mon Sep 17 00:00:00 2001 From: Xayah Date: Sat, 26 Feb 2022 13:55:28 +0800 Subject: [PATCH] gradle(lib): Version 1.0.1 --- MaterialYouFileExplorer/build.gradle | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MaterialYouFileExplorer/build.gradle b/MaterialYouFileExplorer/build.gradle index 095bad2..b5bbe90 100644 --- a/MaterialYouFileExplorer/build.gradle +++ b/MaterialYouFileExplorer/build.gradle @@ -67,7 +67,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.0.0' + PUBLISH_VERSION = '1.0.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 5e9d6b5..4ace77b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { ``` 2. Implementation ``` -implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.0' +implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.1' ``` ## Usage