]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Minor gramatical addition to the Free Privacy Policy. Change to `firebase-ads` for...
[PrivacyBrowserAndroid.git] / app / build.gradle
index e8c755090ccb0216a642124e222fb2eb88739dfa..83b637574d5c0143e2f48e9b599cff448c88e1de 100644 (file)
@@ -60,5 +60,9 @@ dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:design:24.2.1'
     // Only compile `com.google.android.gms:play-services-ads` for the free flavor.
-    freeCompile 'com.google.android.gms:play-services-ads:9.8.00'
+    freeCompile 'com.google.firebase:firebase-ads:9.8.0'
 }
+
+// Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.  I have no interest in including Google Mobile Services if I don't have to.
+// https://firebase.google.com/docs/admob/android/quick-start
+// apply plugin: 'com.google.gms.google-services'
\ No newline at end of file