blob: 493e21296249a781f1e757a04ba105f04b5e4bdd [file] [log] [blame]
apply plugin: 'com.android.application'
android {
buildTypes {
debug {
applicationIdSuffix <warning>"debug"</warning>
}
}
}