Skip to content

Commit

Permalink
Manual setup instructions in settings.gradle (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
pettersamuelsen authored and HazAT committed Sep 5, 2018
1 parent 65151d5 commit 310b094
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,10 @@ public class MainApplication extends Application implements ReactApplication {

}
```


Add the following to your `settings.gradle` file:
```java
include ':react-native-sentry'
project(':react-native-sentry').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sentry/android')
```

0 comments on commit 310b094

Please sign in to comment.