mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 17:20:11 +08:00
8 lines
126 B
Groovy
8 lines
126 B
Groovy
|
apply plugin: "com.android.library"
|
||
|
|
||
|
android {
|
||
|
compileSdkVersion(29)
|
||
|
defaultConfig {
|
||
|
minSdkVersion(15)
|
||
|
}
|
||
|
}
|