aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e26ccaa42e3329ccbf9cf67e98a2c00283907cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: android
android:
  components:
    - platform-tools
    - tools
    - build-tools-23.0.2
    - build-tools-23.0.1
    - build-tools-23.0.0
    - build-tools-22.0.1
    - build-tools-21.1.2
    - build-tools-19.1.0
    - android-23
    - extra-android-m2repository
    - extra-google-m2repository
    - extra-google-google_play_services
  licenses:
    - '.+'
script:
    - ./gradlew assembleFreeRelease