commit 1cd0dcf71c3215f832b50127012e95b2645fdefe Author: Nathan Freitas nathan@freitas.net Date: Tue Jul 15 16:10:13 2014 -0400
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 ea84c57..27f6863 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
tor-commits@lists.torproject.org