X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=ec728bb4bf3eb133d805c1217919af0c691d37c6;hp=88ecb083c9af19bf35a53eb71f219c5494da409c;hb=2a28c6401f60afa40ca93b18fc0b9a0ab196ff88;hpb=64fe50abeacf25f6fde5d3b3de11801f1618987b diff --git a/app/build.gradle b/app/build.gradle index 88ecb083..ec728bb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2016-2018 Soren Stoutner . + * Copyright © 2016-2019 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 35 - versionName "2.12" + versionCode 45 + versionName "3.1" } buildTypes { @@ -71,11 +71,20 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - 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' + // Include the following AndroidX libraries. + implementation 'androidx.arch.core:core-common:2.0.1' + implementation 'androidx.arch.core:core-runtime:2.0.1' + implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.cardview:cardview:1.0.0' + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0' + implementation 'androidx.drawerlayout:drawerlayout:1.0.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.viewpager:viewpager:1.0.0' + + // Include the Google material library. + implementation 'com.google.android.material:material:1.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' + // Only compile Firebase ads for the free flavor. + freeImplementation 'com.google.firebase:firebase-ads:17.2.1' } \ No newline at end of file