aboutsummaryrefslogtreecommitdiff
path: root/WatercolorGames.Pong/Properties/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Fuzzy Riolu <[email protected]>2018-03-12 11:52:38 -0400
committerThe Fuzzy Riolu <[email protected]>2018-03-12 12:02:33 -0400
commit40d01342d00c57dce5069e53a455db048a2967d5 (patch)
tree99e64bed61317a564253e456e2aa45fba3c0c6ec /WatercolorGames.Pong/Properties/AndroidManifest.xml
parentcdb0da6c34228a4034dbe179dc268aaded532619 (diff)
downloadshiftos-pong-master.tar.gz
shiftos-pong-master.tar.bz2
shiftos-pong-master.zip
Initial commitHEADmaster
Diffstat (limited to 'WatercolorGames.Pong/Properties/AndroidManifest.xml')
-rw-r--r--WatercolorGames.Pong/Properties/AndroidManifest.xml5
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