2bllw8 / anemo

Local private storage for Android
GNU General Public License v3.0
198 stars 7 forks source link

README.md should contain more info how to build the app if there is no keystorefile. #6

Closed k3b closed 2 years ago

k3b commented 2 years ago

My android build system has a global "local.properies" file but no entries for androidStoreFile, androidStorePassword, androidKeyAlias, androidKeyPassword delcared in https://github.com/2bllw8/anemo/blob/main/build.gradle

As a result the app cannot be build.

As a workaround i locally commented out the affected parts in global and app build.gradle.

You can reproduce the "cannot build" if you change 'local.properties' to 'keystore.properies' in global build.gradle

2bllw8 commented 2 years ago

Thanks for the report, I made it so that the build works even when the signing local properties are not defined. With commit 0042ebab65d7b841478d094846e96c2c0d58af5b it's working on my machine, please let me know if it's good for you too

k3b commented 2 years ago

Now the build works as expected. thanks a lot