From 5097afad8ee5d9d9f0fb4c70b2521cad2aaf7fd1 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Wed, 2 Sep 2020 20:55:12 -0700 Subject: [PATCH] Put the (not itself OSS?) license plugin back so we can keep the license screen --- app/build.gradle | 1 + build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index aab018088..afddb579c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,6 +7,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'jacoco' apply plugin: 'androidx.navigation.safeargs.kotlin' +apply plugin: 'com.google.android.gms.oss-licenses-plugin' import com.android.build.OutputFile diff --git a/build.gradle b/build.gradle index 461e3bb47..2a04c2b0b 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,7 @@ buildscript { classpath Deps.tools_kotlingradle classpath Deps.androidx_safeargs classpath Deps.allopen + classpath Deps.osslicenses_plugin classpath "org.mozilla.components:tooling-glean-gradle:${Versions.mozilla_android_components}"