Skip to content

Commit

Permalink
Release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed May 11, 2017
1 parent 0cbf98d commit 285798f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.4.2 (2017-05-10)

## Bug fixes

* Improve performance of NDK object file generation

## 2.4.1 (2017-01-30)

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ Settings, at `<project dir>/<module name>/build.gradle` (usually

```groovy
plugins {
id "com.bugsnag.android.gradle" version "2.3.2"
id "com.bugsnag.android.gradle" version "2.4.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
group = com.bugsnag
version = 2.4.1
version = 2.4.2

0 comments on commit 285798f

Please sign in to comment.