aboutsummaryrefslogtreecommitdiff
path: root/WatercolorGames.Pong/Properties/AndroidManifest.xml
blob: 887cf6bcfa5aae9a158ac4d3b84f54ed5af56dc4 (plain) (blame)
1
2
3
4
5
<?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>