Merge branch 'wulkanowy:develop' into develop

This commit is contained in:
sador 2023-12-14 18:17:32 +01:00 committed by GitHub
commit a571dabb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ huaweiPublish {
ext {
work_manager = "2.8.1"
android_hilt = "1.1.0"
room = "2.6.0"
room = "2.6.1"
chucker = "3.5.2"
mockk = "1.13.8"
coroutines = "1.7.3"
@ -197,7 +197,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
implementation 'androidx.core:core-ktx:1.12.0'

View File

@ -2,7 +2,7 @@ buildscript {
ext {
kotlin_version = '1.9.21'
about_libraries = '10.9.2'
hilt_version = '2.48.1'
hilt_version = '2.49'
}
repositories {
mavenCentral()