The opportunistic bastard of communication libraries
Brigand is the opportunistic bastard of all communication libraries
It will allow other apps to be blamed for used power while making its own network transfers
put this in your settings.gradle
file:
include ':libraries:Brigand'
project(':libraries:Brigand').projectDir = new File(settingsDir, '../brigand/Brigand')
and then add this to your application's build.gradle
file:
dependencies {
compile project(':libraries:Brigand')
}
Brigand is freely available under the MIT license