Skip to content

Commit d32eba5

Browse files
authored
Merge pull request #2160 from bugsnag/main
sync Main and Next
2 parents c6be745 + 2546426 commit d32eba5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## TBD
3+
## 6.12.1 (2025-03-03)
44

55
### Bug fixes
66

bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.io.IOException
77
*/
88
class Notifier @JvmOverloads constructor(
99
var name: String = "Android Bugsnag Notifier",
10-
var version: String = "6.12.0",
10+
var version: String = "6.12.1",
1111
var url: String = "https://bugsnag.com"
1212
) : JsonStream.Streamable {
1313

examples/sdk-app-example/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
}
4343

4444
dependencies {
45-
implementation "com.bugsnag:bugsnag-android:6.12.0"
46-
implementation "com.bugsnag:bugsnag-plugin-android-okhttp:6.12.0"
45+
implementation "com.bugsnag:bugsnag-android:6.12.1"
46+
implementation "com.bugsnag:bugsnag-plugin-android-okhttp:6.12.1"
4747
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4848
implementation "androidx.appcompat:appcompat:1.6.1"
4949
implementation "com.google.android.material:material:1.11.0"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
14-
VERSION_NAME=6.12.0
14+
VERSION_NAME=6.12.1
1515
GROUP=com.bugsnag
1616
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
1717
POM_SCM_CONNECTION=scm:[email protected]:bugsnag/bugsnag-android.git

0 commit comments

Comments
 (0)