Skip to content

Commit

Permalink
Merge pull request #32 from skydoves/update/dpes
Browse files Browse the repository at this point in the history
Update AGP and androidx dependencies
  • Loading branch information
skydoves authored Aug 14, 2024
2 parents a039be0 + bbdb4ec commit 59f6f6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
agp = "8.4.2"
kotlin = "2.0.0"
agp = "8.5.2"
kotlin = "2.0.10"
dokka = "1.9.0"
jvmTarget = "11"
nexusPlugin = "0.28.0"
binaryCompatibility = "0.14.0"
binaryCompatibility = "0.16.3"
appcompat = "1.7.0"
material = "1.12.0"
retrofit = "2.11.0"
okhttp = "4.12.0"
coroutines = "1.8.1"
kotlinSerialization = "1.6.3"
arrow = "1.2.0"
paging = "3.3.0"
ksp = "2.0.0-1.0.22"
paging = "3.3.2"
ksp = "2.0.10-1.0.24"
moshi = "1.15.1"
glide = "4.16.0"
androidxLifecycle = "2.8.2"
androidxLifecycle = "2.8.4"
androidxMacroBenchmark = "1.2.4"
androidxProfileinstaller = "1.3.1"
androidxUiAutomator = "2.3.0"
Expand Down

0 comments on commit 59f6f6f

Please sign in to comment.