Add Android SDK license acceptance and update to CI

Adds sdkmanager license acceptance and SDK update to fix corrupted
package.xml files in the Android SDK. This resolves the SAXParseException
that was preventing tests from running.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-04 17:29:18 +01:00
parent f6f9633ea3
commit 0fb38b3f1c

View File

@@ -19,6 +19,8 @@ stages:
before_script: before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle - export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew - chmod +x ./gradlew
- yes | sdkmanager --licenses || true
- sdkmanager --update || true
# Cache Gradle dependencies # Cache Gradle dependencies
cache: cache: