We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90450d commit 01b68b8Copy full SHA for 01b68b8
build.gradle.kts
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
4
plugins {
5
id("com.android.application") version "8.8.0" apply false
6
id("com.android.library") version "8.8.0" apply false
7
- id("org.jetbrains.kotlin.android") version "2.1.0" apply false
+ id("org.jetbrains.kotlin.android") version "2.1.10" apply false
8
id("com.google.gms.google-services") version "4.4.2" apply false
9
id("androidx.navigation.safeargs") version "2.8.5" apply false
10
id("com.github.ben-manes.versions") version "0.52.0" apply true
0 commit comments