fix(deps): update kotlin monorepo to v1.9.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
0c7f35ee38
Коммит
796193b492
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.9.22'
|
kotlin_version = '1.9.23'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
@ -37,7 +37,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
|
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))
|
||||||
|
|
||||||
implementation project(path: ':lib')
|
implementation project(path: ':lib')
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче