From d56713dc131e87259720f11d24e9c227c1bac241 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 3 Nov 2009 15:10:30 -0700 Subject: [PATCH] refer to ProGuard 4.4 instead of 4.3 in readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 648d2b5e45..f71da55019 100644 --- a/readme.txt +++ b/readme.txt @@ -376,7 +376,7 @@ EOF Step 5: Run ProGuard with stage1 as input and stage2 as output. - $ java -jar ../../proguard4.3/lib/proguard.jar \ + $ java -jar ../../proguard4.4/lib/proguard.jar \ -injars stage1 -outjars stage2 @../vm.pro @hello.pro (note: pass -dontusemixedcaseclassnames to ProGuard when building on