Bump dependencies

This commit is contained in:
Bob
2025-12-23 17:45:07 +03:00
committed by GitHub
parent 22c636dbcd
commit 61182ebe31

View File

@@ -1,14 +1,14 @@
[versions]
agp = "8.13.2"
kotlin = "2.0.21"
coreKtx = "1.10.1"
kotlin = "2.3.0"
coreKtx = "1.17.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
appcompat = "1.7.1"
kotlinxCoroutinesAndroid = "1.10.2"
credentials = "1.3.0"
material = "1.10.0"
credentials = "1.5.0"
material = "1.13.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }