Android plugin error

After upgrading to Android Studio 3.0 Canary 5 I started getting:

Error:Could not get unknown property ‘manifestOutputFile’ for task ‘:app:processDebugManifest’ of type com.android.build.gradle.tasks.MergeManifests.

The error goes away if I comment out the line

apply plugin: ‘io.sentry.android.gradle’

Please have a look.

Thanks for the report, another user reported this on Github also, and I think it’s the best place to follow the progress: https://github.com/getsentry/sentry-java/issues/451