Skip to content

Commit 4253cd1

Browse files
committed
updated android-volley build.gradle
1 parent 29c05b5 commit 4253cd1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
2828

2929

3030
android {
31-
compileSdkVersion 22
32-
buildToolsVersion '22.0.0'
31+
compileSdkVersion 23
32+
buildToolsVersion '23.0.2'
3333
defaultConfig {
3434
minSdkVersion 14
35-
targetSdkVersion 22
35+
targetSdkVersion 23
3636
}
3737
compileOptions {
3838
sourceCompatibility JavaVersion.VERSION_1_7
@@ -57,13 +57,15 @@ ext {
5757
gson_version = "2.3.1"
5858
httpclient_version = "4.3.3"
5959
junit_version = "4.8.1"
60+
volley_version = "1.0.19"
6061
}
6162

6263
dependencies {
6364
compile "io.swagger:swagger-annotations:$swagger_annotations_version"
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

0 commit comments

Comments
 (0)