Iris
Iris copied to clipboard
Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager)
Welcome to [WhiteSource Bolt for GitHub](https://github.com/marketplace/whitesource-bolt)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource Bolt...
To be able to compile your Iris project I had to change allprojects { repositories { jcenter() } } to allprojects { repositories { jcenter() maven { url "https://maven.google.com" }...
Please create a standalone example project for Iris library! [I can't compile it](https://user-images.githubusercontent.com/4918293/27633983-b116b77e-5c2b-11e7-9c72-70964df2d369.png) with your [explanation](https://github.com/RoRoche/Iris#dependency). P.S. I can't find iris artefact on [bintray](https://bintray.com/bintray/jcenter)
Thanks for the sharing of a nice code! Would you be so kind to answer a couple questions? 1. `minSdkVersion 23` - Is it possible to have `minSdkVersion 14` and...