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
|
2025-11-11 18:44:01 +08:00
|
|
|
alias(libs.plugins.compose.compiler) apply false
|
2024-08-11 17:15:17 +08:00
|
|
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
2024-09-01 16:59:11 +08:00
|
|
|
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
|
|
|
|