diff options
-rw-r--r-- | app/build.gradle | 1 | ||||
-rw-r--r-- | build.gradle | 1 |
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 |