diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-12 19:28:00 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-12 19:28:00 +0200 |
commit | 115c46d015bbbbcf6223d3e13844daa98d12255c (patch) | |
tree | b314acca775605ba8b0fbb6da1994d30fa032416 /OpenKeychain | |
parent | 060a5a1815aa4eaaa4df0a50245070acbcdd9eff (diff) | |
download | open-keychain-115c46d015bbbbcf6223d3e13844daa98d12255c.tar.gz open-keychain-115c46d015bbbbcf6223d3e13844daa98d12255c.tar.bz2 open-keychain-115c46d015bbbbcf6223d3e13844daa98d12255c.zip |
Update Android Gradle Plugin to 2.0 with workarounds
Diffstat (limited to 'OpenKeychain')
-rw-r--r-- | OpenKeychain/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index f4d18e82d..1ba392560 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -73,14 +73,14 @@ dependencies { compile 'com.fidesmo:nordpol-android:0.1.18' // libs as submodules - compile project(':extern:openpgp-api-lib:openpgp-api') - compile project(':extern:openkeychain-api-lib:openkeychain-intents') + compile project(':openpgp-api-lib') + compile project(':openkeychain-api-lib') compile project(':extern:bouncycastle:core') compile project(':extern:bouncycastle:pg') compile project(':extern:bouncycastle:prov') compile project(':extern:minidns') compile project(':extern:KeybaseLib:Lib') - compile project(':extern:safeslinger-exchange:safeslinger-exchange') + compile project(':safeslinger-exchange') } // Output of ./gradlew -q calculateChecksums |