1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-09 02:10:10 +08:00

Set a higher heap size

This commit is contained in:
Him188 2020-02-10 13:54:42 +08:00
parent ec82232aa3
commit d1b1c76588

View File

@ -1,6 +1,9 @@
apply plugin: "com.android.library"
android {
dexOptions{
javaMaxHeapSize "4g"
}
compileSdkVersion(29)
defaultConfig {
minSdkVersion(15)