Skip to content

Commit 4261fe4

Browse files
committed
android-volley-library updated android sdk, buildtools and target versions
1 parent 9fefd1e commit 4261fe4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package {{package}};
22

3-
import {{invokerPackage}}.Responses;
43
import {{invokerPackage}}.ApiInvoker;
54
import {{invokerPackage}}.ApiException;
65
import {{invokerPackage}}.Pair;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
2828
{{/useAndroidMavenGradlePlugin}}
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

0 commit comments

Comments
 (0)