dependency update

This commit is contained in:
tom5079
2025-03-08 15:27:57 -08:00
parent 3ee5e683f4
commit 47d96a6ba9
3 changed files with 93 additions and 72 deletions

View File

@@ -1,27 +1,27 @@
[versions]
agp = "8.8.1"
android-compileSdk = "34"
agp = "8.8.2"
android-compileSdk = "35"
android-minSdk = "21"
android-targetSdk = "34"
android-targetSdk = "35"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
androidxComposeBom = "2024.06.00"
androidxCore = "1.13.1"
androidxActivity = "1.9.0"
androidxLifecycle = "2.8.3"
androidxNavigation = "2.7.7"
accompanist = "0.34.0"
material3 = "1.2.1"
material-icons = "1.6.8"
firebase = "33.1.1"
crashlytics = "3.0.2"
androidxComposeBom = "2025.02.00"
androidxCore = "1.15.0"
androidxActivity = "1.10.1"
androidxLifecycle = "2.8.7"
androidxNavigation = "2.8.8"
accompanist = "0.37.2"
material3 = "1.3.1"
material-icons = "1.7.8"
firebase = "33.10.0"
crashlytics = "3.0.3"
hilt = "2.51.1"
ktor = "2.3.8"
ktor = "3.1.0"
coil = "2.6.0"
room = "2.6.1"
kotlinx-serialization = "1.3.2"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.8.0"
kotlinx-coroutines = "1.10.1"
kotlinx-datetime = "0.6.0"
[libraries]