summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2015-06-07 22:42:43 +0100
committerArne Schwabe <arne@rfc2549.org>2015-06-07 22:42:43 +0100
commitd5c8ac357d8746acf374293514e30dc808e0da03 (patch)
tree2bac74cff1b0387babb6634d17b8b03d3c57f43f /main
parente29cd8ba29733d4a2d3877cd44d79f61f2ca8808 (diff)
Update gradle files, new version
Diffstat (limited to 'main')
-rw-r--r--main/build.gradle12
1 files changed, 5 insertions, 7 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 {