aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/build.gradle')
-rw-r--r--OpenPGP-Keychain/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle
index 0fffd1fd3..566559a00 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -24,8 +24,9 @@ dependencies {
compile project(':libraries:ActionBarSherlock')
compile project(':libraries:HtmlTextView')
compile project(':libraries:StickyListHeaders:library')
- compile project(':libraries:zxing')
compile project(':libraries:AndroidBootstrap')
+ compile project(':libraries:zxing')
+ compile project(':libraries:zxing-android-integration')
}
android {