aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app
diff options
context:
space:
mode:
authorgrait <grandhiajit9@gmail.com>2014-03-09 14:44:20 +0530
committergrait <grandhiajit9@gmail.com>2014-03-09 14:44:20 +0530
commit7b8668a7e30bc3eef4aaece87a13ff27fc924e79 (patch)
tree61f9fb2d589746a3f7e3aa02922325812ccf0d20 /OpenPGP-Keychain-API/example-app
parent3fbda4245cf34d2f8e150e6a26ad4048cdb6b204 (diff)
parent50d9908bafd1b55640deb3a0b2cff4e06155cc5e (diff)
downloadopen-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.tar.gz
open-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.tar.bz2
open-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.zip
Merge branch 'develop' into master2
Diffstat (limited to 'OpenPGP-Keychain-API/example-app')
-rw-r--r--OpenPGP-Keychain-API/example-app/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenPGP-Keychain-API/example-app/build.gradle b/OpenPGP-Keychain-API/example-app/build.gradle
index 5147dc7bc..e7a25e689 100644
--- a/OpenPGP-Keychain-API/example-app/build.gradle
+++ b/OpenPGP-Keychain-API/example-app/build.gradle
@@ -13,7 +13,8 @@ apply plugin: 'android'
dependencies {
compile 'com.android.support:support-v4:19.0.1'
- compile project(':libraries:keychain-api-library')
+ compile project(':libraries:openpgp-api-library')
+ compile project(':libraries:openkeychain-api-library')
}
android {