Files
tubestation/mobile/android/android-components/samples/glean/samples-glean-library
Gabriel Luong 6853195d49 Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-reviewers,nalexander,tthibaud,android-reviewers
To ensure that we can build offline, we need to prevent gradle from
going through remote maven repos directly.

That means also overriding the default plugin repository
(plugins.gradle.org) in the `pluginManagement` section.

Differential Revision: https://phabricator.services.mozilla.com/D201497
2024-01-18 15:38:47 +01:00
..

samples_glean_library is a toy library that uses glean to record metrics. It exists simply to show how libraries that are neither the application or glean itself can record metrics, and those metrics will be stored and sent as part of the main pings that glean provides.