X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=ac49448881b0d48b548f74563ca33d999d1ccb8b;hp=0eef481c74e29e86f60985269a0251d07638e276;hb=57020e5c7cad1eec43c3627f136be1640d07d4aa;hpb=29e6b7b467e6987d6aa42429b03e3b5498acbae3 diff --git a/app/build.gradle b/app/build.gradle index 0eef481c..ac494488 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,14 +20,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 - buildToolsVersion '27.0.3' + compileSdkVersion 28 + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 19 - targetSdkVersion 27 - versionCode 33 - versionName "2.10" + targetSdkVersion 28 + versionCode 37 + versionName "2.14" } buildTypes { @@ -71,11 +71,11 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:design:27.0.2' + implementation 'com.android.support:design:28.0.0' // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:15.0.1' + freeImplementation 'com.google.firebase:firebase-ads:17.1.2' // 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