From 7b8aae3c7ba9c2baa1ad5f9875c325317558c63e Mon Sep 17 00:00:00 2001 From: Mohamed Date: Sun, 19 Nov 2017 10:29:25 +0100 Subject: bump version --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 6e58dddf..3727389c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,13 +5,13 @@ apply plugin: 'eclipse' android { compileSdkVersion 27 - buildToolsVersion '27.0.0' + buildToolsVersion '27.0.1' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 27 - versionCode 90 - versionName "1.2.0.70-alpha" + versionCode 93 + versionName "1.2.0.73" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -56,11 +56,11 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:27.0.0' - compile 'com.android.support:recyclerview-v7:27.0.0' - compile 'com.android.support:cardview-v7:27.0.0' - compile 'com.android.support:design:27.0.0' - compile 'com.android.support:support-annotations:27.0.0' + compile 'com.android.support:appcompat-v7:27.0.1' + compile 'com.android.support:recyclerview-v7:27.0.1' + compile 'com.android.support:cardview-v7:27.0.1' + compile 'com.android.support:design:27.0.1' + compile 'com.android.support:support-annotations:27.0.1' compile 'org.sufficientlysecure:openpgp-api:11.0' compile 'com.nononsenseapps:filepicker:2.4.2' compile('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') { -- cgit v1.2.3