1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-07 09:40:11 +08:00
mirai/gradle/android.gradle

8 lines
126 B
Groovy
Raw Normal View History

2020-01-21 14:49:42 +08:00
apply plugin: "com.android.library"
android {
compileSdkVersion(29)
defaultConfig {
minSdkVersion(15)
}
}