Migrate to sshauthentication-api's JitPack coordinates (#1348)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9cde249c82
commit
bc65b59bac
2 changed files with 3 additions and 4 deletions
|
@ -40,15 +40,14 @@ internal fun Project.configureForAllProjects() {
|
|||
content {
|
||||
// https://github.com/zhanghai/AndroidFastScroll/issues/35
|
||||
includeModule("me.zhanghai.android.fastscroll", "library")
|
||||
// https://github.com/open-keychain/open-keychain/issues/2645
|
||||
includeModule("org.sufficientlysecure", "sshauthentication-api")
|
||||
}
|
||||
}
|
||||
maven("https://jitpack.io") {
|
||||
name = "Jitpack"
|
||||
name = "JitPack"
|
||||
content {
|
||||
includeModule("com.github.android-password-store", "zxing-android-embedded")
|
||||
includeModule("com.github.haroldadmin", "WhatTheStack")
|
||||
includeModule("com.github.open-keychain.open-keychain", "sshauthentication-api")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = "org.sufficientlysecure:sshauthentication-api:1.0"
|
||||
const val ssh_auth = "com.github.open-keychain.open-keychain:sshauthentication-api:-SNAPSHOT"
|
||||
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