Skip to content

Commit

Permalink
gradle(lib): Version 1.0.8
Browse files Browse the repository at this point in the history
* 1. Abort when onBackPressed called and no root granted, fix root detect problem.
* 2. Update Libsu to 4.0.3.
* 3. Optimize abort function.
* 4. Optimize special path handling.
* 5. Supoort for Android/data & Android/obb without root in API 30.
  • Loading branch information
XayahSuSuSu committed Mar 23, 2022
1 parent 037d062 commit 9ac8b8f
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.7'
PUBLISH_VERSION = '1.0.8'
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.0.7'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.8'
```

## 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.0.7'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.8'
```

## 使用
Expand Down

0 comments on commit 9ac8b8f

Please sign in to comment.