mirai/gradle/android.gradle

20 lines
552 B
Groovy
Raw Normal View History

2020-11-01 15:07:32 +08:00
/*
* Copyright 2019-2020 Mamoe Technologies and contributors.
*
* 使 GNU AFFERO GENERAL PUBLIC LICENSE version 3 , .
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
*
* https://github.com/mamoe/mirai/blob/master/LICENSE
*/
2020-01-21 14:49:42 +08:00
apply plugin: "com.android.library"
android {
2020-02-10 13:54:42 +08:00
dexOptions{
javaMaxHeapSize "4g"
}
2020-01-21 14:49:42 +08:00
compileSdkVersion(29)
defaultConfig {
minSdkVersion(15)
}
}