From: Soren Stoutner Date: Wed, 2 Nov 2016 08:34:27 +0000 (-0700) Subject: Minor gramatical addition to the Free Privacy Policy. Change to `firebase-ads` for... X-Git-Tag: v1.12~8 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=359b1f6878f98127577b348b189fa01401971654 Minor gramatical addition to the Free Privacy Policy. Change to `firebase-ads` for the free flavor. --- diff --git a/.idea/dictionaries/soren.xml b/.idea/dictionaries/soren.xml index 5818a708..fa88d991 100644 --- a/.idea/dictionaries/soren.xml +++ b/.idea/dictionaries/soren.xml @@ -25,6 +25,7 @@ edittext exynos favoriteicon + firebase gerlach intl isfolder diff --git a/app/build.gradle b/app/build.gradle index e8c75509..83b63757 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/free/assets/en/about_privacy_policy.html b/app/src/free/assets/en/about_privacy_policy.html index 1ae8b3aa..241dbc74 100644 --- a/app/src/free/assets/en/about_privacy_policy.html +++ b/app/src/free/assets/en/about_privacy_policy.html @@ -46,7 +46,8 @@ which has its own privacy policy. Note that unless you have opted out of interest-based ads, the advertiser will receive a copy of your unique device advertising ID, which allows them to track your device across apps. - AdMob reports anonymized summaries of the following information. Stoutner may use this information for any purpose.

+ AdMob reports anonymized summaries of the following information to developers. + Stoutner may use this information for any purpose.


-

Revision 1.2, 3 June 2016

+

Revision 1.2.1, 2 November 2016

\ No newline at end of file