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:
@@ -4,9 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
ndkVersion "21.3.6528147"
|
|
||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
buildToolsVersion "30.0.3"
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "dev.flutter.example.androidView"
|
applicationId "dev.flutter.example.androidView"
|
||||||
|
|||||||
Reference in New Issue
Block a user