File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : android
2- sudo : false
3- jdk : oraclejdk7
2+ jdk : oraclejdk8
43android :
54 components :
6- - build-tools-22.0.1
7- - android-22
5+ - tools
6+ - build-tools-24.0.1
7+ - android-24
88 - platform-tools
99 - extra-android-support
1010 - extra-android-m2repository
11+ - extra-google-m2repository
12+ - extra-google-google_play_services
1113 licenses :
1214 - ' android-sdk-license-.+'
15+ env :
16+ matrix :
17+ - ANDROID_TARGET=android-19
18+ - ANDROID_TARGET=android-20
19+ - ANDROID_TARGET=android-21
20+ - ANDROID_TARGET=android-22
21+ - ANDROID_TARGET=android-23
22+ - ANDROID_TARGET=android-24
1323before_script :
14- - chmod +x gradlew
15- script :
16- - ./gradlew clean build
24+ - chmod +x gradlew
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66
77 defaultConfig {
88 applicationId " chipset.lugmnotifier"
9- minSdkVersion 16
9+ minSdkVersion 19
1010 targetSdkVersion 24
1111 versionCode 5
1212 versionName " 1.3"
You can’t perform that action at this time.
0 commit comments