Skip to content

Commit

Permalink
chore: remove legacy package tag in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Jul 26, 2024
1 parent b0fd631 commit 9fb4178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
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="{{org_name.dotCase()}}.{{project_name.snakeCase()}}">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
Expand Down
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="{{org_name.dotCase()}}.{{project_name.snakeCase()}}">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="${appName}"
android:icon="@mipmap/ic_launcher">
Expand Down
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="{{org_name.dotCase()}}.{{project_name.snakeCase()}}">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
Expand Down

0 comments on commit 9fb4178

Please sign in to comment.