Skip to content

Commit

Permalink
Merge pull request #119 from rosuH/dev
Browse files Browse the repository at this point in the history
0.7.1
  • Loading branch information
rosuH authored Mar 31, 2021
2 parents 6b684e4 + 5acaa54 commit f25d4d8
Show file tree
Hide file tree
Showing 11 changed files with 378 additions and 350 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ Check out [releases page](https://github.com/rosuH/AndroidFilePicker/releases) t

### Permission

The library requires two permissions:
The library requires one permissions:

- `android.permission.READ_EXTERNAL_STORAGE`
- `android.permission.WRITE_EXTERNAL_STORAGE`

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

Expand Down
3 changes: 1 addition & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ dependencies {

### 权限

此库需要两个权限
此库需要一个权限

- `android.permission.READ_EXTERNAL_STORAGE`
- `android.permission.WRITE_EXTERNAL_STORAGE`

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version="1.4.30"
ext.kotlin_version="1.4.32"
repositories {
google()
jcenter()
Expand Down
2 changes: 0 additions & 2 deletions filepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

apply plugin: 'com.github.dcendents.android-maven'

group='com.github.rosuH'
Expand Down
Loading

0 comments on commit f25d4d8

Please sign in to comment.