aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Schmitz <eyecatchup@gmail.com>2014-10-28 16:05:39 +0100
committerStephan Schmitz <eyecatchup@gmail.com>2014-10-28 16:05:39 +0100
commit625a51cd3f8d6dd3f8dec9c2f1e9a44ffd493891 (patch)
tree77981d885e8b8a67a25736be22e91f95ab81f4a5
parente67527971fe65fc29bd4c0441785cf030d37218b (diff)
downloadiosched-625a51cd3f8d6dd3f8dec9c2f1e9a44ffd493891.tar.gz
Fix/improve building doc.
-rw-r--r--doc/BUILDING.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/BUILDING.md b/doc/BUILDING.md
index 4a7058d..faa5225 100644
--- a/doc/BUILDING.md
+++ b/doc/BUILDING.md
@@ -93,19 +93,19 @@ This is a Gradle-based project that works best with [Android Studio].
If you do NOT wish to build the Android Wear component, you need to make the two
changes below.
- 1. Open android/build.gradle and remove (or comment out) the following line:
- ```
+ 1. Open android/build.gradle and remove (or comment out) the following line:
+ ```
wearApp project(":Wearable")
- ```
- 2. Open settings.gradle and remove `':Wearable'`, leaving only `':android'`.
+ ```
+ 2. Open settings.gradle and remove `':Wearable'`, leaving only `':android'`.
# Server-side setup
-These steps are optional, in the sense that IOSched will build and run even if
-you don't set up the server side. However, unless you perform this setup, your
-build won't be able to use any of the Google APIs such as Google sign in, Google
-Drive integration, Google Maps integration, etc. So following the instructions
-in this section is highly recommended.
+> __NOTE__: These steps are optional, in the sense that IOSched will build and run even if
+ you don't set up the server side. However, unless you perform this setup, your
+ build won't be able to use any of the Google APIs such as Google sign in, Google
+ Drive integration, Google Maps integration, etc. So following the instructions
+ in this section is highly recommended.
1. Change the project's package name to your own package name. To do that, you
can set the "package" attribute of the <manifest> tag in AndroidManifest.xml.