Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Oct 5, 2014
1 parent c4bcbdd commit 732b413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Safe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

propertyFile = new File(projectDir, "build-private.properties")
if (propertyFile.exists()) {
if (propertyFile && propertyFile.exists()) {
signingConfigs {
release {
Properties props = new Properties()
Expand All @@ -71,4 +71,4 @@ android {
println "For signed release apks you need to create a build-private.properties file"
}

}
}

0 comments on commit 732b413

Please sign in to comment.