From 86ff7a660c194ed908c37344b543368a3f85d7df Mon Sep 17 00:00:00 2001 From: Zeapo Date: Wed, 30 Jul 2014 02:42:22 +0100 Subject: some visual update (fragment list is kept at position) and a preparation for decrypt activity --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0c82ca2f..8e039e21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,9 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) + compile project(':libraries:openpgp-api-lib') compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.+' compile 'org.apache.commons:commons-io:1.3.2' + // You must install or update the Support Repository through the SDK manager to use this dependency. + compile 'com.android.support:support-v4:19.+' } -- cgit v1.2.3