fix(ci): accept all SDK licenses

This commit is contained in:
Harsh Shandilya 2023-05-26 00:59:15 +05:30
parent 539e53c6b1
commit 5ec34fea3b
No known key found for this signature in database
4 changed files with 20 additions and 0 deletions

View file

@ -26,6 +26,10 @@ jobs:
distribution: temurin
java-version: 18
- name: Accept all SDK licenses
shell: bash
run: printf 'y\ny\ny\ny\ny\n' | $ANDROID_HOME/tools/bin/sdkmanager --licenses
- name: Set up Git author
shell: bash
run: |