From b0d1e6df450801a65229b09914ac84436b819d17 Mon Sep 17 00:00:00 2001
From: MrWooltrest <84628475+MrWooltrest@users.noreply.github.com>
Date: Wed, 26 Jan 2022 16:04:31 +0200
Subject: [PATCH] Building from source reworked
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0c8c0ef4..a08e3117 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,14 @@ width="60%" align="center">](https://hosted.weblate.org/projects/droidify/locali
|
|
|:---:|:---:|
-## :hammer: Building from source
+## :building_construction: Building from source
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, \
or by filling out the `sdk.dir` property in `local.properties`.
-Signing can be done automatically using `keystore.properties` as follows:
+### :pen: Signing
+
+Can be done automatically using `keystore.properties` as follows:
```properties
store.file=/path/to/keystore
@@ -69,6 +71,8 @@ key.alias=key-alias
key.password=key-password
```
+### :hammer: Building
+
Run `./gradlew assembleRelease` to build release package or run `./gradlew assembleDebug` if you want to build debug apk.
All of these packages can be installed using the Android package manager