X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=137fe6559d052a618f932dcb06d1a7ebd20bf31f;hp=82b2913a9023aa581df9698b70eea5f229da041c;hb=2bb01fc27d480292f2e618f0ee5ca1a6277a66e2;hpb=d420aa6be32a78b27905074edc3881a6e71d2263 diff --git a/app/build.gradle b/app/build.gradle index 82b2913a..137fe655 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:design:27.0.2' // Only compile `com.google.firebase:firebase-ads` for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:12.0.1' + freeImplementation 'com.google.firebase:firebase-ads:15.0.0' } // Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.