We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a0a51 commit cab0210Copy full SHA for cab0210
app/android/app/build.gradle
@@ -25,7 +25,9 @@ if (flutterVersionName == null) {
25
android {
26
namespace "org.encointer.wallet"
27
compileSdk flutter.compileSdkVersion
28
- ndkVersion flutter.ndkVersion
+ // flutter ndk version is too low for some reason.
29
+ // This will probably be fixed by an flutter update.
30
+ ndkVersion "25.1.8937393"
31
32
compileOptions {
33
// Flag to enable support for the new language API, see #1165.
0 commit comments