1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 02:28:18 +00:00

Whitespace

This commit is contained in:
M66B 2019-03-26 13:51:35 +00:00
parent cd1763f52a
commit e2d2ef776a

View file

@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
def keystorePropertiesFile = rootProject.file("keystore.properties") def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties() def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android { android {