diff options
| author | 2014-07-29 08:33:17 -0700 | |
|---|---|---|
| committer | 2014-07-29 08:33:17 -0700 | |
| commit | a37ddd97a88a5e2f6162c99b92069e13a0284085 (patch) | |
| tree | e772a07bc1f85d19e0e3459c9293d4b42392fc41 | |
| parent | c57c08298364e93ca4399d184bdba2657f72b11c (diff) | |
docs: fix typo
Change-Id: I4d76d625dc508e7279162d1d3ace9c32625e1358
| -rw-r--r-- | docs/html/training/wearables/apps/packaging.jd | 4 |
1 files 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 </p> <p>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.</p>
\ No newline at end of file +ensure that you don't doubly compress the wearable app.</p> |