From dfb47d74f13d6f76e4c33a60595786fd4639d3af Mon Sep 17 00:00:00 2001 From: anhashia Date: Tue, 20 Sep 2016 14:17:46 -0700 Subject: [PATCH] minor edit --- doc/get_started/java-devbox-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get_started/java-devbox-setup.md b/doc/get_started/java-devbox-setup.md index 3a29b673eea..d26a8621b70 100644 --- a/doc/get_started/java-devbox-setup.md +++ b/doc/get_started/java-devbox-setup.md @@ -147,7 +147,7 @@ In your main pom.xml file, add the Azure IoT Device SDK as a dependency using yo ## Building for Android Device - Download and install [Android Studio][android-studio] - Load and build **sample** located at java\device\samples\android-sample -- Sample has dependence on remote library `iothub-java-device-client`. It is currently set to use `iothub-java-device-client:1.0.7`. If you want to point it to the later version update `java\device\samples\android-sample\app\build.gradle` to point to the version you want to use. For list of available versions search [Maven Repository] [maven-repository] +- Sample has dependence on remote library `iothub-java-device-client`. It is currently set to use `iothub-java-device-client:1.0.7`. If you want to point it to the later version, please update `java\device\samples\android-sample\app\build.gradle` file to point to the version you want to use. For list of available versions search [Maven Repository] [maven-repository]