Android EAS Build complains about expo-updates

Using SDK 43 and the latest versions of eas-cli (eas-cli/0.33.0 darwin-x64 node-v16.12.0) and expo-cli (4.12.8) I get the following error:

❯ eas build --local -p android --profile development
✔ Linked to project [...]
✔ Using remote Android credentials (Expo server)
✔ Using Keystore from configuration: Build Credentials [...] (default)
expo-updates module is not configured. Please run "eas build:configure" first to configure the project
    Error: Missing apply from: "../../node_modules/expo-updates/scripts/create-manifest-android.gradle" in [...]/app/android/app/build.gradle

It seems like the missing line was removed from the bare template: [templates] Update templates for the next SDK (#14409) · expo/expo@9781212 · GitHub

expo-prebuild does not re-add it.
How can I build my project? Do I need to write my own config plugin?

resolved in the latest eas-cli with this pr [eas-cli] Skip validating updates scripts integration, which no longer exist in SDK 43+ by brentvatne · Pull Request #706 · expo/eas-cli · GitHub

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.