Skip to content

Commit

Permalink
Release v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Sep 28, 2018
1 parent 89cb23e commit a718669
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.8.1 (2018-09-27)

* [NDK] Fix a packaging issue on Maven Central in v4.8.0

## 4.8.0 (2018-09-27)

This release includes new versions of both bugsnag-android and
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-app-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ android {
}

dependencies {
implementation 'com.bugsnag:bugsnag-android-ndk:4.8.0'
implementation 'com.bugsnag:bugsnag-android-ndk:4.8.1'
// If developing locally, replace the above line with the following:
// implementation project(path: ':sdk', configuration: 'default')
// api project(path: ':ndk', configuration: 'default')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=4.8.0
VERSION_NAME=4.8.1
GROUP=com.bugsnag
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
POM_SCM_CONNECTION=scm:[email protected]:bugsnag/bugsnag-android.git
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/bugsnag/android/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Notifier implements JsonStream.Streamable {

private static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
private static final String NOTIFIER_VERSION = "4.8.0";
private static final String NOTIFIER_VERSION = "4.8.1";
private static final String NOTIFIER_URL = "https://bugsnag.com";

@NonNull
Expand Down

0 comments on commit a718669

Please sign in to comment.