Skip to content

Commit

Permalink
fix: also remove package name from profile AndroidManifest.xml.
Browse files Browse the repository at this point in the history
See 38cd959 for details.
  • Loading branch information
w568w committed Nov 17, 2024
1 parent eb61765 commit 15d7ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.github.w568w.dan_xi">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down

0 comments on commit 15d7ea4

Please sign in to comment.