Skip to content

Commit cab0210

Browse files
committed
fix ndk version warning
1 parent 07a0a51 commit cab0210

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/android/app/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ if (flutterVersionName == null) {
2525
android {
2626
namespace "org.encointer.wallet"
2727
compileSdk flutter.compileSdkVersion
28-
ndkVersion flutter.ndkVersion
28+
// flutter ndk version is too low for some reason.
29+
// This will probably be fixed by an flutter update.
30+
ndkVersion "25.1.8937393"
2931

3032
compileOptions {
3133
// Flag to enable support for the new language API, see #1165.

0 commit comments

Comments
 (0)