updated google play services version

This commit is contained in:
Mariotaku Lee 2015-03-20 21:57:07 +08:00
parent cff2d8fb17
commit 0f6979f6d9
2 changed files with 2 additions and 2 deletions

View File

@ -41,5 +41,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:1.1.0'
compile 'com.google.android.gms:play-services-wearable:6.5.87'
compile 'com.google.android.gms:play-services-wearable:7.0.0'
}

View File

@ -75,7 +75,7 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.3.0'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.2'
aarLinkSources 'com.squareup.okhttp:okhttp:2.2.0:sources@jar'
googleCompile 'com.google.android.gms:play-services-maps:6.5.87'
googleCompile 'com.google.android.gms:play-services-maps:7.0.0'
googleCompile 'com.google.maps.android:android-maps-utils:0.3.4'
fdroidCompile 'org.osmdroid:osmdroid-android:4.3'
fdroidCompile 'org.slf4j:slf4j-simple:1.7.10'