File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/main/java/com/aditya/filebrowser/utils Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.adityak'
5
5
PUBLISH_ARTIFACT_ID = ' browsemyfiles'
6
- PUBLISH_VERSION = ' 1.5.1 '
6
+ PUBLISH_VERSION = ' 1.6 '
7
7
}
8
8
9
9
android {
@@ -14,8 +14,8 @@ android {
14
14
// applicationId "com.aditya.filebrowser"
15
15
minSdkVersion 15
16
16
targetSdkVersion 25
17
- versionCode 7
18
- versionName " 1.5.1 "
17
+ versionCode 8
18
+ versionName " 1.6 "
19
19
}
20
20
buildTypes {
21
21
release {
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ public void requestPermissions(String []permissions) {
47
47
permissionsToBeAsked .toArray (new String [permissionsToBeAsked .size ()]),
48
48
APP_PERMISSIONS_REQUEST );
49
49
}
50
+ } else {
51
+ setResult (Activity .RESULT_OK );
52
+ finish ();
50
53
}
51
54
}
52
55
You can’t perform that action at this time.
0 commit comments