diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-06-07 22:42:43 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-06-07 22:42:43 +0100 |
commit | d5c8ac357d8746acf374293514e30dc808e0da03 (patch) | |
tree | 2bac74cff1b0387babb6634d17b8b03d3c57f43f | |
parent | e29cd8ba29733d4a2d3877cd44d79f61f2ca8808 (diff) |
Update gradle files, new version
-rw-r--r-- | main/build.gradle | 12 | ||||
-rw-r--r-- | remoteExample/build.gradle | 6 | ||||
-rw-r--r-- | vpndialogxposed/build.gradle | 4 |
3 files changed, 10 insertions, 12 deletions
diff --git a/main/build.gradle b/main/build.gradle index 6ca28686..f7daecce 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -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 { diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 78361ba5..1b5875ae 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -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" } diff --git a/vpndialogxposed/build.gradle b/vpndialogxposed/build.gradle index 345807ea..e643fce5 100644 --- a/vpndialogxposed/build.gradle +++ b/vpndialogxposed/build.gradle @@ -14,8 +14,8 @@ dependencies { android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 22 + buildToolsVersion "22.0.1" defaultConfig { minSdkVersion 14 |