android-volley-library updated android sdk, buildtools and target versions

This commit is contained in:
Shyri Villar 2016-01-07 17:55:04 +01:00
parent 9fefd1e7e5
commit 4261fe402c
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
package {{package}}; package {{package}};
import {{invokerPackage}}.Responses;
import {{invokerPackage}}.ApiInvoker; import {{invokerPackage}}.ApiInvoker;
import {{invokerPackage}}.ApiException; import {{invokerPackage}}.ApiException;
import {{invokerPackage}}.Pair; import {{invokerPackage}}.Pair;

View File

@ -28,11 +28,11 @@ apply plugin: 'com.github.dcendents.android-maven'
{{/useAndroidMavenGradlePlugin}} {{/useAndroidMavenGradlePlugin}}
android { android {
compileSdkVersion 22 compileSdkVersion 23
buildToolsVersion '22.0.0' buildToolsVersion '23.0.2'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 22 targetSdkVersion 23
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7 sourceCompatibility JavaVersion.VERSION_1_7