From a9b0112279bca0f19a2d8756d2fa4498936660dd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 27 Nov 2023 11:34:12 +0530 Subject: fix(deps): upgrade to JGit 4.5.7.201904151645-r Currently requires deleting and re-cloning the repository to properly detect symlink support, this will be fixed in the future to auto-detect on existing repositories as well. Fixes #2594 Fixes #2396 Fixes #636 Fixes #387 Fixes #98 --- app/lint-baseline.xml | 9 ++++++++- app/proguard-rules.pro | 1 + .../main/java/app/passwordstore/data/repo/PasswordRepository.kt | 2 +- .../java/app/passwordstore/ui/git/config/GitConfigActivity.kt | 2 +- autofill-parser/lint-baseline.xml | 2 +- coroutine-utils/lint-baseline.xml | 2 +- crypto/common/lint-baseline.xml | 2 +- crypto/pgpainless/lint-baseline.xml | 2 +- format/common/lint-baseline.xml | 2 +- gradle/libs.versions.toml | 2 +- passgen/diceware/lint-baseline.xml | 2 +- passgen/random/lint-baseline.xml | 2 +- sentry-stub/lint-baseline.xml | 2 +- ssh/lint-baseline.xml | 2 +- ui/compose/lint-baseline.xml | 2 +- 15 files changed, 22 insertions(+), 14 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index b0702655..700a3533 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,5 +1,5 @@ - + + + + + - + diff --git a/coroutine-utils/lint-baseline.xml b/coroutine-utils/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/coroutine-utils/lint-baseline.xml +++ b/coroutine-utils/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/crypto/common/lint-baseline.xml b/crypto/common/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/crypto/common/lint-baseline.xml +++ b/crypto/common/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/crypto/pgpainless/lint-baseline.xml b/crypto/pgpainless/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/crypto/pgpainless/lint-baseline.xml +++ b/crypto/pgpainless/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/format/common/lint-baseline.xml b/format/common/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/format/common/lint-baseline.xml +++ b/format/common/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 547ce613..7f48b219 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,7 +80,7 @@ thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0" thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } # JGit upgrades also raise its minimum Java runtime requirements that we cannot satisfy on Android # noinspection GradleDependency -thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:4.0.0.201506090130-r" +thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:4.5.7.201904151645-r" thirdparty-kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-result", version.ref = "kotlinResult" } thirdparty-kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" } thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.12" diff --git a/passgen/diceware/lint-baseline.xml b/passgen/diceware/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/passgen/diceware/lint-baseline.xml +++ b/passgen/diceware/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/passgen/random/lint-baseline.xml b/passgen/random/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/passgen/random/lint-baseline.xml +++ b/passgen/random/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/sentry-stub/lint-baseline.xml b/sentry-stub/lint-baseline.xml index 1f0a317f..73b10006 100644 --- a/sentry-stub/lint-baseline.xml +++ b/sentry-stub/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/ssh/lint-baseline.xml b/ssh/lint-baseline.xml index c12a7d0f..3a04da73 100644 --- a/ssh/lint-baseline.xml +++ b/ssh/lint-baseline.xml @@ -1,5 +1,5 @@ - + - + -- cgit v1.2.3