Skip to content

Commit

Permalink
Merge pull request #1836 from InsertKoinIO/update_libs
Browse files Browse the repository at this point in the history
Update libs for 3.5 - kotlin 1.9.22 - jb compose 1.5.12 - jetpack compose 1.5.10
  • Loading branch information
arnaudgiuliani authored Mar 29, 2024
2 parents c3b1431 + ae4ac5c commit f3b782c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ koinVersion=3.5.4-RC2
koinComposeVersion=1.1.3-RC2

#Compose
composeCompiler=1.5.7
composeCompiler=1.5.10
#Android
android.useAndroidX=true
androidMinSDK=14
Expand Down
4 changes: 2 additions & 2 deletions projects/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# /!\ Koin in gradle.properties /!\

# Core
kotlin = "1.9.21"
kotlin = "1.9.22"
binaryValidator = "0.13.2"
publish = "2.0.0-rc-1"
coroutines = "1.7.3" # "1.8.0-RC2" for wasm
Expand All @@ -19,7 +19,7 @@ androidx-workmanager = "2.8.1"
androidx-navigation = "2.7.5"
# Compose
# /!\ Compose compiler in gradle.properties /!\
composeJB = "1.5.11"
composeJB = "1.5.12"
composeJetpackRuntime = "1.5.4"
composeJetpackViewmodel = "2.6.2"
# Test
Expand Down

0 comments on commit f3b782c

Please sign in to comment.