ci(android): avoid legacy SDK tools install

This commit is contained in:
Johannes Millan 2026-06-05 18:03:20 +02:00
parent 8e08b48a98
commit d0dfb3dbe2

View file

@ -36,6 +36,7 @@ jobs:
with:
accept-android-sdk-licenses: true
log-accepted-android-sdk-licenses: true #make accepting the android sdk license verbose
packages: 'platform-tools platforms;android-36 build-tools;35.0.0'
- name: Get npm cache directory
id: npm-cache-dir