Skip to content

Commit

Permalink
fixes #374
Browse files Browse the repository at this point in the history
This issue is due to: react-native-community/discussions-and-proposals#671
And will reintroduce a warning for old libraries
  • Loading branch information
Ron Radtke committed Jul 22, 2024
1 parent f3ddf27 commit 3dc719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ReactNativeBlobUtil">

<!-- Required to download files from Google Play -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 3dc719f

Please sign in to comment.