newrelic / newrelic-android-agent

SDK to enable instrumentation of Android mobile apps in New Relic
Apache License 2.0
13 stars 12 forks source link

[NR-145885] Support Gradle Plugin Portal #265

Closed cthomas-newrelic closed 4 weeks ago

cthomas-newrelic commented 4 weeks ago

GPP requires a new ID: com.newrelic.agent.android, and would be applied as

plugins {
    id 'com.newrelic.agent.android' version '<version>'
}