Stylar for Android is available through Google's Maven Repository. To use it:
-
Open the
build.gradle
file for your application. -
Make sure that the
repositories
section includes Google's Maven Repositorygoogle()
. For example:allprojects { repositories { google() jcenter() } }
-
Add the library to the
dependencies
section:dependencies { // ... implementation 'com.zeoflow:stylar:<version>' // ... }
Visit MVN Repository to find the latest version of the library.
Stylar for Android welcomes contributions from the community. Check out our contributing guidelines before getting started.