Skip to content

Commit bed94ac

Browse files
committed
Add the missing "volley" dependency
1 parent 0103c2f commit bed94ac

File tree

2 files changed

+4
-0
lines changed
  • modules/swagger-codegen/src/main/resources/android/libraries/volley
  • samples/client/petstore/android/volley

2 files changed

+4
-0
lines changed

modules/swagger-codegen/src/main/resources/android/libraries/volley/build.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ext {
5656
swagger_annotations_version = "1.5.0"
5757
gson_version = "2.3.1"
5858
httpclient_version = "4.3.3"
59+
volley_version = "1.0.19"
5960
junit_version = "4.8.1"
6061
}
6162

@@ -64,6 +65,7 @@ dependencies {
6465
compile "com.google.code.gson:gson:$gson_version"
6566
compile "org.apache.httpcomponents:httpcore:$httpclient_version"
6667
compile "org.apache.httpcomponents:httpmime:$httpclient_version"
68+
compile "com.mcxiaoke.volley:library:${volley_version}@aar"
6769
testCompile "junit:junit:$junit_version"
6870
}
6971

samples/client/petstore/android/volley/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ext {
5252
swagger_annotations_version = "1.5.0"
5353
gson_version = "2.3.1"
5454
httpclient_version = "4.3.3"
55+
volley_version = "1.0.19"
5556
junit_version = "4.8.1"
5657
}
5758

@@ -60,6 +61,7 @@ dependencies {
6061
compile "com.google.code.gson:gson:$gson_version"
6162
compile "org.apache.httpcomponents:httpcore:$httpclient_version"
6263
compile "org.apache.httpcomponents:httpmime:$httpclient_version"
64+
compile "com.mcxiaoke.volley:library:${volley_version}@aar"
6365
testCompile "junit:junit:$junit_version"
6466
}
6567

0 commit comments

Comments
 (0)