android: updated gradle version

This commit is contained in:
gd
2025-02-01 11:08:52 +02:00
committed by Max Kellermann
parent 7fb195bc0b
commit 996e158f56
2 changed files with 2 additions and 2 deletions

View File

@@ -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.1.2" apply false
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
id("com.google.dagger.hilt.android") version "2.49" apply false