You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}