Procházet zdrojové kódy

Try to enforce newer Android build tools in Travis

David A. Velasco před 10 roky
rodič
revize
3ead0b6f6e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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