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 Oct 31, 2022. It is now read-only.
@thuan-nguyen-js The error notes react-native-background-geolocation, if you temporarily remove this plugin does your project build? Or do you get an error on the next plugin?
I would recommend removing this section, as it may cause an early evaluation of variants which could be part of the issue.
configurations.all {
resolutionStrategy {
}
}
If the above 2 things do not help can you reproduce the issue in a minimum example project? There is a number of things in your build.gradle files that could be part of the issue and isolating the exact cause is key to finding the root of the issue.
Hello, I met some issue with Onesignal Gradle Plugin when upgraded my project to React Native 0.60.6.
When apply
com.onesignal.androidsdk.onesignal-gradle-plugin
gradle build always rise Error with below outputs:Everything fine when disable one signal gradle plugin
I think
one signal-gradle-plugin
tried to do something out ofone signal
scope. And my temporary solution is don't applyplugin
when build project.Please Add The Following
Project Setup
build.gradle
app/build.gradle
Full Error
Dependency Tree
Run
./gradlew app:dependencies
The text was updated successfully, but these errors were encountered: