summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3cffccaa..73126994 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,12 +4,12 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'eclipse'
android {
- compileSdkVersion 25
- buildToolsVersion '25.0.3'
+ compileSdkVersion 27
+ buildToolsVersion '26.0.2'
defaultConfig {
applicationId "com.zeapo.pwdstore"
minSdkVersion 16
- targetSdkVersion 25
+ targetSdkVersion 27
versionCode 89
versionName "1.2.0.69"
@@ -56,11 +56,11 @@ android {
}
dependencies {
- compile 'com.android.support:appcompat-v7:25.4.0'
- compile 'com.android.support:recyclerview-v7:25.4.0'
- compile 'com.android.support:cardview-v7:25.4.0'
- compile 'com.android.support:design:25.4.0'
- compile 'com.android.support:support-annotations:25.4.0'
+ 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 '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') {
@@ -75,10 +75,10 @@ dependencies {
// Testing-only dependencies
androidTestCompile 'junit:junit:4.12'
androidTestCompile 'org.mockito:mockito-core:2.8.47'
- androidTestCompile 'com.android.support.test:runner:1.0.0'
- androidTestCompile 'com.android.support.test:rules:1.0.0'
- androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.0'
- androidTestCompile 'com.android.support.test.espresso:espresso-intents:3.0.0'
+ androidTestCompile 'com.android.support.test:runner:1.0.1'
+ androidTestCompile 'com.android.support.test:rules:1.0.1'
+ androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1'
+ androidTestCompile 'com.android.support.test.espresso:espresso-intents:3.0.1'
}