Skip to content

Commit

Permalink
fix: don't set namespace via package attribute in AndroidManifest.xml (
Browse files Browse the repository at this point in the history
  • Loading branch information
chungdaniel authored Feb 4, 2025
1 parent 9375bf5 commit a56915a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amplitude.amplitude_flutter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

0 comments on commit a56915a

Please sign in to comment.