From ac245fa2e8f4c8702214d65d7be4355b0354ac01 Mon Sep 17 00:00:00 2001 From: Levi Buzolic Date: Thu, 4 Apr 2024 16:23:18 +1100 Subject: [PATCH] Remove `package` name from AndroidManfiest.xml to support AGP 8 Remove the `package` manifest key to support AGP 8+ This means the library will now only support AGP 7+ --- android/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 73f0aea..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - +