diff options
author | knuthy <knuthy@gmail.com> | 2014-10-04 18:26:54 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-10-04 18:26:54 +0200 |
commit | adbdad88b1898e400552b97ccff7719b248f6176 (patch) | |
tree | eaf8b327fb906f920bd6a253cd5a8b08f0e59387 /app/build.gradle | |
parent | 7ad91f5356a729e1ff013cb651bc8cfc6fca1412 (diff) | |
parent | 27ac841e6d176da293e5cead48566bc00541fc00 (diff) |
Merge branch 'jgit_beta'
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 03205f67..e053108f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ repositories { dependencies { //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') - compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.1.+' + compile 'org.eclipse.jgit:org.eclipse.jgit:3.5.+' compile 'org.apache.commons:commons-io:1.3.2' compile ('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') { transitive = true |