|
|
@ -45,7 +45,8 @@ android {
|
|
|
|
release {
|
|
|
|
release {
|
|
|
|
isMinifyEnabled = true
|
|
|
|
isMinifyEnabled = true
|
|
|
|
applicationIdSuffix = NiaBuildType.RELEASE.applicationIdSuffix
|
|
|
|
applicationIdSuffix = NiaBuildType.RELEASE.applicationIdSuffix
|
|
|
|
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
|
|
|
|
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"),
|
|
|
|
|
|
|
|
"proguard-rules.pro")
|
|
|
|
|
|
|
|
|
|
|
|
// To publish on the Play store a private signing key is required, but to allow anyone
|
|
|
|
// To publish on the Play store a private signing key is required, but to allow anyone
|
|
|
|
// who clones the code to sign and run the release variant, use the debug signing key.
|
|
|
|
// who clones the code to sign and run the release variant, use the debug signing key.
|
|
|
|