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 was 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
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 ?