Skip to content

stakwork/sphinx-android-v2

Repository files navigation

sphinx-android-v2

Cloning

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

git clone --recursive https://github.com/stakwork/sphinx-android-v2.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

History

This project was created from a branch of Sphinx Android v1 repository.
You can check the code history of this repository HERE

For more detailed instructions, see HERE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages