mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
[experimental/pedometer] Use jnigen and jni version from pub instead of git url. (#1655)
This commit is contained in:
@@ -65,12 +65,6 @@ android {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "../../../src/health_connect/CMakeLists.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
|
||||
@@ -44,11 +44,7 @@ dependencies:
|
||||
cupertino_icons: ^1.0.2
|
||||
ffi: ^2.0.1
|
||||
intl: ^0.18.0
|
||||
jni:
|
||||
git:
|
||||
url: https://github.com/dart-lang/jnigen
|
||||
ref: suspend-fun
|
||||
path: ./jni
|
||||
jni: ^0.3.0
|
||||
fl_chart: ^0.55.2
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user