From 2752540330433907196360600f86748bc394d9d0 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 26 Apr 2022 17:52:18 -0400 Subject: [PATCH] Update Kotlin and Compose --- gradle/compose.versions.toml | 8 ++++---- gradle/kotlinx.versions.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index a230f50268..c36becef8f 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -1,6 +1,6 @@ [versions] -compose = "1.2.0-alpha07" -accompanist = "0.24.6-alpha" +compose = "1.2.0-alpha08" +accompanist = "0.24.7-alpha" [libraries] activity = "androidx.activity:activity-compose:1.6.0-alpha01" @@ -8,8 +8,8 @@ foundation = { module = "androidx.compose.foundation:foundation", version.ref="c animation = { module = "androidx.compose.animation:animation", version.ref="compose" } ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" } -material3-core = "androidx.compose.material3:material3:1.0.0-alpha09" -material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.6" +material3-core = "androidx.compose.material3:material3:1.0.0-alpha10" +material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.7" material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" } accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref="accompanist" } \ No newline at end of file diff --git a/gradle/kotlinx.versions.toml b/gradle/kotlinx.versions.toml index 74448c71b5..268e66b5f4 100644 --- a/gradle/kotlinx.versions.toml +++ b/gradle/kotlinx.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin_version = "1.6.10" +kotlin_version = "1.6.20" coroutines_version = "1.6.1" serialization_version = "1.3.2"