update README for jitpack

This commit is contained in:
Dominik Schürmann 2021-03-17 11:34:41 +01:00
parent 0a807e525c
commit 1dba1ec86e
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit cd4b071a71f993b0e193d2f0b883ade797d65720 Subproject commit 20eb5e5b453b67598c785f0d720f41b32210ac72

View File

@ -15,10 +15,10 @@ Add this to your build.gradle:
```gradle ```gradle
repositories { repositories {
jcenter() maven { url 'https://jitpack.io' }
} }
dependencies { dependencies {
compile 'org.sufficientlysecure:sshauthentication-api:1.0' implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:-SNAPSHOT'
} }
``` ```