aboutsummaryrefslogtreecommitdiff
path: root/format-common
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-04-16 21:08:51 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-04-18 03:01:14 +0530
commit931cc052a8f22b96e11d4bd8f9d069ef8ff92e21 (patch)
tree51a6ad4a185560233cc2597ec8220d828e12cedc /format-common
parentd27ba408d871911da90f161cb0f066013ed4626c (diff)
format-common: add baseline module
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'format-common')
-rw-r--r--format-common/build.gradle.kts8
-rw-r--r--format-common/src/main/AndroidManifest.xml6
2 files changed, 14 insertions, 0 deletions
diff --git a/format-common/build.gradle.kts b/format-common/build.gradle.kts
new file mode 100644
index 00000000..c1f3eef8
--- /dev/null
+++ b/format-common/build.gradle.kts
@@ -0,0 +1,8 @@
+/*
+ * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+plugins {
+ kotlin("jvm")
+ `aps-plugin`
+}
diff --git a/format-common/src/main/AndroidManifest.xml b/format-common/src/main/AndroidManifest.xml
new file mode 100644
index 00000000..4148bbbb
--- /dev/null
+++ b/format-common/src/main/AndroidManifest.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
+ ~ SPDX-License-Identifier: GPL-3.0-only
+ -->
+
+<manifest package="dev.msfjarvis.aps.format_common" />