Update dependencies versions (#203)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[versions]
|
||||
# https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
|
||||
androidGradlePlugin = "8.1.4"
|
||||
androidGradlePlugin = "8.2.2"
|
||||
# https://github.com/JetBrains/kotlin/releases
|
||||
kotlin = "1.9.22"
|
||||
# https://dagger.dev/hilt/gradle-setup
|
||||
hilt = "2.50"
|
||||
# https://github.com/protocolbuffers/protobuf/releases
|
||||
protobuf = "3.25.2"
|
||||
protobuf = "3.25.3"
|
||||
# https://github.com/google/protobuf-gradle-plugin/releases
|
||||
protobufPlugin = "0.9.4"
|
||||
# https://plugins.gradle.org/plugin/org.sonarqube
|
||||
@@ -26,7 +26,7 @@ lifecycle = "2.7.0"
|
||||
# https://developer.android.com/jetpack/androidx/releases/arch-core
|
||||
coreTesting = "2.2.0"
|
||||
# https://github.com/Kotlin/kotlinx.serialization/releases
|
||||
kotlinxSerialization = "1.6.2"
|
||||
kotlinxSerialization = "1.6.3"
|
||||
# https://github.com/square/okhttp/tags
|
||||
okhttp = "4.12.0"
|
||||
# https://developer.android.com/jetpack/androidx/releases/paging
|
||||
@@ -42,11 +42,11 @@ security = "1.0.0"
|
||||
# https://github.com/junit-team/junit4/releases
|
||||
junit = "4.13.2"
|
||||
# https://github.com/Kotlin/kotlinx.coroutines/releases
|
||||
coroutines = "1.7.3"
|
||||
coroutines = "1.8.0"
|
||||
# https://github.com/robolectric/robolectric/releases
|
||||
robolectric = "4.11.1"
|
||||
# https://mvnrepository.com/artifact/com.google.truth/truth
|
||||
truth = "1.2.0"
|
||||
truth = "1.4.0"
|
||||
# https://mockk.io/
|
||||
mockk = "1.13.9"
|
||||
# https://github.com/square/leakcanary/releases
|
||||
@@ -56,11 +56,11 @@ chucker = "4.0.0"
|
||||
# https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md
|
||||
desugar = "2.0.4"
|
||||
# https://github.com/google/ksp/releases
|
||||
kspPlugin = "1.9.22-1.0.16"
|
||||
kspPlugin = "1.9.22-1.0.17"
|
||||
# https://developer.android.com/jetpack/androidx/releases/sharetarget
|
||||
shareTarget = "1.2.0"
|
||||
# https://github.com/KasperskyLab/Kaspresso/releases
|
||||
kaspresso = "1.5.3"
|
||||
kaspresso = "1.5.4"
|
||||
# https://developer.android.com/jetpack/androidx/releases/test
|
||||
androidXTestCore = "1.5.0"
|
||||
androidXTestRules = "1.5.0"
|
||||
@@ -68,19 +68,19 @@ androidXTestRunner = "1.5.2"
|
||||
androidXTestOrchestrator = "1.4.2"
|
||||
junitKtx = "1.1.5"
|
||||
# https://mvnrepository.com/artifact/androidx.compose/compose-bom
|
||||
composeBom = "2023.10.01"
|
||||
composeBom = "2024.02.00"
|
||||
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
|
||||
composeKotlinCompilerExtension = "1.5.8"
|
||||
composeKotlinCompilerExtension = "1.5.9"
|
||||
# https://google.github.io/accompanist/
|
||||
accompanistVersion = "0.32.0"
|
||||
accompanistVersion = "0.34.0"
|
||||
# https://developer.android.com/jetpack/androidx/releases/compose-material
|
||||
materialCompose = "1.5.4"
|
||||
materialCompose = "1.6.1"
|
||||
# https://github.com/raamcosta/compose-destinations/releases
|
||||
composeDestinations = "1.9.59"
|
||||
composeDestinations = "1.9.63"
|
||||
# https://developer.android.com/jetpack/androidx/releases/hilt
|
||||
androidxHilt = "1.1.0"
|
||||
# https://github.com/ktorio/ktor/releases
|
||||
ktor = "2.3.7"
|
||||
ktor = "2.3.8"
|
||||
# https://github.com/coil-kt/coil/releases
|
||||
coil = "2.5.0"
|
||||
# https://github.com/Kotlin/kotlinx-kover/releases
|
||||
|
||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user