fix proguard path for new sdk
This commit is contained in:
parent
8cc8886b23
commit
1cd0dcf71c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue