Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 572ee32

Browse files
committed
Build: Update Travis to use v24 and gradle wrapper to 2.14.1
1 parent 267956d commit 572ee32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ env:
1515
- ANDROID_TARGET=android-16
1616
- ANDROID_TARGET=android-19
1717
- ANDROID_TARGET=android-21
18-
- ANDROID_TARGET=android-23
18+
- ANDROID_TARGET=android-24
1919
matrix:
2020
fast_finish: true
2121
android:
2222
components:
2323
- tools
24-
- build-tools-23.0.3
25-
- android-23
24+
- build-tools-24.0.1
25+
- android-24
2626
cache:
2727
directories:
2828
- $HOME/.gradle/caches/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Apr 26 15:10:41 CEST 2016
1+
#Fri Sep 30 13:34:29 CEST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)