From 75560b5fffcb00eca877fd1017837c0d330f1c40 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 22 Jan 2021 14:35:02 +1100 Subject: [PATCH] Revert "Bump Android NDK (#662)" This reverts commit b72fd311db2155e7a7bf8498f390dd5606aa9778. --- 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 fe12be44e30..c027d9bbb09 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 "22.0.7026061" + ndkVersion "21.3.6528147" compileSdkVersion 28 defaultConfig { applicationId "dev.flutter.example.androidfullscreen"