Skip to content

Commit 59f6f6f

Browse files
authored
Merge pull request #32 from skydoves/update/dpes
Update AGP and androidx dependencies
2 parents a039be0 + bbdb4ec commit 59f6f6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
2-
agp = "8.4.2"
3-
kotlin = "2.0.0"
2+
agp = "8.5.2"
3+
kotlin = "2.0.10"
44
dokka = "1.9.0"
55
jvmTarget = "11"
66
nexusPlugin = "0.28.0"
7-
binaryCompatibility = "0.14.0"
7+
binaryCompatibility = "0.16.3"
88
appcompat = "1.7.0"
99
material = "1.12.0"
1010
retrofit = "2.11.0"
1111
okhttp = "4.12.0"
1212
coroutines = "1.8.1"
1313
kotlinSerialization = "1.6.3"
1414
arrow = "1.2.0"
15-
paging = "3.3.0"
16-
ksp = "2.0.0-1.0.22"
15+
paging = "3.3.2"
16+
ksp = "2.0.10-1.0.24"
1717
moshi = "1.15.1"
1818
glide = "4.16.0"
19-
androidxLifecycle = "2.8.2"
19+
androidxLifecycle = "2.8.4"
2020
androidxMacroBenchmark = "1.2.4"
2121
androidxProfileinstaller = "1.3.1"
2222
androidxUiAutomator = "2.3.0"

0 commit comments

Comments
 (0)