mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
build: use vendored openpgp-ktx
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -43,6 +43,8 @@ android {
|
||||
|
||||
dependencies {
|
||||
compileOnly(Dependencies.AndroidX.annotation)
|
||||
implementation(project(":autofill-parser"))
|
||||
implementation(project(":openpgp-ktx"))
|
||||
implementation(Dependencies.AndroidX.activity_ktx)
|
||||
implementation(Dependencies.AndroidX.appcompat)
|
||||
implementation(Dependencies.AndroidX.autofill)
|
||||
@@ -64,8 +66,6 @@ dependencies {
|
||||
implementation(Dependencies.Kotlin.Coroutines.android)
|
||||
implementation(Dependencies.Kotlin.Coroutines.core)
|
||||
|
||||
implementation(project(Dependencies.FirstParty.autofill_parser))
|
||||
implementation(Dependencies.FirstParty.openpgp_ktx)
|
||||
implementation(Dependencies.FirstParty.zxing_android_embedded)
|
||||
|
||||
implementation(Dependencies.ThirdParty.commons_codec)
|
||||
|
@@ -39,7 +39,6 @@ internal fun Project.configureForAllProjects() {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
|
@@ -41,9 +41,7 @@ object Dependencies {
|
||||
|
||||
object FirstParty {
|
||||
|
||||
const val openpgp_ktx = "com.github.android-password-store:openpgp-ktx:2.2.0"
|
||||
const val zxing_android_embedded = "com.github.android-password-store:zxing-android-embedded:4.1.0-aps"
|
||||
const val autofill_parser = ":autofill-parser"
|
||||
}
|
||||
|
||||
object ThirdParty {
|
||||
|
Reference in New Issue
Block a user