aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-09 17:24:27 +0000
committerKenny Root <kenny@the-b.org>2009-07-09 17:24:27 +0000
commitd9ff9718e72836b418e0c9f33ba3fdc197e66055 (patch)
treea694857d772057c00e722dbc4f1259dae56b9a1a
parent13063af88d3928087fda18c49650a8556fae89a7 (diff)
downloadconnectbot-d9ff9718e72836b418e0c9f33ba3fdc197e66055.tar.gz
connectbot-d9ff9718e72836b418e0c9f33ba3fdc197e66055.tar.bz2
connectbot-d9ff9718e72836b418e0c9f33ba3fdc197e66055.zip
Rollback proguard optimization settings
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@364 df292f66-193f-0410-a5fc-6d59da041ff2
-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