mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
build: bump zxing-android and move to MavenCentral
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7050f0ea40
commit
a9cf7d645d
@ -43,7 +43,6 @@ internal fun Project.configureForAllProjects() {
|
|||||||
maven("https://jitpack.io") {
|
maven("https://jitpack.io") {
|
||||||
name = "JitPack"
|
name = "JitPack"
|
||||||
content {
|
content {
|
||||||
includeModule("com.github.android-password-store", "zxing-android-embedded")
|
|
||||||
includeModule("com.github.haroldadmin", "WhatTheStack")
|
includeModule("com.github.haroldadmin", "WhatTheStack")
|
||||||
includeModule("com.github.open-keychain.open-keychain", "sshauthentication-api")
|
includeModule("com.github.open-keychain.open-keychain", "sshauthentication-api")
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.0.10"
|
|||||||
|
|
||||||
# First-party libraries
|
# First-party libraries
|
||||||
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:1.0.0"
|
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:1.0.0"
|
||||||
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.1.0-aps"
|
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.0"
|
||||||
|
|
||||||
# Third-party dependencies
|
# Third-party dependencies
|
||||||
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.68"
|
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.68"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user