Skip to content

Commit 098aebd

Browse files
authored
[MOB-10357] Bump Instabug iOS SDK to v11.3.0 (#277)
* Bump iOS SDK to v11.3.0 * Update CHANGELOG.md
1 parent c96012d commit 098aebd

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 iOS SDK to v11.3.0
34
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
45
* Adds some missing string keys and their mappings on iOS and Android
56
* Adds missing mapping for portuguesePortugal locale on iOS

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '11.2.0'
20+
s.dependency 'Instabug', '11.3.0'
2121
end
2222

0 commit comments

Comments
 (0)