mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-21 23:47:30 +00:00
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
This commit is contained in:
parent
b47665aa44
commit
5189fbf686
@ -219,7 +219,7 @@ android {
|
||||
versionCode 298
|
||||
versionName "4.10.12"
|
||||
|
||||
minSdkVersion 9
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
multiDexEnabled true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user