443024cebb
It's 5-6 years old, and only accounts for 2% of users in the Firebase analytics.
8 lines
181 B
Kotlin
8 lines
181 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 29
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val buildTools = "30.0.3"
|
|
const val ndk = "22.0.7026061"
|
|
}
|