Skip to content

❗ Bug Report: Could not resolve app.notifee:core:+ during build (expo upgrade to 53) #1226

@giridhar2000

Description

@giridhar2000

When building my project after upgrading to Expo SDK 53, I receive the following error:

* What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find any matches for app.notifee:core:+ as no versions of app.notifee:core are available.
     Searched in the following locations:
       - file:/root_dir/node_modules/react-native/android/app/notifee/core/maven-metadata.xml
       - https://dl.google.com/dl/android/maven2/app/notifee/core/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/app/notifee/core/maven-metadata.xml
       - https://www.jitpack.io/app/notifee/core/maven-metadata.xml
       - https://oss.sonatype.org/content/repositories/snapshots/app/notifee/core/maven-metadata.xml
     Required by:
         project :app > project :notifee_react-native

Steps to Reproduce:

  1. Upgrade to Expo SDK 53 (React Native 0.73).
  2. Use react-native-notifee in the project.
  3. Attempt to build with yarn run android.

Expected Behavior:
The project should resolve the Notifee dependency and build successfully.

Actual Behavior:
Build fails with a dependency resolution error for app.notifee:core:+.

Workarounds Tried:

  1. Added maven { url 'https://notifee.github.io/maven' } to android/build.gradle
  2. Tried cleaning and rebuilding project
  3. Still fails due to lack of version resolution for core:+

Environment:

  1. Expo SDK: 53
  2. React Native: 0.79.2
  3. Notifee: 9.1.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions