Skip to content

Commit cca0280

Browse files
committed
Merge branch 'Fix_PlayServices_update' of https://github.com/rock3r/iosched-2014 into foo
Conflicts: Wearable/build.gradle android/build.gradle build.gradle Change-Id: Ibc782be67875114498472895a527180a39b4b957
2 parents cf1f30b + 5dc24d1 commit cca0280

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)