-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
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:
- Upgrade to Expo SDK 53 (React Native 0.73).
- Use
react-native-notifeein the project. - 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:
- Added maven { url 'https://notifee.github.io/maven' } to android/build.gradle
- Tried cleaning and rebuilding project
- Still fails due to lack of version resolution for core:+
Environment:
- Expo SDK: 53
- React Native: 0.79.2
- Notifee: 9.1.8
rianbrob, just-dodo, trieulongben, roger-scopely, samratbanna and 10 moreLucasWilliams2622 and trieulongben
Metadata
Metadata
Assignees
Labels
No labels