Upgrade app dependency versions
This commit is contained in:
parent
3e84a21dcd
commit
cac66699d1
2 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
[versions]
|
||||
activityCompose = "1.9.3"
|
||||
agp = "8.7.3"
|
||||
activityCompose = "1.10.0"
|
||||
agp = "8.8.0"
|
||||
appcompat = "1.7.0"
|
||||
biometric = "1.4.0-alpha02"
|
||||
composeBom = "2024.12.01"
|
||||
composeBom = "2025.01.01"
|
||||
coreKtx = "1.15.0"
|
||||
datastore = "1.1.1"
|
||||
datastore = "1.1.2"
|
||||
espressoCore = "3.6.1"
|
||||
hilt = "2.51.1"
|
||||
iconsExtended = "1.7.6"
|
||||
iconsExtended = "1.7.7"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.2.1"
|
||||
kotlin = "2.0.10"
|
||||
|
@ -18,15 +18,15 @@ lifecycleRuntimeKtx = "2.8.7"
|
|||
lifecycleViewModelKtx = "2.8.7"
|
||||
lifecycleViewmodelCompose = "2.8.7"
|
||||
material = "1.12.0"
|
||||
material3 = "1.4.0-alpha05"
|
||||
navigation = "2.8.5"
|
||||
material3 = "1.4.0-alpha07"
|
||||
navigation = "2.8.6"
|
||||
protobuf = "0.9.4"
|
||||
protoLite = "3.21.11"
|
||||
okhttp = "4.10.0"
|
||||
retrofit = "2.9.0"
|
||||
hiltNavigationCompose = "1.2.0"
|
||||
fonts = "1.7.6"
|
||||
credentialManager = "1.5.0-beta01"
|
||||
fonts = "1.7.7"
|
||||
credentialManager = "1.5.0-rc01"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
||||
|
|
2
app/gradle/wrapper/gradle-wrapper.properties
vendored
2
app/gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Wed Oct 09 11:35:01 EDT 2024
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Add table
Reference in a new issue