Skip to content

Commit

Permalink
updated gradle properties and uploaded 4.5.8 to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 18, 2019
1 parent f02c46b commit be748b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion testing-android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ repositories {
}

dependencies {
compile 'cz.msebera.android:httpclient:4.5.3'
compile 'cz.msebera.android:httpclient:4.5.8'
}

0 comments on commit be748b3

Please sign in to comment.