Skip to content

Commit

Permalink
Fix incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Dec 9, 2020
1 parent f822c87 commit dd54645
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ released bugsnag-android, then run:
./gradlew assembleRelease publishToMavenLocal
```

This installs bugsnag-android to a local maven repository. The example app should automatically use
this version when you next run the app.
This installs bugsnag-android to a local maven repository. To use it in the example app, you'll need to modify its `build.gradle` to set the `com.bugsnag:bugsnag-android` dependency version to match (near the bottom of the file).

# Releasing a New Version

Expand Down

0 comments on commit dd54645

Please sign in to comment.