数字人
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
191 B

  1. plugins {
  2. id 'com.android.application' version '7.2.1' apply false
  3. id 'com.android.library' version '7.2.1' apply false
  4. }
  5. task clean(type: Delete) {
  6. delete rootProject.buildDir
  7. }