mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./gradlew -q \
|
|
ktlint \
|
|
detekt \
|
|
app:assembleX86Debug
|