Skip to content

Commit

Permalink
gradle(lib): Version 1.1.1
Browse files Browse the repository at this point in the history
* 1. Add requestLegacyExternalStorage flag
* 2. Remove default theme

Change-Id: I133dbfc6db39fa19d568ece18dd3fe4a97652462
  • Loading branch information
XayahSuSuSu committed May 22, 2022
1 parent 3922b34 commit 00df1d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MaterialYouFileExplorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
```
2. Implementation
```
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.0'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
```
2. 引入MaterialYouFileExplorer
```
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.0'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.1.1'
```

## 使用
Expand Down

0 comments on commit 00df1d8

Please sign in to comment.