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

Update gradle files, new version

This commit is contained in:
Arne Schwabe 2015-06-07 22:42:43 +01:00
parent e29cd8ba29
commit d5c8ac357d
3 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,3 @@
import com.android.builder.model.ProductFlavor
apply plugin: 'com.android.application'
repositories {
@ -8,20 +6,20 @@ repositories {
dependencies {
compile 'com.intellij:annotations:12.0'
compile 'com.android.support:cardview-v7:21.0.+'
compile 'com.android.support:recyclerview-v7:21.0.+'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
// compile 'ch.acra:acra:4.5.0'
}
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode = 110
versionName = "0.6.29"
versionCode = 111
versionName = "0.6.30"
}
sourceSets {

View File

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

View File

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