Update minSDKVersion to 26

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.
This commit is contained in:
Vishesh Handa
2019-01-25 01:21:39 +01:00
parent fafd2f9407
commit c7174ab2da

View File

@ -39,7 +39,7 @@ android {
defaultConfig {
applicationId "io.gitjournal.gitjournal"
minSdkVersion 16
minSdkVersion 26
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName