chore(gradle): add missing suppressions and license headers
This commit is contained in:
parent
f5c49c285d
commit
edc110dcc1
15 changed files with 38 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue