Skip to content
Marek Sebera edited this page May 18, 2019 · 2 revisions
repositories {
    mavenCentral()
}

dependencies {
    // Latest version of 4.3 API is 4.3.6.1
    // Latest version of 4.4 API is 4.4.1.2
    // other versions and documentation can be found here: https://github.com/smarek/httpclient-android/releases
    compile group: 'cz.msebera.android' , name: 'httpclient' , version: '4.4.1.2'
}
Clone this wiki locally