mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 23:19:18 +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"
|
||
|
}
|