You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use build-tools;35.0.0-rc4 but version 34.0.0 is hardcoded.
A way to set the build tools version would suffice, but for certain scenarios we might need specific versions of each tool. I'd like to have a way to prevent the action from downloading the sdk tools (build tools, emulator...) as I would like to do it in another action.
The text was updated successfully, but these errors were encountered:
Sounds like we can add an option to completely skip the installAndroidSdk step? Do you have a sample workflow for how you expect it to work i.e. which action do you use to install the tools?
Hi!
I need to use
build-tools;35.0.0-rc4
but version 34.0.0 is hardcoded.A way to set the build tools version would suffice, but for certain scenarios we might need specific versions of each tool. I'd like to have a way to prevent the action from downloading the sdk tools (build tools, emulator...) as I would like to do it in another action.
The text was updated successfully, but these errors were encountered: