File tree 6 files changed +12
-9
lines changed
6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.4.1 '
9
+ classpath ' com.android.tools.build:gradle:3.5.0 '
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 21
11
11
targetSdkVersion 29
12
- versionCode 4
13
- versionName " 4 .0.19"
12
+ versionCode 5
13
+ versionName " 5 .0.19"
14
14
}
15
15
buildTypes {
16
16
release {
Original file line number Diff line number Diff line change 1
1
<manifest
2
2
xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.developer.filepicker" >
4
- <uses-permission
5
- android : name =" android.permission.READ_EXTERNAL_STORAGE " />
4
+ <uses-permission android : name = " android.permission.READ_EXTERNAL_STORAGE " />
5
+ < uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE " />
6
6
</manifest >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.developer.filepicker.file"
8
8
minSdkVersion 21
9
9
targetSdkVersion 29
10
- versionCode 4
11
- versionName " 4 .0.19"
10
+ versionCode 5
11
+ versionName " 5 .0.19"
12
12
}
13
13
buildTypes {
14
14
release {
@@ -21,7 +21,7 @@ android {
21
21
dependencies {
22
22
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
23
23
implementation project(' :library' )
24
- implementation ' androidx.appcompat:appcompat:1.0.2 '
24
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
25
25
implementation ' androidx.recyclerview:recyclerview:1.0.0'
26
26
debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
27
27
releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.developer.filepicker.file" >
5
5
6
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
7
+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
8
+
6
9
<application
7
10
android : name =" com.developer.filepicker.file.FilePickerApplication"
8
11
android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments