From a37ddd97a88a5e2f6162c99b92069e13a0284085 Mon Sep 17 00:00:00 2001
From: Robert Ly
Date: Tue, 29 Jul 2014 08:33:17 -0700
Subject: docs: fix typo
Change-Id: I4d76d625dc508e7279162d1d3ace9c32625e1358
---
docs/html/training/wearables/apps/packaging.jd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/html/training/wearables/apps/packaging.jd b/docs/html/training/wearables/apps/packaging.jd
index 480f7123643e..b538d6e4b1b0 100644
--- a/docs/html/training/wearables/apps/packaging.jd
+++ b/docs/html/training/wearables/apps/packaging.jd
@@ -62,7 +62,7 @@ android {
release {
...
signingConfig signingConfigs.release
- }d
+ }
}
...
}
@@ -142,4 +142,4 @@ logs the following error: "this file cannot be opened as a file descriptor; it i
Android Studio doesn't compress your APK by default, but if you are using another build process,
-ensure that you don't doubly compress the wearable app.
\ No newline at end of file
+ensure that you don't doubly compress the wearable app.
--
cgit v1.2.3-59-g8ed1b