| Index: build/android/ant/apk-obfuscate.xml
|
| diff --git a/build/android/ant/apk-obfuscate.xml b/build/android/ant/apk-obfuscate.xml
|
| index d0600ca20a813c7e9eb2d86c531cc0d3273724d3..b15ce7365eb590d28a5ae75d4d911f9090c4da4b 100644
|
| --- a/build/android/ant/apk-obfuscate.xml
|
| +++ b/build/android/ant/apk-obfuscate.xml
|
| @@ -26,7 +26,6 @@
|
|
|
| <!-- tools location -->
|
| <property name="sdk.dir" location="${ANDROID_SDK_ROOT}"/>
|
| - <property name="target" value="android-${ANDROID_SDK_VERSION}"/>
|
| <property name="android.tools.dir" location="${sdk.dir}/tools" />
|
|
|
| <property name="project.target.android.jar" location="${ANDROID_SDK_JAR}" />
|
| @@ -37,7 +36,7 @@
|
|
|
| <!-- jar file from where the tasks are loaded -->
|
| <path id="android.antlibs">
|
| - <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" />
|
| + <pathelement path="${sdk.dir}/tools/lib/ant-tasks.jar" />
|
| </path>
|
|
|
| <!-- Custom tasks -->
|
|
|