X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=fe01dec606e9037ab2861b07860cd28202ab63fc;hp=91d353a7b6230c0904b5fb358bd39cba528ec7a4;hb=b82022327701273b1b56419e8d6042895c0bc7b9;hpb=0488649384ddea89d768c1fc1cc5fb71f8af6528 diff --git a/app/build.gradle b/app/build.gradle index 91d353a7..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.3.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