diff --git a/taskfile.yaml b/taskfile.yaml index 67a5884..91e8884 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -1,5 +1,4 @@ version: "3" -output: interleaved dotenv: [".env.local"] tasks: @@ -15,4 +14,4 @@ tasks: cmd: sed -i "s/sandboxID = \"\"/sandboxID = \"{{.LIVEKIT_SANDBOX_ID}}\"/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}" - echo -e "\nYour Android agent example project is ready to go!\n" - echo -e "To give it a try, open the project in Android Studio and run the app." - - echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack." \ No newline at end of file + - echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."