summaryrefslogtreecommitdiff
path: root/Penguloon/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Properties')
-rw-r--r--Penguloon/Properties/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Penguloon/Properties/AndroidManifest.xml b/Penguloon/Properties/AndroidManifest.xml
new file mode 100644
index 0000000..ebf11be
--- /dev/null
+++ b/Penguloon/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="Penguloon.Penguloon" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
+ <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="19" />
+ <application android:label="Penguloon"></application>
+</manifest> \ No newline at end of file