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

Remove ndkVersion and buildToolsVersion version from add_to_app/android_view (#738)

This commit is contained in:
Jenn Magder
2021-02-23 13:08:22 -08:00
committed by GitHub
parent 1e82189f82
commit 090e95b3a1

View File

@@ -4,9 +4,7 @@ plugins {
}
android {
ndkVersion "21.3.6528147"
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "dev.flutter.example.androidView"