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 v13.1.0 ([ #1227 ] ( https://github.com/Instabug/Instabug-Flutter/pull/1227 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/13.1.0 ) .
78- Bump Instabug Android SDK to v13.1.1 ([ #474 ] ( https://github.com/Instabug/Instabug-Flutter/pull/474 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v13.1.1 ) .
89
910
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - Instabug (13.0 .0)
3+ - Instabug (13.1 .0)
44 - instabug_flutter (13.0.0):
55 - Flutter
6- - Instabug (= 13.0 .0)
6+ - Instabug (= 13.1 .0)
77 - OCMock (3.6)
88
99DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424
2525SPEC CHECKSUMS:
2626 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27- Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
28- instabug_flutter: b80c4b8748d1da660a8f0cc0b2e5f4375898761c
27+ Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29
28+ instabug_flutter: 8b86ee14635a4b0ebfb4f760a108c7b0606c47e4
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' , '13.0 .0'
20+ s . dependency 'Instabug' , '13.1 .0'
2121end
2222
You can’t perform that action at this time.
0 commit comments