From ee2bd7e02aa385a6650782d48aee85215d2e84b1 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 16 Jul 2014 22:35:33 +0200 Subject: [PATCH] bump versions --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index cd9b00f9..fcfee781 100644 --- a/build.gradle +++ b/build.gradle @@ -60,9 +60,9 @@ dependencies { // The Apache Software License, Version 2.0 compile 'com.googlecode.android-query:android-query:0.25.+' compile 'com.google.code.gson:gson:2.2.4' - compile 'com.android.support:support-v4:19.1.+' + compile 'com.android.support:support-v4:20.0.+' compile 'net.lingala.zip4j:zip4j:1.3.2' - compile 'com.android.support:appcompat-v7:19.1.+' + compile 'com.android.support:appcompat-v7:20.0.+' compile 'com.jakewharton:butterknife:5.1.1' compile 'joda-time:joda-time:2.3' compile 'com.squareup:otto:1.3.5' @@ -107,8 +107,8 @@ android { buildToolsVersion "19.1" defaultConfig { - versionCode 226 - versionName "2.2.6" + versionCode 227 + versionName "2.2.7" minSdkVersion 9 targetSdkVersion 19 applicationId "org.ligi.passandroid"