blob: 3258094379a5d9294eca08fe5b6d4cae4e0168e3 [file] [log] [blame]
plugins {
id("com.android.application")
}
android {
buildTypes {
getByName("debug") {
<warning>applicationIdSuffix = "debug"</warning>
}
}
}