I have a project that uses the gradle build system and I\'m willing to add New Relic monitoring to it.
The project (including New Relic) is working fine on Linux (Fedor
There's a new version of new relic client available. It resolves issues that V3.361.0 had around newer JDKs and proguard. Here's what you should use to resolve the JDK problem.
classpath 'com.newrelic.agent.android:agent-gradle-plugin:3.378.0'
Paste this into your build.gradle where you have listed your dependencies. Let me know if it doesn't work.