Removed hardcoded NDK version for android_fullscreen (#717)

pull/719/head
Andrew Brogdon 4 years ago committed by GitHub
parent 35aceb961e
commit dd7b4f1fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save