From e0a69746b318741e696d8520e55682d1b3b6c1b9 Mon Sep 17 00:00:00 2001 From: JimmyDaddy Date: Fri, 29 Dec 2023 02:26:36 +0000 Subject: [PATCH] fix: update react-native-gradle-plugin path in settings.gradle --- example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 82c32c3b..dfff2ff6 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -1,6 +1,6 @@ rootProject.name = 'ImageMarkerExample' 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') include ':react-native-vector-icons' project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')