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
chore: use java 17 and 6G max heap on workflows (#524)
### Summary
Newer versions of Android Gradle Plugin requires Java 17 to work. We
were using Java 11 on workflows. Upgraded them to use Java 17.
I've also noticed sometimes runners fails due to 2G max heap. I've set
max heap to 6G.
### Test plan
Android related CI needs to pass.
0 commit comments