Skip to content

Commit

Permalink
Update dependencies, AGP, gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Dec 4, 2024
1 parent 9e060f6 commit 53bc5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Comments apply to next line

[versions]
android-agp = "8.7.2"
android-agp = "8.7.3"
android-desugaring = "2.1.3"
androidx-activityCompose = "1.9.3"
androidx-appcompat = "1.7.0"
Expand All @@ -27,12 +27,12 @@ compose-bom = "2024.11.00"
dnsjava = "3.6.0"
glance = "1.1.1"
guava = "33.3.1-android"
hilt = "2.52"
hilt = "2.53"
# keep in sync with ksp version
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"
# see https://github.com/google/ksp/releases for version numbers
ksp = "2.0.21-1.0.28"
ksp = "2.1.0-1.0.29"
mikepenz-aboutLibraries = "11.2.3"
nsk90-kstatemachine = "0.32.0"
mockk = "1.13.13"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
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
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 53bc5a6

Please sign in to comment.