Bug 1374832 - Don't depend on com.google.android.gms:play-services-ads when MMA/Leanplum is enabled. r=maliu draft
authorNick Alexander <nalexander@mozilla.com>
Tue, 20 Jun 2017 15:26:14 -0700
changeset 597752 90a2b1b50172199f550d357980ef17cf3e8eb792
parent 597751 e97a56abdb670e1d83e4e10b81d3820ee2ac5751
child 634309 c68845acba1d602204f5c6c12c96bd268d2f1a60
push id65017
push usernalexander@mozilla.com
push dateTue, 20 Jun 2017 22:34:49 +0000
reviewersmaliu
bugs1374832
milestone56.0a1
Bug 1374832 - Don't depend on com.google.android.gms:play-services-ads when MMA/Leanplum is enabled. r=maliu MozReview-Commit-ID: Hf4ZikszNey
mobile/android/thirdparty/build.gradle
--- a/mobile/android/thirdparty/build.gradle
+++ b/mobile/android/thirdparty/build.gradle
@@ -42,17 +42,16 @@ android {
     }
 }
 
 dependencies {
     compile "com.android.support:support-v4:${mozconfig.substs.ANDROID_SUPPORT_LIBRARY_VERSION}"
     if (mozconfig.substs.MOZ_ANDROID_MMA) {
         compile "com.android.support:appcompat-v7:${mozconfig.substs.ANDROID_SUPPORT_LIBRARY_VERSION}"
         compile "com.android.support:support-annotations:${mozconfig.substs.ANDROID_GOOGLE_PLAY_SERVICES_VERSION}"
-        compile "com.google.android.gms:play-services-ads:${mozconfig.substs.ANDROID_GOOGLE_PLAY_SERVICES_VERSION}"
         compile "com.google.android.gms:play-services-gcm:${mozconfig.substs.ANDROID_GOOGLE_PLAY_SERVICES_VERSION}"
     }
 }
 
 apply plugin: 'idea'
 
 idea {
     module {