Bump minSdk to API 14

The Android v4 and v7 support libraries now only support a minSdk
of v14. This means that they are both essentially a v14 support
library now.

In order to bump compileSdk to 26, we'll have to update the support
library, which will break < v14 compatibility. Android is
essentially forcing all applications to break compatibility with
devices older than API 14.

// FREEBIE
master
Moxie Marlinspike 2017-09-23 21:26:32 -07:00
parent b47665aa44
commit 5189fbf686
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ android {
versionCode 298
versionName "4.10.12"
minSdkVersion 9
minSdkVersion 14
targetSdkVersion 22
multiDexEnabled true