v1
This commit is contained in:
+3
-3
@@ -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.4" apply false
|
||||
id("com.android.application") version "8.4.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
||||
id("com.google.gms.google-services") version "4.4.0" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
|
||||
@@ -15,7 +15,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath(kotlin("gradle-plugin", version = "1.9.10"))
|
||||
classpath ("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.5")
|
||||
classpath ("com.google.gms:google-services:4.4.0")
|
||||
classpath ("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7")
|
||||
classpath ("com.google.gms:google-services:4.4.1")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user