mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 14:37:04 +05:30
10 lines
351 B
XML
10 lines
351 B
XML
<!--
|
|
~ Copyright © 2021-2023 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">
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
</manifest>
|