123456789101112131415161718 |
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- buildscript {
- dependencies {
- classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
- classpath "com.github.liujingxing:XmlClassGuard:$plugin_version"
- classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
- }
- }
- plugins {
- id 'com.android.application' version '8.0.2' apply false
- id 'com.android.library' version '8.0.2' apply false
- id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
- }
- task clean(type: Delete) {
- delete rootProject.buildDir
- }
|