mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Update minSdk to 16 (#1067)
This commit is contained in:
parent
f6f09515c5
commit
638789c7b1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ android {
|
|||
}
|
||||
defaultConfig {
|
||||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 14
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 4141
|
||||
versionName "0.10.8"
|
||||
|
|
Loading…
Reference in a new issue