diff options
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index a77694a0..844b7f3b 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -2,8 +2,6 @@ * 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") id("com.github.android-password-store.kotlin-android") |