From 8721123d6e45e0f9ca69155197a52c24dc24cd5a Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 29 Aug 2024 09:41:10 -0400 Subject: [PATCH] Remove package attribute from manifests Now that we've gotten to a new enough version of flutter that it doesn't break --- android/app/src/debug/AndroidManifest.xml | 3 +-- android/app/src/main/AndroidManifest.xml | 3 +-- android/app/src/profile/AndroidManifest.xml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index bc4f1bf..f880684 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 97599c5..8c78035 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ + xmlns:tools="http://schemas.android.com/tools">