Skip to content

Commit eedc20a

Browse files
authored
Update android native libraries (#260)
* Update android native libraries with support for Android offline native crash replay * Bump version and update CHANGELOG
1 parent 0905d45 commit eedc20a

File tree

11 files changed

+7
-2
lines changed

11 files changed

+7
-2
lines changed
4.18 KB
Binary file not shown.
-69.3 KB
Binary file not shown.
184 Bytes
Binary file not shown.
-91.3 KB
Binary file not shown.
184 Bytes
Binary file not shown.

Android/lib/x86/libnative-lib.so

-78.3 KB
Binary file not shown.
4.18 KB
Binary file not shown.
-66.7 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Backtrace Unity Release Notes
22

3+
## Version 3.14.0
4+
5+
Improvements
6+
- Add support for Android offline native crash replay
7+
38
## Version 3.13.0
49

510
Improvements

Runtime/BacktraceClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Backtrace.Unity
2424
/// </summary>
2525
public class BacktraceClient : MonoBehaviour, IBacktraceClient
2626
{
27-
public const string VERSION = "3.13.0";
27+
public const string VERSION = "3.14.0";
2828
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
2929
public BacktraceConfiguration Configuration;
3030

0 commit comments

Comments
 (0)