File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
samples/client/petstore/android-volley Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
2828
2929
3030android {
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
6263dependencies {
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
You can’t perform that action at this time.
0 commit comments