mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 05:02:26 -05:00
Experimentally bump us up to the 2.0.1 SDK to use cketti's new code for addresses.
I'd bet 50% that we need to revert this in the end, but I wanted to get a build out
This commit is contained in:
parent
8ca034c3db
commit
9c9eb60993
@ -4,7 +4,7 @@
|
|||||||
android:versionName="2.513" package="com.fsck.k9">
|
android:versionName="2.513" package="com.fsck.k9">
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="3"
|
android:minSdkVersion="3"
|
||||||
android:targetSdkVersion="5"
|
android:targetSdkVersion="6"
|
||||||
/>
|
/>
|
||||||
<supports-screens
|
<supports-screens
|
||||||
largeScreens="true"
|
largeScreens="true"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
application-package=com.fsck.k9
|
application-package=com.fsck.k9
|
||||||
target=android-5
|
target=android-6
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
com.android.ant.AndroidInitTask
|
com.android.ant.AndroidInitTask
|
||||||
|
|
||||||
The following properties are put in place by the importing task:
|
The following properties are put in place by the importing task:
|
||||||
android-jar, android-aidl, aapt, aidl, and dx
|
android.jar, android-aidl, aapt, aidl, and dx
|
||||||
|
|
||||||
Additionnaly, the task sets up the following classpath reference:
|
Additionnaly, the task sets up the following classpath reference:
|
||||||
android.target.classpath
|
android.target.classpath
|
||||||
@ -171,7 +171,7 @@
|
|||||||
<arg value="-S" />
|
<arg value="-S" />
|
||||||
<arg path="${resource-folder}" />
|
<arg path="${resource-folder}" />
|
||||||
<arg value="-I" />
|
<arg value="-I" />
|
||||||
<arg path="${android-jar}" />
|
<arg path="${android.jar}" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@ -198,7 +198,7 @@
|
|||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${external-libs-folder}" includes="*.jar"/>
|
<fileset dir="${external-libs-folder}" includes="*.jar"/>
|
||||||
<fileset dir="${compile-only-libs-folder}" includes="*.jar"/>
|
<fileset dir="${compile-only-libs-folder}" includes="*.jar"/>
|
||||||
<fileset dir="${sdk-location}/platforms/android-1.6/" includes="**/*.jar"/>
|
<fileset dir="${sdk-location}/platforms/android-2.0.1/" includes="**/*.jar"/>
|
||||||
<pathelement path="${main-out-classes}"/>
|
<pathelement path="${main-out-classes}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
@ -237,7 +237,7 @@
|
|||||||
manifest="AndroidManifest.xml"
|
manifest="AndroidManifest.xml"
|
||||||
resources="${resource-folder}"
|
resources="${resource-folder}"
|
||||||
assets="${asset-folder}"
|
assets="${asset-folder}"
|
||||||
androidjar="${android-jar}"
|
androidjar="${android.jar}"
|
||||||
outfolder="${out-folder}"
|
outfolder="${out-folder}"
|
||||||
basename="${ant.project.name}" />
|
basename="${ant.project.name}" />
|
||||||
</target>
|
</target>
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
# Indicates whether an apk should be generated for each density.
|
# Indicates whether an apk should be generated for each density.
|
||||||
split.density=false
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-4
|
target=android-6
|
||||||
|
Loading…
Reference in New Issue
Block a user