From 1e850cf3e972d1fd36abfee32352d01af6a6403c Mon Sep 17 00:00:00 2001 From: Rocco Salvetti <38426041+PimySoft@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:52:11 +0000 Subject: [PATCH] Fix Android SDK versions to match project requirements - Update to Android 36 (matches compileSdkVersion in build.gradle) - Update to build-tools 36.0.0 (matches buildToolsVersion) - Fix version mismatch that was causing sdkmanager to fail --- .github/workflows/ci-browserstack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-browserstack.yml b/.github/workflows/ci-browserstack.yml index 5c4ed6b..0525338 100644 --- a/.github/workflows/ci-browserstack.yml +++ b/.github/workflows/ci-browserstack.yml @@ -38,8 +38,8 @@ jobs: with: packages: | platform-tools - platforms;android-33 - build-tools;33.0.0 + platforms;android-36 + build-tools;36.0.0 ndk;27.1.12297006 accept-android-sdk-licenses: true