Update Android Gradle plugin

This commit is contained in:
2026-05-02 14:49:53 +03:00
parent 6e1c8ffd6f
commit 38829e094b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
alias(libs.plugins.android.application) apply false alias(libs.plugins.android.application) apply false
} }
+1 -1
View File
@@ -1,5 +1,5 @@
[versions] [versions]
agp = "8.9.0" agp = "8.9.1"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.3.0" junitVersion = "1.3.0"
espressoCore = "3.7.0" espressoCore = "3.7.0"