]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Remove the free flavor. https://redmine.stoutner.com/issues/786
[PrivacyBrowserAndroid.git] / app / build.gradle
index 2d893f9eeb2c0f61de1a622edde66d58e3cbe427..e314f99de9f7ad8cf2c4874eb079f18e77a6b6eb 100644 (file)
@@ -57,8 +57,8 @@ android {
             dimension "basic"
         }
 
-        free {
-            applicationId "com.stoutner.privacybrowser.free"
+        alt {
+            applicationId "com.stoutner.privacybrowser.alt"
             dimension "basic"
         }
     }
@@ -83,7 +83,4 @@ dependencies {
 
     // Include the Google material library.
     implementation 'com.google.android.material:material:1.4.0'
-
-    // Only compile AdMob ads for the free flavor.
-    freeImplementation 'com.google.android.gms:play-services-ads:20.5.0'
 }
\ No newline at end of file