X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=a98b368d1945966d247b954d38bb498494157074;hp=f9d18aa9115ad0f1487757f9c962a059b8f15404;hb=eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54;hpb=d206502603e904c817b3add2482bfbc66692167d diff --git a/app/build.gradle b/app/build.gradle index f9d18aa9..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.4' + freeImplementation 'com.google.android.ads.consent:consent-library:1.0.6' } \ No newline at end of file