only-bible-app v3.7.2+24
git clone https://git.pyrossh.dev/only-bible-app
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
certs/key.properties.example
| e26d881 | 1 | # Copy this file to certs/key.properties (next to this file). |
| e26d881 | 2 | storePassword=your_keystore_password |
| e26d881 | 3 | keyPassword=your_key_password |
| e26d881 | 4 | keyAlias=your_key_alias |
| e26d881 | 5 | # storeFile is resolved relative to android/app/, so a keystore alongside |
| e26d881 | 6 | # key.properties in certs/ is "../../certs/your_keystore.jks". |
| e26d881 | 7 | storeFile=../../certs/your_keystore.jks |