Skip to content

Commit 683e09b

Browse files
committed
Add make target to uninstall all flavours
1 parent de34086 commit 683e09b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ assemble-all-debug:
3737
deploy-all:
3838
find build/outputs/apk -name \*-debug.apk | \
3939
xargs -n1 ${ADB} install -r
40+
uninstall-all:
41+
${GRADLEW} uninstallAll
4042
url-tester:
4143
DISABLE_APP_URL_VALIDATION=true ${GRADLEW} --daemon --parallel installUnbrandedDebug
4244
uninstall:

0 commit comments

Comments
 (0)