chore(gradle): document why JGit upgrades are disallowed
This commit is contained in:
parent
5420faff34
commit
0d09db3d76
1 changed files with 2 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue