Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.13 KB

Important Note

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.

Viper

Please follow this Technical documentation to get detail about Viper

Dependency

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'
}

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details