mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
target/compile to sdk 30
This commit is contained in:
parent
c84526274a
commit
e2d3164c51
7 changed files with 13 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue