dexOptions {
javaMaxHeapSize "4g"
}

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
multiDexEnabled true
applicationId 'com.zongyi.wmss.mi'
ndk {
abiFilters 'armeabi-v7a', 'x86'
}
versionCode 24
versionName '2.4'
}
dexOptions {
javaMaxHeapSize "4g"
}
lintOptions {
abortOnError false
}
}

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-12-28
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2021-04-08
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
相关资源
相似解决方案