[CHORE] Remove .debug suffix on Android (#681)

This commit is contained in:
Diego Mello 2019-03-06 10:27:07 -03:00 committed by GitHub
parent a139cc83e5
commit 62e2d8e7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -148,9 +148,6 @@ android {
setProguardFiles([getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'])
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix ".debug"
}
}
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->