Update app dependencies
This commit is contained in:
parent
3ba2d9c26f
commit
2dbf6d61d0
2 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
||||||
[versions]
|
[versions]
|
||||||
activityCompose = "1.10.0"
|
activityCompose = "1.10.1"
|
||||||
agp = "8.8.0"
|
agp = "8.9.0"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.0"
|
||||||
biometric = "1.4.0-alpha02"
|
biometric = "1.4.0-alpha02"
|
||||||
composeBom = "2025.01.01"
|
composeBom = "2025.03.00"
|
||||||
coreKtx = "1.15.0"
|
coreKtx = "1.15.0"
|
||||||
datastore = "1.1.2"
|
datastore = "1.1.3"
|
||||||
espressoCore = "3.6.1"
|
espressoCore = "3.6.1"
|
||||||
hilt = "2.51.1"
|
hilt = "2.51.1"
|
||||||
iconsExtended = "1.7.7"
|
iconsExtended = "1.7.8"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
junitVersion = "1.2.1"
|
junitVersion = "1.2.1"
|
||||||
kotlin = "2.0.10"
|
kotlin = "2.0.10"
|
||||||
|
@ -18,15 +18,15 @@ lifecycleRuntimeKtx = "2.8.7"
|
||||||
lifecycleViewModelKtx = "2.8.7"
|
lifecycleViewModelKtx = "2.8.7"
|
||||||
lifecycleViewmodelCompose = "2.8.7"
|
lifecycleViewmodelCompose = "2.8.7"
|
||||||
material = "1.12.0"
|
material = "1.12.0"
|
||||||
material3 = "1.4.0-alpha07"
|
material3 = "1.4.0-alpha10"
|
||||||
navigation = "2.8.6"
|
navigation = "2.8.9"
|
||||||
protobuf = "0.9.4"
|
protobuf = "0.9.4"
|
||||||
protoLite = "3.21.11"
|
protoLite = "3.21.11"
|
||||||
okhttp = "4.10.0"
|
okhttp = "4.10.0"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
hiltNavigationCompose = "1.2.0"
|
hiltNavigationCompose = "1.2.0"
|
||||||
fonts = "1.7.7"
|
fonts = "1.7.8"
|
||||||
credentialManager = "1.5.0-rc01"
|
credentialManager = "1.5.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
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
|
#Wed Oct 09 11:35:01 EDT 2024
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Add table
Reference in a new issue