Browse Source

Try to enforce newer Android build tools in Travis

David A. Velasco 10 năm trước cách đây
mục cha
commit
3ead0b6f6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ android:
   components:
     - platform-tools
     - tools
-    - build-tools-20.0.0
+    - build-tools-22.0.1
     - android-19
 before_install:
   - rm pom.xml