aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
committerZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
commit86ff7a660c194ed908c37344b543368a3f85d7df (patch)
tree2c6965aa1a7d257a48ecd82f736a548cdffef8a6 /app/build.gradle
parent8e52356567e897707dbc7879ad46b36c15af67d6 (diff)
some visual update (fragment list is kept at position) and a preparation for decrypt activity
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
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.+'
}