更新
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 {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user