diff options
author | Kenny Root <kenny@the-b.org> | 2009-06-27 21:00:44 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-06-27 21:00:44 +0000 |
commit | 08dfa5bea3c63870ce32f13f12fd8f3653d2f316 (patch) | |
tree | 0b87da10ae7c2681e161a86872683db95e7b547d /build.xml | |
parent | def81724c1be8430b6a6b745ad9ccf86d62c58b7 (diff) | |
download | connectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.tar.gz connectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.tar.bz2 connectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.zip |
Fix JTA author names in source file to be UTF-8 again, dump proguard stats to bin/proguard.usage, remove SoftFont since CB does not use it
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@344 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ -dontskipnonpubliclibraryclasses -dontobfuscate -dontoptimize + -printusage ${out-folder}/proguard.usage -keep public class * extends android.app.Activity -keep public class * extends android.app.Service |