mirror of
https://github.com/InvertGeek/MixFile.git
synced 2026-05-17 11:47:05 +08:00
Update build.gradle.kts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// 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
|
||||
alias(libs.plugins.compose.compiler) apply false
|
||||
id("com.android.application") version "8.10.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false
|
||||
}
|
||||
buildscript {
|
||||
repositories {
|
||||
@@ -14,8 +14,6 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
|
||||
|
||||
classpath(libs.google.services)
|
||||
|
||||
classpath("com.google.gms:google-services:4.4.3")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user