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)