From 085f756e1746a6564fc924c51f39c799759f63a4 Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 18 Nov 2024 22:21:00 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B8=D0=BB=D0=B4=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=84=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7f623a8..f410b03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { targetCompatibility JavaVersion.VERSION_17 } namespace 'kz.istt.locust' - compileSdk 33 + compileSdk 34 buildToolsVersion '34.0.0' }