File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
bugsnag-android-core/src/main/java/com/bugsnag/android
examples/sdk-app-example/app Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## TBD
3
+ ## 6.12.1 (2025-03-03)
4
4
5
5
### Bug fixes
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.io.IOException
7
7
*/
8
8
class Notifier @JvmOverloads constructor(
9
9
var name : String = " Android Bugsnag Notifier" ,
10
- var version : String = " 6.12.0 " ,
10
+ var version : String = " 6.12.1 " ,
11
11
var url : String = " https://bugsnag.com"
12
12
) : JsonStream.Streamable {
13
13
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ android {
42
42
}
43
43
44
44
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 "
47
47
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
48
48
implementation " androidx.appcompat:appcompat:1.6.1"
49
49
implementation " com.google.android.material:material:1.11.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
org.gradle.parallel =true
14
- VERSION_NAME =6.12.0
14
+ VERSION_NAME =6.12.1
15
15
GROUP =com.bugsnag
16
16
POM_SCM_URL =https://github.com/bugsnag/bugsnag-android
17
17
POM_SCM_CONNECTION =
scm:[email protected] :bugsnag/bugsnag-android.git
You can’t perform that action at this time.
0 commit comments