diff --git a/gradle.properties b/gradle.properties index 166bcc9..f9dc4f9 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=4.5.3 -VERSION_CODE=4453 +VERSION_NAME=4.5.8 +VERSION_CODE=4458 GROUP=cz.msebera.android POM_ARTIFACT_ID=httpclient diff --git a/testing-android-app/build.gradle b/testing-android-app/build.gradle index 27ce8ee..d4017c9 100644 --- a/testing-android-app/build.gradle +++ b/testing-android-app/build.gradle @@ -26,5 +26,5 @@ repositories { } dependencies { - compile 'cz.msebera.android:httpclient:4.5.3' + compile 'cz.msebera.android:httpclient:4.5.8' }