Skip to content

Commit

Permalink
Merge pull request #8 from molihuan/dev
Browse files Browse the repository at this point in the history
修改readme
  • Loading branch information
molihuan authored Dec 27, 2022
2 parents c424a74 + cd0b9e6 commit 07c22f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- [x] 高度自定义UI
- [x] 国际化
- [ ] 搜索功能
- [ ] 自定义图标
- [ ] 显示隐藏文件

## 语言(Language)

Expand Down Expand Up @@ -467,6 +469,15 @@ PathSelectFragment selector = PathSelector.build(this, MConstants.BUILD_DIALOG)
```

请在你的项目中的`AndroidManifest.xml`设置一致

#### 包含Android Support库

- 如果你的项目使用Androidx库,因为此库引用了[getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)库,其包含旧版Support库,会导致冲突而报错。解决办法为在project主目录下的gradle.properties中添加

```
android.enableJetifier=true
```

#### 版本升级

- 新版本往往解决了旧版本的一些问题、增加了性能、可扩展性......建议升级新版本
Expand All @@ -486,16 +497,12 @@ PathSelectFragment selector = PathSelector.build(this, MConstants.BUILD_DIALOG)
# 特别鸣谢

- [getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)

- [CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)

- [Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)

- [xuexiangjys/XTask](https://github.com/xuexiangjys/XTask)

- [ZLYang110/FileSelector](https://github.com/ZLYang110/FileSelector)

- [zzy0516alex/FileSelectorRelease](https://github.com/zzy0516alex/FileSelectorRelease)
- [folderv/androidDataWithoutRootAPI33](https://github.com/folderv/androidDataWithoutRootAPI33)

开源项目以及其依赖项目。

Expand Down
16 changes: 11 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,16 @@ PathSelectFragment selector = PathSelector.build(this, MConstants.BUILD_DIALOG)
```

Please set the `AndroidManifest.xml` in your project to be consistent

#### Includes android.support library

- If your project uses Androidx library, because this library references the [getActivity/XXPermissions](https://github.com/getActivity/XXPermissions) library, which contains the android.support library, it will cause a conflict and report an error. The solution is to add the following to the gradle.properties in the project's home directory

```
android.enableJetifier=true
```


#### Version Upgrade

- The new version often solves some of the problems of the old version, increases performance, scalability ...... It is recommended to upgrade to a new version
Expand All @@ -486,16 +496,12 @@ PathSelectFragment selector = PathSelector.build(this, MConstants.BUILD_DIALOG)
# Special Thanks

- [getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)

- [CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)

- [Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)

- [xuexiangjys/XTask](https://github.com/xuexiangjys/XTask)

- [ZLYang110/FileSelector](https://github.com/ZLYang110/FileSelector)

- [zzy0516alex/FileSelectorRelease](https://github.com/zzy0516alex/FileSelectorRelease)
- [folderv/androidDataWithoutRootAPI33](https://github.com/folderv/androidDataWithoutRootAPI33)

Open source projects and their dependencies.

Expand Down

0 comments on commit 07c22f4

Please sign in to comment.