Update build.gradle

This commit is contained in:
Guilherme Gazzo 2017-11-01 01:11:50 -02:00 committed by GitHub
parent 0f82eaf5b9
commit f2a0f51b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -12,15 +12,6 @@ buildscript {
}
}
signingConfigs {
release {
storeFile file(System.getenv("KEYSTORE"))
storePassword System.getenv("KEYSTORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS")
keyPassword System.getenv("KEY_PASSWORD")
}
}
allprojects {
repositories {
mavenLocal()