1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Fix drawable lint issues

This commit is contained in:
Gregor Santner 2017-10-29 15:33:59 +01:00
parent a96e91aefb
commit d1d2d7b4d1
22 changed files with 805 additions and 408 deletions

View file

@ -42,7 +42,7 @@ env:
global:
- ANDROID_HOME=$HOME/android-sdk
matrix:
- TASK="lintFlavorDefaultDebug --stacktrace"
- TASK="build check --stacktrace"
- TASK="clean lintFlavorDefaultDebug --stacktrace"
- TASK="clean build check -x lint --stacktrace"
script: "./gradlew --no-daemon --parallel $TASK"