mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
11 lines
177 B
Groovy
11 lines
177 B
Groovy
apply plugin: "com.android.library"
|
|
|
|
android {
|
|
dexOptions{
|
|
javaMaxHeapSize "4g"
|
|
}
|
|
compileSdkVersion(29)
|
|
defaultConfig {
|
|
minSdkVersion(15)
|
|
}
|
|
} |