- Open your app’s Workflow Editor.
-
Insert the Cache:Pull step after the
Git Clone
but before theAndroid Build
steps.IMPORTANT: Make sure that your step is version 1.0.0 or newer.
- Insert the Bitrise.io Cache:Push Step to the very end of your Workflow.
- In the Cache paths input of the step, enter
$HOME/.m2
.
And you’re done!