Christopher Herrera
Results
12
comments of
Christopher Herrera
Would see if I can get a good idea for this, I had to hack workarounds in some of my projects.
Just add this to your project(outside app) build.gradle.... ``` allprojects { repositories { ... maven { url "https://jitpack.io" } } } ``` Then add this to your app build.gradle to...