Merge pull request #898 from vector-im/feature/bma/fixOnBoardingScreen

Fix on boarding screen
This commit is contained in:
Benoit Marty 2023-07-18 15:55:13 +02:00 committed by GitHub
commit b6e35de3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 140 additions and 174 deletions

View file

@ -58,6 +58,9 @@ if [[ -z ${REPO} ]]; then
exit 1
fi
echo "Deleting previous screenshots"
./gradlew removeOldSnapshots --stacktrace -PpreDexEnable=false --max-workers 4 --warn
echo "Record screenshots"
./gradlew recordPaparazziDebug --stacktrace -PpreDexEnable=false --max-workers 4 --warn