Skip to content

Commit 69af4f2

Browse files
committed
Travis: SDK 16 -> 19
1 parent 083ad49 commit 69af4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ before_install:
1414
# Android Platform tools, required to compile
1515
- TOOLS=$(android list sdk --no-ui | grep "Android SDK Platform-tools" | cut -d"-" -f1)
1616
- android update sdk --filter "$TOOLS" --no-ui --force
17-
# API 16 stuff which needs to be provided
18-
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
17+
# API 19 stuff which needs to be provided
18+
- SDK=$(android list sdk --no-ui | grep ", API 19," | cut -d"-" -f1)
1919
- android update sdk --filter "$SDK" --no-ui --force

0 commit comments

Comments
 (0)