Upgrade libraries (#11)

This commit is contained in:
pynicolas
2025-07-01 17:10:12 +02:00
committed by GitHub
parent 850bc84b2b
commit 2dd5f8cd20
2 changed files with 6 additions and 8 deletions

View File

@@ -1,20 +1,20 @@
[versions]
agp = "8.9.2"
kotlin = "2.1.0"
kotlin = "2.2.0"
license = "0.16.1"
coreKtx = "1.16.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.9.0"
lifecycleRuntimeKtx = "2.9.1"
activityCompose = "1.10.1"
composeBom = "2025.05.00"
composeBom = "2025.06.01"
camerax = "1.4.2"
litert = "1.2.0"
litert = "1.4.0"
opencv = "4.11.0"
assertj = "3.27.3"
pdfbox = "2.0.27.0"
zoomable = "2.8.0"
zoomable = "2.8.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }