Newer
Older
Meterage / build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    dependencies {
        classpath("com.android.tools.build:gradle:8.3.0")
        classpath("com.huawei.agconnect:agcp:1.9.1.301")
        classpath("com.hihonor.mcs:asplugin:2.0.0")
    }
}

plugins {
    id("com.android.application") version "8.3.0" apply false
    id("org.jetbrains.kotlin.android") version "2.0.21" apply false
}