olivebot/android_connector_demo/fayConnectorDemo-蓝牙service后台运行版/build.gradle
xszyou 875ed28b58 初始上传
初始上传
2023-12-12 00:03:36 +08:00

9 lines
291 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}