The TestDiscoverService app covers the API for service discover. The TestAdvertiseService app covers the APT for service advertisement. Test: ./gradlew build Change-Id: I6a8d94bbe88a9a20b1adcda8e0916898c68e7ea5
10 lines
361 B
Groovy
10 lines
361 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.0.0' apply false
|
|
id 'com.android.library' version '8.0.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.8.20-RC' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
} |