blob: 32fab75002d6bf9c8b00cb37dee1e9b58aee5f62 [file] [log] [blame]
plugins {
id("com.android.application") version "4.2.0" apply false
id("com.example.android")
}
android {
compileSdkVersion(30)
aidlPackagedList += listOf("one.aidl", "two.aidl")
}