Skip to content

Commit

Permalink
gradle(lib): Version 1.2.2
Browse files Browse the repository at this point in the history
* 1. Optimization logic
* 2. Add defPath menu

Change-Id: I61e7ebeb0b9f190902ea3312ad8a783899e001f4
  • Loading branch information
XayahSuSuSu committed Jun 23, 2022
1 parent d9e7781 commit b726f1f
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 @@ -90,7 +90,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.XayahSuSuSu'
artifactId = 'materialyoufileexplorer'
version = '1.2.1'
version = '1.2.2'
}
}
}
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 'com.github.XayahSuSuSu:Android-MaterialYouFileExplorer:1.2.1'
implementation 'com.github.XayahSuSuSu:Android-MaterialYouFileExplorer:1.2.2'
```

## 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 'com.github.XayahSuSuSu:Android-MaterialYouFileExplorer:1.2.1'
implementation 'com.github.XayahSuSuSu:Android-MaterialYouFileExplorer:1.2.2'
```

## 使用
Expand Down

0 comments on commit b726f1f

Please sign in to comment.