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:
parent
ec82232aa3
commit
d1b1c76588
@ -1,6 +1,9 @@
|
||||
apply plugin: "com.android.library"
|
||||
|
||||
android {
|
||||
dexOptions{
|
||||
javaMaxHeapSize "4g"
|
||||
}
|
||||
compileSdkVersion(29)
|
||||
defaultConfig {
|
||||
minSdkVersion(15)
|
||||
|
Loading…
Reference in New Issue
Block a user