diff options
Diffstat (limited to 'OpenPGP-Keychain-API/example-app')
| -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 { | 
