Skip to content

Commit f25d4d8

Browse files
authored
Merge pull request #119 from rosuH/dev
0.7.1
2 parents 6b684e4 + 5acaa54 commit f25d4d8

File tree

11 files changed

+378
-350
lines changed

11 files changed

+378
-350
lines changed

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version="1.4.30"
4+
ext.kotlin_version="1.4.32"
55
repositories {
66
google()
77
jcenter()

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)