aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.xml4
2 files changed, 2 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2fcc2f8..49e923c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="169">
+ android:versionCode="170">
<application
android:icon="@drawable/icon"
diff --git a/build.xml b/build.xml
index 9e13f7d..fd645d7 100644
--- a/build.xml
+++ b/build.xml
@@ -186,9 +186,7 @@
-libraryjars ${android-jar}
-dontskipnonpubliclibraryclasses
-dontobfuscate
- -optimizations method/inlining/*,code/removal/*
- -optimizationpasses 3
- -allowaccessmodification
+ -dontoptimize
-printusage ${out-folder}/proguard.usage
-keep public class * extends android.app.Activity