We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fefd1e commit 4261fe4Copy full SHA for 4261fe4
modules/swagger-codegen/src/main/resources/android/libraries/volley/api.mustache
@@ -1,6 +1,5 @@
1
package {{package}};
2
3
-import {{invokerPackage}}.Responses;
4
import {{invokerPackage}}.ApiInvoker;
5
import {{invokerPackage}}.ApiException;
6
import {{invokerPackage}}.Pair;
modules/swagger-codegen/src/main/resources/android/libraries/volley/build.mustache
@@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
28
{{/useAndroidMavenGradlePlugin}}
29
30
android {
31
- compileSdkVersion 22
32
- buildToolsVersion '22.0.0'
+ compileSdkVersion 23
+ buildToolsVersion '23.0.2'
33
defaultConfig {
34
minSdkVersion 14
35
- targetSdkVersion 22
+ targetSdkVersion 23
36
}
37
compileOptions {
38
sourceCompatibility JavaVersion.VERSION_1_7
0 commit comments