MyHush / SilentDragonAndroid

Android companion app for SilentDragon
https://www.myhush.org
GNU General Public License v3.0
5 stars 12 forks source link

Fix build errors #85

Closed yusufsahinhamza closed 4 years ago

yusufsahinhamza commented 4 years ago

When the first time you want to build the SDA; you get some errors about keystore file but maybe you just want to contribute to SDA or you don't care about keystore.

So with this PR we'll check if there is a properties file and get informations from there instead of trying to get them directly which is cause of error.

That also should fix Travis build errors just like fixing our errors.