aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle16
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') {