From b4b821c624d8cd69eb500aabfd00ee822b04740e Mon Sep 17 00:00:00 2001 From: ilies ouldmenouer <63064471+ilies-space@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:07:34 +0100 Subject: [PATCH] setup namespace --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index cf167cf..8b921ba 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,6 +11,8 @@ def safeExtGet(prop, fallback) { } android { + namespace "com.agontuk.RNFusedLocation" + compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION) buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)