0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Update grade versions

This commit is contained in:
Arne Schwabe 2016-11-15 12:14:26 -05:00
parent 5f070fb527
commit 205f690013
4 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.3.0-alpha1'
}
}

View File

@ -22,7 +22,7 @@ dependencies {
android {
compileSdkVersion 24
buildToolsVersion '24.0.0'
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 14

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 15

View File

@ -14,12 +14,12 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
compileSdkVersion 25
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 25
versionCode = 3
versionName = "0.3"