aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.xml7
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" />
diff --git a/build.xml b/build.xml
index efbba89..ac99fb5 100644
--- a/build.xml
+++ b/build.xml
@@ -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">