We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v11.7.0
1 parent 24dce59 commit 119fd55Copy full SHA for 119fd55
CHANGELOG.md
@@ -1,7 +1,9 @@
1
## Unreleased
2
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
6
* Removes redundant native logs
-* Fixes a NullPointerException when overriding a string key that doesn't exist on Android
7
8
## 11.5.0 (2022-11-24)
9
android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- implementation 'com.instabug.library:instabug:11.6.0'
+ implementation 'com.instabug.library:instabug:11.7.0'
45
testImplementation 'junit:junit:4.13.2'
46
testImplementation "org.mockito:mockito-inline:3.12.1"
47
0 commit comments