From a89eaf966690ac71c75b277a065449294545908f Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 6 Oct 2010 15:06:53 -0700 Subject: Proguard default config file. It is located in $SDK/tools/lib/proguard.cfg and automatically put in Ant project (create and update if project is not already setup for proguard). Change-Id: I9bcb2a5aafec1329b0c001799f4ba34c61569c3a --- changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'changes.txt') diff --git a/changes.txt b/changes.txt index 603c3e6..9bc8a66 100644 --- a/changes.txt +++ b/changes.txt @@ -1,12 +1,15 @@ Change log for Android SDK Tools. Revision 8: -- New SDK component: platform-tools. This makes all platform use the same +- New SDK component: platform-tools. This makes all platforms use the same latest version of aapt/aidl/dx. - Support for true debug build. No need to change the value of debuggable in the Android Manifest. "ant debug" will automatically insert debuggable==true, while "ant release" will not. + If debuggable=true is set, then "ant release" will actually do a debug build. +- Automatic Proguard support in release builds. Only need to have a proguard.config + property in default.properties that points to a proguard config file. - new overridable Ant javac properties: java.encoding, java.source, and java.target (default to "ascii", "1.5" and "1.5") -- cgit v1.1