aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-02 17:23:06 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-02 17:23:06 +0100
commit3c7c278ef3fd9a5dd3da9df5e969ee5fa94e35d6 (patch)
treea3be6a66513ce5de10ed9e04038eec11490b43ad /README.md
parent058f792566d0bacb327d32f0e59ffca2af7323bc (diff)
downloadopen-keychain-3c7c278ef3fd9a5dd3da9df5e969ee5fa94e35d6.tar.gz
open-keychain-3c7c278ef3fd9a5dd3da9df5e969ee5fa94e35d6.tar.bz2
open-keychain-3c7c278ef3fd9a5dd3da9df5e969ee5fa94e35d6.zip
Use gradle witness
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 021a15acb..83655ce01 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,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.
-* If added as a Maven dependency, pin the library using [Gradle Witness](https://github.com/WhisperSystems/gradle-witness)
+* 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:
```
android {