mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
7 lines
89 B
Bash
7 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./gradlew -q \
|
||
|
ktlint \
|
||
|
detekt \
|
||
|
app:assembleX86Debug
|