Set minSdk to 15

Zero users on 14
pull/437/head
Alex Baker 10 years ago
parent 5f2baf46b6
commit c7e3f4148d

@ -34,7 +34,7 @@ android {
applicationId "org.tasks" applicationId "org.tasks"
versionCode 415 versionCode 415
versionName "4.8.22" versionName "4.8.22"
minSdkVersion 14 minSdkVersion 15
targetSdkVersion 24 targetSdkVersion 24
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner" testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"

Loading…
Cancel
Save