Bump sdk version requirement.

This commit is contained in:
Brian Pellin 2009-07-06 15:01:46 -05:00
parent 5cadc5870d
commit dba3585055
3 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,6 @@
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/> <classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.keepass" package="com.android.keepass"
android:versionName="0.2.1" android:versionCode="11"> android:versionName="0.2.1" android:versionCode="11">
<uses-sdk android:minSdkVersion="1"/> <uses-sdk android:minSdkVersion="3"/>
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon"> <application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
<activity android:name=".KeePass" <activity android:name=".KeePass"
android:label="@string/app_name"> android:label="@string/app_name">

View file

@ -8,7 +8,7 @@
# project structure. # project structure.
# Project target. # Project target.
target=android-2 target=android-3
# apk configurations. This property allows creation of APK files with limited # apk configurations. This property allows creation of APK files with limited
# resources. For example, if your application contains many locales and # resources. For example, if your application contains many locales and
# you wish to release multiple smaller apks instead of a large one, you can # you wish to release multiple smaller apks instead of a large one, you can