blob: 35e67deef917947a3f75f58b5bd9b6f048682538 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
defaultConfig {
<warning descr="Deprecated: Replace 'packageName' with 'applicationId'">packageName</warning> 'my.pkg'
}
buildTypes {
debug {
<warning descr="Deprecated: Replace 'packageNameSuffix' with 'applicationIdSuffix'">packageNameSuffix</warning> ".debug"
}
}
}