File tree Expand file tree Collapse file tree
src/main/java/com/aditya/filebrowser/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33ext {
44 PUBLISH_GROUP_ID = ' com.adityak'
55 PUBLISH_ARTIFACT_ID = ' browsemyfiles'
6- PUBLISH_VERSION = ' 1.5.1 '
6+ PUBLISH_VERSION = ' 1.6 '
77}
88
99android {
@@ -14,8 +14,8 @@ android {
1414 // applicationId "com.aditya.filebrowser"
1515 minSdkVersion 15
1616 targetSdkVersion 25
17- versionCode 7
18- versionName " 1.5.1 "
17+ versionCode 8
18+ versionName " 1.6 "
1919 }
2020 buildTypes {
2121 release {
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ public void requestPermissions(String []permissions) {
4747 permissionsToBeAsked .toArray (new String [permissionsToBeAsked .size ()]),
4848 APP_PERMISSIONS_REQUEST );
4949 }
50+ } else {
51+ setResult (Activity .RESULT_OK );
52+ finish ();
5053 }
5154 }
5255
You can’t perform that action at this time.
0 commit comments