aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Wearable/build.gradle2
-rw-r--r--android/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/Wearable/build.gradle b/Wearable/build.gradle
index 4b9d9bd..d893535 100644
--- a/Wearable/build.gradle
+++ b/Wearable/build.gradle
@@ -66,7 +66,7 @@ android {
dependencies {
compile 'com.android.support:support-v13:21.+'
- compile 'com.google.android.support:wearable:+'
+ compile 'com.google.android.support:wearable:1.0.+'
compile 'com.google.android.gms:play-services-wearable:6.1.+'
}
diff --git a/android/build.gradle b/android/build.gradle
index f4e6d5a..6036db7 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -96,6 +96,6 @@ dependencies {
/* The two dependencies below are only required while we are using http
Drive appdata. When we start using AppData through GMS,
they should be removed. */
- compile 'com.google.http-client:google-http-client-gson:+'
+ compile 'com.google.http-client:google-http-client-gson:1.+'
compile 'com.google.apis:google-api-services-drive:+'
}