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.3.0
1 parent c96012d commit 098aebdCopy full SHA for 098aebd
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug iOS SDK to v11.3.0
4
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
5
* Adds some missing string keys and their mappings on iOS and Android
6
* Adds missing mapping for portuguesePortugal locale on iOS
ios/instabug_flutter.podspec
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
18
19
s.dependency 'Flutter'
20
- s.dependency 'Instabug', '11.2.0'
+ s.dependency 'Instabug', '11.3.0'
21
end
22
0 commit comments