Skip to content

Commit 0ffaa2f

Browse files
Bump Instabug native SDKs to v10.8
1 parent 712eb13 commit 0ffaa2f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v10.0.0 (2021-08-04)
2+
3+
* Bumps Instabug native SDKs to v10.8
4+
15
## v9.2.0 (2021-08-02)
26

37
* Adds null safety support.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535
}
3636
dependencies {
37-
implementation 'com.instabug.library:instabug:9.1.8.2'
37+
implementation 'com.instabug.library:instabug:10.8.1'
3838
testImplementation 'junit:junit:4.12'
3939
}

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '9.1.7'
18+
s.dependency 'Instabug', '10.8.0'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 9.2.0
2+
version: 10.0.0
33
description: >-
44
Deliver the best user experience through a comprehensive platform that will
55
help you uncover, analyze and fix any app performance, quality or stability issues.

0 commit comments

Comments
 (0)