add m2repository
This commit is contained in:
parent
e7188c5985
commit
e40f1d44a5
@ -4,13 +4,12 @@ android:
|
|||||||
- build-tools-22.0.1
|
- build-tools-22.0.1
|
||||||
- android-22
|
- android-22
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
|
- extra-android-m2repository
|
||||||
licenses:
|
licenses:
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
- '.*intel.+'
|
- '.*intel.+'
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x gradlew
|
- chmod +x gradlew
|
||||||
- android update sdk --filter extra-android-support --no-ui --force > /dev/null
|
|
||||||
- android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
|
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
install:
|
install:
|
||||||
- ./gradlew
|
- ./gradlew
|
||||||
|
Loading…
Reference in New Issue
Block a user