]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Minor gramatical addition to the Free Privacy Policy. Change to `firebase-ads` for...
authorSoren Stoutner <soren@stoutner.com>
Wed, 2 Nov 2016 08:34:27 +0000 (01:34 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 2 Nov 2016 08:34:27 +0000 (01:34 -0700)
.idea/dictionaries/soren.xml
app/build.gradle
app/src/free/assets/en/about_privacy_policy.html

index 5818a70897aee182e62364428e36f137dde0f48c..fa88d991a8cc29d7b437eb87aa24f3634e1b5c01 100644 (file)
@@ -25,6 +25,7 @@
       <w>edittext</w>
       <w>exynos</w>
       <w>favoriteicon</w>
+      <w>firebase</w>
       <w>gerlach</w>
       <w>intl</w>
       <w>isfolder</w>
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
index 1ae8b3aa8d3f4eee51c191b0d60323dbeeef3d79..241dbc74b175e3b4c6129e0701adfd43d5b85d1b 100644 (file)
@@ -46,7 +46,8 @@
     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>
@@ -97,6 +98,6 @@
 </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