aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <mohamed@zenadi.com>2017-11-19 10:29:25 +0100
committerMohamed <mohamed@zenadi.com>2017-11-19 10:29:47 +0100
commit7b8aae3c7ba9c2baa1ad5f9875c325317558c63e (patch)
treebd76a7cb1a19187db663e4d7144d4647871cf70a
parent4a5a839cf0261f820b4f60e89cb7e06299fbf818 (diff)
bump version
-rw-r--r--app/build.gradle16
1 files changed, 8 insertions, 8 deletions
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') {