Skip to content

Commit

Permalink
Bump koin version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkacmaz committed Sep 19, 2024
1 parent d07f6e7 commit 76dc306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.20"
koin = "4.0.0-RC2"
koin = "4.0.0"
ktor = "3.0.0-rc-1"
minSdk = "28"
targetSdk = "35"
Expand All @@ -9,7 +9,7 @@ versionName = "1.3.0"
versionCode = "4"

[plugins]
agp = { id = "com.android.application", version = "8.6.0" }
agp = { id = "com.android.application", version = "8.6.1" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
compose = { id = "org.jetbrains.compose", version = "1.7.0-beta02" }
Expand Down

0 comments on commit 76dc306

Please sign in to comment.