1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

[exp/pedometer] Upgrade jnigen to 0.13.1 (#2566)

This commit is contained in:
Hossein Yousefi
2025-01-23 11:57:20 +01:00
committed by GitHub
parent c33edaf05a
commit ce50aafa6b
7 changed files with 13131 additions and 11107 deletions

View File

@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
android {
// Bumping the plugin compileSdkVersion requires all clients of this plugin
// to bump the version in their app.
compileSdkVersion 31
compileSdkVersion 34
// 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.