File tree Expand file tree Collapse file tree
AndroidFilePickerLightLibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,9 +31,8 @@ android {
3131 defaultConfig {
3232 minSdkVersion 29
3333 targetSdkVersion 30
34- versionCode 10
35- versionName " 1.0.9"
36- // applicationId "com.maxieds.androidfilepickerlightlibrary"
34+ versionCode 11
35+ versionName " 1.1.0"
3736 }
3837
3938 compileOptions {
Original file line number Diff line number Diff line change 6464
6565 <provider
6666 android : name =" com.maxieds.androidfilepickerlightlibrary.BasicFileProvider"
67- android : authorities =" com.maxieds.androidfilepickerlightlibrary.FileChooserActivity "
68- android : exported =" true "
67+ android : authorities =" com.maxieds.androidfilepickerlightlibrary"
68+ android : exported =" false "
6969 android : enabled =" true"
7070 android : grantUriPermissions =" true"
7171 android : permission =" android.permission.MANAGE_DOCUMENTS"
7272 android : initOrder =" 100"
7373 >
74+ <!-- "com.maxieds.androidfilepickerlightlibrary.FileChooserActivity"-->
7475
7576 <intent-filter >
7677 <action android : name =" android.content.action.DOCUMENTS_PROVIDER" />
You can’t perform that action at this time.
0 commit comments