diff --git a/README.md b/README.md index e365ded06..0b1af3578 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ See the project's Releases page for a list of versions with their changelogs. ##### [View Releases](https://github.com/HabitRPG/habitrpg-android/releases) +Self-hosted builds published from this repository include two APKs in each release: + +- `habitica-self-host-debug.apk` – debuggable build with developer tooling enabled +- `habitica-self-host-release.apk` – optimized release build ready for deployment + If you Watch this repository, GitHub will send you an email every time we publish an update. ## Contributing @@ -61,6 +66,8 @@ We use Kotlin and follow the code style based on the [Android Kotlin Style Guide Note: this is the default production `habitica.properties` file for habitica.com. If you want to use a local Habitica server, please modify the values in the properties file accordingly. + When running a self-hosted build you can now switch servers directly from the login screen. Tap the gear icon in the upper-right corner seven times to unlock the developer options dialog, enter your custom base URL, and (optionally) enable UnifiedPush with the distributor installed on the device. + diff --git a/release-artifacts/habitica-self-host-debug.apk b/release-artifacts/habitica-self-host-debug.apk new file mode 100644 index 000000000..c823f9cf0 Binary files /dev/null and b/release-artifacts/habitica-self-host-debug.apk differ diff --git a/release-artifacts/habitica-self-host-release.apk b/release-artifacts/habitica-self-host-release.apk new file mode 100644 index 000000000..68a19a331 Binary files /dev/null and b/release-artifacts/habitica-self-host-release.apk differ