Skip to content

Commit db7415c

Browse files
committed
Depend on latest production version of 4.3 HttpClient
1 parent 3961cf3 commit db7415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
compile 'cz.msebera.android:httpclient:4.3.3'
27+
compile 'cz.msebera.android:httpclient:4.3.6'
2828
}
2929

3030
android.libraryVariants.all { variant ->

0 commit comments

Comments
 (0)