From be748b329f8ab049157ae45918eb3eec63c59172 Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Sat, 18 May 2019 23:18:31 +0200 Subject: [PATCH] updated gradle properties and uploaded 4.5.8 to maven central --- gradle.properties | 4 ++-- testing-android-app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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' }