We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057b7d commit b3db86cCopy full SHA for b3db86c
1 file changed
README.md
@@ -48,6 +48,7 @@ dependencies {
48
implementation 'me.rosuh:AndroidFilePicker:$latest_version'
49
}
50
```
51
+This lib now support AndroidX, check the version below.
52
53
Check out [releases page](https://github.com/rosuH/AndroidFilePicker/releases) to see more versions.
54
@@ -119,7 +120,7 @@ The result is a path list of the selected file (`ArrayList<String>()`).
119
120
121
Starting with 0.5.2, we removed the coroutine library and implemented it using native threads, so there is no need to add proguard-rules.
122
-## More and more
123
+## Docs
124
125
- [Source Code Explanation](https://github.com/rosuH/AndroidFilePicker/wiki/4.-%E7%A4%BA%E4%BE%8B%E5%8F%8A%E8%A7%A3%E9%87%8A).
126
0 commit comments