Skip to content

Commit 94e0d39

Browse files
committed
fix: use released versions
1 parent a6ac918 commit 94e0d39

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
}
4545

4646
dependencies {
47-
api 'com.instabug.library:instabug:14.2.0.6639544-SNAPSHOT'
47+
api 'com.instabug.library:instabug:14.3.0.6624149-SNAPSHOT'
4848
testImplementation 'junit:junit:4.13.2'
4949
testImplementation "org.mockito:mockito-inline:3.12.1"
5050
testImplementation "io.mockk:mockk:1.13.13"

example/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2727

2828
flutter_ios_podfile_setup
2929
target 'Runner' do
30-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-stop-network-body-base/14.2.0/Instabug.podspec'
3130
use_frameworks!
3231
use_modular_headers!
3332

example/ios/Podfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (14.2.0)
3+
- Instabug (14.3.0)
44
- instabug_flutter (14.0.0):
55
- Flutter
6-
- Instabug (= 14.2.0)
6+
- Instabug (= 14.3.0)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
1010
- Flutter (from `Flutter`)
11-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-stop-network-body-base/14.2.0/Instabug.podspec`)
1211
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
1312
- OCMock (= 3.6)
1413

1514
SPEC REPOS:
1615
trunk:
16+
- Instabug
1717
- OCMock
1818

1919
EXTERNAL SOURCES:
2020
Flutter:
2121
:path: Flutter
22-
Instabug:
23-
:podspec: https://ios-releases.instabug.com/custom/feature-stop-network-body-base/14.2.0/Instabug.podspec
2422
instabug_flutter:
2523
:path: ".symlinks/plugins/instabug_flutter/ios"
2624

2725
SPEC CHECKSUMS:
2826
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
Instabug: fb30e419f172a2c405fad1d2d4c42ae64ea10877
30-
instabug_flutter: d689490b2b63ac341d75a3061ee35edc1c9d8b75
27+
Instabug: 97a4e694731f46bbc02dbe49ab29cc552c5e2f41
28+
instabug_flutter: a8811895aec338ef338b5c00ce1ee1cfc4afd499
3129
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3230

33-
PODFILE CHECKSUM: 338614a69defdc536fc63f92095b4984aab6080e
31+
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84
3432

3533
COCOAPODS: 1.16.2

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

0 commit comments

Comments
 (0)