-
Notifications
You must be signed in to change notification settings - Fork 123
/
.buildconfig.yml
31 lines (31 loc) · 1.01 KB
/
.buildconfig.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
libraryVersion: 62.0.0
groupId: org.mozilla.telemetry
projects:
glean:
path: glean-core/android
artifactId: glean
publications:
- name: glean
type: aar
description: 'The Glean SDK is a modern approach for a Telemetry library and is part of the Glean project.'
glean-native:
path: glean-core/android-native
artifactId: glean-native
publications:
- name: glean-native
type: aar
- name: glean-native-forUnitTests
type: jar
description: 'The native libglean_ffi library for use with the Glean SDK.'
glean-sample-app:
path: samples/android/app
artifactId: glean-sample-app
description: 'An app demoing how to use the Glean library to collect and send telemetry data.'
publications: []
glean-gradle-plugin:
path: gradle-plugin
artifactId: glean-gradle-plugin
publications:
- name: glean-gradle-plugin
type: jar
description: 'A Gradle plugin to enable Glean SDK build-time support (metrics and pings API, docs, ...)'