Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
IdSuffix.gradle
blob: 93049823b73cd62cea9c4a2a50f2cff155545ed5 [
file
] [
log
] [
blame
]
apply plugin
:
'com.android.application'
android
{
buildTypes
{
debug
{
<warning>
applicationIdSuffix
"debug"
</
warning
>
}
}
}