mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Android JGit: Update the version
We want to use this specific version number as it is the only one that supports `git clone` on Android. The others use a hard-link while creating a lock file while trying to perform a 'git clone'. The Android Internal Storage does not support hard links, and therefore aborts. This will need to be fixed in the latest version of jgit.
This commit is contained in:
@ -50,7 +50,7 @@ dependencies {
|
|||||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
|
// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
|
||||||
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.5.4.201711221230-r'
|
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.4.1.201607150455-r'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -5,7 +5,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.1.2'
|
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Thu May 24 14:30:51 CEST 2018
|
#Sun Dec 30 15:54:27 CET 2018
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
|
||||||
|
Reference in New Issue
Block a user