X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=42709506f6756ab81fa5dc740cae58ae30430c36;hb=8070754366bc54c63cdf7edf166f8350e670436a;hp=88ecb083c9af19bf35a53eb71f219c5494da409c;hpb=64fe50abeacf25f6fde5d3b3de11801f1618987b;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 88ecb083..42709506 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 35 - versionName "2.12" + versionCode 37 + versionName "2.14" } 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.2' } \ No newline at end of file