mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-16 17:45:14 +01:00
7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 29
|
|
const val minSdk = 21
|
|
const val targetSdk = 29
|
|
const val buildTools = "29.0.3"
|
|
}
|