shiftos-pong/WatercolorGames.Pong/Properties/AndroidManifest.xml

5 lines
342 B
XML
Raw Normal View History

2018-03-12 15:52:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WatercolorGames.Pong" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" />
<application android:label="WatercolorGames.Pong"></application>
</manifest>