Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CI): run Android e2e with JDK 17 (software-mansion#1892)
## Description Attempt to improve our e2e CI run time by adding cache for JDK setup. Also use JDK 17, it is not necessary yet, but it will be soon as AGP 8.0 requires it. ## Changes Upgraded JDK to 17 & added JDK cache. I've also experimented with running on `ubuntu-latest` instead of `macos-12` however emulator fails to start in such case. ## Checklist - [x] Ensured that CI passes
- Loading branch information