Skip to content

stakwork/sphinx-kotlin

Repository files navigation

sphinx-kotlin

Cloning

This repository uses git submodules (for the time being). When cloning the repository, run:

git clone --recursive https://github.com/stakwork/sphinx-kotlin.git

If you've already cloned the repository, run:

git checkout master
git pull
git submodule update --init

In order to keep the submodules updated when pulling the latest code, run:

git pull --recurse-submodules

To update only the submodules, run:

git submodule update

Building The App

See HERE to enable building Sphinx with FirebaseMessaging
See HERE to enable building Sphinx with the Giphy SDK See HERE to enable building Sphinx with the YouTube Player API

Checkout branch master:

git checkout master
git pull --recurse-submodule

The Application module to build is located at sphinx/application/sphinx. To Build, you can either:

  • Use Android Studio
  • From command line via: ./gradlew :sphinx:application:sphinx:build

For more detailed instructions, see HERE