Skip to content

Commit

Permalink
bump android to 5.31.3 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Jan 12, 2024
1 parent 5d5f634 commit 9b8560f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Changelog
## TBD

* Removed the bugsnag android gradle plugin due to incompatibility with UE 5.1+. Symbols can now be uploaded via the [BugSnag CLI](https://docs.bugsnag.com/platforms/unreal-engine/showing-full-stacktraces/#android-proguard-and-ndk-mappings)[#220](https://github.com/bugsnag/bugsnag-unreal/pull/220)

## TBD

* Updates the bugsnag-cocoa dependency from v6.26.2 to [v6.28.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6280-2023-12-13)
* Updates the bugsnag-android dependency from v5.30.0 to [v5.31.3](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5313-2023-11-06)

## 1.8.0 (2023-08-28)

Expand Down
2 changes: 1 addition & 1 deletion Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<insertNewline/>
<insert>
com.bugsnag,bugsnag-plugin-android-unreal,1.8.0
com.bugsnag,bugsnag-android,5.30.0
com.bugsnag,bugsnag-android,5.31.3
</insert>
<insertNewline/>
</AARImports>
Expand Down
2 changes: 1 addition & 1 deletion deps/bugsnag-plugin-android-unreal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android-core:5.30.0"
api "com.bugsnag:bugsnag-android-core:5.31.3"
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 9b8560f

Please sign in to comment.