From f6ae6b327ddfebc5531517641adb315ab3c111c6 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 19 Jan 2021 10:40:24 -0800 Subject: [PATCH] Bump Android NDK --- add_to_app/android_fullscreen/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_to_app/android_fullscreen/app/build.gradle b/add_to_app/android_fullscreen/app/build.gradle index c027d9bbb09..fe12be44e30 100644 --- a/add_to_app/android_fullscreen/app/build.gradle +++ b/add_to_app/android_fullscreen/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { - ndkVersion "21.3.6528147" + ndkVersion "22.0.7026061" compileSdkVersion 28 defaultConfig { applicationId "dev.flutter.example.androidfullscreen"