File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Changed
6
6
7
- - Bump Instabug Android SDK to v11.14.0 ([ #383 ] ( https://github.com/Instabug/Instabug-Flutter/pull/384 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0 ) .
7
+ - Bump Instabug Android SDK to v11.14.0 ([ #384 ] ( https://github.com/Instabug/Instabug-Flutter/pull/384 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0 ) .
8
+ - Bump Instabug iOS SDK to v11.14.0 ([ #383 ] ( https://github.com/Instabug/Instabug-Flutter/pull/383 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/11.14.0 ) .
8
9
9
10
## [ 11.13.0] ( https://github.com/Instabug/Instabug-Flutter/compare/v11.12.0...v11.13.0 ) (July 10, 2023)
10
11
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (11.13.3 )
3
+ - Instabug (11.14.0 )
4
4
- instabug_flutter (11.13.0):
5
5
- Flutter
6
- - Instabug (= 11.13.3 )
6
+ - Instabug (= 11.14.0 )
7
7
- OCMock (3.6)
8
8
9
9
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
24
24
25
25
SPEC CHECKSUMS:
26
26
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27
- Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8
28
- instabug_flutter: e935f80f03127586ebb4fc61c6b891d87a978ee3
27
+ Instabug: b4976b1a96ed7462b772ff63f7c4e0166389c86a
28
+ instabug_flutter: 4ac2812a7091470121b05722eadd76e450acca6d
29
29
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
30
30
31
31
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
17
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
18
18
19
19
s . dependency 'Flutter'
20
- s . dependency 'Instabug' , '11.13.3 '
20
+ s . dependency 'Instabug' , '11.14.0 '
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments