Skip to content

Commit 3f97196

Browse files
authored
Bump iOS SDK to v11.5.0 (#298)
1 parent eff1554 commit 3f97196

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,6 +1,7 @@
11
## Unreleased
22

33
* Bumps Instabug Android SDK to v11.6.0
4+
* Bumps Instabug iOS SDK to v11.5.0
45
* Adds BugReporting.setDisclaimerText API
56
* Adds BugReporting.setCommentMinimumCharacterCount API
67
* Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of a new API Instabug.setEnabled, which works on both platforms

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.3.0'
20+
s.dependency 'Instabug', '11.5.0'
2121
end
2222

0 commit comments

Comments
 (0)