diff --git a/MaterialYouFileExplorer/build.gradle b/MaterialYouFileExplorer/build.gradle index 9360b75..122ec4b 100644 --- a/MaterialYouFileExplorer/build.gradle +++ b/MaterialYouFileExplorer/build.gradle @@ -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' } } } diff --git a/README.md b/README.md index 00d2473..c4d7898 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index 13ed022..edd3216 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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' ``` ## 使用