rename app ID from app.timesafari.app to app.timesafari & adjust tests (Java 20 works)

This commit is contained in:
2025-03-16 17:28:47 -06:00
parent 6f4fbc697f
commit 49b82e6c44
8 changed files with 11 additions and 37 deletions

View File

@@ -74,7 +74,7 @@ execute_deeplink() {
echo "---"
else
# Stop the app before executing the deep link
adb shell am force-stop app.timesafari.app
adb shell am force-stop app.timesafari
sleep 1 # Give it a moment to fully stop
if adb shell am start -W -a android.intent.action.VIEW \