aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-27 17:00:13 +0000
committerKenny Root <kenny@the-b.org>2009-06-27 17:00:13 +0000
commit434de6974cffe8b288e43637071a09c6d7238e27 (patch)
tree2a6201213c2550b7bcc06af2c2020696d0052c38
parenta3b3e8b14c5a9468aafc1925b3e9763a56269472 (diff)
downloadconnectbot-434de6974cffe8b288e43637071a09c6d7238e27.tar.gz
connectbot-434de6974cffe8b288e43637071a09c6d7238e27.tar.bz2
connectbot-434de6974cffe8b288e43637071a09c6d7238e27.zip
Keep all ConnectBot classes when building with ProGuard
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@340 df292f66-193f-0410-a5fc-6d59da041ff2
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3c44e66..ae0d0ae 100644
--- a/build.xml
+++ b/build.xml
@@ -190,6 +190,7 @@
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Service
+ -keep public class org.connectbot.*
-keep public class com.trilead.ssh2.compression.*
-keep public class com.trilead.ssh2.crypto.cipher.*
</proguard>