Files

11 lines
442 B
Kotlin
Raw Permalink Normal View History

2024-06-22 04:25:20 +08:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) apply false
2024-08-11 17:15:17 +08:00
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
2024-07-12 01:36:59 +08:00
}
2024-09-18 17:03:26 +08:00