Skip to content

Commit 41cd57a

Browse files
authored
Merge pull request RonRadtke#317 from Alza-app/master
fix: RN 73 compat: remove package from AndroidManifest
2 parents d2c8497 + 1851dfb commit 41cd57a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.ReactNativeBlobUtil">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<!-- Required to download files from Google Play -->
54
<uses-permission android:name="android.permission.INTERNET" />
@@ -36,4 +35,4 @@
3635
</provider>
3736
</application>
3837

39-
</manifest>
38+
</manifest>

0 commit comments

Comments
 (0)