You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): make Android SDK versions match plugin defaults
Updated E2E example build.gradle files to read SDK versions from
environment variables (like mobile-devtools examples do) instead of
using hardcoded values.
Changes:
- Read ANDROID_COMPILE_SDK, ANDROID_TARGET_SDK, ANDROID_BUILD_TOOLS_VERSION from env
- Read ANDROID_NDK_VERSION from env (if set)
- Updated E2E-compat ANDROID_MAX_API from 33 to 35 to match plugin default
- Default to build-tools 35.0.0 to match react-native plugin
This fixes the error where Gradle tried to install API 33 but only
API 35 was available in the Nix store.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments