Skip to content

Commit

Permalink
version 3.5.4-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Mar 4, 2024
1 parent ebafbc8 commit 6f52ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/gradle/versions.gradle
Expand Up @@ -2,9 +2,9 @@ ext {
// Kotlin
kotlin_version = '1.9.21'
// Koin Versions
koin_version = '3.5.4-RC-1'
koin_version = '3.5.4-RC1'
koin_android_version = koin_version
koin_compose_version = "1.1.3-RC-1"
koin_compose_version = "1.1.3-RC1"

coroutines_version = "1.7.3"
ktor_version = "2.3.7"
Expand Down
4 changes: 2 additions & 2 deletions projects/gradle.properties
Expand Up @@ -8,8 +8,8 @@ org.gradle.parallel=true
kotlin.code.style=official

#Koin
koinVersion=3.5.4-RC-1
koinComposeVersion=1.1.3-RC-1
koinVersion=3.5.4-RC1
koinComposeVersion=1.1.3-RC1

#Compose
composeCompiler=1.5.7
Expand Down

0 comments on commit 6f52ed5

Please sign in to comment.