diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-12 22:31:17 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-12 22:31:17 +0200 |
commit | a58d435e0c9c9a32ff4db7a28029c5fb1b001c10 (patch) | |
tree | a05408bdc59ec8216d2c64adf069962f2c96fd10 /app/build.gradle | |
parent | af80c6b04562a6adf49e6c1e098f0c64d1d778b2 (diff) |
initial support for openpgp-api v7
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
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' |