X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=a98b368d1945966d247b954d38bb498494157074;hp=0eef481c74e29e86f60985269a0251d07638e276;hb=eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54;hpb=29e6b7b467e6987d6aa42429b03e3b5498acbae3 diff --git a/app/build.gradle b/app/build.gradle index 0eef481c..a98b368d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 27 - versionCode 33 - versionName "2.10" + versionCode 35 + versionName "2.12" } buildTypes { @@ -77,5 +77,5 @@ dependencies { freeImplementation 'com.google.firebase:firebase-ads:15.0.1' // 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.0' + freeImplementation 'com.google.android.ads.consent:consent-library:1.0.6' } \ No newline at end of file