mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-29 01:50: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)
|
|
}
|
|
} |