mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-24 05:49:22 +00:00
Update README
This commit is contained in:
parent
946bef045b
commit
bce087fcce
@ -19,10 +19,12 @@ No special configuration is required. Use the `lib/main_dev.dart` file as entryp
|
|||||||
### Releases
|
### Releases
|
||||||
To make release builds, the application needs to be signed. Create a file named `key.properties` in the android directory with the following content:
|
To make release builds, the application needs to be signed. Create a file named `key.properties` in the android directory with the following content:
|
||||||
```
|
```
|
||||||
storePassword=store password
|
|
||||||
keyPassword=key password
|
|
||||||
keyAlias=key alias
|
|
||||||
storeFile=path to keystore file
|
storeFile=path to keystore file
|
||||||
|
storePassword=store password
|
||||||
|
keyAlias=key alias
|
||||||
|
keyPassword=key password
|
||||||
|
forezKeyAlias=key alias
|
||||||
|
forezKeyPassword=key password
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the `lib/main_online.dart` as entry point to the application.
|
Use the `lib/main_online.dart` as entry point to the application.
|
||||||
|
Loading…
Reference in New Issue
Block a user