From 1cd0dcf71c3215f832b50127012e95b2645fdefe Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 15 Jul 2014 16:10:13 -0400 Subject: [PATCH] fix proguard path for new sdk --- project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.properties b/project.properties index ea84c575..27f6863f 100644 --- a/project.properties +++ b/project.properties @@ -6,7 +6,7 @@ # To customize properties used by the Ant build system use, # "ant.properties", and override values to adapt the script to your # project structure. -proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt +proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt # Project target. target=android-19