#!/bin/sh
set -o errexit
set -o nounset
set -o pipefail
# Redirect output to stderr.
exec 1>&2
./tools/verify-rewritemeta.sh
fdroid lint