Remove gradle witness

This commit is contained in:
Dominik Schürmann
2020-01-20 16:34:39 +01:00
parent 4b5874860f
commit 87b378065d
3 changed files with 57 additions and 58 deletions

View File

@@ -122,7 +122,6 @@ 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:
```
android {