Skip to content

ariel10aguero/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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 88.4%
  • Java 11.3%
  • Other 0.3%