1
0
Fork 0
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:
Audrius Butkevicius 2018-04-27 23:29:25 +01:00 committed by GitHub
parent f6f09515c5
commit 638789c7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ android {
}
defaultConfig {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 26
versionCode 4141
versionName "0.10.8"