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