react-native-notification-sounds icon indicating copy to clipboard operation
react-native-notification-sounds copied to clipboard

Plugin with id 'maven' not found.

Open vitormomberg opened this issue 3 years ago • 5 comments

Plugin with id 'maven' not found.

OR

A problem occurred configuring project ':react-native-notification-sounds'.

com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle

version RN 0.67.1

vitormomberg avatar Jan 27 '22 21:01 vitormomberg

I'm experiencing the same issue. Only managed to get as far as changing from 'maven' to 'maven-publish' and then got `A problem occurred configuring project ':react-native-notification-sounds'.

Could not find method mavenDeployer() for arguments [build_54tp23wilufa29sn3nzlvj8cq$_run_closure4$_closure14$_closure16@2260cdf8] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.`

It is related to gradle 7.

TravellerOnTheRun avatar Feb 09 '22 05:02 TravellerOnTheRun

Changed back to 6.7.1 gradle and getting the same error with mavenDeployer() not found

TravellerOnTheRun avatar Feb 09 '22 05:02 TravellerOnTheRun

I'm experiencing the same issue. Has anyone been able to solve this.

koolpitt avatar Mar 29 '22 20:03 koolpitt

I have the same error react: 18.1.0 => 18.1.0 react-native: 0.70.4 => 0.70.4

CrisangerA avatar Nov 03 '22 17:11 CrisangerA

The solution is in this pull request. I already did the implementation and it solved the error for me. We need this PR in the main branch.

  • https://github.com/saadqbal/react-native-notification-sounds/pull/23

For the moment you have to do it manually, modify the files related to gradle @vitormomberg

CrisangerA avatar Nov 05 '22 22:11 CrisangerA