Skip to content

Commit

Permalink
4.0.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 8, 2025
1 parent 67b8150 commit 32095b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
// Kotlin
kotlin_version = '2.0.21'
// Koin Versions
koin_version = '4.0.2-Beta1'
koin_version = '4.0.2-RC1'
koin_android_version = koin_version
koin_compose_version = koin_version

Expand Down
2 changes: 1 addition & 1 deletion projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.parallel=true
kotlin.code.style=official

#Koin
koinVersion=4.0.2-Beta1
koinVersion=4.0.2-RC1

#Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
Expand Down

0 comments on commit 32095b4

Please sign in to comment.