We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e0f6 commit 7f9794fCopy full SHA for 7f9794f
build.gradle.kts
@@ -2,8 +2,8 @@
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
4
plugins {
5
- id("com.android.application") version "8.12.0" apply false
6
- id("com.android.library") version "8.12.0" apply false
+ id("com.android.application") version "8.12.1" apply false
+ id("com.android.library") version "8.12.1" apply false
7
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
8
id("com.google.gms.google-services") version "4.4.3" apply false
9
id("androidx.navigation.safeargs") version "2.9.3" apply false
0 commit comments