Skip to content

Commit fd79bad

Browse files
committed
Travis update
1 parent 246fbeb commit fd79bad

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

.travis.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
language: android
2-
sudo: false
3-
jdk: oraclejdk7
2+
jdk: oraclejdk8
43
android:
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
1323
before_script:
14-
- chmod +x gradlew
15-
script:
16-
- ./gradlew clean build
24+
- chmod +x gradlew

notifier/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)