chore: upgrade graddle

This commit is contained in:
2025-02-18 18:39:26 +01:00
parent b1a2114c19
commit 1328bb3ac8
5 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}