Skip to content

Commit cad21f5

Browse files
committed
fix(firebase_dart_flutter): remove package from AndroidManifest.xml
1 parent 4b9a16f commit cad21f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firebase_dart_flutter/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 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.example.firebase_dart_flutter">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<application>
54
<meta-data android:name="com.facebook.sdk.ApplicationId"

0 commit comments

Comments
 (0)