diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9c738fa..628b2f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ jdk: android: components: - - build-tools-21.1.2 - - android-15 + - build-tools-25.0.2 + - android-21 before_install: - git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root |