Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit cd696b9

Browse files
committed
Try to create a better configuration for Travis CI
1 parent 7cd583e commit cd696b9

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
language: android
22

3-
before_install:
4-
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
5-
6-
install:
7-
- true
8-
93
android:
104
components:
11-
- build-tools-23.0.0
5+
- build-tools-23.0.3
126
- android-23
7+
- extra-android-m2repository
138

149
jdk:
1510
- oraclejdk7

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_6
3131

3232
android {
3333
compileSdkVersion 23
34-
buildToolsVersion '23.0.0'
34+
buildToolsVersion '23.0.3'
3535

3636
defaultConfig {
3737
minSdkVersion 4

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion 23
21-
buildToolsVersion '23.0.0'
21+
buildToolsVersion '23.0.3'
2222

2323
defaultConfig {
2424
applicationId 'io.michaelrocks.callme.sample'

0 commit comments

Comments
 (0)