Dependencies and gradle upgrade
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
activityCompose = "1.13.0"
|
||||
coilCompose = "2.7.0"
|
||||
composeBom = "2026.06.00"
|
||||
composeBom = "2026.06.01"
|
||||
coreKtx = "1.19.0"
|
||||
exifinterface = "1.4.2"
|
||||
fragmentKtx = "1.8.9"
|
||||
@ -17,14 +17,14 @@ lifecycleViewmodelKtx = "2.11.0"
|
||||
material = "1.14.0"
|
||||
navigationCompose = "2.9.8"
|
||||
preferenceKtx = "1.2.1"
|
||||
ui = "1.11.3"
|
||||
foundationAndroid = "1.11.3"
|
||||
runtimeLivedata = "1.11.3"
|
||||
ui = "1.11.4"
|
||||
foundationAndroid = "1.11.4"
|
||||
runtimeLivedata = "1.11.4"
|
||||
composeMaterial3 = "1.4.0"
|
||||
navigationRuntimeAndroid = "2.9.8"
|
||||
composeMaterialIcons = "1.7.8"
|
||||
runtime = "1.11.3"
|
||||
uiText = "1.11.3"
|
||||
runtime = "1.11.4"
|
||||
uiText = "1.11.4"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Mon Jan 30 05:45:34 EET 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user