Skip to content

Commit 493e046

Browse files
committed
android: fix revert delete of package in manifest
1 parent 7b202ca commit 493e046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.batch.batch_rn">
22
</manifest>

0 commit comments

Comments
 (0)