From 64a4051e0fba98d0001304378f97cf329664be49 Mon Sep 17 00:00:00 2001 From: andrekir Date: Sun, 9 Jul 2023 08:17:57 -0300 Subject: [PATCH] chore: update Compose Compiler to 1.4.8 --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9ee5d389d..c50d7013f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.7" + kotlinCompilerExtensionVersion = "1.4.8" } // Set both the Java and Kotlin compilers to target Java 8. compileOptions { diff --git a/build.gradle b/build.gradle index 73bff54a6..7e072f6ed 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext { useCrashlytics = false - kotlin_version = '1.8.21' + kotlin_version = '1.8.22' hilt_version = '2.46.1' protobuf_version = '3.23.4' }