File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 70
70
- run : bundle check || sudo bundle install
71
71
- run : bundle exec danger
72
72
- run : flutter doctor
73
- - run : pub get
73
+ - run : flutter packages get
74
74
- run : flutter test --coverage
75
75
- run : bash <(curl -s https://codecov.io/bash)
76
76
- run : dartanalyzer --options analysis_options.yaml --fatal-warnings lib
Original file line number Diff line number Diff line change
1
+ ## Version 8.7.0 (2019-11-11)
2
+
3
+ * Updates native SDK dependencies to 8.7
4
+
1
5
## Version 8.6.4 (2019-09-16)
2
6
3
7
* Updates native SDK dependencies to 8.6.3
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ android {
34
34
}
35
35
36
36
dependencies {
37
- implementation ' com.instabug.library:instabug:8.6.3 .1'
37
+ implementation ' com.instabug.library:instabug:8.7.2 .1'
38
38
testImplementation ' junit:junit:4.12'
39
39
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A new flutter plugin project.
15
15
s . source_files = 'Classes/**/*'
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
- s . dependency 'Instabug' , '8.6 .3'
18
+ s . dependency 'Instabug' , '8.7 .3'
19
19
20
20
s . ios . deployment_target = '10.0'
21
21
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
Original file line number Diff line number Diff line change 1
1
name : instabug_flutter
2
- version : 8.6.4
2
+ version : 8.7.0
3
3
description : >-
4
4
Instabug is an in-app feedback and bug reporting tool for mobile apps.
5
5
With just a simple shake, your users or beta testers can report bugs or
You can’t perform that action at this time.
0 commit comments