1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Removed hardcoded NDK version for android_fullscreen (#717)

This commit is contained in:
Andrew Brogdon
2021-02-17 16:15:20 -08:00
committed by GitHub
parent 35aceb961e
commit dd7b4f1fcc

View File

@@ -5,7 +5,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
ndkVersion "21.3.6528147"
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
applicationId "dev.flutter.example.androidfullscreen" applicationId "dev.flutter.example.androidfullscreen"