fune/mobile/android/android-components/samples/glean/samples-glean-library
Gabriel Luong 10bf459698 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
..
src/main Bug 1821005 - Restore reverted Gradle 8 upgrade due to startup crashes" 2023-12-05 03:44:20 +00:00
build.gradle Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-reviewers,nalexander,tthibaud,android-reviewers 2024-01-18 15:38:47 +01:00
metrics.yaml
README.md

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.