Skip to content

Commit b6e5832

Browse files
Update pedometer (#2424)
## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
1 parent 01036f8 commit b6e5832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

experimental/pedometer/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141

4242
ffi: ^2.1.2
4343
intl: ^0.19.0
44-
jni: ^0.10.1
44+
jni: ^0.11.0
4545
fl_chart: ^0.69.0
4646

4747
dev_dependencies:

experimental/pedometer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
plugin_platform_interface: ^2.1.8
13-
jni: ^0.10.1
13+
jni: ^0.11.0
1414
ffi: ^2.1.2
1515

1616
dev_dependencies:
1717
ffigen: ^13.0.0
18-
jnigen: ^0.10.0
18+
jnigen: ^0.11.0
1919
flutter_test:
2020
sdk: flutter
2121
flutter_lints: ^4.0.0

0 commit comments

Comments
 (0)