Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Oct 11, 2024
1 parent 1a0e107 commit 8204a17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val minSdkVersion = 26
const val targetSdkVersion = 35

const val junitJupiter = "5.10.2"
const val junit5Android = "1.5.0"
const val junit5Plugin = "1.10.2.0"
const val junitJupiter = "5.11.2"
const val junit5Android = "1.6.0"
const val junit5Plugin = "1.11.2.0"
}
16 changes: 8 additions & 8 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ androidx-coresplashscreen = "1.1.0-rc01"
androidx-espresso = "3.6.1"
androidx-lifecycle = "2.8.6"
androidx-test = "1.6.1"
androidx-testmonitor = "1.7.1"
androidx-testmonitor = "1.7.2"
androidx-testorchestrator = "1.5.0"
androidx-testrunner = "1.6.1"
androidx-testrunner = "1.6.2"
androidx-uiautomator = "2.4.0-alpha01"

# Arrow
arrow = "1.2.4"

# Compose
compose = "1.7.3"
compose-destinations = "2.1.0-beta12"
compose-destinations = "2.1.0-beta13"
compose-constraintlayout = "1.0.1"
compose-material3 = "1.3.0"

# Await resolution of https://github.com/grpc/grpc-java/issues/11550 before updating.
grpc = "1.66.0"
grpc = "1.67.1"
grpc-kotlin = "1.4.1"
grpc-kotlin-jar = "1.4.1:jdk8@jar"
grpc-protobuf = "4.28.1"
grpc-protobuf = "4.28.2"

# Koin
koin = "4.0.0"
Expand All @@ -43,8 +43,8 @@ koin-compose = "4.0.0"
# Kotlin
# Bump kotlin and kotlin-ksp together, find matching release here:
# https://github.com/google/ksp/releases
kotlin = "2.0.20"
kotlin-ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
kotlin-ksp = "2.0.21-1.0.25"
kotlinx = "1.9.0"

# Protobuf
Expand All @@ -60,7 +60,7 @@ kermit = "2.0.4"
konsist = "0.16.1"
ktfmt = "0.20.1"
leakcanary = "2.14"
mockk = "1.13.12"
mockk = "1.13.13"
mockwebserver = "4.12.0"
play-publisher = "3.11.0"
turbine = "1.1.0"
Expand Down

0 comments on commit 8204a17

Please sign in to comment.