From 5314e4b08bee8cfd74faecb29c39996490087ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Sun, 22 Oct 2023 18:19:47 +0200 Subject: [PATCH] Update Jetpack/Google dependencies (Oct 2023) (#3966) --- common/src/main/res/values/strings.xml | 2 +- gradle/libs.versions.toml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/src/main/res/values/strings.xml b/common/src/main/res/values/strings.xml index c5ab7eb860a..5c7894b46cf 100644 --- a/common/src/main/res/values/strings.xml +++ b/common/src/main/res/values/strings.xml @@ -249,7 +249,7 @@ Unable to communicate with Home Assistant because of a SSL error. Please ensure your certificate is valid. The \'Mobile App\' integration is required to use the app, but it is not available on your Home Assistant server. Please check your server configuration and try again. Errors - There was an error loading Home Assistant. Please review the connection settings and try again.\n\nError Code: %d \nDescription: %s + There was an error loading Home Assistant. Please review the connection settings and try again.\n\nError Code: %1$d \nDescription: %2$s Failed to notify HA of picked option. Exit Expand diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3fb64f0f960..da02af26492 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] accompanist = "0.32.0" -activity-compose = "1.7.2" +activity-compose = "1.8.0" androidBeaconLibrary = "2.20" androidJunit5 = "1.9.3.0" -androidPlugin = "8.1.1" +androidPlugin = "8.1.2" androidSdk-compile = "34" androidSdk-min = "21" androidSdk-target = "33" @@ -16,7 +16,7 @@ blurView = "version-1.6.6" car-versions = "1.3.0-rc01" changeLog = "3.4" community-material-typeface = "7.0.96.0-kotlin" -compose-bom = "2023.09.00" +compose-bom = "2023.10.01" compose-compiler = "1.5.3" constraintlayout = "2.1.4" converterJackson = "2.9.0" @@ -24,7 +24,7 @@ coreKtx = "1.12.0" core-splashscreen = "1.1.0-alpha02" cronet-embedded = "113.5672.61" emojiJava = "5.1.1" -firebase-bom = "32.2.3" +firebase-bom = "32.4.0" firebaseAppdistributionGradle = "4.0.0" fragment-ktx = "1.6.1" googleServices = "4.3.15" @@ -39,29 +39,29 @@ kotlin = "1.9.10" ksp = "1.9.10-1.0.13" ktlint = "11.6.1" lifecycle = "2.6.2" -material = "1.9.0" +material = "1.10.0" media3 = "1.1.1" -navigation-compose = "2.7.2" +navigation-compose = "2.7.4" okhttp = "4.12.0" paging = "3.2.1" picasso = "2.8" play-services-threadnetwork = "16.0.0" play-services-home = "16.0.0" play-services-location = "21.0.1" -play-services-wearable = "18.0.0" +play-services-wearable = "18.1.0" preference-ktx = "1.2.1" -recyclerview = "1.3.1" +recyclerview = "1.3.2" reorderable = "0.9.6" retrofit = "2.9.0" -room = "2.5.2" +room = "2.6.0" sentry-android = "6.32.0" watchfaceComplicationsDataSourceKtx = "1.1.1" wear = "1.3.0" -wear-compose-foundation = "1.2.0" -wear-compose-material = "1.0.0-alpha13" +wear-compose-foundation = "1.2.1" +wear-compose-material = "1.0.0-alpha14" wear-protolayout = "1.0.0" wear-tiles = "1.2.0" -wear-tooling = "1.0.0-alpha01" +wear-tooling = "1.0.0-beta01" wearPhoneInteractions = "1.0.1" wearInput = "1.2.0-alpha02" webkit = "1.8.0"