Skip to content

Commit 5eac7bf

Browse files
committed
Cleaning up changes to make library play with client code III
1 parent 9e73ba5 commit 5eac7bf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

AndroidFilePickerLightLibrary/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@
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" />

0 commit comments

Comments
 (0)