Skip to content

Commit

Permalink
Merge pull request #82 from kanerogers/patch-1
Browse files Browse the repository at this point in the history
Fix settings.gradle file in instructions
  • Loading branch information
RobertSasak authored Feb 18, 2020
2 parents e8f90f3 + 0d0653f commit a6f0272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ To disable bitcode in your project:

###### Your `android/settings.gradle` file should have following lines:

```java
```gradle
rootProject.name = 'RNOpenALPRExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
# Add these lines
// Add these lines
include ':openalpr'
project(':openalpr').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-openalpr/android/libraries/openalpr')
include ':opencv'
Expand Down

0 comments on commit a6f0272

Please sign in to comment.