Skip to content

Commit

Permalink
Merge pull request #2106 from bugsnag/master
Browse files Browse the repository at this point in the history
sync next and master
  • Loading branch information
YYChen01988 authored Nov 15, 2024
2 parents e7f307c + dc9d5fc commit b34ac80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## TBD
## 6.10.0 (2024-11-14)

### Enhancements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.io.IOException
*/
class Notifier @JvmOverloads constructor(
var name: String = "Android Bugsnag Notifier",
var version: String = "6.9.0",
var version: String = "6.10.0",
var url: String = "https://bugsnag.com"
) : JsonStream.Streamable {

Expand Down
4 changes: 2 additions & 2 deletions examples/sdk-app-example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
}

dependencies {
implementation "com.bugsnag:bugsnag-android:6.9.0"
implementation "com.bugsnag:bugsnag-plugin-android-okhttp:6.9.0"
implementation "com.bugsnag:bugsnag-android:6.10.0"
implementation "com.bugsnag:bugsnag-plugin-android-okhttp:6.10.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "com.google.android.material:material:1.11.0"
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=-Xmx4096m
# 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=6.9.0
VERSION_NAME=6.10.0
GROUP=com.bugsnag
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
POM_SCM_CONNECTION=scm:git@github.com:bugsnag/bugsnag-android.git
Expand Down

0 comments on commit b34ac80

Please sign in to comment.