Merge pull request #703 from nextcloud/renovate/kotlin-monorepo
fix(deps): update kotlin monorepo to v1.9.24
This commit is contained in:
Коммит
3dedfe6438
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.9.23'
|
||||
kotlin_version = '1.9.24'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
@ -37,7 +37,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.24"))
|
||||
|
||||
implementation project(path: ':lib')
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
|
|
Загрузка…
Ссылка в новой задаче