hch
2024-08-13 d54dfa66193eaff28217c03ef3d7c4250448d895
Channel/Android/hyyngame_huawei/baseProjectTemplate.gradle
@@ -6,10 +6,18 @@
    id 'com.android.application' version '7.1.2' apply false
    id 'com.android.library' version '7.1.2' apply false
   //id 'com.android.tools.build' version "7.3.0" apply false
   id 'com.huawei.agconnect.agcp' version "1.6.0.300" apply false
   //id 'com.huawei.agconnect.agcp' version "1.6.0.300" apply false
    **BUILD_SCRIPT_DEPS**
}
allprojects {
    buildscript {
        dependencies {
         classpath 'com.huawei.agconnect:agcp:1.6.0.300'
        }
    }
}
task clean(type: Delete) {
    delete rootProject.buildDir
}