Update dependencies

This commit is contained in:
Reinout Meliesie 2024-11-19 19:33:05 +01:00
parent 4a1c1dd1d8
commit 37437dc3bd

View file

@ -1,17 +1,17 @@
[versions] [versions]
# Gradle plugins # Gradle plugins
android-plugin = "8.5.1" android-plugin = "8.7.2"
kotlin = "2.0.0" kotlin = "2.0.0"
# Runtime libraries # Runtime libraries
android-material = "1.12.0" android-material = "1.12.0"
androidx-activity-compose = "1.9.1" androidx-activity-compose = "1.9.3"
androidx-compose-material3 = "1.2.1" androidx-compose-material3 = "1.3.1"
androidx-compose-ui = "1.6.8" androidx-compose-ui = "1.7.5"
androidx-core-ktx = "1.13.1" androidx-core-ktx = "1.13.1"
androidx-datastore-preferences = "1.1.1" androidx-datastore-preferences = "1.1.1"
androidx-lifecycle-runtime-ktx = "2.8.4" androidx-lifecycle-runtime-ktx = "2.8.7"
kotlinx-coroutines-android = "1.8.1" kotlinx-coroutines-android = "1.9.0"
kotlinx-serialization-json = "1.7.1" kotlinx-serialization-json = "1.7.3"
# Other libraries # Other libraries
kmqtt = "0.4.8" kmqtt = "0.4.8"