Skip to content
Open
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
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ dependencies {
implementation(libs.androidx.material.icons.extended)

testImplementation(libs.junit)
testImplementation("org.json:json:20240303")
testImplementation("org.json:json:20260814")
}
12 changes: 6 additions & 6 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
agp = "8.7.0"
kotlin = "2.0.20"
coreKtx = "1.13.1"
agp = "9.4.0"
kotlin = "2.4.20"
coreKtx = "1.19.0"
lifecycleRuntimeKtx = "2.8.6"
coreSplashScreen = "1.0.1"
coreSplashScreen = "1.2.0"
activityCompose = "1.9.2"
composeBom = "2024.09.02"
coroutines = "1.9.0"
composeBom = "2026.09.00"
coroutines = "1.11.0"
junit = "4.13.2"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
networkTimeout=10000
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 0 additions & 10 deletions android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading