diff options
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | build.xml | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c5f2c25..30309e4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,7 +18,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.connectbot" android:versionName="1.7.1" - android:versionCode="357" + android:versionCode="359" android:installLocation="auto"> <uses-sdk android:targetSdkVersion="11" android:minSdkVersion="3" /> @@ -141,13 +141,6 @@ <echo>Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date})</echo> </target> - <target name="clean" - description="Clean up the result of the build process"> - <delete dir="${out.absolute.dir}"/> - <delete dir="${gen.absolute.dir}"/> - <ant dir="tests" target="clean" /> - </target> - <!-- Translations come from launchpad.net and are placed in the locale/ subdirectory. --> <target name="translations-import"> |