aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 00454893..46a69b1f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
android {
compileSdkVersion 22
- buildToolsVersion "22.0.0"
+ buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
@@ -25,10 +25,11 @@ android {
}
dependencies {
- compile 'com.android.support:appcompat-v7:22.0.0'
+ compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:recyclerview-v7:22.0.0'
//compile fileTree(dir: 'libs', include: ['*.jar'])
- compile project(':libraries:openpgp-api-lib')
+// compile project(':libraries:openpgp-api-lib')
+ compile 'org.sufficientlysecure:openpgp-api:7.0'
compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r'
compile 'com.jcraft:jsch:0.1.52'
compile 'org.apache.commons:commons-io:1.3.2'