File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44
55### Changed
66
7+ - Bump Instabug iOS SDK to v11.13.3 ([ #373 ] ( https://github.com/Instabug/Instabug-Flutter/pull/373 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/v11.13.0 ) .
78- Bump Instabug Android SDK to v11.13.0 ([ #372 ] ( https://github.com/Instabug/Instabug-Flutter/pull/372 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v11.13.0 ) .
89
910### Fixed
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - Instabug (11.12.0 )
3+ - Instabug (11.13.3 )
44 - instabug_flutter (11.12.0):
55 - Flutter
6- - Instabug (= 11.12.0 )
6+ - Instabug (= 11.13.3 )
77 - OCMock (3.6)
88
99DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424
2525SPEC CHECKSUMS:
2626 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27- Instabug: fe77a2b326fb7e7079fac27dc20117c2da792a75
28- instabug_flutter: 0e21c3f4edcd863eb32d4a6fefc0b851321081e5
27+ Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8
28+ instabug_flutter: 381bd9e0931f7f7d1317863946ab507c981d8485
2929 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030
3131PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
Original file line number Diff line number Diff 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.12.0 '
20+ s . dependency 'Instabug' , '11.13.3 '
2121end
2222
You can’t perform that action at this time.
0 commit comments