File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
modules/swagger-codegen/src/main/resources/android-java
samples/client/petstore/android-java Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
ext {
51
51
swagger_annotations_version = " 1.5.3-M1"
52
52
jackson_version = " 2.5.2"
53
- httpclient_android_version = " 4.3.5 .1"
53
+ httpclient_version = " 4.4 .1"
54
54
httpcore_version = " 4.4.1"
55
55
httpmime_version = " 4.4.1"
56
56
junit_version = " 4.8.1"
@@ -61,7 +61,7 @@ dependencies {
61
61
compile " com.fasterxml.jackson.core:jackson-core:$jackson_version"
62
62
compile " com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
63
63
compile " com.fasterxml.jackson.core:jackson-databind:$jackson_version"
64
- compile " org.apache.httpcomponents:httpclient-android:$httpclient_android_version "
64
+ compile " org.apache.httpcomponents:httpclient:$httpclient_version "
65
65
compile (" org.apache.httpcomponents:httpcore:$httpcore_version" ) {
66
66
exclude(group: ' org.apache.httpcomponents' , module: ' httpclient' )
67
67
}
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ allprojects {
20
20
}
21
21
22
22
23
-
24
23
apply plugin : ' com.android.library'
25
24
apply plugin : ' com.github.dcendents.android-maven'
26
25
@@ -42,13 +41,12 @@ android {
42
41
}
43
42
}
44
43
}
45
-
46
44
}
47
45
48
46
ext {
49
47
swagger_annotations_version = " 1.5.3-M1"
50
48
jackson_version = " 2.5.2"
51
- httpclient_android_version = " 4.3.5 .1"
49
+ httpclient_version = " 4.4 .1"
52
50
httpcore_version = " 4.4.1"
53
51
httpmime_version = " 4.4.1"
54
52
junit_version = " 4.8.1"
@@ -59,7 +57,7 @@ dependencies {
59
57
compile " com.fasterxml.jackson.core:jackson-core:$jackson_version "
60
58
compile " com.fasterxml.jackson.core:jackson-annotations:$jackson_version "
61
59
compile " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
62
- compile " org.apache.httpcomponents:httpclient-android: $h ttpclient_android_version "
60
+ compile " org.apache.httpcomponents:httpclient: $h ttpclient_version "
63
61
compile (" org.apache.httpcomponents:httpcore:$httpcore_version " ) {
64
62
exclude(group : ' org.apache.httpcomponents' , module : ' httpclient' )
65
63
}
You can’t perform that action at this time.
0 commit comments