File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7070 - run : bundle check || sudo bundle install
7171 - run : bundle exec danger
7272 - run : flutter doctor
73- - run : pub get
73+ - run : flutter packages get
7474 - run : flutter test --coverage
7575 - run : bash <(curl -s https://codecov.io/bash)
7676 - 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+
15## Version 8.6.4 (2019-09-16)
26
37* Updates native SDK dependencies to 8.6.3
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ android {
3434}
3535
3636dependencies {
37- implementation ' com.instabug.library:instabug:8.6.3 .1'
37+ implementation ' com.instabug.library:instabug:8.7.2 .1'
3838 testImplementation ' junit:junit:4.12'
3939}
Original file line number Diff line number Diff 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' , '8.6 .3'
18+ s . dependency 'Instabug' , '8.7 .3'
1919
2020 s . ios . deployment_target = '10.0'
2121 s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
Original file line number Diff line number Diff line change 11name : instabug_flutter
2- version : 8.6.4
2+ version : 8.7.0
33description : >-
44 Instabug is an in-app feedback and bug reporting tool for mobile apps.
55 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