Skip to content

Commit

Permalink
fix: remove uncessary tools replace on build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Oct 4, 2019
1 parent 1d23aca commit 9ad3436
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cl.json">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand All @@ -9,12 +8,10 @@
android:name=".RNShareFileProvider"
android:authorities="${applicationId}.rnshare.fileprovider"
android:exported="false"
tools:replace="android:authorities"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/share_download_paths"
tools:replace="android:resource" />
android:resource="@xml/share_download_paths" />
</provider>
</application>
</manifest>

0 comments on commit 9ad3436

Please sign in to comment.