diff options
author | Mohamed <mohamed@zenadi.com> | 2018-03-31 11:10:06 +0200 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2018-03-31 11:10:06 +0200 |
commit | c223a52a4bccaacd82736360ae2fe1b301ca0d40 (patch) | |
tree | eacd2a7cde199ed4709251c39dfb650a76d1fea7 /app | |
parent | 19fe578fd06f21d343c36124b5971580c8c78773 (diff) |
upgrade gradle, dependencies and bump versionv1.2.0.75
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9d69b247..f259c8fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,13 +5,13 @@ apply plugin: 'eclipse' android { compileSdkVersion 27 - buildToolsVersion '27.0.1' + buildToolsVersion '27.0.3' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 27 - versionCode 94 - versionName "1.2.0.74" + versionCode 95 + versionName "1.2.0.75" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -56,11 +56,11 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:27.0.2' - compile 'com.android.support:recyclerview-v7:27.0.2' - compile 'com.android.support:cardview-v7:27.0.2' - compile 'com.android.support:design:27.0.2' - compile 'com.android.support:support-annotations:27.0.2' + compile 'com.android.support:appcompat-v7:27.1.0' + compile 'com.android.support:recyclerview-v7:27.1.0' + compile 'com.android.support:cardview-v7:27.1.0' + compile 'com.android.support:design:27.1.0' + compile 'com.android.support:support-annotations:27.1.0' 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') { |