chore(gradle): add missing suppressions and license headers

This commit is contained in:
Harsh Shandilya 2022-10-24 14:46:38 +05:30
parent f5c49c285d
commit edc110dcc1
No known key found for this signature in database
15 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/*
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins {
id("com.github.android-password-store.android-library")
id("com.github.android-password-store.kotlin-android")