更新
This commit is contained in:
@@ -35,12 +35,12 @@ if (flutterVersionName == null) {
|
||||
flutterVersionName = "1.0.4"
|
||||
}
|
||||
|
||||
android {
|
||||
android {
|
||||
namespace = "com.taihe.vbvs_app"
|
||||
// compileSdk = flutter.compileSdkVersion
|
||||
compileSdk = localProperties.getProperty('flutter.compileSdkVersion').toInteger()
|
||||
// ndkVersion = flutter.ndkVersion
|
||||
ndkVersion = localProperties.getProperty('flutter.ndkVersion')
|
||||
ndkVersion = localProperties.getProperty('flutter.ndkVersion')
|
||||
|
||||
// 编译的jvm版本
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user