1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-23 21:01:49 +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

@@ -26,7 +26,7 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}