Browse Source

Use gradle catalog.

pull/1787/head
Benoit Marty 10 months ago
parent
commit
3a400b5814
  1. 4
      build.gradle.kts
  2. 1
      gradle/libs.versions.toml

4
build.gradle.kts

@ -5,8 +5,8 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient @@ -5,8 +5,8 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
classpath("com.google.gms:google-services:4.4.0")
classpath(libs.kotlin.gradle.plugin)
classpath(libs.gms.google.services)
}
}

1
gradle/libs.versions.toml

@ -68,6 +68,7 @@ android_gradle_plugin = { module = "com.android.tools.build:gradle", version.ref @@ -68,6 +68,7 @@ android_gradle_plugin = { module = "com.android.tools.build:gradle", version.ref
# https://developer.android.com/studio/write/java8-support#library-desugaring-versions
android_desugar = "com.android.tools:desugar_jdk_libs:2.0.4"
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
gms_google_services = "com.google.gms:google-services:4.4.0"
# https://firebase.google.com/docs/android/setup#available-libraries
google_firebase_bom = "com.google.firebase:firebase-bom:32.5.0"

Loading…
Cancel
Save