target/compile to sdk 30

This commit is contained in:
Jays2Kings 2021-05-26 16:35:43 -04:00
parent c84526274a
commit e2d3164c51
7 changed files with 13 additions and 10 deletions

View file

@ -101,9 +101,9 @@ object LegacyPluginClassPath {
}
object AndroidVersions {
const val compileSdk = 29
const val compileSdk = 30
const val minSdk = 23
const val targetSdk = 29
const val targetSdk = 30
const val versionCode = 74
const val versionName = "1.0.17"
const val ndk = "22.0.7026061"