forked from loafle/openapi-generator-original
android-volley-library updated android sdk, buildtools and target versions
This commit is contained in:
parent
9fefd1e7e5
commit
4261fe402c
@ -1,6 +1,5 @@
|
||||
package {{package}};
|
||||
|
||||
import {{invokerPackage}}.Responses;
|
||||
import {{invokerPackage}}.ApiInvoker;
|
||||
import {{invokerPackage}}.ApiException;
|
||||
import {{invokerPackage}}.Pair;
|
||||
|
@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
|
||||
{{/useAndroidMavenGradlePlugin}}
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion '22.0.0'
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.2'
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 23
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
|
Loading…
x
Reference in New Issue
Block a user