Skip to content

Commit d31dea9

Browse files
committed
fix: update react-native-gradle-plugin path in settings.gradle
1 parent 14b8414 commit d31dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rootProject.name = 'ImageMarkerExample'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'
4-
includeBuild('../node_modules/react-native-gradle-plugin')
4+
includeBuild('../node_modules/@react-native/gradle-plugin')
55
include ':react-native-vector-icons'
66
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')

0 commit comments

Comments
 (0)