From e7dec3a94a614b9917d80edd876665f638549992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= Date: Thu, 26 Oct 2023 16:38:16 +0300 Subject: [PATCH] =?UTF-8?q?SKD=2034=20=3D=20=D0=9F=D0=9E=D0=91=D0=95=D0=94?= =?UTF-8?q?=D0=90!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f77bd0c..eeec5e5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -5,7 +5,7 @@ plugins { android { namespace = "com.example.labwork" - compileSdk = 33 + compileSdk = 34 defaultConfig { applicationId = "com.example.labwork" @@ -61,7 +61,7 @@ dependencies { implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") - //implementation("androidx.compose.material3:material3") + implementation("androidx.compose.material3:material3") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")