File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
modules/swagger-codegen/src/main/resources/android/libraries/volley
samples/client/petstore/android/volley Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 56
56
swagger_annotations_version = " 1.5.0"
57
57
gson_version = " 2.3.1"
58
58
httpclient_version = " 4.3.3"
59
+ volley_version = " 1.0.19"
59
60
junit_version = " 4.8.1"
60
61
}
61
62
@@ -64,6 +65,7 @@ dependencies {
64
65
compile " com.google.code.gson:gson:$gson_version"
65
66
compile " org.apache.httpcomponents:httpcore:$httpclient_version"
66
67
compile " org.apache.httpcomponents:httpmime:$httpclient_version"
68
+ compile " com.mcxiaoke.volley:library:${volley_version}@aar"
67
69
testCompile " junit:junit:$junit_version"
68
70
}
69
71
Original file line number Diff line number Diff line change 52
52
swagger_annotations_version = " 1.5.0"
53
53
gson_version = " 2.3.1"
54
54
httpclient_version = " 4.3.3"
55
+ volley_version = " 1.0.19"
55
56
junit_version = " 4.8.1"
56
57
}
57
58
@@ -60,6 +61,7 @@ dependencies {
60
61
compile " com.google.code.gson:gson:$gson_version "
61
62
compile " org.apache.httpcomponents:httpcore:$httpclient_version "
62
63
compile " org.apache.httpcomponents:httpmime:$httpclient_version "
64
+ compile " com.mcxiaoke.volley:library:${ volley_version} @aar"
63
65
testCompile " junit:junit:$junit_version "
64
66
}
65
67
You can’t perform that action at this time.
0 commit comments