File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed
Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.4.1 '
9+ classpath ' com.android.tools.build:gradle:3.5.0 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1111
1212 // 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
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
99 defaultConfig {
1010 minSdkVersion 21
1111 targetSdkVersion 29
12- versionCode 4
13- versionName " 4 .0.19"
12+ versionCode 5
13+ versionName " 5 .0.19"
1414 }
1515 buildTypes {
1616 release {
Original file line number Diff line number Diff line change 11<manifest
22 xmlns : android =" http://schemas.android.com/apk/res/android"
33 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 " />
66</manifest >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.developer.filepicker.file"
88 minSdkVersion 21
99 targetSdkVersion 29
10- versionCode 4
11- versionName " 4 .0.19"
10+ versionCode 5
11+ versionName " 5 .0.19"
1212 }
1313 buildTypes {
1414 release {
@@ -21,7 +21,7 @@ android {
2121dependencies {
2222 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
2323 implementation project(' :library' )
24- implementation ' androidx.appcompat:appcompat:1.0.2 '
24+ implementation ' androidx.appcompat:appcompat:1.1.0 '
2525 implementation ' androidx.recyclerview:recyclerview:1.0.0'
2626 debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
2727 releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 package =" com.developer.filepicker.file" >
55
6+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
7+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
8+
69 <application
710 android : name =" com.developer.filepicker.file.FilePickerApplication"
811 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments