From 1b15ae14434342006ad36fdc19b52dce4518e767 Mon Sep 17 00:00:00 2001 From: omaralqaseer Date: Mon, 29 Sep 2025 10:05:59 +0300 Subject: [PATCH] fix: Remove deprecated package attribute from AndroidManifest.xml for AGP 8.x compatibility Removes the deprecated package attribute from AndroidManifest.xml to resolve build failures with Android Gradle Plugin 8.x. The namespace is now properly defined in build.gradle using the namespace property, which is the recommended approach for AGP 8.x and later. Fixes compatibility issue where the package attribute in AndroidManifest.xml causes build errors in projects using AGP 8.x. --- 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 b299bf1..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - +