diff --git a/android/Omnivore/gradle/libs.versions.toml b/android/Omnivore/gradle/libs.versions.toml index 1a6c6a567..4c9118c65 100644 --- a/android/Omnivore/gradle/libs.versions.toml +++ b/android/Omnivore/gradle/libs.versions.toml @@ -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" }