mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 01:07:02 +05:30
These are a useless annoyance See: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
11 lines
358 B
XML
11 lines
358 B
XML
<!--
|
|
~ Copyright © Harsh Shandilya.
|
|
~ Use of this source code is governed by an MIT-style
|
|
~ license that can be found in the LICENSE file or at
|
|
~ https://opensource.org/licenses/MIT.
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<queries>
|
|
<package android:name="dev.msfjarvis.claw.android" />
|
|
</queries>
|
|
</manifest>
|