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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user