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

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'
} }
``` ```