]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Fix a race condition that sometimes causes the current tab to not be the active tab...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 0431a442bd196b7ac481c708ee116ef80e2163d3..a22224b00844f812ef4ee799708a914ce15b0562 100644 (file)
@@ -67,9 +67,9 @@ android {
 dependencies {
     // Include the following AndroidX libraries.
     implementation "androidx.activity:activity-ktx:1.7.0-alpha04"
-    implementation 'androidx.arch.core:core-common:2.1.0'
-    implementation 'androidx.arch.core:core-runtime:2.1.0'
-    implementation 'androidx.appcompat:appcompat:1.6.0'
+    implementation 'androidx.arch.core:core-common:2.2.0'
+    implementation 'androidx.arch.core:core-runtime:2.2.0'
+    implementation 'androidx.appcompat:appcompat:1.6.1'
     implementation 'androidx.cardview:cardview:1.0.0'
     implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
     implementation 'androidx.core:core-ktx:1.9.0'