X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=83101052764ce070f9d8f9dbcfb1dc245f6f0598;hb=2250acd83180a9dcf1fbee80025a9d6aadbee510;hp=436e4e1f63e6eeebeb525b76d08fa56ea9b0b84d;hpb=c44cc1c5af504b415b86654d7d03a3e78a5adf1b;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 436e4e1f..83101052 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 36 - versionName "2.13" + versionCode 38 + versionName "2.15" } 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