Update build.gradle

This commit is contained in:
Josh J
2019-01-25 22:44:16 -05:00
committed by GitHub
parent 6d1974f9d0
commit 46c791c783

View File

@@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))