mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-11 05:22:55 +08:00

Jgit relies on java.nio.file which was only added in API Level 26. https://developer.android.com/reference/java/nio/file/package-summary This sucks because we're greately limiting the number of Android Devices we can target. I don't get what is so special about nio, that it cannot be treated like any other API.