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

pull/740/head
Jenn Magder 4 years ago committed by GitHub
parent 1e82189f82
commit 090e95b3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save