diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-16 23:25:55 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-16 23:27:30 +0100 |
commit | 47bb25adcbded5e05d4be60bf4eba3bf380f559c (patch) | |
tree | f80fc721969da486d6f7b7720296a18f3957b435 /app/build.gradle | |
parent | f154dc30a4113665c2187be313477a236a790dc7 (diff) |
fix the the git fields and a small refactorv1.2.0.10
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
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']) |