Android SDK Dependency Releases

Over the last weeks, we have open sourced the dependencies of the upcoming Android SDK.

There is currently 3 projects that are available via jcenter:


Volley Download

URL: bintray.com/sensorberg/maven/volley/view

We had to repackage the original Volley in order to distribute it with our SDK. Unfortunately Google does not publish Volley and in order to avoid duplicate classes with your own Volley dependencies, all classes were moved to the base package com.sensorberg.android.volley


Networkstate Download

URL bintray.com/sensorberg/maven/networkstate/view

We set this class up as a separate module in order to reuse it. Since the Android gradle plugin does not bundle local modules into a library module, this project had to be open sourced and released to jcenter as well.


OkVolley Download

URL: bintray.com/sensorberg/maven/okvolley/view