diff options
author | knuthy <knuthy@gmail.com> | 2014-09-23 15:20:55 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-23 15:20:55 +0200 |
commit | 4fe49d3ce5de1f8f94b51a6499cd1299251337e9 (patch) | |
tree | 36f0579bdffe34812eb8c3d43926087d7e488912 /app | |
parent | 240bb9cd670857018e00c190370caa2c75dc392b (diff) |
update to more or less stable beta jgit
Diffstat (limited to 'app')
-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 bcbffee4..e2e97e05 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 |