diff --git a/JetLagged/gradle/libs.versions.toml b/JetLagged/gradle/libs.versions.toml index bdc0fb6838..b0a7c5afee 100644 --- a/JetLagged/gradle/libs.versions.toml +++ b/JetLagged/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] accompanist = "0.37.3" -android-material3 = "1.14.0-alpha09" -androidGradlePlugin = "9.0.1" +android-material3 = "1.14.0-alpha10" +androidGradlePlugin = "9.1.0" androidx-activity-compose = "1.13.0" androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" androidx-constraintlayout = "1.1.1" androidx-core-splashscreen = "1.2.0" -androidx-corektx = "1.17.0" +androidx-corektx = "1.18.0" androidx-glance = "1.1.1" androidx-lifecycle = "2.8.2" androidx-lifecycle-compose = "2.10.0" @@ -18,9 +18,9 @@ androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext-junit = "1.3.0" androidx-test-ext-truth = "1.7.0" -androidx-tv-foundation = "1.0.0-alpha12" +androidx-tv-foundation = "1.0.0-beta01" androidx-tv-material = "1.0.1" -androidx-wear-compose = "1.5.6" +androidx-wear-compose = "1.6.0" androidx-window = "1.5.1" androidxHiltNavigationCompose = "1.3.0" androix-test-uiautomator = "2.3.0" @@ -35,11 +35,11 @@ hiltExt = "1.3.0" horologist = "0.7.15" jdkDesugar = "2.1.5" junit = "4.13.2" -kotlin = "2.3.10" +kotlin = "2.3.20" kotlinx-serialization-json = "1.10.0" kotlinx_immutable = "0.4.0" ksp = "2.3.6" -maps-compose = "8.2.0" +maps-compose = "8.2.2" # @keep minSdk = "23" okhttp = "5.3.2" @@ -49,7 +49,7 @@ roborazzi = "1.59.0" rome = "2.1.0" room = "2.8.4" secrets = "2.0.1" -spotless = "8.2.1" +spotless = "8.4.0" # @keep targetSdk = "33" version-catalog-update = "1.1.0" diff --git a/JetNews/gradle/libs.versions.toml b/JetNews/gradle/libs.versions.toml index 496947920a..45696b9219 100644 --- a/JetNews/gradle/libs.versions.toml +++ b/JetNews/gradle/libs.versions.toml @@ -4,14 +4,14 @@ ##### [versions] accompanist = "0.37.3" -android-material3 = "1.14.0-alpha09" -androidGradlePlugin = "9.0.1" +android-material3 = "1.14.0-alpha10" +androidGradlePlugin = "9.1.0" androidx-activity-compose = "1.13.0" androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" androidx-constraintlayout = "1.1.1" androidx-core-splashscreen = "1.2.0" -androidx-corektx = "1.17.0" +androidx-corektx = "1.18.0" androidx-glance = "1.1.1" androidx-lifecycle = "2.8.2" androidx-lifecycle-compose = "2.10.0" @@ -24,9 +24,9 @@ androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext-junit = "1.3.0" androidx-test-ext-truth = "1.7.0" -androidx-tv-foundation = "1.0.0-alpha12" +androidx-tv-foundation = "1.0.0-beta01" androidx-tv-material = "1.0.1" -androidx-wear-compose = "1.5.6" +androidx-wear-compose = "1.6.0" androidx-window = "1.5.1" androidxHiltNavigationCompose = "1.3.0" androix-test-uiautomator = "2.3.0" @@ -41,11 +41,11 @@ hiltExt = "1.3.0" horologist = "0.7.15" jdkDesugar = "2.1.5" junit = "4.13.2" -kotlin = "2.3.10" +kotlin = "2.3.20" kotlinx-serialization = "1.10.0" kotlinx_immutable = "0.4.0" ksp = "2.3.6" -maps-compose = "8.2.0" +maps-compose = "8.2.2" # @keep minSdk = "23" okhttp = "5.3.2" @@ -55,7 +55,7 @@ roborazzi = "1.59.0" rome = "2.1.0" room = "2.8.4" secrets = "2.0.1" -spotless = "8.2.1" +spotless = "8.4.0" # @keep targetSdk = "33" version-catalog-update = "1.1.0" @@ -103,7 +103,7 @@ androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-kt androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle-runtime-compose" } androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle-compose" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle-compose" } -androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "androidx-lifecycle-viewmodel-navigation3"} +androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "androidx-lifecycle-viewmodel-navigation3" } androidx-lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle-compose" } androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" } androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" } diff --git a/Jetchat/gradle/libs.versions.toml b/Jetchat/gradle/libs.versions.toml index 07831faa3c..e096d973d2 100644 --- a/Jetchat/gradle/libs.versions.toml +++ b/Jetchat/gradle/libs.versions.toml @@ -4,14 +4,14 @@ ##### [versions] accompanist = "0.37.3" -android-material3 = "1.14.0-alpha09" -androidGradlePlugin = "9.0.1" +android-material3 = "1.14.0-alpha10" +androidGradlePlugin = "9.1.0" androidx-activity-compose = "1.13.0" androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" androidx-constraintlayout = "1.1.1" androidx-core-splashscreen = "1.2.0" -androidx-corektx = "1.17.0" +androidx-corektx = "1.18.0" androidx-glance = "1.1.1" androidx-lifecycle = "2.8.2" androidx-lifecycle-compose = "2.10.0" @@ -22,9 +22,9 @@ androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext-junit = "1.3.0" androidx-test-ext-truth = "1.7.0" -androidx-tv-foundation = "1.0.0-alpha12" +androidx-tv-foundation = "1.0.0-beta01" androidx-tv-material = "1.0.1" -androidx-wear-compose = "1.5.6" +androidx-wear-compose = "1.6.0" androidx-window = "1.5.1" androidxHiltNavigationCompose = "1.3.0" androix-test-uiautomator = "2.3.0" @@ -39,11 +39,11 @@ hiltExt = "1.3.0" horologist = "0.7.15" jdkDesugar = "2.1.5" junit = "4.13.2" -kotlin = "2.3.10" +kotlin = "2.3.20" kotlinx-serialization-json = "1.10.0" kotlinx_immutable = "0.4.0" ksp = "2.3.6" -maps-compose = "8.2.0" +maps-compose = "8.2.2" # @keep minSdk = "23" okhttp = "5.3.2" @@ -53,7 +53,7 @@ roborazzi = "1.59.0" rome = "2.1.0" room = "2.8.4" secrets = "2.0.1" -spotless = "8.2.1" +spotless = "8.4.0" # @keep targetSdk = "33" version-catalog-update = "1.1.0" diff --git a/Jetsnack/gradle/libs.versions.toml b/Jetsnack/gradle/libs.versions.toml index 4eee128ede..e2f7e2ded9 100644 --- a/Jetsnack/gradle/libs.versions.toml +++ b/Jetsnack/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] accompanist = "0.37.3" -android-material3 = "1.14.0-alpha09" -androidGradlePlugin = "9.0.1" +android-material3 = "1.14.0-alpha10" +androidGradlePlugin = "9.1.0" androidx-activity-compose = "1.13.0" androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" androidx-core-splashscreen = "1.2.0" -androidx-corektx = "1.17.0" +androidx-corektx = "1.18.0" androidx-glance = "1.2.0-rc01" androidx-lifecycle = "2.8.2" androidx-lifecycle-compose = "2.10.0" @@ -17,9 +17,9 @@ androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext-junit = "1.3.0" androidx-test-ext-truth = "1.7.0" -androidx-tv-foundation = "1.0.0-alpha12" +androidx-tv-foundation = "1.0.0-beta01" androidx-tv-material = "1.0.1" -androidx-wear-compose = "1.5.6" +androidx-wear-compose = "1.6.0" androidx-window = "1.5.1" androidxHiltNavigationCompose = "1.3.0" androix-test-uiautomator = "2.3.0" @@ -35,11 +35,11 @@ hiltExt = "1.3.0" horologist = "0.7.15" jdkDesugar = "2.1.5" junit = "4.13.2" -kotlin = "2.3.10" +kotlin = "2.3.20" kotlinx-serialization-json = "1.10.0" kotlinx_immutable = "0.4.0" ksp = "2.3.6" -maps-compose = "8.2.0" +maps-compose = "8.2.2" # @keep minSdk = "23" okhttp = "5.3.2" @@ -49,7 +49,7 @@ roborazzi = "1.59.0" rome = "2.1.0" room = "2.8.4" secrets = "2.0.1" -spotless = "8.2.1" +spotless = "8.4.0" # @keep targetSdk = "36" version-catalog-update = "1.1.0" diff --git a/Reply/gradle/libs.versions.toml b/Reply/gradle/libs.versions.toml index 07831faa3c..e096d973d2 100644 --- a/Reply/gradle/libs.versions.toml +++ b/Reply/gradle/libs.versions.toml @@ -4,14 +4,14 @@ ##### [versions] accompanist = "0.37.3" -android-material3 = "1.14.0-alpha09" -androidGradlePlugin = "9.0.1" +android-material3 = "1.14.0-alpha10" +androidGradlePlugin = "9.1.0" androidx-activity-compose = "1.13.0" androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" androidx-constraintlayout = "1.1.1" androidx-core-splashscreen = "1.2.0" -androidx-corektx = "1.17.0" +androidx-corektx = "1.18.0" androidx-glance = "1.1.1" androidx-lifecycle = "2.8.2" androidx-lifecycle-compose = "2.10.0" @@ -22,9 +22,9 @@ androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext-junit = "1.3.0" androidx-test-ext-truth = "1.7.0" -androidx-tv-foundation = "1.0.0-alpha12" +androidx-tv-foundation = "1.0.0-beta01" androidx-tv-material = "1.0.1" -androidx-wear-compose = "1.5.6" +androidx-wear-compose = "1.6.0" androidx-window = "1.5.1" androidxHiltNavigationCompose = "1.3.0" androix-test-uiautomator = "2.3.0" @@ -39,11 +39,11 @@ hiltExt = "1.3.0" horologist = "0.7.15" jdkDesugar = "2.1.5" junit = "4.13.2" -kotlin = "2.3.10" +kotlin = "2.3.20" kotlinx-serialization-json = "1.10.0" kotlinx_immutable = "0.4.0" ksp = "2.3.6" -maps-compose = "8.2.0" +maps-compose = "8.2.2" # @keep minSdk = "23" okhttp = "5.3.2" @@ -53,7 +53,7 @@ roborazzi = "1.59.0" rome = "2.1.0" room = "2.8.4" secrets = "2.0.1" -spotless = "8.2.1" +spotless = "8.4.0" # @keep targetSdk = "33" version-catalog-update = "1.1.0"