Skip to content

Commit 3dd9e15

Browse files
committed
Merge pull request google#110 from romannurik/master
Merge a change based on rock3r's recommendation
2 parents b8b238f + 267819b commit 3dd9e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Wearable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666

6767
dependencies {
6868
compile 'com.android.support:support-v13:21.+'
69-
compile 'com.google.android.support:wearable:+'
69+
compile 'com.google.android.support:wearable:1.0.+'
7070
compile 'com.google.android.gms:play-services-wearable:6.1.+'
7171
}
7272

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ dependencies {
9696
/* The two dependencies below are only required while we are using http
9797
Drive appdata. When we start using AppData through GMS,
9898
they should be removed. */
99-
compile 'com.google.http-client:google-http-client-gson:+'
99+
compile 'com.google.http-client:google-http-client-gson:1.+'
100100
compile 'com.google.apis:google-api-services-drive:+'
101101
}

0 commit comments

Comments
 (0)