From 38829e094b32b17f427f894867943ccaa8e27add Mon Sep 17 00:00:00 2001 From: grigo Date: Sat, 2 May 2026 14:49:53 +0300 Subject: [PATCH] Update Android Gradle plugin --- build.gradle.kts | 1 - gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3756278..b4457db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.android.application) apply false } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2a89ca..bbc801a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.0" +agp = "8.9.1" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0"