aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-27 20:55:30 +0000
committerKenny Root <kenny@the-b.org>2009-06-27 20:55:30 +0000
commitdef81724c1be8430b6a6b745ad9ccf86d62c58b7 (patch)
tree6929fcdd74c5d7ce5b33f89f8de1288e9f010100
parentcf0a345033e1fdd2d778f10dd2eb07d31033838d (diff)
downloadconnectbot-def81724c1be8430b6a6b745ad9ccf86d62c58b7.tar.gz
connectbot-def81724c1be8430b6a6b745ad9ccf86d62c58b7.tar.bz2
connectbot-def81724c1be8430b6a6b745ad9ccf86d62c58b7.zip
fix ProGuard syntax error in build.xml
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@343 df292f66-193f-0410-a5fc-6d59da041ff2
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ae0d0ae..e495d3b 100644
--- a/build.xml
+++ b/build.xml
@@ -190,7 +190,7 @@
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Service
- -keep public class org.connectbot.*
+ -keep class org.connectbot.**
-keep public class com.trilead.ssh2.compression.*
-keep public class com.trilead.ssh2.crypto.cipher.*
</proguard>