Skip to content
Snippets Groups Projects
Commit bb1052bb authored by kr328's avatar kr328
Browse files

Chore: update README.md

parent 7dad0834
No related branches found
No related tags found
No related merge requests found
...@@ -38,13 +38,13 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md) ...@@ -38,13 +38,13 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
sdk.dir=/path/to/android-sdk sdk.dir=/path/to/android-sdk
``` ```
4. Create `keystore.properties` in project root with 4. Create `signing.properties` in project root with
```properties ```properties
storeFile=/path/to/keystore/file keystore.path=/path/to/keystore/file
storePassword=<key store password> keystore.password=<key store password>
keyAlias=<key alias> key.alias=<key alias>
keyPassword=<key password> key.password=<key password>
``` ```
5. Build 5. Build
...@@ -53,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md) ...@@ -53,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
./gradlew app:assembleFossRelease ./gradlew app:assembleFossRelease
``` ```
6. Pick `app-foss-<arch>-release-signed.apk` in `app/build/outputs/apk/foss/release/` 6. Pick `app-foss-<arch>-release.apk` in `app/build/outputs/apk/foss/release/`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment