summaryrefslogtreecommitdiff
path: root/ui-compose/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-01-26 22:41:04 +0530
committerGitHub <noreply@github.com>2022-01-26 17:11:04 +0000
commitd89d5003192cf11bd9701dddce63d5782b40a071 (patch)
treefcd8a59b49d07b033755adc7f9c7b3f240cb5518 /ui-compose/src/main/AndroidManifest.xml
parent9dd05543c8b3ad9bad2456bdffa54a56d2b95d3b (diff)
Move Compose code to ui-compose module (#1687)
Diffstat (limited to 'ui-compose/src/main/AndroidManifest.xml')
-rw-r--r--ui-compose/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-compose/src/main/AndroidManifest.xml b/ui-compose/src/main/AndroidManifest.xml
new file mode 100644
index 00000000..482100e7
--- /dev/null
+++ b/ui-compose/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: LGPL-3.0-only WITH LGPL-3.0-linking-exception
+ -->
+
+<manifest package="dev.msfjarvis.aps.ui.compose" />