Skip to content

Commit

Permalink
Moved package from AndroidManifest.xml into build.gradle namespace
Browse files Browse the repository at this point in the history
This is necessary because Google requires this in AGP version 8.
  • Loading branch information
emmanuelproulx committed Mar 28, 2024
1 parent a57d5e3 commit d939999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native/react-native-flipper/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d939999

Please sign in to comment.