Update more libraries

This commit is contained in:
Dominik Schürmann
2016-04-29 21:09:20 +02:00
parent 8e0324dbd8
commit 9930d67521
3 changed files with 44 additions and 43 deletions

View File

@@ -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``