Skip to content

Commit b9d474c

Browse files
chore(deps): Updated libs to newer versions.
1 parent e351e13 commit b9d474c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
2-
agp = "8.6.1"
2+
agp = "8.7.2"
33
kotlin = "2.0.0"
4-
coreKtx = "1.13.1"
4+
coreKtx = "1.15.0"
55
junit = "4.13.2"
66
junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
88
appcompat = "1.7.0"
99
material = "1.12.0"
10-
constraintlayout = "2.1.4"
11-
navigation = "2.8.0"
12-
lifecycle = "2.8.5"
10+
constraintlayout = "2.2.0"
11+
navigation = "2.8.3"
12+
lifecycle = "2.8.7"
1313
dagger = "2.52"
14-
work = "2.9.1"
14+
work = "2.10.0"
1515
recyclerview = "1.3.2"
1616
preference = "1.2.1"
1717
retrofit = "2.11.0"
1818
room = "2.6.1"
1919
biometric = "1.2.0-alpha05"
2020
color-chooser = "0.7.3"
21-
composeAndroid = "1.7.0"
21+
composeAndroid = "1.7.5"
2222
acra = "5.11.3"
2323
paletteKtx = "1.0.0"
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Sep 07 12:40:08 BST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)