Skip to content

Commit

Permalink
docs: tweak changelog entry wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 18, 2019
1 parent 24c2fd6 commit bf8d20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 4.17.0 (2019-07-17)

This release modularizes `bugsnag-android` into 3 separate artifacts: for JVM, NDK, and ANR error
This release modularizes `bugsnag-android` into 3 separate artifacts: for JVM (Core), NDK, and ANR error
detection. No change should be required to your integration in order to use this version - simply
add a compile-time dependency on either `bugsnag-android` or `bugsnag-android-ndk` as before.

Expand All @@ -17,7 +17,7 @@ implementation("com.bugsnag:bugsnag-android:$version") {
}
```

* Modularise bugsnag-android into JVM, NDK, and ANR artifacts
* Modularise bugsnag-android into Core, NDK, and ANR artifacts
[#522](https://github.com/bugsnag/bugsnag-android/pull/522)

## 4.16.1 (2019-07-10)
Expand Down

0 comments on commit bf8d20f

Please sign in to comment.