Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 3069086

Browse files
committed
Bump Travis config
Bump to 25.0.2
1 parent 3e3a58e commit 3069086

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ branches:
55
language: android
66
sudo: false
77

8+
jdk:
9+
- oraclejdk8
10+
811
android:
912
components:
10-
- build-tools-23.0.1
11-
- android-23
12-
- doc-23
13+
- tools
14+
- platform-tools
15+
- build-tools-25.0.2
16+
- android-25
17+
- doc-25
1318
- extra-android-support
1419
- extra-android-m2repository
1520

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424

2525
android {
2626
compileSdkVersion 25
27-
buildToolsVersion "25.0.1"
27+
buildToolsVersion "25.0.2"
2828

2929
useLibrary 'org.apache.http.legacy'
3030

0 commit comments

Comments
 (0)