From 416c8e54f650ea888fedd97148f4dc378b713b11 Mon Sep 17 00:00:00 2001 From: YajatKaul <68262974+yajatkaul@users.noreply.github.com> Date: Sat, 3 May 2025 18:54:04 +0530 Subject: [PATCH 1/2] modified: android/build.gradle --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 32ccfb27..0b56db6a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,8 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace 'com.difrancesco.arcore_flutter_plugin' + compileSdk 34 sourceSets { From 63b9b1e5affb3c289006a6f18b92dd9d0cf52412 Mon Sep 17 00:00:00 2001 From: YajatKaul <68262974+yajatkaul@users.noreply.github.com> Date: Sat, 3 May 2025 19:00:43 +0530 Subject: [PATCH 2/2] modified: android/src/main/AndroidManifest.xml --- 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 a1215c10..6195220e 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ - +