From 359b1f6878f98127577b348b189fa01401971654 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 2 Nov 2016 01:34:27 -0700 Subject: [PATCH] Minor gramatical addition to the Free Privacy Policy. Change to `firebase-ads` for the free flavor. --- .idea/dictionaries/soren.xml | 1 + app/build.gradle | 6 +++++- app/src/free/assets/en/about_privacy_policy.html | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.43.0