Merge "Add dummy AndroidManifest.xml" into ub-mail-master

This commit is contained in:
Tony Mantler 2014-05-05 20:15:23 +00:00 committed by Android (Google) Code Review
commit b40d132935
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.emailcommon"
android:versionCode="1">
<uses-sdk android:targetSdkVersion="19" android:minSdkVersion="14" />
</manifest>