aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/SpeedTracker/gradle/wrapper/gradle-wrapper.properties
AgeCommit message (Collapse)Author
2019-07-16Deprecates wear os samples in ASOP.Jeremy Walker
Bug: 137388956 Test: Manually tested. Change-Id: I6acd7aad9203b66b293766e25c1e22f7ed01d7be
2019-01-16Update versions for build dependenciespie-b4s4-devYuichi Araki
This updates Gradle wrapper and Android Gradle Plugin. './gradlew assembleDebug' passes in every project in project.txt (after './gradlew preflight' if necessary). LICENSE was modified in Change-Id: I0b7143eadf2eb17b1ebf0b58e84286f9f87283d9 Test: './gradlew preflight && assembleDebug' in all projects Bug: 122916118 Change-Id: I51f02b1fa5740090d8e75850df54053bb0440863
2017-12-18Update versions for build toolsTrevor Johns
- Update Gradle Wrapper to v4.4 Fixes incompatibility with older Gradle versions and Android projects. - Update build tool and dependency versions in build.gradle Test: compileSamples.sh Bug: 70645270 Change-Id: Id4608bf5d56259427d847c356b40d743773ea3d9
2017-05-17Increment Gradle version to 3.4.1 for all samplesTrevor Johns
Test: gradlew assembleDebug Change-Id: Ifd6ac37af5fff607c1a83056f2f4100ab68c3240
2016-08-25Update gradle version and GMS core used.Jeremy Walker
Change-Id: Ia7306233fac11d20a1a961b721a342cbe68eb7fd
2016-04-19Removes BIND_LISTENER from SpeedTracker sample (GPS sample).Jeremy Walker
Change-Id: I78eb7de46d1bac290bc238aaa0ad4e9ac5df276a Change-Id: I3635832cbb009afb4b63b5b6c082174898494338
2016-01-07Update Gradle Wrapper version to 2.8Trevor Johns
Change-Id: Idaf1e221cbe0cb66e89e833b170e43315ed39803
2015-10-01Update gradle wrapper to v2.5Trevor Johns
Change-Id: I2824a6ff305b052ead3e88b0f55aa97dc6d686d7
2015-10-01Update gradle wrapper to v2.4Trevor Johns
Change-Id: I3aaf5e6951ef9606f1c3a3395ffe200f36acac31
2014-12-02Update build dependencies for Android Studio 1.0 RC1Trevor Johns
- Use Gradle version v2.2.1 Change-Id: I3a49b3b89e7cb0a66288ebb1841314109db29fdb
2014-10-15A sample to show the use of GPS capabilities when available.anaddaf
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