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
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
I just upgraded react-native to Gradle version 7.0 for Android and i am facing this build error:
A problem occurred evaluating project ':react-native-switch-audio-output'.
Plugin with id 'maven' not found.
This is when i try to sync my project files with Gradle files
As per what i google, the 'maven' plugin is deprecated in gradle 7. The suggested replacement is maven-publish
Can this plugin be updated ?
The text was updated successfully, but these errors were encountered:
Seems like this package is not maintained anymore. For us the solution was to remove it from our package.json and copy&paste implementation to our repo
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just upgraded react-native to Gradle version 7.0 for Android and i am facing this build error:
A problem occurred evaluating project ':react-native-switch-audio-output'.
This is when i try to sync my project files with Gradle files
As per what i google, the 'maven' plugin is deprecated in gradle 7. The suggested replacement is maven-publish
Can this plugin be updated ?
The text was updated successfully, but these errors were encountered: