From 5340d4eb921ccb044c20ce12ff715cf703a35811 Mon Sep 17 00:00:00 2001 From: Tyler Nijmeh Date: Wed, 31 Mar 2021 14:26:48 -0700 Subject: Fix licenses Signed-off-by: Tyler Nijmeh --- app/build.gradle | 1 + build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 69647b3..36f4909 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' + id 'com.google.android.gms.oss-licenses-plugin' } android { diff --git a/build.gradle b/build.gradle index fe9cfa4..965e096 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:7.0.0-alpha12" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30" + classpath 'com.google.android.gms:oss-licenses-plugin:0.10.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- cgit v1.2.3