Skip to content

Polyhoot/android

Repository files navigation

License: Apache-2.0 Android CI

Polyhoot Android client

A light-weight Android client for Polyhoot game. Written in Kotlin and made with Material Design 3 and Android 12 Dynamic Colors support.

Download latest release

Polyhoot! is being distributed through Firebase App Distribution. You can use this link to get releases: Firebase App Distribution Invitation

Screenshots

Build Artifacts

You can download latest debug package of the app from GitHub Action Android CI workflow here. Open latest successful action and download zipped APK file from the Artifacts section.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java Development Kit 17

Cloning

git clone https://github.com/polyhoot/android -b master

Building

Linux & macOS:

./gradlew build assembleDebug

Windows:

.\gradlew.bat build assembleDebug

Running on device

Linux & macOS:

./gradlew build installDebug

Windows:

.\gradlew.bat build installDebug

Built with

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.