mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
build: pin sshauthentication-api to v5.7.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bc65b59bac
commit
71a0e02378
|
@ -70,7 +70,7 @@ object Dependencies {
|
|||
const val modern_android_prefs = "de.maxr1998:modernandroidpreferences:2.0"
|
||||
const val plumber = "com.squareup.leakcanary:plumber-android:2.6"
|
||||
const val sshj = "com.hierynomus:sshj:0.31.0"
|
||||
const val ssh_auth = "com.github.open-keychain.open-keychain:sshauthentication-api:-SNAPSHOT"
|
||||
const val ssh_auth = "com.github.open-keychain.open-keychain:sshauthentication-api:v5.7.1"
|
||||
const val timber = "com.jakewharton.timber:timber:4.7.1"
|
||||
const val timberkt = "com.github.ajalt:timberkt:1.5.1"
|
||||
const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.3.0"
|
||||
|
|
Loading…
Reference in a new issue