1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-13 10:59:04 +00:00

Update pedometer to jni and jnigen:0.5.0 (#1863)

Updates the pedometer sample to the latest version of jni and jnigen.
This commit is contained in:
Hossein Yousefi
2023-06-02 09:12:44 +02:00
committed by GitHub
parent d4c470e9c1
commit aff3b0979e
9 changed files with 7661 additions and 7906 deletions

View File

@@ -1,10 +1,8 @@
android_sdk_config:
add_gradle_deps: true
add_gradle_sources: true
android_example: 'example/'
summarizer:
backend: asm
suspend_fun_to_async: true
output:
@@ -15,8 +13,6 @@ output:
path: lib/health_connect.dart
structure: single_file
class_path:
- 'classes.jar'
classes:
- 'androidx.health.connect.client.HealthConnectClient'
- 'androidx.health.connect.client.PermissionController'
@@ -26,8 +22,6 @@ classes:
- 'android.content.Intent'
- 'android.app.Activity'
- 'java.time.Instant'
- 'java.lang.Long'
- 'java.util.Set'
- 'androidx.health.connect.client.request'
- 'androidx.health.connect.client.aggregate.AggregationResult'
- 'androidx.health.connect.client.aggregate.AggregateMetric'