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
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@ internal fun Project.configureForAllProjects() {
|
|||
maven("https://jitpack.io") {
|
||||
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")
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.0.10"
|
|||
|
||||
# First-party libraries
|
||||
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
|
||||
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.68"
|
||||
|
|
Loading…
Reference in a new issue