aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-05-19 21:02:51 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-05-19 21:02:51 +0530
commit0d09db3d7667bbc5bbb885de3e8f5dba9d285700 (patch)
tree78da5f3ec38daa21a99f6024dae41526a09d81ef
parent5420faff34b8626fa65430b945c1bb098c26e40f (diff)
chore(gradle): document why JGit upgrades are disallowed
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b2e71a8d..db49d302 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -83,6 +83,8 @@ thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.2.0"
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.2.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:3.7.1.201504261725-r"
thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.17"
thirdparty-leakcanary-core = { module = "com.squareup.leakcanary:leakcanary-android-core", version.ref = "leakcanary" }