From 8c4534d0374b9c7118fa144b01a779aac7bdc6c9 Mon Sep 17 00:00:00 2001 From: Egorick <112876399+Vooidss@users.noreply.github.com> Date: Wed, 7 May 2025 20:50:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=BF=D0=BB=D0=B0=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a7b2ae0..5d68f11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.0" apply false - id("com.android.library") version "8.10.0" apply false + id("com.android.application") version "8.9.2" apply false + id("com.android.library") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false } \ No newline at end of file