Skip to content

Commit

Permalink
Fixed an Android build error by using @react-native/gradle-plugin in …
Browse files Browse the repository at this point in the history
…settings.gradle

Fixed an Android build error by using @react-native/gradle-plugin in settings.gradle
  • Loading branch information
rob-gioia-branch committed Oct 8, 2024
1 parent 2b0c52f commit 119826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branchreactnativetestbed/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'branchreactnativetestbed'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')

0 comments on commit 119826e

Please sign in to comment.