From 2ecf425c55c37ca72f82fe143b8dfee5e7b1313f Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Mon, 18 Oct 2021 20:12:44 +0200 Subject: [PATCH] Use Kotlin 1.5.31 and Jetpack Compose 1.0.4 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 813696a173..1ced1f32a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - kotlin_version = '1.5.30' - compose_version = '1.0.3' + kotlin_version = '1.5.31' + compose_version = '1.0.4' accompanist_version = '0.19.0' libsu_version = '3.1.2' protocVersion = '3.18.0' @@ -99,7 +99,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.0.3" + kotlinCompilerExtensionVersion = compose_version } if (keystorePropertiesFile.exists()) {