newrelic / newrelic-android-agent

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

[NR-145885] Support Gradle Plugin Portal #265

Closed cthomas-newrelic closed 3 months ago

cthomas-newrelic commented 3 months ago

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

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