jruesga / rview

A Gerrit client application for Android
Apache License 2.0
66 stars 21 forks source link

Don't enforce signingConfig if release.properties doesn't exist #4

Closed SferaDev closed 8 years ago

SferaDev commented 8 years ago

When building a community build it will error out because it doesn't find the release signing properties file.

In android-studio it's even worse as when checking from GitHub it won't even open the project because of it.

Add an exists check before importing them to the gradle configuration file.