Create a publish flavor dedicated for public releases
This commit is contained in:
8
moneymgr_mobile/android/README.md
Normal file
8
moneymgr_mobile/android/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Android version of application
|
||||
|
||||
Generate keystore:
|
||||
|
||||
```bash
|
||||
keytool -genkey -v -keystore ./keystore.jks -keyalg RSA \
|
||||
-keysize 2048 -validity 20000 -alias moneymgr
|
||||
```
|
Reference in New Issue
Block a user