Skip to content

Commit 6895f66

Browse files
committed
chore: failing andoird build
1 parent 1fd64d2 commit 6895f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins { id("com.facebook.react.settings") }
33
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
44

55
rootProject.name = 'com.projectname'
6-
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
6+
77
include ':app'
88
includeBuild('../node_modules/@react-native/gradle-plugin')
99

0 commit comments

Comments
 (0)