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