11[versions ]
2- agp = " 8.7.3 "
3- kotlin = " 2.1.10 "
4- com-google-devtools-ksp = " 2.1.10 -1.0.31 "
2+ agp = " 8.9.1 "
3+ kotlin = " 2.1.20 "
4+ com-google-devtools-ksp = " 2.1.20 -1.0.32 " # Kotlinのバージョンに合わせる必要がある
55com-jaredsburrows-license = " 0.9.8"
66androidx-core = " 1.15.0"
77androidx-appcompat = " 1.7.0"
88androidx-security = " 1.1.0-alpha06"
99androidx-splashscreen = " 1.0.1"
10- androidx-compose-bom = " 2025.03.00 "
10+ androidx-compose-bom = " 2025.03.01 "
1111androidx-compose-activity = " 1.10.1"
1212androidx-compose-viewmodel = " 2.8.7"
1313androidx-compose-navigation = " 2.8.9"
@@ -17,8 +17,7 @@ com-google-truth = "1.4.4"
1717androidx-test-ext = " 1.2.1"
1818androidx-test-espresso = " 3.6.1"
1919androidx-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"
2221com-google-code-gson = " 2.12.1"
2322com-squareup-leakcanary = " 2.14"
2423
@@ -62,7 +61,7 @@ android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref
6261
6362# その他
6463io-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" }
6665com-google-code-gson = { module = " com.google.code.gson:gson" , version.ref = " com-google-code-gson" }
6766com-squareup-leakcanary-android = { module = " com.squareup.leakcanary:leakcanary-android" , version.ref = " com-squareup-leakcanary" }
6867
0 commit comments