Skip to content

Commit fabb794

Browse files
authored
Merge pull request #251 from ptkNktq/update/libs
ライブラリ更新
2 parents fd28af5 + bfe26ce commit fabb794

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

AndroidApp/.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidApp/gradle/libs.versions.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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のバージョンに合わせる必要がある
55
com-jaredsburrows-license = "0.9.8"
66
androidx-core = "1.15.0"
77
androidx-appcompat = "1.7.0"
88
androidx-security = "1.1.0-alpha06"
99
androidx-splashscreen = "1.0.1"
10-
androidx-compose-bom = "2025.03.00"
10+
androidx-compose-bom = "2025.03.01"
1111
androidx-compose-activity = "1.10.1"
1212
androidx-compose-viewmodel = "2.8.7"
1313
androidx-compose-navigation = "2.8.9"
@@ -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

AndroidApp/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AndroidApp/ui/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66

77
android {
88
namespace = "me.nya_n.notificationnotifier.ui"
9+
@Suppress("UnstableApiUsage")
910
experimentalProperties["android.experimental.enableScreenshotTest"] = true
1011

1112
kotlinOptions {

0 commit comments

Comments
 (0)