Hi guys, updated to `classpath 'com.android.tools....
# gradle
l
Hi guys, updated to
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
and this error just won’t go away. I’m trying to compile my project to Arctic Fox and it recommended me to upgrade to build tools version > 7.0. Thanks for the help!
😶 2
g
Build with --stacktrace
looks that you have some plugin incompatible with new AGP
l
It seems to come from Bugsnag gradle. Error will appear on >
com.android.tools.build:gradle:7.0
or higher
g
Yep, you have to update it
l
I did update to their latest, anyway filed an issue on their GitHub. Thanks for the help!