1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 apply plugin: 'com.android.library'
6 apply plugin: 'kotlin-android'
19 proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
23 sourceCompatibility JavaVersion.VERSION_11
24 targetCompatibility JavaVersion.VERSION_11
30 namespace 'org.mozilla.telemetry'
34 implementation project(':support-base')
35 implementation project(':concept-fetch')
37 implementation FocusDependencies.androidx_annotation