build: bump zxing-android and move to MavenCentral

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-07 17:13:37 +05:30
parent 7050f0ea40
commit a9cf7d645d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 2 deletions

View file

@ -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")
}

View file

@ -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"