bump versions

This commit is contained in:
Stefano Sansone 2024-04-06 22:49:39 +02:00
parent b6913f93bb
commit 50c82ff444

View file

@ -4,7 +4,7 @@ accompanistFlowLayout = "0.32.0"
androidGradlePlugin = "8.2.2"
androidxActivity = "1.8.2"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2024.02.01"
androidxComposeBom = "2024.04.00"
androidxComposeCompiler = "1.5.9"
androidxCore = "1.12.0"
androidxDataStore = "1.0.0"
@ -16,16 +16,16 @@ androidxSecurity = "1.0.0"
androidxTestExt = "1.1.5"
apollo = "3.8.2"
chiptextfieldM3 = "0.6.5"
coil = "2.5.0"
coil = "2.6.0"
composeMarkdown = "0.3.3"
coreSplashscreen = "1.0.1"
gson = "2.10.1"
hilt = "2.50"
hilt = "2.51"
intercom = "15.1.0"
junit4 = "4.13.2"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
kotlinxCoroutines = "1.7.3"
ksp = "1.9.22-1.0.18"
kotlinxCoroutines = "1.8.0"
playServices = "18.3.0"
playServicesAuth = "21.0.0"
posthog = "2.0.3"
@ -34,7 +34,6 @@ retrofit = "2.9.0"
room = "2.6.1"
[libraries]
accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "accompanistSystemUiController" }
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanistFlowLayout" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppCompat" }