Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Upped play services wear to 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 5, 2016
1 parent 5146f86 commit 3f6d6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true;
}
compile 'com.google.android.gms:play-services-wearable:9.4.0'
compile 'com.google.android.gms:play-services-wearable:9.6.1'
compile 'com.google.dagger:dagger:2.0.1'
apt 'com.google.dagger:dagger-compiler:2.0.1'

Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':common')
compile 'com.google.android.support:wearable:2.0.0-alpha2'
compile 'com.google.android.gms:play-services-wearable:9.4.0'
compile 'com.google.android.gms:play-services-wearable:9.6.1'
compile 'com.novoda:notils:2.2.15'
}

0 comments on commit 3f6d6b9

Please sign in to comment.