shiftos-pong/WatercolorGames.Pong/Properties/AndroidManifest.xml
2018-03-12 12:02:33 -04:00

5 lines
No EOL
342 B
XML

<?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>