From 9ca6b83b67effee7f3eb20483fc66d6c0a99d1f9 Mon Sep 17 00:00:00 2001 From: Oussama Hassine Date: Thu, 21 Sep 2023 13:23:45 +0200 Subject: [PATCH] chore: update compose to version 1.5 (#2073) --- buildSrc/src/main/kotlin/Android.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Android.kt b/buildSrc/src/main/kotlin/Android.kt index 1888cbac2ab..b89e673c497 100644 --- a/buildSrc/src/main/kotlin/Android.kt +++ b/buildSrc/src/main/kotlin/Android.kt @@ -21,7 +21,7 @@ object Android { const val testRunner = "androidx.test.runner.AndroidJUnitRunner" object Sdk { const val min = 26 - const val compile = 33 + const val compile = 34 const val target = compile } object Ndk {