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 43591a6 commit 4dca54aCopy full SHA for 4dca54a
build.gradle.kts
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
4
plugins {
5
id("com.android.application") version "8.10.0" apply false
6
id("com.android.library") version "8.10.0" apply false
7
- id("org.jetbrains.kotlin.android") version "2.1.20" apply false
+ id("org.jetbrains.kotlin.android") version "2.1.21" apply false
8
id("com.google.gms.google-services") version "4.4.2" apply false
9
id("androidx.navigation.safeargs") version "2.9.0" apply false
10
id("com.github.ben-manes.versions") version "0.52.0" apply true
0 commit comments