1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-04 07:30:15 +08:00
mirai/gradle/android.gradle
2020-02-10 13:54:42 +08:00

11 lines
177 B
Groovy

apply plugin: "com.android.library"
android {
dexOptions{
javaMaxHeapSize "4g"
}
compileSdkVersion(29)
defaultConfig {
minSdkVersion(15)
}
}