From 103e6e60bb0ebce275430e1e00029450a039febc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 2 Dec 2021 19:01:48 +0530 Subject: [PATCH] build: upgrade Compose and Aurora --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 524bafa4..376eae1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist = "0.21.3-beta" -aurora = "1.0.0-beta2" +aurora = "1.0.0-beta5" coroutines = "1.5.2" hilt = "2.40.2" richtext = "0.9.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index c96ab570..ba88fc6b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -6,7 +6,7 @@ pluginManagement { google() } plugins { - id("org.jetbrains.compose") version "1.0.0-rc4" apply false + id("org.jetbrains.compose") version "1.0.0" apply false } }