Skip to content

Commit 85fb128

Browse files
committed
koin: 4.0.2 -> 4.0.4
1 parent d8a0b07 commit 85fb128

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AndroidApp/gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ com-google-truth = "1.4.4"
1717
androidx-test-ext = "1.2.1"
1818
androidx-test-espresso = "3.6.1"
1919
androidx-room = "2.6.1"
20-
io-insert-koin = "4.0.2"
21-
io-insert-koin-compose = "4.0.2"
20+
io-insert-koin = "4.0.4"
2221
com-google-code-gson = "2.12.1"
2322
com-squareup-leakcanary = "2.14"
2423

@@ -62,7 +61,7 @@ android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref
6261

6362
# その他
6463
io-insert-koin = { module = "io.insert-koin:koin-android", version.ref = "io-insert-koin" }
65-
io-insert-koin-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "io-insert-koin-compose" }
64+
io-insert-koin-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "io-insert-koin" }
6665
com-google-code-gson = { module = "com.google.code.gson:gson", version.ref = "com-google-code-gson" }
6766
com-squareup-leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "com-squareup-leakcanary" }
6867

0 commit comments

Comments
 (0)