maks / MGit

A Git client for Android.
https://manichord.com/projects/mgit.html
GNU General Public License v3.0
1.25k stars 167 forks source link

Can the JGit dependency be upgraded? #721

Closed Zacharia2 closed 3 months ago

Zacharia2 commented 3 months ago

The current latest version of JGit is 7.0.0. The version that the project depends on was released in 2015, which is too old.

Zacharia2 commented 3 months ago

https://projects.eclipse.org/projects/technology.jgit/governance

https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit

maks commented 3 months ago

Unfortunately that's not possible due to newer versions of JGit requiring newer versions of Java than is supported on older versions of Android so would mean dropping support for those older versions of Android, please see #26 for more details.