DicomServer/Android/SimpleViewer.Android/Properties/AndroidManifest.xml

5 lines
332 B
XML
Raw Permalink Normal View History

2024-12-13 10:06:20 +08:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="SimpleViewer.Android.SimpleViewer.Android" android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="16" />
<application android:label="SimpleViewer.Android"></application>
</manifest>