Commit 3dcb2f8e authored by Tiago Cunha's avatar Tiago Cunha

Updating CI

parent 9ac83d10
...@@ -7,7 +7,7 @@ before_script: ...@@ -7,7 +7,7 @@ before_script:
- echo y | android update sdk --no-ui --all --filter android-25 - echo y | android update sdk --no-ui --all --filter android-25
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support - echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services - echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.1 - echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
- ./gradlew dependencies - ./gradlew dependencies
- sed -i -e 's/minSdkVersion = 21/minSdkVersion = 17/g' dependencies.gradle - sed -i -e 's/minSdkVersion = 21/minSdkVersion = 17/g' dependencies.gradle
......
...@@ -26,10 +26,10 @@ dependencies: ...@@ -26,10 +26,10 @@ dependencies:
- echo y | android update sdk --no-ui --all --filter android-25 - echo y | android update sdk --no-ui --all --filter android-25
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support - echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services - echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.1 - echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
cache_directories: cache_directories:
- /usr/local/android-sdk-linux/tools - /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/25.0.1 - /usr/local/android-sdk-linux/build-tools/25.0.2
test: test:
override: override:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment