Skip to content

Commit

Permalink
Update all 3p dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Nov 27, 2024
1 parent f1e1953 commit 6c48fbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
minSdk = "21"
compileSdk = "34"
compileSdk = "35"
kotlin = "1.9.25"
agp = "8.7.2"
compose-ui = "1.7.5" # https://developer.android.com/jetpack/androidx/releases/compose-ui
compose-compiler = "1.5.15" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose-material3 = "1.3.1" # https://developer.android.com/jetpack/androidx/releases/compose-material3
androidx-appcompat = "1.7.0"
androidx-activity = "1.8.2" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity = "1.9.3" # https://developer.android.com/jetpack/androidx/releases/activity
paparazzi = "1.3.4" # https://github.com/cashapp/paparazzi/releases
mavenPublish = "0.27.0" # https://github.com/vanniktech/gradle-maven-publish-plugin/releases
dokka = "1.9.10" # https://github.com/kotlin/dokka/releases
mavenPublish = "0.30.0" # https://github.com/vanniktech/gradle-maven-publish-plugin/releases
dokka = "1.9.20" # https://github.com/kotlin/dokka/releases
junit = "4.13.2"
poko = "0.15.2" # https://github.com/drewhamilton/poko/releases
poko = "0.15.3" # https://github.com/drewhamilton/poko/releases
blurhash = "0.2.0" # https://github.com/vanniktech/blurhash/releases

[plugins]
Expand Down

0 comments on commit 6c48fbf

Please sign in to comment.