Updated readme

This commit is contained in:
Juan Gilsanz Polo
2024-11-14 15:58:45 +01:00
parent a7c46b3b36
commit 649fa9884a

View File

@@ -48,7 +48,7 @@ Check the privacy policy [here](https://github.com/JGeek00/linkdy/wiki/Privacy-p
### Android signing ### Android signing
1. Clone ``android/key.properties.sample`` and rename it to ``key.properties``. 1. Clone ``android/key.properties.sample`` and rename it to ``key.properties``.
2. Fill the varialbes with the values. 2. Fill the variables with the values.
3. Put your ``keystore.jks`` file inside ``android/app/``. 3. Put your ``keystore.jks`` file inside ``android/app/``.
4. Run ``flutter build apk --release`` or ``flutter build appbundle --release`` to compile and sign the production build. 4. Run ``flutter build apk --release`` or ``flutter build appbundle --release`` to compile and sign the production build.