mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
update kotlin + compilesdk
sdk to 32 kotlin to 1.6.20
This commit is contained in:
parent
7cbdbaa416
commit
f70b844b24
6 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@ object Versions {
|
|||
const val gradleVersions = "0.29.0"
|
||||
const val injekt = "65b0440"
|
||||
const val junit = "4.13"
|
||||
const val kotlin = "1.6.10"
|
||||
const val kotlin = "1.6.20"
|
||||
const val kotson = "2.5.0"
|
||||
const val mockito = "1.10.19"
|
||||
const val moshi = "1.9.3"
|
||||
|
@ -48,7 +48,7 @@ object LegacyPluginClassPath {
|
|||
}
|
||||
|
||||
object AndroidVersions {
|
||||
const val compileSdk = 31
|
||||
const val compileSdk = 32
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 30
|
||||
const val versionCode = 87
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue