// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() google() mavenCentral() } dependencies { classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0' } } plugins { id 'com.android.application' version '7.1.3' apply false id 'com.android.library' version '7.1.3' apply false } task clean(type: Delete) { delete rootProject.buildDir }