This reverts commit 443024cebb06c85e25a87945c95580c05a05913e. Guess I'll do this a bit later so scb can get another major update first. April Fools or whatever.
8 lines
181 B
Kotlin
8 lines
181 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 29
|
|
const val minSdk = 21
|
|
const val targetSdk = 29
|
|
const val buildTools = "30.0.3"
|
|
const val ndk = "22.0.7026061"
|
|
}
|