am 684651a6: am ee12f01d: Updating build.gradle files for play services dependency

* commit '684651a66edba3c6a2ed8c481bc1df440fd4e97a':
  Updating build.gradle files for play services dependency
This commit is contained in:
anaddaf
2014-09-10 17:21:28 +00:00
committed by Android Git Automerger
8 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+" compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+" compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -20,6 +20,6 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+" compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+" compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v13:20.0.+" compile "com.android.support:support-v13:20.0.+"
wearApp project(':Wearable') wearApp project(':Wearable')
} }

View File

@@ -21,7 +21,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services:5.0.+'
compile 'com.android.support:support-v13:20.0.+' compile 'com.android.support:support-v13:20.0.+'
compile project(':Common') compile project(':Common')
wearApp project(':Wearable') wearApp project(':Wearable')

View File

@@ -21,7 +21,7 @@ android {
} }
dependencies { dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar' compile 'com.google.android.gms:play-services-wearable:+'
compile 'com.android.support:support-v13:20.0.+' compile 'com.android.support:support-v13:20.0.+'
compile 'com.google.android.support:wearable:1.0.+' compile 'com.google.android.support:wearable:1.0.+'
compile project(':Common') compile project(':Common')