Skip to content

Commit 119fd55

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-11040] Bump Android SDK to v11.7.0 (#315)
* Bump Android SDK to `v11.7.0` * Update CHANGELOG.md
1 parent 24dce59 commit 119fd55

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Unreleased
22

3+
* Bumps Instabug Android SDK to v11.7.0
4+
* Fixes APM network logging on Android
5+
* Fixes a NullPointerException when overriding a string key that doesn't exist on Android
36
* Removes redundant native logs
4-
* Fixes a NullPointerException when overriding a string key that doesn't exist on Android
57

68
## 11.5.0 (2022-11-24)
79

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation 'com.instabug.library:instabug:11.6.0'
44+
implementation 'com.instabug.library:instabug:11.7.0'
4545
testImplementation 'junit:junit:4.13.2'
4646
testImplementation "org.mockito:mockito-inline:3.12.1"
4747
}

0 commit comments

Comments
 (0)