Closed metint closed 1 year ago
Currently the android gradle tasks are hardcoded as installDebug and installDebugAndroidTest. For the cases where different task names are used for similar cases the task names should be provided as parameters.
installDebug
installDebugAndroidTest
No response
What feature do you want to see added?
Currently the android gradle tasks are hardcoded as
installDebug
andinstallDebugAndroidTest
. For the cases where different task names are used for similar cases the task names should be provided as parameters.Upstream changes
No response