|
|
@ -12,6 +12,7 @@ def keystoreProperties = new Properties()
|
|
|
|
keystoreProperties.load(new FileInputStream(rootProject.file("keystore.properties")))
|
|
|
|
keystoreProperties.load(new FileInputStream(rootProject.file("keystore.properties")))
|
|
|
|
|
|
|
|
|
|
|
|
Properties localProperties = new Properties()
|
|
|
|
Properties localProperties = new Properties()
|
|
|
|
|
|
|
|
if (rootProject.file("local.properties").exists())
|
|
|
|
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
|
|
|
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|