mirror of
https://github.com/MenosGrante/Rekado
synced 2025-10-05 23:22:39 +02:00
11 lines
239 B
Kotlin
11 lines
239 B
Kotlin
object Config {
|
|
|
|
const val minimumSDKVersion = 21
|
|
const val targetSDKVersion = 32
|
|
const val compileSDKVersion = 32
|
|
const val NDKVersion = "23.1.7779620"
|
|
|
|
const val versionCode = 94
|
|
const val versionName = "5.0.2"
|
|
|
|
} |