Skip to content

Commit

Permalink
Bump to latest stable AGP and dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Nov 10, 2024
1 parent 10c5175 commit e61d787
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
# SPDX-License-Identifier: GPL-3.0-only

[versions]
agp = "8.7.1"
agp = "8.7.2"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.26"
ktor = "2.3.12"
sqlDelight = "2.0.2"
compose = "1.7.4"
compose-material3 = "1.3.0"
compose = "1.7.5"
compose-material3 = "1.3.1"
coroutines = "1.9.0"
androidx-activityCompose = "1.9.3"
androidx-adaptiveAndroid = "1.1.0-alpha05"
androidx-adaptiveAndroid = "1.1.0-alpha06"
androidx-browser = "1.8.0"
androidx-camera = "1.3.4"
androidx-camera = "1.4.0"
androidx-composeNavigation = "2.8.3"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.8.6"
androidx-lifecycle = "2.8.7"
androidx-startupRuntime = "1.2.0"
coil = "2.7.0"
hilt = "2.52"
markdown = "0.26.0"
markdown = "0.27.0"
material = "1.12.0"
serialization = "1.7.2"
serialization = "1.7.3"
zxing-core = "3.5.3"
zxing-cpp = "2.2.0"

Expand Down

0 comments on commit e61d787

Please sign in to comment.