mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
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:
@ -39,7 +39,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.gitjournal.gitjournal"
|
||||
minSdkVersion 16
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 27
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
Reference in New Issue
Block a user