Skip to content

Commit

Permalink
gradle(lib): Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XayahSuSuSu committed Feb 26, 2022
1 parent 1d129e2 commit 3fe0e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MaterialYouFileExplorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
```
2. Implementation
```
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.0'
implementation 'io.github.xayahsususu:materialyoufileexplorer:1.0.1'
```

## Usage
Expand Down

0 comments on commit 3fe0e9f

Please sign in to comment.