1set -e 2SCRIPT_PATH="$(cd $(dirname $0) && pwd)" 3 4$SCRIPT_PATH/impl/build-studio-and-androidx.sh \ 5 --ci \ 6 -x verifyDependencyVersions \ 7 lintReportJvm \ 8 lintReportDebug 9
1set -e 2SCRIPT_PATH="$(cd $(dirname $0) && pwd)" 3 4$SCRIPT_PATH/impl/build-studio-and-androidx.sh \ 5 --ci \ 6 -x verifyDependencyVersions \ 7 lintReportJvm \ 8 lintReportDebug 9