From 47bb25adcbded5e05d4be60bf4eba3bf380f559c Mon Sep 17 00:00:00 2001 From: zeapo Date: Tue, 16 Dec 2014 23:25:55 +0100 Subject: fix the the git fields and a small refactor --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index e1354b19..4f271f46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ apply plugin: 'eclipse' android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 29 - versionName "1.2.0.9" + versionCode 30 + versionName "1.2.0.10" } compileOptions { @@ -25,7 +25,7 @@ android { } dependencies { - compile "com.android.support:appcompat-v7:21.0.2" + compile "com.android.support:appcompat-v7:21.0.3" compile "com.android.support:recyclerview-v7:21.0.2" //compile fileTree(dir: 'libs', include: ['*.jar']) -- cgit v1.2.3