Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Nov 15, 2024
1 parent 6c2aeec commit d509c6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions examples/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ ext {
// Kotlin
kotlin_version = '2.0.20'
// Koin Versions
koin_version = '4.0.1-Beta1'
koin_version = '4.1.0-Beta1'
koin_android_version = koin_version
koin_compose_version = koin_version

coroutines_version = "1.8.1"
ktor_version = "2.3.12"
ktor_version = "3.0.1"
jb_compose_version = "1.6.11"

// Test
Expand Down
34 changes: 17 additions & 17 deletions projects/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,41 @@
# /!\ Koin in gradle.properties /!\

# Core
kotlin = "2.0.20"
kotlin = "2.0.21"
binaryValidator = "0.16.0"
publish = "2.0.0"
coroutines = "1.8.1"
coroutines = "1.9.0"
dokka = "1.9.20"
uuid = "0.8.4"

# Android
agp = "7.4.2"
android-appcompat = "1.7.0"
android-activity = "1.9.2"
android-fragment = "1.8.3"
androidx-lifecycle = "2.8.5"
androidx-workmanager = "2.9.1"
androidx-navigation = "2.8.0"
androidx-startup= "1.1.1"
android-activity = "1.9.3"
android-fragment = "1.8.5"
androidx-lifecycle = "2.8.7"
androidx-workmanager = "2.10.0"
androidx-navigation = "2.8.4"
androidx-startup= "1.2.0"

# Compose
composeJetpackRuntime = "1.6.8"
composeJB = "1.6.11"
composeLifecycle = "2.8.0"
composeNavigation = "2.8.0-alpha09" # 2.8.0-alpha02 to keep compose 1.6.11
jbCoreBundle = "1.0.0"
jbSavedState = "1.2.0"
composeLifecycle = "2.8.3"
composeNavigation = "2.8.0-alpha10" # 2.8.0-alpha02 to keep compose 1.6.11
jbCoreBundle = "1.0.1"
jbSavedState = "1.2.2"

# Test
stately = "2.1.0"
junit = "4.13.2"
jupiter = "5.9.3"
mockito = "4.7.0"
jupiter = "5.11.3"
mockito = "4.8.0"
mockk = "1.13.2"
# Ktor
ktor = "2.3.12"
ktor3 = "3.0.0-rc-1"
slf4j = "2.0.13"
ktor = "2.3.12" #to be removed after Koin 4.1
ktor3 = "3.0.1"
slf4j = "2.0.16"
uuidVersion = "0.8.4"

[libraries]
Expand Down

0 comments on commit d509c6f

Please sign in to comment.