fix syntax error in circleci config

This commit is contained in:
brad 2018-05-16 23:43:46 -07:00
parent 0f35d1e2f9
commit 8a3f1481be
No known key found for this signature in database
GPG Key ID: 242307B374A1710A
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ jobs:
- run: echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-26"
- run: echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
- run: ./gradlew assembleDebug -PdisablePreDex
- run:
command: ./gradlew assembleDebug -PdisablePreDex
no_output_timeout: 1800
- store_artifacts: