Merge pull request #42 from brarcher/min-sdk-11

Reduce min SDK version to 11
This commit is contained in:
Branden Archer
2016-05-17 18:23:11 -04:00
2 changed files with 1 additions and 5 deletions

View File

@@ -15,10 +15,6 @@ android:
# Additional components
- extra
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-x86-android-17
script: ./gradlew build lint findbugs test
after_failure:

View File

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