OpenArchive / Save-app-android-old

This is the Save app for Android
https://open-archive.org
GNU General Public License v3.0
93 stars 26 forks source link

fix(gradle)!: define custom properties in user home directory #577

Closed ryjen closed 4 months ago

ryjen commented 4 months ago

also using resource strings for properties is very bad from a security disassembly perspective.

The reason is less boiler plate and because local.properties is often auto-generated and mistakenly committed.

Properties can be prefixed with 'oa' to avoid conflicts with other projects

Example: in $HOME/.gradle/gradle.properties

oaDropboxKey="someKey"