aboutsummaryrefslogtreecommitdiff
path: root/libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml')
-rw-r--r--libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml b/libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..95a7bbddc
--- /dev/null
+++ b/libs/wpcomrest/WordPressComRest/src/main/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.wordpress.rest"
+ android:versionCode="1"
+ android:versionName="1.0">
+ <uses-sdk android:minSdkVersion="3" />
+ <uses-permission android:name="android.permission.INTERNET" />
+</manifest>