aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-10-24 14:46:38 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-10-24 14:46:38 +0530
commitedc110dcc148be7362c4e48ffbff151764afc966 (patch)
tree9eab1687059f9786e09cee2c76d2cbfd5583d594 /autofill-parser
parentf5c49c285dcd573524d1ad80d075a646ca4972cf (diff)
chore(gradle): add missing suppressions and license headers
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 0abeaa0e..a77694a0 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
*/
+@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins {
id("com.github.android-password-store.published-android-library")