aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-11-24 11:25:11 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-11-24 11:25:11 +0100
commit984c91d62c3a91223601b9da8c71582cd1311363 (patch)
tree49f32b0087cbb3f7b8522ba58a718c8efd757178 /README.md
parent3611200123bb93bb578b8f9a39784bca8dcd7f09 (diff)
downloadopen-keychain-984c91d62c3a91223601b9da8c71582cd1311363.tar.gz
open-keychain-984c91d62c3a91223601b9da8c71582cd1311363.tar.bz2
open-keychain-984c91d62c3a91223601b9da8c71582cd1311363.zip
Note about transitive deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3e839611..630cb1d59 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,7 @@ ext {
#### Add new library
* You can add the library as a Maven dependency or as a git submodule (if patches are required) in the "extern" folder.
+* You can get all transitive dependencies with ``./gradlew -q dependencies OpenKeychain:dependencies``
* If added as a Maven dependency, pin the library using [Gradle Witness](https://github.com/WhisperSystems/gradle-witness) (Do ``./gradlew -q calculateChecksums`` for Trust on First Use)
* If added as a git submodule, change the ``compileSdkVersion`` and ``buildToolsVersion`` in build.gradle to use the variables from the root project:
```