aboutsummaryrefslogtreecommitdiffstats
path: root/libs/MemorizingTrustManager/example/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/MemorizingTrustManager/example/build.xml')
-rw-r--r--libs/MemorizingTrustManager/example/build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/MemorizingTrustManager/example/build.xml b/libs/MemorizingTrustManager/example/build.xml
index cdc74917d..0c61a2917 100644
--- a/libs/MemorizingTrustManager/example/build.xml
+++ b/libs/MemorizingTrustManager/example/build.xml
@@ -50,9 +50,8 @@
<!-- quick check on sdk.dir -->
<fail
- message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
- unless="sdk.dir"
- />
+ message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
+ unless="sdk.dir" />
<!--
Import per project custom build rules if present at the root of the project.