aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties
diff options
context:
space:
mode:
authoranaddaf <anaddaf@google.com>2014-10-09 13:48:28 -0700
committeranaddaf <anaddaf@google.com>2014-10-15 09:57:42 -0700
commita938ee25387fcb875bb2d8fca935047e25a8dcf4 (patch)
tree5b5b371916b5c5ffdd61f7b8da3308eed32fd65c /wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties
parente60501b02be2f59fe81026060a7c74d001d105b9 (diff)
downloadandroid-a938ee25387fcb875bb2d8fca935047e25a8dcf4.tar.gz
A sample to show the use of GPS capabilities when available.
This sample uses the FusedLocation APIs of GMS on those devices that have a hardware GPS built in. In those cases, this sample provides a simple screen that shows the current speed of the device on the watch. User can set a speed limit and if the speed approaches that limit, it changes the color to yellow and if it exceeds the limit, it turns red. User can also enable recording of coordinates and when it pairs back with the phone, this data will be synced with the phone component of the app and user can see a track made of those coordinates on a map on the phone. Change-Id: I05e23b3b6274b9a94708f5d8765067400c676924
Diffstat (limited to 'wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties')
-rw-r--r--wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties b/wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 00000000..1e61d1fd
--- /dev/null
+++ b/wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Wed Apr 10 15:27:10 PDT 2013
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip