LSPlant/test/src/main/AndroidManifest.xml

9 lines
271 B
XML
Raw Normal View History

2022-02-18 11:01:39 +08:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:label="LSPlant"
tools:ignore="MissingApplicationIcon" />
</manifest>