X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=714cd7109cd4d96263539afedb6874d49160e115;hp=5c0e7dac74beee2ebe544d331c030127070d70d7;hb=ba40295dffd761ccdc95d3b46ca7acbad1f00d5e;hpb=33bd447a83bd3d763ee26bbb3a3f4adb074776ed diff --git a/app/build.gradle b/app/build.gradle index 5c0e7dac..714cd710 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,19 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:design:28.0.0' + + // Include the following AndroidX libraries. + implementation 'androidx.arch.core:core-common:2.0.0' + implementation 'androidx.arch.core:core-runtime:2.0.0' + 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 Firebase ads for the free flavor. freeImplementation 'com.google.firebase:firebase-ads:17.1.3'