From d939999702b0fbc2d25abce9de9443ee7900539d Mon Sep 17 00:00:00 2001 From: Emmanuel Proulx Date: Tue, 26 Mar 2024 13:52:10 -0400 Subject: [PATCH] Moved package from AndroidManifest.xml into build.gradle namespace This is necessary because Google requires this in AGP version 8. --- react-native/react-native-flipper/android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native/react-native-flipper/android/build.gradle b/react-native/react-native-flipper/android/build.gradle index 90d8fca9d86..1e771049fe9 100644 --- a/react-native/react-native-flipper/android/build.gradle +++ b/react-native/react-native-flipper/android/build.gradle @@ -48,6 +48,7 @@ def safeExtGet(prop, fallback) { apply plugin: 'com.android.library' android { + namespace 'com.facebook.flipper.reactnative' compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION) buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION) defaultConfig {