diff options
author | grait <grandhiajit9@gmail.com> | 2014-03-09 14:44:20 +0530 |
---|---|---|
committer | grait <grandhiajit9@gmail.com> | 2014-03-09 14:44:20 +0530 |
commit | 7b8668a7e30bc3eef4aaece87a13ff27fc924e79 (patch) | |
tree | 61f9fb2d589746a3f7e3aa02922325812ccf0d20 /OpenPGP-Keychain-API/example-app/build.gradle | |
parent | 3fbda4245cf34d2f8e150e6a26ad4048cdb6b204 (diff) | |
parent | 50d9908bafd1b55640deb3a0b2cff4e06155cc5e (diff) | |
download | open-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/build.gradle')
-rw-r--r-- | OpenPGP-Keychain-API/example-app/build.gradle | 3 |
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 { |