mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
gradle updates - kotlin/ndk
kotlin -> 1.6.10 ndk -> 23.1.7779620 + removal of using use-experimental for opt-in
This commit is contained in:
parent
4486665711
commit
e415a365b9
2 changed files with 8 additions and 7 deletions
|
@ -20,7 +20,7 @@ object Versions {
|
|||
const val gson = "2.8.6"
|
||||
const val injekt = "65b0440"
|
||||
const val junit = "4.13"
|
||||
const val kotlin = "1.5.21"
|
||||
const val kotlin = "1.6.10"
|
||||
const val kotson = "2.5.0"
|
||||
const val mockito = "1.10.19"
|
||||
const val moshi = "1.9.3"
|
||||
|
@ -56,7 +56,7 @@ object AndroidVersions {
|
|||
const val targetSdk = 30
|
||||
const val versionCode = 87
|
||||
const val versionName = "1.4.5"
|
||||
const val ndk = "22.0.7026061"
|
||||
const val ndk = "23.1.7779620"
|
||||
}
|
||||
|
||||
object Plugins {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue