1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

. Fixed min sdk version in manifest

. Fixed some target properties for building
This commit is contained in:
Bao-Long Nguyen-Trong 2009-06-15 05:14:04 +00:00
parent c6f6e995f6
commit 8a9e7ca24d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1002"
android:versionName="1.002" package="com.fsck.k9">
<uses-sdk android:minSdkVersion="1"/>
<uses-sdk android:minSdkVersion="3"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.READ_OWNER_DATA"/>

View File

@ -8,4 +8,4 @@
# project structure.
# Project target.
target=Google Inc.:Google APIs:3
target=android-3