1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-30 16:23:23 +00:00

Pedometer dependency updates and regeneration (#2133)

Supersedes https://github.com/flutter/samples/pull/2132 with
regeneration as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Parker Lougheed
2024-01-05 04:48:39 -06:00
committed by GitHub
parent 2f370275ad
commit a697405859
8 changed files with 18954 additions and 17738 deletions

View File

@@ -31,7 +31,7 @@ android {
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
// the version in their app and to download a newer version of the NDK.
ndkVersion "21.4.7075529"
ndkVersion "23.1.7779620"
// Invoke the shared CMake build with the Android Gradle Plugin.
externalNativeBuild {
@@ -54,6 +54,6 @@ android {
}
defaultConfig {
minSdkVersion 16
minSdkVersion 21
}
}