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:
Branden Archer
2016-05-17 14:30:40 -04:00
parent 7bbcc52ba6
commit 0a7d5d89cf

View File

@@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "protect.card_locker"
minSdkVersion 17
minSdkVersion 11
targetSdkVersion 23
versionCode 5
versionName "0.5"