Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AndroidApp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.experimental.enableScreenshotTest=true
android.experimental.enableScreenshotTest=true
ksp.useKSP2=true
24 changes: 12 additions & 12 deletions AndroidApp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# --- memo: unusedになっているがbuild-logic内から参照している ---
# Android Sdk Versions
compileSdk = "35"
compileSdk = "36"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
minSdk = "35"
targetSdk = "35"
# App Versions
Expand All @@ -11,24 +11,24 @@ versionName = "1.1"

# Library
agp = "8.9.3"
kotlin = "2.1.20"
com-google-devtools-ksp = "2.1.20-2.0.1" # Kotlinのバージョンに合わせる必要がある
kotlin = "2.2.21"
com-google-devtools-ksp = "2.3.3" # Kotlinのバージョンに合わせる必要がある
com-jaredsburrows-license = "0.9.8"
androidx-core = "1.16.0"
androidx-core = "1.17.0"
androidx-appcompat = "1.7.1"
androidx-security = "1.1.0"
androidx-splashscreen = "1.0.1"
androidx-compose-bom = "2025.10.00"
androidx-compose-activity = "1.10.1"
androidx-compose-viewmodel = "2.9.4"
androidx-compose-navigation = "2.9.5"
androidx-splashscreen = "1.2.0"
androidx-compose-bom = "2025.12.00"
androidx-compose-activity = "1.12.1"
androidx-compose-viewmodel = "2.10.0"
androidx-compose-navigation = "2.9.6"
androidx-compose-screenshot = "0.0.1-alpha09"
junit = "4.13.2"
com-google-truth = "1.4.5"
androidx-test-ext = "1.2.1"
androidx-test-ext = "1.3.0"
androidx-test-espresso = "3.7.0"
androidx-room = "2.7.2"
io-insert-koin = "4.1.0"
androidx-room = "2.8.4"
Comment thread
ptkNktq marked this conversation as resolved.
io-insert-koin = "4.1.1"
com-google-code-gson = "2.13.2"
com-squareup-leakcanary = "2.14"

Expand Down
2 changes: 1 addition & 1 deletion AndroidApp/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
104 changes: 0 additions & 104 deletions AndroidApp/ui/build/reports/screenshotTest/preview/debug/.html

This file was deleted.

This file was deleted.

Loading