summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-03-31 14:26:48 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-03-31 14:26:48 -0700
commit5340d4eb921ccb044c20ce12ff715cf703a35811 (patch)
tree143e3a03ee6974fdbc01783810ccad9a20c97dc4
parentc9591136669c7395efb91c3cd2364900efc23ac2 (diff)
Fix licenses
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
-rw-r--r--app/build.gradle1
-rw-r--r--build.gradle1
2 files changed, 2 insertions, 0 deletions
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