X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=6b78da9eef5efd3d0db81799756d9d3aa909354d;hp=a7d278bb1ab6ab7f6fa4787cc981416ae3d79e6d;hb=01d647c09b892384e0b42e86b000b5cb858f7a2b;hpb=ca7516a7edb9e06d0f9fe9186513986cd82be716 diff --git a/app/build.gradle b/app/build.gradle index a7d278bb..6b78da9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,11 +72,12 @@ dependencies { implementation 'androidx.arch.core:core-runtime:2.1.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0' + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.drawerlayout:drawerlayout:1.0.0' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' implementation 'androidx.viewpager:viewpager:1.0.0' + implementation 'androidx.webkit:webkit:1.1.0' // Include the Google material library. implementation 'com.google.android.material:material:1.0.0'