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
24 changes: 12 additions & 12 deletions apps/android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
agp = "8.5.0"
kotlin = "2.0.21"
composeBom = "2024.09.03"
activityCompose = "1.9.2"
coreKtx = "1.13.1"
agp = "9.3.1"
kotlin = "2.4.10"
composeBom = "2026.08.00"
activityCompose = "1.13.0"
coreKtx = "1.19.0"
lifecycleRuntime = "2.8.6"
junit = "4.13.2"
androidxJunit = "1.2.1"
espresso = "3.6.1"
json = "20240303"
androidxJunit = "1.3.0"
espresso = "3.7.0"
json = "20260814"
cameraX = "1.4.2"
zxing = "3.5.4"
mlkitBarcode = "17.3.0"
room = "2.6.1"
ksp = "2.0.21-1.0.28"
okhttp = "4.12.0"
room = "2.8.4"
ksp = "2.3.11"
okhttp = "5.4.0"
work = "2.9.1"
exifInterface = "1.3.2"
exifInterface = "1.4.2"

[libraries]
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
Expand Down
Binary file modified apps/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/android/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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
13 changes: 5 additions & 8 deletions apps/android/gradlew
100644 → 100755

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

176 changes: 82 additions & 94 deletions apps/android/gradlew.bat

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

Loading