From 4720b3234480471698ca063d12214ee6ffe24b96 Mon Sep 17 00:00:00 2001 From: jonaslaux Date: Mon, 15 Oct 2018 15:20:29 +0200 Subject: [PATCH] removed double project --- example/RNExampleApp/android/settings.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/RNExampleApp/android/settings.gradle b/example/RNExampleApp/android/settings.gradle index f7f3d127..b409c15e 100644 --- a/example/RNExampleApp/android/settings.gradle +++ b/example/RNExampleApp/android/settings.gradle @@ -1,7 +1,4 @@ rootProject.name = 'RNExampleApp' include ':anyline-ocr-react-native-module' project(':anyline-ocr-react-native-module').projectDir = new File(rootProject.projectDir, '../node_modules/anyline-ocr-react-native-module/android') -include ':anyline-ocr-react-native-module' -project(':anyline-ocr-react-native-module').projectDir = new File(rootProject.projectDir, '../node_modules/anyline-ocr-react-native-module/android') - include ':app'