Skip to content

Commit

Permalink
Fix settings.gradle file in instructions
Browse files Browse the repository at this point in the history
Minor fixes to settings.gradle to make it easier to copy/paste.
  • Loading branch information
kanerogers authored Feb 12, 2020
1 parent e8f90f3 commit 0d0653f
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 0d0653f

Please sign in to comment.