Skip to content

Commit 5acaa54

Browse files
committed
🎨 ⚡ 🐛
[Update] - Remove kotlin-extensions plugin. - Remove unnecessary creation operations of Adapter object. - Improve the performance of refreshing the list. - Remove WRITE_EXTERNAL_STORAGE permission.
1 parent ab75155 commit 5acaa54

9 files changed

Lines changed: 374 additions & 349 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ Check out [releases page](https://github.com/rosuH/AndroidFilePicker/releases) t
6464

6565
### Permission
6666

67-
The library requires two permissions:
67+
The library requires one permissions:
6868

6969
- `android.permission.READ_EXTERNAL_STORAGE`
70-
- `android.permission.WRITE_EXTERNAL_STORAGE`
7170

7271
If you do not have permission to apply, this framework will check and apply at startup.
7372

README_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ dependencies {
6767

6868
### 权限
6969

70-
此库需要两个权限
70+
此库需要一个权限
7171

7272
- `android.permission.READ_EXTERNAL_STORAGE`
73-
- `android.permission.WRITE_EXTERNAL_STORAGE`
7473

7574
如果您没有提前授予,这个库会自动申请该权限的。
7675

filepicker/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
22

33
apply plugin: 'kotlin-android'
44

5-
apply plugin: 'kotlin-android-extensions'
6-
75
apply plugin: 'com.github.dcendents.android-maven'
86

97
group='com.github.rosuH'

0 commit comments

Comments
 (0)