fix(deps): upgrade JGit to 4.0.0.201506090130-r
This commit is contained in:
parent
912b609ac8
commit
05253c127e
1 changed files with 1 additions and 1 deletions
|
@ -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:3.7.1.201504261725-r"
|
||||
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:4.0.0.201506090130-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"
|
||||
|
|
Loading…
Reference in a new issue