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:
parent
a96e91aefb
commit
d1d2d7b4d1
22 changed files with 805 additions and 408 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue