diff options
Diffstat (limited to 'WatercolorGames.Pong/Properties/AndroidManifest.xml')
| -rw-r--r-- | WatercolorGames.Pong/Properties/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/Properties/AndroidManifest.xml b/WatercolorGames.Pong/Properties/AndroidManifest.xml new file mode 100644 index 0000000..887cf6b --- /dev/null +++ b/WatercolorGames.Pong/Properties/AndroidManifest.xml @@ -0,0 +1,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>
\ No newline at end of file |
