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

Update gradle/library versions

This commit is contained in:
Arne Schwabe 2015-10-19 11:13:06 +02:00
parent b12e9815ce
commit 41f203eccd
3 changed files with 8 additions and 8 deletions

View File

@ -15,13 +15,13 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion "23"
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode = 120
versionName = "0.6.40"
versionCode = 121
versionName = "0.6.41"
}
sourceSets {

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
targetSdkVersion 23
versionCode 1
versionName "1.0"
}

View File

@ -14,8 +14,8 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14