Skip to content

Commit 79115e0

Browse files
authored
Merge pull request #292 from ptkNktq/update/libs
Update/libs
2 parents cb9cba9 + 5c39725 commit 79115e0

25 files changed

+15
-1109
lines changed

AndroidApp/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
android.experimental.enableScreenshotTest=true
22+
android.experimental.enableScreenshotTest=true
23+
ksp.useKSP2=true

AndroidApp/gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# --- memo: unusedになっているがbuild-logic内から参照している ---
33
# Android Sdk Versions
4-
compileSdk = "35"
4+
compileSdk = "36"
55
minSdk = "35"
66
targetSdk = "35"
77
# App Versions
@@ -11,24 +11,24 @@ versionName = "1.1"
1111

1212
# Library
1313
agp = "8.9.3"
14-
kotlin = "2.1.20"
15-
com-google-devtools-ksp = "2.1.20-2.0.1" # Kotlinのバージョンに合わせる必要がある
14+
kotlin = "2.2.21"
15+
com-google-devtools-ksp = "2.3.3" # Kotlinのバージョンに合わせる必要がある
1616
com-jaredsburrows-license = "0.9.8"
17-
androidx-core = "1.16.0"
17+
androidx-core = "1.17.0"
1818
androidx-appcompat = "1.7.1"
1919
androidx-security = "1.1.0"
20-
androidx-splashscreen = "1.0.1"
21-
androidx-compose-bom = "2025.10.00"
22-
androidx-compose-activity = "1.10.1"
23-
androidx-compose-viewmodel = "2.9.4"
24-
androidx-compose-navigation = "2.9.5"
20+
androidx-splashscreen = "1.2.0"
21+
androidx-compose-bom = "2025.12.00"
22+
androidx-compose-activity = "1.12.1"
23+
androidx-compose-viewmodel = "2.10.0"
24+
androidx-compose-navigation = "2.9.6"
2525
androidx-compose-screenshot = "0.0.1-alpha09"
2626
junit = "4.13.2"
2727
com-google-truth = "1.4.5"
28-
androidx-test-ext = "1.2.1"
28+
androidx-test-ext = "1.3.0"
2929
androidx-test-espresso = "3.7.0"
30-
androidx-room = "2.7.2"
31-
io-insert-koin = "4.1.0"
30+
androidx-room = "2.8.4"
31+
io-insert-koin = "4.1.1"
3232
com-google-code-gson = "2.13.2"
3333
com-squareup-leakcanary = "2.14"
3434

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.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AndroidApp/ui/build/reports/screenshotTest/preview/debug/.html

Lines changed: 0 additions & 104 deletions
This file was deleted.

AndroidApp/ui/build/reports/screenshotTest/preview/debug/css/base-style.css

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)