expo-task-manager installation breaks android app

I have installed expo-task-manager into my app. After installation the android app isn’t installed anymore. The build fails with;

node_modules/react-native-unimodules/node_modules/@unimodules/react-native-adapter/android/src/main/java/org/unimodules/adapters/react/ReactAdapterPackage.java:29: error: cannot find symbol
    AppLoaderProvider.registerLoader(context, "react-native-headless", RNHeadlessAppLoader.class);
                     ^
  symbol:   method registerLoader(Context,String,Class<RNHeadlessAppLoader>)
  location: class AppLoaderProvider
1 error

I have update the Unimodules package, but the error remains. I am running on android 0.62.2 so auto-linking shouldn’t be necessary I believe?
What could I do to fix this error?