Closed baudouxbenjamin closed 4 years ago
Hi @baudouxbenjamin,
I believe the error you are getting is due to the syntax changes that were introduced in v5 of the gradle plugin.
Your code should now look like this ( = is now required)
bugsnag {
endpoint = "$project.bugsnag.uploadEndpoint"
releasesEndpoint = "$project.bugsnag.releasesEndpoint"
}
An upgrade guide with a full description of all the changes made in v5 of the plugin can be found here
Closing this out as the solution is above. However, let us know if you have any other issues.
Hi,
I've recently updated Bugsnag to make it compatible with AGP 4.1.0 but my build is now broken. It looks like
bugsnag { }
part is the issue.Android gradle plugin used : 5.0.0 Android library used : 5.2.1
build.gradle
:monitoring.gradle
(which is an android library):Running
gradlew :monitoring:dependencies --stacktrace
I got the following: