blob: 5ae9a7b016bf46b2f84802635e97cc15eace683e [file] [log] [blame]
Erfan Abdia0e6b172022-09-01 21:23:44 +04301// Top-level build file where you can add configuration options common to all sub-projects/modules.
2plugins {
Erfan Abdi3c788522022-09-03 00:02:39 +04303 id 'com.android.application' version '7.2.2' apply false
4 id 'com.android.library' version '7.2.2' apply false
Erfan Abdia0e6b172022-09-01 21:23:44 +04305}
6
7task clean(type: Delete) {
8 delete rootProject.buildDir
9}