mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-15 21:07:30 -04:00
Merge pull request #42 from brarcher/min-sdk-11
Reduce min SDK version to 11
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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