mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-09 01:47:58 -04:00
Reduce min SDK version to 11
The selection of SDK 17 was arbitrarily based on the version available on my device at the time. As no APIs are being used at that level, a lower SDK version can be targeted. According to the current distribution of Android device versions, 99.9% of devices are at SDK 11+. Changing to this for the min SDK for now.
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "protect.card_locker"
|
||||
minSdkVersion 17
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 23
|
||||
versionCode 5
|
||||
versionName "0.5"
|
||||
|
||||
Reference in New Issue
Block a user