build.gradle 621 B

123456789101112131415161718
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. dependencies {
  4. classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
  5. classpath "com.github.liujingxing:XmlClassGuard:$plugin_version"
  6. classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
  7. }
  8. }
  9. plugins {
  10. id 'com.android.application' version '8.0.2' apply false
  11. id 'com.android.library' version '8.0.2' apply false
  12. id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
  13. }
  14. task clean(type: Delete) {
  15. delete rootProject.buildDir
  16. }