Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Add Glean
Browse files Browse the repository at this point in the history
  • Loading branch information
cnevinc committed May 5, 2020
1 parent 29bbb08 commit 96019bb
Show file tree
Hide file tree
Showing 6 changed files with 2,408 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
@@ -1,3 +1,7 @@
plugins {
id "com.jetbrains.python.envs" version "0.0.26"
}

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Expand Down Expand Up @@ -184,6 +188,9 @@ repositories {
mavenCentral()
}

ext.gleanGenerateMarkdownDocs = true
ext.gleanDocsDirectory = "$rootDir/docs"
apply plugin: "org.mozilla.telemetry.glean-gradle-plugin"

dependencies {
implementation project(':telemetry-annotation')
Expand Down Expand Up @@ -252,6 +259,7 @@ dependencies {
implementation "org.mozilla.components:ui-autocomplete:${Versions.android_components}"
implementation "org.mozilla.components:lib-fetch-httpurlconnection:${Versions.android_components}"
implementation "org.mozilla.components:concept-fetch:${Versions.android_components}"
implementation "org.mozilla.components:service-glean:${Versions.mozilla_android_components}"

implementation "com.adjust.sdk:adjust-android:${Versions.adjust}"
implementation "com.android.installreferrer:installreferrer:${Versions.android_installreferrer}"
Expand Down

0 comments on commit 96019bb

Please sign in to comment.