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 868a9b0 commit 50bf12bCopy full SHA for 50bf12b
build.gradle.kts
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
4
plugins {
5
id("com.android.application") version "8.13.2" apply false
6
id("com.android.library") version "8.13.2" apply false
7
- id("org.jetbrains.kotlin.android") version "2.2.21" apply false
+ id("org.jetbrains.kotlin.android") version "2.3.0" apply false
8
id("com.google.gms.google-services") version "4.4.4" apply false
9
id("androidx.navigation.safeargs") version "2.9.6" apply false
10
id("com.github.ben-manes.versions") version "0.53.0" apply true
0 commit comments