]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Clear the logcat after every page loads in Incognito Mode. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 8e47ef3b4f07957540e3e0030956de6a75027440..595aab29e6eafb276c9f564e67813c38b5bf7889 100644 (file)
@@ -82,7 +82,7 @@ dependencies {
     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.1"
+    implementation "androidx.core:core-ktx:1.3.2"
     implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
     implementation 'androidx.preference:preference:1.1.1'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
@@ -96,5 +96,5 @@ dependencies {
     implementation 'com.google.android.material:material:1.2.1'
 
     // Only compile Firebase ads for the free flavor.
-    freeImplementation 'com.google.firebase:firebase-ads:19.3.0'
+    freeImplementation 'com.google.firebase:firebase-ads:19.4.0'
 }
\ No newline at end of file