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
which has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
Note that unless you have <a href="http://www.techrepublic.com/article/pro-tip-how-to-opt-out-of-interest-based-ads-on-your-android-phone/">opted out of interest-based ads</a>,
the advertiser will receive a copy of your unique device advertising ID, which allows them to track your device across apps.
- AdMob reports <em>anonymized summaries</em> of the following information. <strong>Stoutner may use this information for any purpose</strong>.</p>
+ AdMob reports <em>anonymized summaries</em> of the following information to developers.
+ <strong>Stoutner may use this information for any purpose</strong>.</p>
<ul>
<li><item>Total impressions</item></li>
</ul>
<hr />
-<p style="text-align: center;"><em>Revision 1.2, 3 June 2016</em></p>
+<p style="text-align: center;"><em>Revision 1.2.1, 2 November 2016</em></p>
</body>
</html>
\ No newline at end of file