From bfef557d60ab26caa55a9ae7c82948c921c986e3 Mon Sep 17 00:00:00 2001 From: igor Date: Sat, 4 Apr 2026 14:49:30 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e886109..532d0c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId "kz.istt.locust" minSdkVersion 15 versionCode 113 - versionName "3.0.9" + versionName "3.0.10" targetSdkVersion 35 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true @@ -39,7 +39,7 @@ android { targetCompatibility JavaVersion.VERSION_21 } namespace 'kz.istt.locust' - compileSdk 34 + compileSdk 35 } dependencies {