|
|
@ -13,6 +13,7 @@ android {
|
|
|
|
release {
|
|
|
|
release {
|
|
|
|
// Everything comes from local.properties
|
|
|
|
// Everything comes from local.properties
|
|
|
|
Properties properties = new Properties()
|
|
|
|
Properties properties = new Properties()
|
|
|
|
|
|
|
|
if (project.rootProject.file('local.properties').exists()) {
|
|
|
|
properties.load(project.rootProject.file('local.properties').newDataInputStream())
|
|
|
|
properties.load(project.rootProject.file('local.properties').newDataInputStream())
|
|
|
|
storeFile file(properties.getProperty('keystore.file'))
|
|
|
|
storeFile file(properties.getProperty('keystore.file'))
|
|
|
|
storePassword properties.getProperty('keystore.password')
|
|
|
|
storePassword properties.getProperty('keystore.password')
|
|
|
@ -20,6 +21,7 @@ android {
|
|
|
|
keyPassword properties.getProperty('keystore.password')
|
|
|
|
keyPassword properties.getProperty('keystore.password')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "com.fox2code.mmm"
|
|
|
|
applicationId "com.fox2code.mmm"
|
|
|
|