From 984c91d62c3a91223601b9da8c71582cd1311363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 24 Nov 2015 11:25:11 +0100 Subject: [PATCH] Note about transitive deps --- README.md | 1 + 1 file changed, 1 insertion(+) 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: ```