]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Don't highlight URL while typing. https://redmine.stoutner.com/issues/377
[PrivacyBrowserAndroid.git] / app / build.gradle
index 436e4e1f63e6eeebeb525b76d08fa56ea9b0b84d..5c0e7dac74beee2ebe544d331c030127070d70d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2016-2019 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
@@ -26,8 +26,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 28
-        versionCode 36
-        versionName "2.13"
+        versionCode 40
+        versionName "2.16"
     }
 
     buildTypes {
@@ -74,8 +74,5 @@ dependencies {
     implementation 'com.android.support:design:28.0.0'
 
     // Only compile Firebase ads for the free flavor.
-    freeImplementation 'com.google.firebase:firebase-ads:17.0.0'
-
-    // Only compile the consent library for the free flavor.  It is used to comply with the GDPR in Europe.
-    freeImplementation 'com.google.android.ads.consent:consent-library:1.0.6'
+    freeImplementation 'com.google.firebase:firebase-ads:17.1.3'
 }
\ No newline at end of file