Skip to content

Commit

Permalink
ADD tools replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafahashim committed Feb 15, 2024
1 parent f1a1649 commit fa36a95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gallerylib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ afterEvaluate {

groupId = 'com.github.mostafahashim'
artifactId = 'gallery-lib'
version = '1.2.8'
version = '1.2.9'
}
}
}
Expand Down
12 changes: 7 additions & 5 deletions gallerylib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<dist:module dist:instant="true" />

<!-- Without this folders will be inaccessible in Android-11 and above devices-->
<!-- <uses-permission-->
<!-- android:name="android.permission.MANAGE_EXTERNAL_STORAGE"-->
<!-- tools:ignore="ScopedStorage" />-->
<!-- <uses-permission-->
<!-- android:name="android.permission.MANAGE_EXTERNAL_STORAGE"-->
<!-- tools:ignore="ScopedStorage" />-->

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
Expand Down Expand Up @@ -84,10 +84,12 @@
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
android:grantUriPermissions="true"
tools:replace="android:authorities">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_path" />
android:resource="@xml/file_path"
tools:replace="android:resource" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/camera_menu_icn" />
Expand Down

0 comments on commit fa36a95

Please sign in to comment.