From 1a64013e95b16be8021f82a57fcb84ed8f4614ea Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 19 Oct 2024 11:27:35 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f5ba05b4..8d4a7139 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ What you can do with this app: - Fetched with gradle as dependency: - Android USB serial: https://github.com/mik3y/usb-serial-for-android +# Building +- Building from command line:\ + `ANDROID_HOME= JAVA_HOME= ./gradlew `\ + For example:\ + `ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease` + # Other similar or related projects - Hardware - ESP32 LoRa APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs