File tree 7 files changed +15
-16
lines changed
src/main/java/com/developer/filepicker/model
7 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Android Library to select files/directories from Device Storage
5
5
6
6
## And Don't Forget To Follow Me On Instagram
7
7
8
- <p align =" center " >Follow me on instagram to stay up-to-date https://instagram.com/akshay_sunil_masram
8
+ <p align =" center " >Follow me on instagram to stay up-to-date https://instagram.com/a.masram444
9
9
10
10
## Contributors
11
11
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.5.3 '
9
+ classpath ' com.android.tools.build:gradle:7.1.2 '
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.4.1-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-bin .zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
- apply plugin : ' com.github.dcendents.android-maven'
3
+ // apply plugin: 'com.github.dcendents.android-maven'
4
4
group= ' com.github.TutorialsAndroid'
5
5
6
6
android {
7
- compileSdkVersion 29
7
+ compileSdkVersion 31
8
8
9
9
defaultConfig {
10
10
minSdkVersion 19
11
- targetSdkVersion 29
12
- versionCode 6
13
- versionName " 6.0.19"
11
+ targetSdkVersion 31
14
12
}
15
13
buildTypes {
16
14
release {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public abstract class DialogConfigs {
13
13
14
14
/* PARENT_DIRECTORY*/
15
15
private static final String DIRECTORY_SEPARATOR = "/" ;
16
- private static final String STORAGE_DIR = "mnt " ;
16
+ private static final String STORAGE_DIR = "sdcard " ;
17
17
18
18
/* DEFAULT_DIR is the default mount point of the SDCARD. It is the default
19
19
* mount point.
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 29
4
+ compileSdkVersion 31
5
5
6
6
defaultConfig {
7
7
applicationId " com.developer.filepicker.file"
8
8
minSdkVersion 19
9
- targetSdkVersion 29
10
- versionCode 6
11
- versionName " 6 .0.19 "
9
+ targetSdkVersion 31
10
+ versionCode 7
11
+ versionName " 8 .0.20 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -25,6 +25,6 @@ dependencies {
25
25
implementation project(' :library' )
26
26
27
27
// AndroidX Libraries
28
- implementation ' androidx.appcompat:appcompat:1.1.0 '
29
- implementation ' androidx.recyclerview:recyclerview:1.1.0 '
28
+ implementation ' androidx.appcompat:appcompat:1.4.1 '
29
+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
30
30
}
Original file line number Diff line number Diff line change 15
15
android : requestLegacyExternalStorage =" true"
16
16
tools : ignore =" AllowBackup,GoogleAppIndexingWarning" >
17
17
18
- <activity android : name =" com.developer.filepicker.file.MainActivity" >
18
+ <activity android : name =" com.developer.filepicker.file.MainActivity"
19
+ android : exported =" true" >
19
20
<intent-filter >
20
21
<action android : name =" android.intent.action.MAIN" />
21
22
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments