Skip to content

Commit cc863e8

Browse files
authored
Bump Android SDK to v11.4.1 (#265)
1 parent 1e98923 commit cc863e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
* Bumps Instabug Android SDK to v11.4.1
34
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
45
* Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
56
* Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter

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.3.0'
44+
implementation 'com.instabug.library:instabug:11.4.1'
4545
testImplementation 'junit:junit:4.12'
4646
}
4747

0 commit comments

Comments
 (0)