This project is currently under highly breaking changes and team is now focusing on achieving some important features. We are not accepting any contribution request right now.
Please follow this Technical documentation to get detail about Viper
Add it in your root build.gradle
at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Include the library in app build.gradle
dependencies{
implementation 'com.github.w3-engineers.viper:paylib:0.0.1-alpha'
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details