X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=fe01dec606e9037ab2861b07860cd28202ab63fc;hp=f1890a3628357e9b2fa5aeddde43b899c2b5eaef;hb=b82022327701273b1b56419e8d6042895c0bc7b9;hpb=6bc00e202749ba0cb337be462825002ba74be8fc diff --git a/app/build.gradle b/app/build.gradle index f1890a36..fe01dec6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,13 +79,13 @@ dependencies { // Include the following AndroidX libraries. implementation 'androidx.arch.core:core-common:2.1.0' implementation 'androidx.arch.core:core-runtime:2.1.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - implementation "androidx.core:core-ktx:1.2.0" - implementation 'androidx.drawerlayout:drawerlayout:1.0.0' + implementation "androidx.core:core-ktx:1.3.1" + implementation 'androidx.drawerlayout:drawerlayout:1.1.0' implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' implementation 'androidx.webkit:webkit:1.2.0' @@ -93,8 +93,8 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72" // Include the Google material library. - implementation 'com.google.android.material:material:1.1.0' + implementation 'com.google.android.material:material:1.2.0' // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:19.1.0' + freeImplementation 'com.google.firebase:firebase-ads:19.3.0' } \ No newline at end of file