Skip to content

Commit

Permalink
gradle(lib): Version 1.0.6
Browse files Browse the repository at this point in the history
* 1. Support for filter by @asuka-mio
* 2. Support for playable preview by @asuka-mio
  • Loading branch information
XayahSuSuSu committed Mar 7, 2022
1 parent 01f0544 commit 2e92391
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 @@ -78,7 +78,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.5'
PUBLISH_VERSION = '1.0.6'
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 @@ -25,7 +25,7 @@ repositories {
```
2. Implementation
```
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.5'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.6'
```

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

## 使用
Expand Down

0 comments on commit 2e92391

Please sign in to comment.