aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2016-04-29 21:09:20 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2016-04-29 21:09:20 +0200
commit9930d675212de4b4aad3a5775d51b805bc360c04 (patch)
treeb26d72eac6fe7325e823392844352caec4f5fe7a /README.md
parent8e0324dbd8aef51d85ed81e645129c74dc6ab945 (diff)
downloadopen-keychain-9930d675212de4b4aad3a5775d51b805bc360c04.tar.gz
open-keychain-9930d675212de4b4aad3a5775d51b805bc360c04.tar.bz2
open-keychain-9930d675212de4b4aad3a5775d51b805bc360c04.zip
Update more libraries
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 940699fb4..0ebba655a 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,9 @@ ext {
```
* Change SDK and Build Tools in git submodules "openkeychain-api-lib" and "openpgp-api-lib" manually. They should also build on their own without the ext variables.
+#### Update library
+* You can check for library updates with ``./gradlew dependencyUpdates -Drevision=release
+
#### 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``