chore: upgrade project dependencies

This commit is contained in:
Fritz Heiden 2025-04-01 08:14:41 +02:00
parent 60f146afbc
commit 645f8e2f04

View File

@ -1,17 +1,17 @@
[versions]
agp = "8.9.0"
cameraCore = "1.4.1"
agp = "8.9.1"
cameraCore = "1.4.2"
kotlin = "2.0.0"
coreKtx = "1.10.1"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
ktor = "3.1.0"
lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
composeBom = "2024.04.01"
material3 = "1.4.0-alpha10"
navigationCompose = "2.8.4"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.10.1"
composeBom = "2025.03.01"
material3 = "1.4.0-alpha11"
navigationCompose = "2.8.9"
[libraries]
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraCore" }