This commit is contained in:
mac
2026-02-22 20:28:25 -05:00
parent 1140dcc1fc
commit 670880d197
15 changed files with 84 additions and 34 deletions

View File

@@ -1,26 +1,27 @@
[versions]
agp = "9.0.1"
coreKtx = "1.10.1"
coreKtx = "1.12.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.10.0"
kotlin = "2.0.21"
composeBom = "2024.09.00"
composeBom = "2025.02.00"
generativeai = "0.9.0"
coil = "2.7.0"
room = "2.8.4"
navigation = "2.7.7"
navigation = "2.8.7"
ksp = "2.0.21-1.0.27"
retrofit = "2.9.0"
okhttp = "4.12.0"
browser = "1.8.0"
exifinterface = "1.3.7"
secretsPlugin = "2.0.1"
playServicesAuth = "21.2.0"
playServicesAuth = "21.3.0"
googleServices = "4.4.2"
firebaseBom = "34.9.0"
firebaseAppDistribution = "5.2.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -58,3 +59,4 @@ kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "ko
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secretsPlugin" }
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
firebase-appdistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }