]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Detach WebViews before destroying them in Clean and Exit. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 30954025b2a20e4a74143270b7dd2fd1b5f698e1..be417985cde3e36889e037391f7531a98d53df3d 100644 (file)
@@ -94,6 +94,6 @@ dependencies {
     // Include the Google material library.
     implementation 'com.google.android.material:material:1.2.1'
 
-    // Only compile Firebase ads for the free flavor.
-    freeImplementation 'com.google.firebase:firebase-ads:19.6.0'
+    // Only compile AdMob ads for the free flavor.
+    freeImplementation 'com.google.android.gms:play-services-ads:19.6.0'
 }
\ No newline at end of file