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.4.1
1 parent 1e98923 commit cc863e8Copy full SHA for cc863e8
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug Android SDK to v11.4.1
4
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
5
* Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
6
* Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter
android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- implementation 'com.instabug.library:instabug:11.3.0'
+ implementation 'com.instabug.library:instabug:11.4.1'
45
testImplementation 'junit:junit:4.12'
46
47
0 commit comments