resolve merge conflicts of d58878b7fa0ff451793bca77dca2b61fce95bd28 to rvc-d1-dev

Test: I solemnly swear I tested this conflict resolution.
Bug: None
Change-Id: I2e774d7c8e5f8da6940854cbf1561d7bd698ee3c
diff --git a/current/androidx/Android.bp b/current/androidx/Android.bp
index 882e075..36a628a 100644
--- a/current/androidx/Android.bp
+++ b/current/androidx/Android.bp
@@ -125,6 +125,9 @@
         "androidx.fragment_fragment",
         "androidx.appcompat_appcompat-resources",
         "androidx.drawerlayout_drawerlayout",
+        "androidx.lifecycle_lifecycle-runtime",
+        "androidx.lifecycle_lifecycle-viewmodel",
+        "androidx.savedstate_savedstate",
     ],
 }
 
@@ -142,6 +145,9 @@
         "androidx.fragment_fragment",
         "androidx.appcompat_appcompat-resources",
         "androidx.drawerlayout_drawerlayout",
+        "androidx.lifecycle_lifecycle-runtime",
+        "androidx.lifecycle_lifecycle-viewmodel",
+        "androidx.savedstate_savedstate",
     ],
     java_version: "1.7",
 }
@@ -239,6 +245,7 @@
     min_sdk_version: "14",
     static_libs: [
         "androidx.annotation_annotation",
+        "androidx.activity_activity",
         "androidx.appcompat_appcompat",
         "androidx.core_core",
         "androidx.fragment_fragment",
@@ -254,6 +261,7 @@
     static_libs: [
         "androidx.biometric_biometric-nodeps",
         "androidx.annotation_annotation",
+        "androidx.activity_activity",
         "androidx.appcompat_appcompat",
         "androidx.core_core",
         "androidx.fragment_fragment",
@@ -1487,7 +1495,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-common-ktx-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1515,7 +1523,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-common-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1541,7 +1549,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-fragment-ktx-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1571,7 +1579,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-fragment-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1595,7 +1603,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-runtime-ktx-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1625,7 +1633,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-runtime-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1655,7 +1663,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-ui-ktx-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
@@ -1681,7 +1689,7 @@
 
 android_library_import {
     name: "androidx.navigation_navigation-ui-nodeps",
-    aars: ["m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar"],
     sdk_version: "current",
     min_sdk_version: "14",
     static_libs: [
diff --git a/current/androidx/JavaPlugins.bp b/current/androidx/JavaPlugins.bp
index 38b963c..c045722 100644
--- a/current/androidx/JavaPlugins.bp
+++ b/current/androidx/JavaPlugins.bp
@@ -17,6 +17,7 @@
     name: "androidx.room_room-compiler-plugin",
     static_libs: [
         "androidx.room_room-compiler",
+        "kotlin-reflect"
     ],
     processor_class: "androidx.room.RoomProcessor",
     generates_api: true,
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar
index 3631184..c4cb4e6 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.md5
index 82012f8..e1e27f4 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.md5
@@ -1 +1 @@
-132dbb391c8887483c74fcd27e149c4c
\ No newline at end of file
+12b0ab9b40ad9e655fbe6249f1bcb65e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha1
index 073ffe8..4772eca 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha1
@@ -1 +1 @@
-6e8161a8c3ddd7a4f30d819af2c4df8a4c22d0ad
\ No newline at end of file
+85c2a265566993839f526f65d9cd1cd28a264ba2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha256
index 3215456..b94ade9 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha256
@@ -1 +1 @@
-88a202ba1a70c06037ff661b144d5ade076c2bf938d35b4a6ebc3e40e1ed2125
\ No newline at end of file
+11a4a904a1f68f20c9515f01756fdae8efd8ba8340727f04266314a09e37bbbf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha512
index 319a6e3..f6a9b6d 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05-sources.jar.sha512
@@ -1 +1 @@
-40b5d352eaf52b7380cb13a6e28cf63188133f11eaac2d785df53b50ce4fd0d464c21004f8527781b7af9744200612de63b971afc465b57417b7242e782fef90
\ No newline at end of file
+3dd82523f2b875848087124e6417239f1947393cc303822fe85f48a4a133262b8b01afe6f7183cbe0a910c0cde830dac6d16d09a58f312656d5f5c8be99f8686
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar
index ff621c8..93c979c 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.md5
index b0488c9..706a222 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.md5
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.md5
@@ -1 +1 @@
-d7a297c4592acccda8e0d9d64d11d40a
\ No newline at end of file
+fbf5c7d12b417e38b42ec4532e1e9020
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha1
index 57fbbda..e9f2fa7 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha1
@@ -1 +1 @@
-ab62b0cc1b253f0f74e8515cfcc655f1c599cc58
\ No newline at end of file
+e1aa9378d84e1054e4f3ac9d423f27a7a98fab69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha256
index bafd886..10bc3ef 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha256
@@ -1 +1 @@
-ae26afe7ed79aa6f1dbffd7b35dc1ce4d613cdff3513351d29415a2162756183
\ No newline at end of file
+51b6cd3bbb03d96d7781ba399ef71794d3e2667977080e5453ceb2f30762f3d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha512
index 1acae80..a501a1a 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.aar.sha512
@@ -1 +1 @@
-c6b87c5fc72f6382ed7d85825ff7547bd2f3100c7ec185e034b36b0d06b797f8dc43cf9738e8f877d60c6046b982419997421a93806df858b871d824b9a38624
\ No newline at end of file
+8a2420fc80e96412d745540034ffe8c18fb289b94ba37598c87968eb31d4e697d4282ae2ae2642891c852af807cb9bd76db92b2ece58293c09b5f48e1fb3273b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module
index 715fc3b..04c09d8 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -66,11 +66,11 @@
         {
           "name": "activity-ktx-1.2.0-alpha05.aar",
           "url": "activity-ktx-1.2.0-alpha05.aar",
-          "size": 13352,
-          "sha512": "c6b87c5fc72f6382ed7d85825ff7547bd2f3100c7ec185e034b36b0d06b797f8dc43cf9738e8f877d60c6046b982419997421a93806df858b871d824b9a38624",
-          "sha256": "ae26afe7ed79aa6f1dbffd7b35dc1ce4d613cdff3513351d29415a2162756183",
-          "sha1": "ab62b0cc1b253f0f74e8515cfcc655f1c599cc58",
-          "md5": "d7a297c4592acccda8e0d9d64d11d40a"
+          "size": 13181,
+          "sha512": "8a2420fc80e96412d745540034ffe8c18fb289b94ba37598c87968eb31d4e697d4282ae2ae2642891c852af807cb9bd76db92b2ece58293c09b5f48e1fb3273b",
+          "sha256": "51b6cd3bbb03d96d7781ba399ef71794d3e2667977080e5453ceb2f30762f3d6",
+          "sha1": "e1aa9378d84e1054e4f3ac9d423f27a7a98fab69",
+          "md5": "fbf5c7d12b417e38b42ec4532e1e9020"
         }
       ]
     },
@@ -125,11 +125,11 @@
         {
           "name": "activity-ktx-1.2.0-alpha05.aar",
           "url": "activity-ktx-1.2.0-alpha05.aar",
-          "size": 13352,
-          "sha512": "c6b87c5fc72f6382ed7d85825ff7547bd2f3100c7ec185e034b36b0d06b797f8dc43cf9738e8f877d60c6046b982419997421a93806df858b871d824b9a38624",
-          "sha256": "ae26afe7ed79aa6f1dbffd7b35dc1ce4d613cdff3513351d29415a2162756183",
-          "sha1": "ab62b0cc1b253f0f74e8515cfcc655f1c599cc58",
-          "md5": "d7a297c4592acccda8e0d9d64d11d40a"
+          "size": 13181,
+          "sha512": "8a2420fc80e96412d745540034ffe8c18fb289b94ba37598c87968eb31d4e697d4282ae2ae2642891c852af807cb9bd76db92b2ece58293c09b5f48e1fb3273b",
+          "sha256": "51b6cd3bbb03d96d7781ba399ef71794d3e2667977080e5453ceb2f30762f3d6",
+          "sha1": "e1aa9378d84e1054e4f3ac9d423f27a7a98fab69",
+          "md5": "fbf5c7d12b417e38b42ec4532e1e9020"
         }
       ]
     },
@@ -145,11 +145,11 @@
         {
           "name": "activity-ktx-1.2.0-alpha05-sources.jar",
           "url": "activity-ktx-1.2.0-alpha05-sources.jar",
-          "size": 3921,
-          "sha512": "40b5d352eaf52b7380cb13a6e28cf63188133f11eaac2d785df53b50ce4fd0d464c21004f8527781b7af9744200612de63b971afc465b57417b7242e782fef90",
-          "sha256": "88a202ba1a70c06037ff661b144d5ade076c2bf938d35b4a6ebc3e40e1ed2125",
-          "sha1": "6e8161a8c3ddd7a4f30d819af2c4df8a4c22d0ad",
-          "md5": "132dbb391c8887483c74fcd27e149c4c"
+          "size": 4024,
+          "sha512": "3dd82523f2b875848087124e6417239f1947393cc303822fe85f48a4a133262b8b01afe6f7183cbe0a910c0cde830dac6d16d09a58f312656d5f5c8be99f8686",
+          "sha256": "11a4a904a1f68f20c9515f01756fdae8efd8ba8340727f04266314a09e37bbbf",
+          "sha1": "85c2a265566993839f526f65d9cd1cd28a264ba2",
+          "md5": "12b0ab9b40ad9e655fbe6249f1bcb65e"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.md5
index d596d5d..55a9241 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.md5
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.md5
@@ -1 +1 @@
-d4e476722069a8ced6f70aefd6229dc1
\ No newline at end of file
+b14cb128a8121e06848b6e291ed2e4c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha1
index 82ad0bd..dbfd974 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha1
@@ -1 +1 @@
-066b0264b6a81cc957857f0083c112f96318c1ce
\ No newline at end of file
+1060bfbbb36c69641d81444b999e2a18fcdff2d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha256
index 54bd437..b4f55b1 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha256
@@ -1 +1 @@
-43b8606b5bfad219c87058322635fc6571a78cef6abfb6c76ae5f9ab0aa710b2
\ No newline at end of file
+4fdfbaaa71c34fa25eedfdbfce3245ef6651ff42ee72e9a73d39f71f61a9b1c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha512
index 9006cb8..61f25e8 100644
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha05/activity-ktx-1.2.0-alpha05.module.sha512
@@ -1 +1 @@
-897549efa289f4f369e2d4ab6bc4a02d21795cedb585557633d48fa244f0c33cdcce3fe7faae5a404eaa69cfde6c0b8bb780b05d376549f52d019d6db09b1406
\ No newline at end of file
+86fcb1f686be33744002dcc072468d9b192c5efd555eed8889823a7bd4ec9caedc622b1840cce1d7620df52df995337fd8b8983eba3ac87f54355f70775d29ce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar
index 588e465..470f9be 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.md5
index ed657f9..510d3d3 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.md5
@@ -1 +1 @@
-a410378562fafa8dcbc26206d3d83d95
\ No newline at end of file
+e2270669d0464d96a2da8192d307a217
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha1
index 4dcc9f8..49c8e7e 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha1
@@ -1 +1 @@
-8ddc39af3b854549660fa6a65d15ef6cdb9c7303
\ No newline at end of file
+bbf4960d285675ee77ee960d3be81a462a1cec0b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha256
index c30fab2..fd34774 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha256
@@ -1 +1 @@
-ab27aa2d307b7f64d6937c40c0341b44cc1fe87fb1baa404e5581baba6a5b183
\ No newline at end of file
+ccd7c213b2dca7de67cad2911732088bf56c1b00650659ca9d7875680419bc9c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha512
index 66aa685..f6ce441 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05-sources.jar.sha512
@@ -1 +1 @@
-aeb1f965faa1c5033184cbddf053954a5ea659b739744e3f88a9d6460e07c5fe06d3ad1843b9da87cf4e7333080646d4320a4658810cfa0097ff4ab95350a408
\ No newline at end of file
+b7bcf512177dd2f38374c47cecd948eb9b2cfb7ad3184ac162fbb1eb326df52de9962756d7eb25b0da0b3710ce9cec35546687f6be0d39362907896153c0230d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar
index f0fa89a..dd9e139 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.md5
index 0d6e73c..ae19253 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.md5
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.md5
@@ -1 +1 @@
-e93e0e15c14e10ca991e54c2d341f111
\ No newline at end of file
+255e990331a81f649230109bb22b98a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha1
index 39d6891..9ca6b52 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha1
@@ -1 +1 @@
-e6d990e9ddc1b504b8d957e0b74a589fec618951
\ No newline at end of file
+67364c0217f328d31a40bd06abfb30d632470d30
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha256
index 273378b..6e52574 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha256
@@ -1 +1 @@
-48f9fa6f1eda9989eaace4c46c9eaa331c67b058a52083c417182fdd2ba1a0cb
\ No newline at end of file
+52898174eafb1a39abf082ed23008865e05efb65ab91fb2953422b7ca6483cd9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha512
index 0f848d3..b009e0f 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.aar.sha512
@@ -1 +1 @@
-0926ea095055c788851123ef5bc348a1a4f7486103b93389658d5a88041cfc295ccbf2c5f098b85d7ab54f4e3f00e1c0f4daf8e8e18b364c1d032f576457717f
\ No newline at end of file
+89c8620ff7168fadcdeb4fa7d43cae9c8fb4c24a0e70a59852142932d48f008e518de3582b563c2597e60dc510241e791f1321b09d418fc1655ebc9e56e5f65b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module
index 20663c0..e87101d 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -71,11 +71,11 @@
         {
           "name": "activity-1.2.0-alpha05.aar",
           "url": "activity-1.2.0-alpha05.aar",
-          "size": 49764,
-          "sha512": "0926ea095055c788851123ef5bc348a1a4f7486103b93389658d5a88041cfc295ccbf2c5f098b85d7ab54f4e3f00e1c0f4daf8e8e18b364c1d032f576457717f",
-          "sha256": "48f9fa6f1eda9989eaace4c46c9eaa331c67b058a52083c417182fdd2ba1a0cb",
-          "sha1": "e6d990e9ddc1b504b8d957e0b74a589fec618951",
-          "md5": "e93e0e15c14e10ca991e54c2d341f111"
+          "size": 52016,
+          "sha512": "89c8620ff7168fadcdeb4fa7d43cae9c8fb4c24a0e70a59852142932d48f008e518de3582b563c2597e60dc510241e791f1321b09d418fc1655ebc9e56e5f65b",
+          "sha256": "52898174eafb1a39abf082ed23008865e05efb65ab91fb2953422b7ca6483cd9",
+          "sha1": "67364c0217f328d31a40bd06abfb30d632470d30",
+          "md5": "255e990331a81f649230109bb22b98a2"
         }
       ]
     },
@@ -142,11 +142,11 @@
         {
           "name": "activity-1.2.0-alpha05.aar",
           "url": "activity-1.2.0-alpha05.aar",
-          "size": 49764,
-          "sha512": "0926ea095055c788851123ef5bc348a1a4f7486103b93389658d5a88041cfc295ccbf2c5f098b85d7ab54f4e3f00e1c0f4daf8e8e18b364c1d032f576457717f",
-          "sha256": "48f9fa6f1eda9989eaace4c46c9eaa331c67b058a52083c417182fdd2ba1a0cb",
-          "sha1": "e6d990e9ddc1b504b8d957e0b74a589fec618951",
-          "md5": "e93e0e15c14e10ca991e54c2d341f111"
+          "size": 52016,
+          "sha512": "89c8620ff7168fadcdeb4fa7d43cae9c8fb4c24a0e70a59852142932d48f008e518de3582b563c2597e60dc510241e791f1321b09d418fc1655ebc9e56e5f65b",
+          "sha256": "52898174eafb1a39abf082ed23008865e05efb65ab91fb2953422b7ca6483cd9",
+          "sha1": "67364c0217f328d31a40bd06abfb30d632470d30",
+          "md5": "255e990331a81f649230109bb22b98a2"
         }
       ]
     },
@@ -162,11 +162,11 @@
         {
           "name": "activity-1.2.0-alpha05-sources.jar",
           "url": "activity-1.2.0-alpha05-sources.jar",
-          "size": 28926,
-          "sha512": "aeb1f965faa1c5033184cbddf053954a5ea659b739744e3f88a9d6460e07c5fe06d3ad1843b9da87cf4e7333080646d4320a4658810cfa0097ff4ab95350a408",
-          "sha256": "ab27aa2d307b7f64d6937c40c0341b44cc1fe87fb1baa404e5581baba6a5b183",
-          "sha1": "8ddc39af3b854549660fa6a65d15ef6cdb9c7303",
-          "md5": "a410378562fafa8dcbc26206d3d83d95"
+          "size": 30164,
+          "sha512": "b7bcf512177dd2f38374c47cecd948eb9b2cfb7ad3184ac162fbb1eb326df52de9962756d7eb25b0da0b3710ce9cec35546687f6be0d39362907896153c0230d",
+          "sha256": "ccd7c213b2dca7de67cad2911732088bf56c1b00650659ca9d7875680419bc9c",
+          "sha1": "bbf4960d285675ee77ee960d3be81a462a1cec0b",
+          "md5": "e2270669d0464d96a2da8192d307a217"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.md5
index f66b063..b664446 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.md5
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.md5
@@ -1 +1 @@
-6a7a527049af0bc243e27f6538313c9a
\ No newline at end of file
+5ddcd660eee9e5afac7cefe394be5641
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha1
index 6ea782c..e976f1b 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha1
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha1
@@ -1 +1 @@
-3101e03cb6f877eef0f2fc229a31c355f46fc54e
\ No newline at end of file
+f32b1c95e8c43adb41873cc5b6d55730f8e1dc7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha256
index 61b73b7..748985a 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha256
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha256
@@ -1 +1 @@
-73c47352a940cbc3def3ec8ebdda1693a5724e3a1edad921bb356ba292379b07
\ No newline at end of file
+a56c640b27c58486c637f525fb7ab2fd76437fcf6de9529b8549f9ad8055ed28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha512
index a29f1f8..a96b2bf 100644
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha512
+++ b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha05/activity-1.2.0-alpha05.module.sha512
@@ -1 +1 @@
-d4ecefb52d258503afcd2a4b5fca175e6e4967e2e37a1388e6563511e491b95918bd37c5d47bef25749953a5ad056590c3a0cce44650e4289109b41412c17cea
\ No newline at end of file
+b85c558fc6f3a6d558ce68ff9be7324993bbf97b0440b748dd19e8a0a6baf085cab7180dd500fc44b469eef4c10da0eab3a4dae1fea9d14d3d2ade247a023a1c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar
index a50a056..4fb3386 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.md5
index ff3f749..e04bacf 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-988a102b6839a646971aca7df1f43d8d
\ No newline at end of file
+9e6395da7520fbc6634fbd1fa705d04b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha1
index 00230ff..56ae50d 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-b12e22329d608752e57d5cf0d420bf6163bc830d
\ No newline at end of file
+df9acce4eab41184c6ad166b55f36a753d2b5de0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha256
index eebb2fb..f9ea08a 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-305003dba54925a15c7cf419d1fdb303bbe8ea57c044de57c43013b9c285fc0e
\ No newline at end of file
+e161e7a3618067862d5d3250c52f56cd3b2a81e1d52e49dbe660aa397ae17781
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha512
index 75da763..31c50df 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-0d87048679a1d8cc2f901e1d4806ff8b0eae4e761724509a4b5c1f5391efecda558ec82e839c6fec17a494b88a87abf3f7e0453c85377c31a3d6c3ba4d98b30d
\ No newline at end of file
+1898d88319213ccbda9369ced541b62c231894b6c540572ea35ff96c53c4d2179ad4b3d092c7f85806a95dbdcef4d42c3961548f96f90bbbd66bab0ed91dd306
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar
index feeb0cf..8f43e8f 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.md5
index 0922cee..8f46d98 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.md5
@@ -1 +1 @@
-d63f3f4e1093b0a12dd5364fa8d7bf4c
\ No newline at end of file
+12a9e886204e3aef3172f7d3cf8c4db7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha1
index b618415..31d137f 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha1
@@ -1 +1 @@
-0bd0f3c4324f4fc4a25ccada72e139975c54970f
\ No newline at end of file
+cf0f760ea00702c040b3f8c9ccbe615ae26356dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha256
index 9dde46f..11c8085 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha256
@@ -1 +1 @@
-f66faf975963189234d8a309055f65c6fbc9113e25cd94a0014de50d11b04bfd
\ No newline at end of file
+d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha512
index 1933ba4..177218a 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.jar.sha512
@@ -1 +1 @@
-5f6666eb5fa5e2f59ba8208222c6097f5975393dfa24b1fb291392c80253120a5f748f1d17152957dbd2799f633c5037d8a8a18d83ad8282ea05d8c63004f5f0
\ No newline at end of file
+e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module
index a0f171b..102d382 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,11 +28,11 @@
         {
           "name": "annotation-1.2.0-alpha01.jar",
           "url": "annotation-1.2.0-alpha01.jar",
-          "size": 28591,
-          "sha512": "5f6666eb5fa5e2f59ba8208222c6097f5975393dfa24b1fb291392c80253120a5f748f1d17152957dbd2799f633c5037d8a8a18d83ad8282ea05d8c63004f5f0",
-          "sha256": "f66faf975963189234d8a309055f65c6fbc9113e25cd94a0014de50d11b04bfd",
-          "sha1": "0bd0f3c4324f4fc4a25ccada72e139975c54970f",
-          "md5": "d63f3f4e1093b0a12dd5364fa8d7bf4c"
+          "size": 29110,
+          "sha512": "e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee",
+          "sha256": "d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774",
+          "sha1": "cf0f760ea00702c040b3f8c9ccbe615ae26356dc",
+          "md5": "12a9e886204e3aef3172f7d3cf8c4db7"
         }
       ]
     },
@@ -49,11 +49,11 @@
         {
           "name": "annotation-1.2.0-alpha01.jar",
           "url": "annotation-1.2.0-alpha01.jar",
-          "size": 28591,
-          "sha512": "5f6666eb5fa5e2f59ba8208222c6097f5975393dfa24b1fb291392c80253120a5f748f1d17152957dbd2799f633c5037d8a8a18d83ad8282ea05d8c63004f5f0",
-          "sha256": "f66faf975963189234d8a309055f65c6fbc9113e25cd94a0014de50d11b04bfd",
-          "sha1": "0bd0f3c4324f4fc4a25ccada72e139975c54970f",
-          "md5": "d63f3f4e1093b0a12dd5364fa8d7bf4c"
+          "size": 29110,
+          "sha512": "e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee",
+          "sha256": "d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774",
+          "sha1": "cf0f760ea00702c040b3f8c9ccbe615ae26356dc",
+          "md5": "12a9e886204e3aef3172f7d3cf8c4db7"
         }
       ]
     },
@@ -69,11 +69,11 @@
         {
           "name": "annotation-1.2.0-alpha01-sources.jar",
           "url": "annotation-1.2.0-alpha01-sources.jar",
-          "size": 52360,
-          "sha512": "0d87048679a1d8cc2f901e1d4806ff8b0eae4e761724509a4b5c1f5391efecda558ec82e839c6fec17a494b88a87abf3f7e0453c85377c31a3d6c3ba4d98b30d",
-          "sha256": "305003dba54925a15c7cf419d1fdb303bbe8ea57c044de57c43013b9c285fc0e",
-          "sha1": "b12e22329d608752e57d5cf0d420bf6163bc830d",
-          "md5": "988a102b6839a646971aca7df1f43d8d"
+          "size": 53829,
+          "sha512": "1898d88319213ccbda9369ced541b62c231894b6c540572ea35ff96c53c4d2179ad4b3d092c7f85806a95dbdcef4d42c3961548f96f90bbbd66bab0ed91dd306",
+          "sha256": "e161e7a3618067862d5d3250c52f56cd3b2a81e1d52e49dbe660aa397ae17781",
+          "sha1": "df9acce4eab41184c6ad166b55f36a753d2b5de0",
+          "md5": "9e6395da7520fbc6634fbd1fa705d04b"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.md5
index f6d52e5..b5e7208 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-e863713ce604407581b0fd50791a8d4a
\ No newline at end of file
+bfe8d50c6456786f3559f1c5eecd90d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha1
index 674002b..a6eae0c 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-088fc7f023e5b1ee7d1ac189794de9b3e25ecc7e
\ No newline at end of file
+e2348b2aee62471ee626fd2dcdf85a619c70d12f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha256
index 64dabda..a1a2f39 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-74ec06cf1bf6c7b87cd7f8603beac7313f409252f3e6506cac9cbb291d5ad0d7
\ No newline at end of file
+88ee41233eff06c0a01ae862b4655302efd27a0ce35e56d186757a067fff8650
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha512
index 55dedc2..28113e6 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha01/annotation-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-1d8e900e706ffd864307693f56557cb45730d5ef99b320b49624b1c6c67c7dd0a7b8883e363114599f3ca54dec14f748381ff9478bf42c9c023c47b2c610de4c
\ No newline at end of file
+485109bc1ab73d46c3eff311aefa5bda0963827efaefb43e4138d85bee3fa5647fa85690a8b41a2d1148ebc3e897f098333631ffea5ab7c7d55fdd647ca96773
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar
index f44a5b6..789dc17 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.md5
index ac32df9..c54a585 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-7a540b13d4840dcf15507b72d1fcf8ec
\ No newline at end of file
+612de0dd3501e30ac7ffe933798c79dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha1
index d0f45da..cb939ac 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-9c8b428f65a329eeff4f6abe14a44931b12ef3f2
\ No newline at end of file
+753bf8db5ab438d212454cb61349dec8c52d6f8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha256
index 07793a5..fdca876 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-2deb19e61f184904d1880f67a355da562516b5e5251dc55156eab94039244f09
\ No newline at end of file
+8852607df3bc5911df0ee4a893e0cbc9d2d50c1e954e5c1ac95d03580b0594c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha512
index 1050997..06840e9 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-b0a1b115ed35c16594ca33ae98cec6e43f025c3b9819de534edadf282e8b750dfffd7105d69935617f5fffa38372859a74ffa79e4c9cd7545c34a2b95f936e71
\ No newline at end of file
+7f3fdfbc1b26f055994519d2acf0752a74340b2c0561c06f186c6748dc81701fd7b90898f3397f76c5502719f70da1801396d4e43bd5885efdbb3a3fca121d41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar
index c387fa9..a87d4f6 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.md5
index 9febf20..dd59c88 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.md5
@@ -1 +1 @@
-c28430b99f27bea553e2973778f26299
\ No newline at end of file
+a33a66ae278c0209b8bf0116b7ee0eca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha1
index 503c666..f4f459f 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha1
@@ -1 +1 @@
-42b7d7579311dd25d011b54733342d8d3b055892
\ No newline at end of file
+05f727ab78bcac5eb1fb14dd8221ce1e391b26f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha256
index 4519aab..78c63d2 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha256
@@ -1 +1 @@
-e7133f2b5d360b563b20fd9d4fe0e851558050df5796436d8a419776406a4f27
\ No newline at end of file
+57240dfec57852dd50bee1528a6f4e6dd7b0b6b8a8abfbb86e0da89fcc8794d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha512
index 26d74a6..540a3a3 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha512
@@ -1 +1 @@
-b3d18a805fb2f195a658ac2af438c713b046992fade646cf95ae5a344f36ebdfe0f4847da1ccadaa7692e940eb05b14da653b1d9bb9f1ae360dbf92f5a342a18
\ No newline at end of file
+e1c062636417ff342cbd5f6dbb0e0e1713348bf23f7a78e75f796d70f5259131e37f1a3fa7247ac0b3b1dcf6839261b225406c2f1c60e1583ebc24d22477b1fc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module
index f333e32..ccff924 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -57,11 +57,11 @@
         {
           "name": "appcompat-resources-1.3.0-alpha01.aar",
           "url": "appcompat-resources-1.3.0-alpha01.aar",
-          "size": 62839,
-          "sha512": "b3d18a805fb2f195a658ac2af438c713b046992fade646cf95ae5a344f36ebdfe0f4847da1ccadaa7692e940eb05b14da653b1d9bb9f1ae360dbf92f5a342a18",
-          "sha256": "e7133f2b5d360b563b20fd9d4fe0e851558050df5796436d8a419776406a4f27",
-          "sha1": "42b7d7579311dd25d011b54733342d8d3b055892",
-          "md5": "c28430b99f27bea553e2973778f26299"
+          "size": 64159,
+          "sha512": "e1c062636417ff342cbd5f6dbb0e0e1713348bf23f7a78e75f796d70f5259131e37f1a3fa7247ac0b3b1dcf6839261b225406c2f1c60e1583ebc24d22477b1fc",
+          "sha256": "57240dfec57852dd50bee1528a6f4e6dd7b0b6b8a8abfbb86e0da89fcc8794d5",
+          "sha1": "05f727ab78bcac5eb1fb14dd8221ce1e391b26f2",
+          "md5": "a33a66ae278c0209b8bf0116b7ee0eca"
         }
       ]
     },
@@ -114,11 +114,11 @@
         {
           "name": "appcompat-resources-1.3.0-alpha01.aar",
           "url": "appcompat-resources-1.3.0-alpha01.aar",
-          "size": 62839,
-          "sha512": "b3d18a805fb2f195a658ac2af438c713b046992fade646cf95ae5a344f36ebdfe0f4847da1ccadaa7692e940eb05b14da653b1d9bb9f1ae360dbf92f5a342a18",
-          "sha256": "e7133f2b5d360b563b20fd9d4fe0e851558050df5796436d8a419776406a4f27",
-          "sha1": "42b7d7579311dd25d011b54733342d8d3b055892",
-          "md5": "c28430b99f27bea553e2973778f26299"
+          "size": 64159,
+          "sha512": "e1c062636417ff342cbd5f6dbb0e0e1713348bf23f7a78e75f796d70f5259131e37f1a3fa7247ac0b3b1dcf6839261b225406c2f1c60e1583ebc24d22477b1fc",
+          "sha256": "57240dfec57852dd50bee1528a6f4e6dd7b0b6b8a8abfbb86e0da89fcc8794d5",
+          "sha1": "05f727ab78bcac5eb1fb14dd8221ce1e391b26f2",
+          "md5": "a33a66ae278c0209b8bf0116b7ee0eca"
         }
       ]
     },
@@ -134,11 +134,11 @@
         {
           "name": "appcompat-resources-1.3.0-alpha01-sources.jar",
           "url": "appcompat-resources-1.3.0-alpha01-sources.jar",
-          "size": 39369,
-          "sha512": "b0a1b115ed35c16594ca33ae98cec6e43f025c3b9819de534edadf282e8b750dfffd7105d69935617f5fffa38372859a74ffa79e4c9cd7545c34a2b95f936e71",
-          "sha256": "2deb19e61f184904d1880f67a355da562516b5e5251dc55156eab94039244f09",
-          "sha1": "9c8b428f65a329eeff4f6abe14a44931b12ef3f2",
-          "md5": "7a540b13d4840dcf15507b72d1fcf8ec"
+          "size": 39545,
+          "sha512": "7f3fdfbc1b26f055994519d2acf0752a74340b2c0561c06f186c6748dc81701fd7b90898f3397f76c5502719f70da1801396d4e43bd5885efdbb3a3fca121d41",
+          "sha256": "8852607df3bc5911df0ee4a893e0cbc9d2d50c1e954e5c1ac95d03580b0594c9",
+          "sha1": "753bf8db5ab438d212454cb61349dec8c52d6f8a",
+          "md5": "612de0dd3501e30ac7ffe933798c79dd"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.md5
index 1a64d89..616ea81 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.md5
@@ -1 +1 @@
-0014c903719f36486dccdf0e18c76059
\ No newline at end of file
+c4d353acdef87fa4798bb57df8d9ef5d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha1
index ec36480..ec91aaf 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha1
@@ -1 +1 @@
-7f4e2690f123f9ac7e43a1478fc2af66dd72a9d3
\ No newline at end of file
+ea518bbdc80437489f1255d1d009a44d56576c31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha256
index b3cc96f..f5e935d 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha256
@@ -1 +1 @@
-6b4cef08fcde24c5284b9168e351458c41b29bac95cf69072c0728acc5c8ce40
\ No newline at end of file
+4f46a5bcf57d976d118b6b727bfedda3a6fb6ec5e5b29532f617b9d21112ac98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha512
index 633fe1b..6226ef3 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha512
@@ -1 +1 @@
-d71813f49569fc7fa2102a30bc13dcb62235a91311ed50af495d347b81a984ccc98dd1e6bdd873b5cd5671be8bd647e53c982ab69b5281fd156dd98c328c5638
\ No newline at end of file
+7dd9ec1ae9fc2342d71dce179367ff3b1508f84ea2605414ffeb74093c9585677d5eae0385e07639fb9381468ac2614dd95ad942874e0a9ecedd14f7ee78e2c0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar
index 17d129e..3b07ccf 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.md5
index 49320f8..034d034 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-6af7bd237ec4534d26a8212ebb0d3bba
\ No newline at end of file
+f7c407a967316f513bf313ee807f1a63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha1
index ae5755b..4d0c304 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-cc591180add7dd831cd0e001ce75ea4b5416d524
\ No newline at end of file
+69e9f5aa554058edf7974b1b7817178bec0a1996
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha256
index b4a8d4c..005ee7f 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-9ab7ccfe94dbfd4060eafd5b6b3a06dcdd535328e83857927c398db8d6dfd239
\ No newline at end of file
+8b52d960a04d8fc9c524f0d4778308094ca9864c317a242fe054a6102f697d66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha512
index 28ebee1..9b32b94 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-d8382536d9ad9b198d560aa6955f1cb7f0aeed91bff6b8b646d2664aa8f076ff2cc2246d36253648054bc35dfdd3a990e11b55035a1050559c23c5308715317a
\ No newline at end of file
+ad88464aa487ea258ff20488aebec87d42ebd192ce1cf605e31de98c244a7bd59776fea4da3cdd3639483f04bde5e64750d775dc05767b2638323c2caab31c50
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar
index 800e5a7..bbc5a35 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.md5
index 05e3b38..318a268 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.md5
@@ -1 +1 @@
-833ad4ae80a913b9ce77eb46f271e7e0
\ No newline at end of file
+a71849366a69e0e3dfbd699e09915b21
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha1
index 6d41193..736dd1e 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha1
@@ -1 +1 @@
-48e1b348ce69ac41f00bb1ce69e2258d5646dcd4
\ No newline at end of file
+92f2be54555b066d55eba2ad0a3dc62826eda625
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha256
index bce25ab..6c9523f 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha256
@@ -1 +1 @@
-4ab8b385d0c5a9afe6fff8125ff3e57f632da1e00abf3a908e1b253396fdec37
\ No newline at end of file
+97ecf2b099f367a1f063cfbdf635b0a29176dc8da559631c370608e67b4546cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha512
index fee0b3c..2232d67 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha512
@@ -1 +1 @@
-49ac1fa77dee9159c7ac6d00644836bc31dea652e0f2004cc4ed56932849b5d86c7935016ce2a848f09624ebcb71673e3b1415b650a974357a4ba7a4b77cb3bf
\ No newline at end of file
+5c9f610db511774434a6511d671251144e5e936f2b16dcdb95e7d9102313f271c5200d65a84d692e72d4896a259796c26988a304d15eee1356321492ac4fcd6b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module
index 77237f5..53667b9 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -71,11 +71,11 @@
         {
           "name": "appcompat-1.3.0-alpha01.aar",
           "url": "appcompat-1.3.0-alpha01.aar",
-          "size": 1109915,
-          "sha512": "49ac1fa77dee9159c7ac6d00644836bc31dea652e0f2004cc4ed56932849b5d86c7935016ce2a848f09624ebcb71673e3b1415b650a974357a4ba7a4b77cb3bf",
-          "sha256": "4ab8b385d0c5a9afe6fff8125ff3e57f632da1e00abf3a908e1b253396fdec37",
-          "sha1": "48e1b348ce69ac41f00bb1ce69e2258d5646dcd4",
-          "md5": "833ad4ae80a913b9ce77eb46f271e7e0"
+          "size": 1118287,
+          "sha512": "5c9f610db511774434a6511d671251144e5e936f2b16dcdb95e7d9102313f271c5200d65a84d692e72d4896a259796c26988a304d15eee1356321492ac4fcd6b",
+          "sha256": "97ecf2b099f367a1f063cfbdf635b0a29176dc8da559631c370608e67b4546cd",
+          "sha1": "92f2be54555b066d55eba2ad0a3dc62826eda625",
+          "md5": "a71849366a69e0e3dfbd699e09915b21"
         }
       ]
     },
@@ -136,17 +136,38 @@
           "version": {
             "requires": "1.0.0"
           }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.3.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0-alpha01"
+          }
         }
       ],
       "files": [
         {
           "name": "appcompat-1.3.0-alpha01.aar",
           "url": "appcompat-1.3.0-alpha01.aar",
-          "size": 1109915,
-          "sha512": "49ac1fa77dee9159c7ac6d00644836bc31dea652e0f2004cc4ed56932849b5d86c7935016ce2a848f09624ebcb71673e3b1415b650a974357a4ba7a4b77cb3bf",
-          "sha256": "4ab8b385d0c5a9afe6fff8125ff3e57f632da1e00abf3a908e1b253396fdec37",
-          "sha1": "48e1b348ce69ac41f00bb1ce69e2258d5646dcd4",
-          "md5": "833ad4ae80a913b9ce77eb46f271e7e0"
+          "size": 1118287,
+          "sha512": "5c9f610db511774434a6511d671251144e5e936f2b16dcdb95e7d9102313f271c5200d65a84d692e72d4896a259796c26988a304d15eee1356321492ac4fcd6b",
+          "sha256": "97ecf2b099f367a1f063cfbdf635b0a29176dc8da559631c370608e67b4546cd",
+          "sha1": "92f2be54555b066d55eba2ad0a3dc62826eda625",
+          "md5": "a71849366a69e0e3dfbd699e09915b21"
         }
       ]
     },
@@ -162,11 +183,11 @@
         {
           "name": "appcompat-1.3.0-alpha01-sources.jar",
           "url": "appcompat-1.3.0-alpha01-sources.jar",
-          "size": 453859,
-          "sha512": "d8382536d9ad9b198d560aa6955f1cb7f0aeed91bff6b8b646d2664aa8f076ff2cc2246d36253648054bc35dfdd3a990e11b55035a1050559c23c5308715317a",
-          "sha256": "9ab7ccfe94dbfd4060eafd5b6b3a06dcdd535328e83857927c398db8d6dfd239",
-          "sha1": "cc591180add7dd831cd0e001ce75ea4b5416d524",
-          "md5": "6af7bd237ec4534d26a8212ebb0d3bba"
+          "size": 455237,
+          "sha512": "ad88464aa487ea258ff20488aebec87d42ebd192ce1cf605e31de98c244a7bd59776fea4da3cdd3639483f04bde5e64750d775dc05767b2638323c2caab31c50",
+          "sha256": "8b52d960a04d8fc9c524f0d4778308094ca9864c317a242fe054a6102f697d66",
+          "sha1": "69e9f5aa554058edf7974b1b7817178bec0a1996",
+          "md5": "f7c407a967316f513bf313ee807f1a63"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.md5
index f618651..6c4e62f 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.md5
@@ -1 +1 @@
-ba29b9a29a9ee6d51f268631d3895245
\ No newline at end of file
+9059998a3a9a338260d6374b6354a406
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha1
index 79e53b5..7a07ee5 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha1
@@ -1 +1 @@
-c4a860fabd3b0bf6ccb8846f3f777b7b4c864ee6
\ No newline at end of file
+a8527d1842bb8d3d5588c46ea8be8a05244d6dac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha256
index ccbdb3a..09b3e47 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha256
@@ -1 +1 @@
-4025dcf97abce5bf1c764cc127de4a935ecf9414a057737808b0f57f2ae68683
\ No newline at end of file
+9b8083fa137171b706c17d4cc9518f109b6ede63ec99bd94158f8f2c784c641a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha512
index 8b5ab25..2032b68 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha512
@@ -1 +1 @@
-346a89b3a91e71ed0f6690bd0633ad14b88732f415f4ab8594a4fa3b8883de21bb92e8088d8bd6f5f1461d530e3211ba30ba11ba8015dacecaa5ae6c4a696349
\ No newline at end of file
+0adce496122ec5d798a0db4ccc4f9c7aa8032cb335302165129ae1b8c896033d6c3686fab64a29b3fd93fa1724d7bdb82cd1965f2769883400ca91a5fb591c3c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom
index bccab07..9da744b 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom
@@ -78,5 +78,26 @@
       <version>1.0.0</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.3.0-alpha03</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.3.0-alpha03</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>1.1.0-alpha01</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
   </dependencies>
 </project>
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.md5
index 956b7ff..294e505 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.md5
@@ -1 +1 @@
-fa075d25a6d39d8779ef36b87cf2781b
\ No newline at end of file
+d787a2734a8a344e6fe9f9ad13189149
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha1
index 82d81ac..3a4b186 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha1
@@ -1 +1 @@
-def3fa22510fd5154716733da994263b8aa88180
\ No newline at end of file
+481fc58956b705164f4590d230ebfe0074253053
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha256
index 87fb9b3..1e827c8 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha256
@@ -1 +1 @@
-6a0742052cb2e833f20ce91745fa1f7b141860e36e9bcbb23a07940343fcd5db
\ No newline at end of file
+5821ebe70f2198c98ea465fa86bf5c50bf77f9c9303f07de6a0a2965b765c593
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha512
index 5837b35..616a984 100644
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha512
@@ -1 +1 @@
-ca9ffe455593d324f8221074a1712ea230dafa6a99dd507ff1ec7fcb7bfc76bd8575aef74f45ffd8d7dbd1732bda884d823df267a74acd6efb0151cab5cda9c3
\ No newline at end of file
+34d2991de2a9fe379666611512a572d163afa44408fbf33e62b988d2dcda936618b279eba42d27156bd41a14ca0768d0add70bd6f8582ffbb2930df9505b3021
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module
index 799e495..b370cc8 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.md5
index 2b79e4a..0913b60 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.md5
@@ -1 +1 @@
-7877aae9c9f1c45bb8add8423f902eec
\ No newline at end of file
+5043e5f9708b5fc03c86d54e4b1b222c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha1
index ff20fa0..a10f2c0 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha1
@@ -1 +1 @@
-893e6d2b3b9bc45bec5e9d2df4b6ad36d4ccd851
\ No newline at end of file
+cbb4fbccde70814896a499787c305fdec7ff1758
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha256
index a77a391..f553160 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha256
@@ -1 +1 @@
-61d22c808954da5032aa7041a1cc466d5a0b48f543bc5de0bd44c7561f45e340
\ No newline at end of file
+852e3f4ea793672a8ed907c234a7020ad430e5b21a5a11f7db12b394e8dd04b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha512
index dd15207..4cd7400 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.module.sha512
@@ -1 +1 @@
-20329d60cd8ad123aadb8765c08521dfb01faab8733171489eeefe1e3d738e3e600565f14f1956579850a3650d0ce755635c97b43ff101c6d6565974de16424e
\ No newline at end of file
+ef749174886c7dee1c4dd8fead4b49be5609aa41d123c26dc1de6bbfd9d3b9c75416b190e4fa2312541d77bf25ccecaab462562d385a7827cb940d154908aaa5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module
index 3fc123f..9d5bff3 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.md5
index a0b12b2..689fd8d 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.md5
@@ -1 +1 @@
-bf8dff6f2e3bf7cb6f6f45b2648894ae
\ No newline at end of file
+64a27bff926ef24f22569c32cea14168
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha1
index c5fd019..070ad81 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha1
@@ -1 +1 @@
-df102d0c9307cc62f9a71e51bb5064ec4b25283a
\ No newline at end of file
+66e559fba36628daa1b755e5433c2797b6f66e54
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha256
index 26cf3d5..7b49b60 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha256
@@ -1 +1 @@
-4183e200954655cf67a0aec3261236667b2b3211350b692d7f73c4a6aa8bf5bf
\ No newline at end of file
+483d9639224e23495c1130304004a558318506c5d109ed71c16b87b4e98bbce9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha512
index d8ae19a..349f68c 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.module.sha512
@@ -1 +1 @@
-bd0dcfd7dfa0205c7b64bc574741d462d43bc428360a6954ec053aa1e559694a471a7f9b82627201e07bd312d0190f84844aba4148c18f5197d765a2a844e629
\ No newline at end of file
+05fc1256495b524ba2c98ef326ba1ff72c3b4692e2cdc47969daef5bf598aa80334c01e0db0406ef7414092522c2f15a2859d7e011f37b5e6de02f4da31cf259
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module
index f236321..d81c666 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.md5
index a1a952c..7a0ebfe 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-efa6a978e25117ef86167f9c858779fd
\ No newline at end of file
+da8f3f56f3b89b03813970ba5cbd1a89
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha1
index 259558f..8f2d234 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-bed0160af16a4dbdf94984a4ba229d29bf9e3bdc
\ No newline at end of file
+c1c218f88ba2980a6ece0260e37c61bc5d0dd116
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha256
index 80b9025..26004a7 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-6f6a0236ee769caa9402d51d90a7abcc3985aeded28937d3e107a6dfd462648d
\ No newline at end of file
+910ed3289f3c25f926377dcd1d017175f9cc8a4543946687862fcc64b5da2a74
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha512
index 7ff1e82..b7b7af2 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-892cbb888be9a6c21cb78f5ce9c1a2e9b17bb7d6bbd369059e2528df78a6e90789cb4cd1e5d69991eacde5d58dbe44ce6702943e80f07fc2696b2f4db4c09ad7
\ No newline at end of file
+3ae198256634f3f58f3f188979aa03fa259660cc5ea73123636bdf4b2022e3df67d398cb58f73739441d874a75a11a2c50f4c165d32a00ef54b077aeacaca134
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module
index c1c058d..8a90041 100644
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.md5
index 6d36e81..51edb22 100644
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-60f8b6b4ccac9f5eb938e92ff0aae883
\ No newline at end of file
+2c173689b910e1e696305a470540b992
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha1
index 4c50f24..40ce226 100644
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-7f489d39d8a2edbf53b6073e3af923b677de4bcb
\ No newline at end of file
+7f53e6ad214b694f37814d04a7acce8e7d2adbfe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha256
index f229fd0..259a88c 100644
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-46f9dfa36f15404819ce9fca74119afbd6640459d1e8eaffa34a1349a3ae323d
\ No newline at end of file
+a2b6cd88f7a472b90036bd00bab1f528742b87353029c9c07023a2147f3d28dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha512
index 067f488..926edc8 100644
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha01/autofill-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-591c6691bd1e515c884b7a630adc942dc3931a53966f8c23fe27d36dd3a308780ab18155797bc5980b07f0c59ad5e6b1864e647525a5866883ee7db33d0f9918
\ No newline at end of file
+3e793b618867e00b2e386640a5a824c1784f89c295d13d7e29f03e1a0d9c6090f719a1a92cf95068a80bbd24961943eeb365e77dc09e6622c8c4d345967ca46d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar
index 6b74c7a..bda9a57 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.md5
index 87284ea..27b41db 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-fd683c5af5d2e46feb8ecf342144b2da
\ No newline at end of file
+45da026eca5aaeb93f57e346fa6eec1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha1
index f568093..ceda145 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-7d7688cd53e27b1252fce8b488f10173baf9d3c1
\ No newline at end of file
+40e9d5d155dfd5053fb9ca49d8a45f2f9cdfc6bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha256
index a9b20e5..10912e5 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-859827a557d7050a5625834e1adc005056643c30fcebe15879cd24a73e0d13ec
\ No newline at end of file
+bbed04e03012e6bd5c2f706274d993cd140b07bfa56cf87f57f308a47ba32cdd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha512
index 0059863..1375d27 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-250094b554ba9f92b636b425f0ad4e43c0052db7ca0a9c1e8ed213ab596db7dc21cb7ce16d49e328faf2c85b71a98486bb8aeb33d7b896ced5c20ed9c5da0018
\ No newline at end of file
+c0ec34a301621f8e97fa0d818c6911ffcdccfa69a91f4e999fbaa919176faab1deac1b8b600c2d7773f6a1080576bf9ef7782fd6d6ba9c0cfd39742da9a33a4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar
index 0158a6b..71cab25 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.md5
index a763271..5c9aa48 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-1d9e05b003b00a58c2d2aa91feee5767
\ No newline at end of file
+e473f1c08ec6d13fd83386fd87a622a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha1
index 69a5ae1..4bc3a18 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-b9cfae800b525af9e67ae3263737e9307a8ec6ca
\ No newline at end of file
+68d58d48bc08a3c48a51ee16807ac3d058d7636e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha256
index 05d1aa4..1d74bc7 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-23ef9f62a2f996b7fabdd05250ac16fd3ea1f5c475ce2a4d7dc2bd70b919f57f
\ No newline at end of file
+2aafd6dd94fa62ea9f1b8abe95ce82d52cc766a7d67e565d770ca316acd3067f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha512
index b2068b9..9cd0898 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-a685fdc3b079cb813b2c429fbf4c8e1b0e42f3cf12066ea302760d0168293729f167eb6a05715c3b6c10edd60aebac67fd2ad4ec2e9a2c775c2f3a047d501319
\ No newline at end of file
+c36d2c96d3b6a4cf3753a77ec2e19f80113558ddb8d462173fdb42479a95dd3cdc9d3a8d7d70e17c0ca3026ccb1494fdb9ba8aedae957575cce9e094563a8243
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module
index 8f3d09d..618e851 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -25,6 +25,13 @@
       },
       "dependencies": [
         {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
@@ -42,21 +49,21 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0"
           }
         },
         {
           "group": "androidx.fragment",
           "module": "fragment",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.4"
           }
         },
         {
           "group": "androidx.lifecycle",
           "module": "lifecycle-viewmodel",
           "version": {
-            "requires": "2.3.0-alpha03"
+            "requires": "2.2.0"
           }
         }
       ],
@@ -64,11 +71,11 @@
         {
           "name": "biometric-1.1.0-alpha01.aar",
           "url": "biometric-1.1.0-alpha01.aar",
-          "size": 157579,
-          "sha512": "a685fdc3b079cb813b2c429fbf4c8e1b0e42f3cf12066ea302760d0168293729f167eb6a05715c3b6c10edd60aebac67fd2ad4ec2e9a2c775c2f3a047d501319",
-          "sha256": "23ef9f62a2f996b7fabdd05250ac16fd3ea1f5c475ce2a4d7dc2bd70b919f57f",
-          "sha1": "b9cfae800b525af9e67ae3263737e9307a8ec6ca",
-          "md5": "1d9e05b003b00a58c2d2aa91feee5767"
+          "size": 157698,
+          "sha512": "c36d2c96d3b6a4cf3753a77ec2e19f80113558ddb8d462173fdb42479a95dd3cdc9d3a8d7d70e17c0ca3026ccb1494fdb9ba8aedae957575cce9e094563a8243",
+          "sha256": "2aafd6dd94fa62ea9f1b8abe95ce82d52cc766a7d67e565d770ca316acd3067f",
+          "sha1": "68d58d48bc08a3c48a51ee16807ac3d058d7636e",
+          "md5": "e473f1c08ec6d13fd83386fd87a622a3"
         }
       ]
     },
@@ -82,6 +89,13 @@
       },
       "dependencies": [
         {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
@@ -99,21 +113,21 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0"
           }
         },
         {
           "group": "androidx.fragment",
           "module": "fragment",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.4"
           }
         },
         {
           "group": "androidx.lifecycle",
           "module": "lifecycle-viewmodel",
           "version": {
-            "requires": "2.3.0-alpha03"
+            "requires": "2.2.0"
           }
         }
       ],
@@ -121,11 +135,11 @@
         {
           "name": "biometric-1.1.0-alpha01.aar",
           "url": "biometric-1.1.0-alpha01.aar",
-          "size": 157579,
-          "sha512": "a685fdc3b079cb813b2c429fbf4c8e1b0e42f3cf12066ea302760d0168293729f167eb6a05715c3b6c10edd60aebac67fd2ad4ec2e9a2c775c2f3a047d501319",
-          "sha256": "23ef9f62a2f996b7fabdd05250ac16fd3ea1f5c475ce2a4d7dc2bd70b919f57f",
-          "sha1": "b9cfae800b525af9e67ae3263737e9307a8ec6ca",
-          "md5": "1d9e05b003b00a58c2d2aa91feee5767"
+          "size": 157698,
+          "sha512": "c36d2c96d3b6a4cf3753a77ec2e19f80113558ddb8d462173fdb42479a95dd3cdc9d3a8d7d70e17c0ca3026ccb1494fdb9ba8aedae957575cce9e094563a8243",
+          "sha256": "2aafd6dd94fa62ea9f1b8abe95ce82d52cc766a7d67e565d770ca316acd3067f",
+          "sha1": "68d58d48bc08a3c48a51ee16807ac3d058d7636e",
+          "md5": "e473f1c08ec6d13fd83386fd87a622a3"
         }
       ]
     },
@@ -141,11 +155,11 @@
         {
           "name": "biometric-1.1.0-alpha01-sources.jar",
           "url": "biometric-1.1.0-alpha01-sources.jar",
-          "size": 32194,
-          "sha512": "250094b554ba9f92b636b425f0ad4e43c0052db7ca0a9c1e8ed213ab596db7dc21cb7ce16d49e328faf2c85b71a98486bb8aeb33d7b896ced5c20ed9c5da0018",
-          "sha256": "859827a557d7050a5625834e1adc005056643c30fcebe15879cd24a73e0d13ec",
-          "sha1": "7d7688cd53e27b1252fce8b488f10173baf9d3c1",
-          "md5": "fd683c5af5d2e46feb8ecf342144b2da"
+          "size": 32202,
+          "sha512": "c0ec34a301621f8e97fa0d818c6911ffcdccfa69a91f4e999fbaa919176faab1deac1b8b600c2d7773f6a1080576bf9ef7782fd6d6ba9c0cfd39742da9a33a4f",
+          "sha256": "bbed04e03012e6bd5c2f706274d993cd140b07bfa56cf87f57f308a47ba32cdd",
+          "sha1": "40e9d5d155dfd5053fb9ca49d8a45f2f9cdfc6bc",
+          "md5": "45da026eca5aaeb93f57e346fa6eec1d"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.md5
index d52c905..2fa29ce 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-d94f24c8751e1fa5a22df77df3a5a466
\ No newline at end of file
+a1028ab057d7799a93d9da6bbbaf13d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha1
index 319b942..c383f2c 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-620005a52567819f376f69a44525179656db33f5
\ No newline at end of file
+916f54177e6e10e2228efbf9192abd0a383b069a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha256
index 37e8018..1a34497 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-99f3f349d43c17ab37588a54100a039cd9eebd80c3bdc231627e5c9b8687a697
\ No newline at end of file
+1225141c03d81450b6d0b4f8883099a1de4fb1e4c2d92ad79bb3fe655f465cfd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha512
index aeb89e3..ab0d6f1 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-0398a2a41cd648b54a6048541d04fb0d55dcce06964308111a056c3f22d408f33a91d8c66cd3f7ba0486a75559f4aa925a45a3e571e1c3ba04abb705750fbfd4
\ No newline at end of file
+a13067d25189c235c08e97604f8d2459a82ff58e194aae9b701ef54ce9cc6863bcf041ee21846617eb1e4f0a0ef7b1f94aabbd39f9d107e4796aefdc02ff34ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom
index aa51857..7fdfca8 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom
@@ -32,6 +32,13 @@
   </scm>
   <dependencies>
     <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
       <groupId>androidx.annotation</groupId>
       <artifactId>annotation</artifactId>
       <version>1.1.0</version>
@@ -47,21 +54,21 @@
     <dependency>
       <groupId>androidx.core</groupId>
       <artifactId>core</artifactId>
-      <version>1.1.0</version>
+      <version>1.2.0</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.fragment</groupId>
       <artifactId>fragment</artifactId>
-      <version>1.1.0</version>
+      <version>1.2.4</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.lifecycle</groupId>
       <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha03</version>
+      <version>2.2.0</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.md5
index db1717f..52c6272 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-9abe86068fa220719e1ba7b1f7e9ad02
\ No newline at end of file
+9569334ac8cb3448a1f127a30c29aea1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha1
index 8fe6026..763f302 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-0f1be1d60c6e2a69ea9bb0f6700aeb4aa3bb5e33
\ No newline at end of file
+3fd653874c9fd537082874af1e14fe1e9c672b07
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha256
index 41ba293..d05a521 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-ca0c61cb3e45568c5608e0dcf5d34ecd33567b4dec3bce6b44e77fb1310e4488
\ No newline at end of file
+dfc942fc7fbdd5d0a26de0705065668e37f7ce86dfc5309dbcebac36f2740f9d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha512
index 586a8fb..832d05b 100644
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-4303af76ad262bd013ffe38ca6c55a95256134fd7332f0cc8b37bae0b4d9c43715b9536eaf8ad80157338b2d644a959046db6826f2472318cf4080845f0d5ce6
\ No newline at end of file
+2f8a845f9ad583a247a88edac81fe6cc5eb516c6f8706c50bdc11a824a3b0844cf20e716a5f82cf368f9ee8de2c66c54600de6f6645de11be21459dddabfb26a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module
index 7cf5983..2175d92 100644
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.md5
index 140a887..6847ea3 100644
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.md5
@@ -1 +1 @@
-63d3f9dd84736cf940a753abeb71b5f9
\ No newline at end of file
+a7f42772eabfa98c35605d86c8639100
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha1
index 6bf94f1..40d4040 100644
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha1
@@ -1 +1 @@
-8eac273ac3a9b8181357ed1553424b7545f18699
\ No newline at end of file
+c33b63c490d0bec02413c5536acfe1cb7d287046
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha256
index 20940b3..4d82f83 100644
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha256
@@ -1 +1 @@
-e831e8592e5a6932921d90950015b06e99d8001dd07b48fc04235ea47caf5ea5
\ No newline at end of file
+e037104f1604a10950ad0dc9c290da5155c964be045e69473c669d5729650d1f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha512
index f5bb550..3ff87ed 100644
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha03/browser-1.3.0-alpha03.module.sha512
@@ -1 +1 @@
-a1ff7583e89c006ccc4745de774be64352e4564ab89dacfa07090da950a17c9e086c0950b456191399821b5beff508889b13c1102309ca405ce76a6f85b2ee62
\ No newline at end of file
+110a02a6be0ec21664abe39d0fb265b3b06d2848b2f4b3b8e37088d322cddc8fb8ba58bbc24f5749330242401c82ce27879f4b06b13cc3feac3e72e7f3f826b9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module
index 0de9439..590b63f 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.md5
index 3a4f2a6..7aebdbf 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-ff03ea0ba78e10142fe6c4fb785df371
\ No newline at end of file
+845a43a2df36124fc80a502004f1a6ad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha1
index 4e8f238..f4d59d3 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-c94ab7fbafde8f500727ab5860d2268d16ef17ee
\ No newline at end of file
+b2556d8936cc28720297b2e339f044201d3e8270
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha256
index dac1ea1..8059185 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-923ae5e8907f27e61d4061124c2491b58e3aab50160f011f2b50be8388848737
\ No newline at end of file
+32fdf28ecbe70695004aeffa3f8f7a7a44a2bd649462de90010315df52154fca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha512
index 1970a45..90418a9 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-49358faf7309590550f6d281dd7d4959491aa023082417230fa46b1340f2652aaf85e1132bb2ce53982685b467712acf5f241abaa90f83f6b0371e222fc0df27
\ No newline at end of file
+752a342c73ea1cfb985ff8065fea030aff15367bddef192b812cbccca4f5d68d3dc7ec751384038a08bb93bcb449674edf0adf2d9dd041ff05285683004c81d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module
index ce7abd6..f4a8c3b 100644
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.md5
index 54159f6..7325c1d 100644
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-a7f5308661f7f890a5eb1ef1b7a2f30d
\ No newline at end of file
+65727fe5368f3bc81064358b48b75d0e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha1
index 1911274..b847837 100644
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-2b650fc802ba30f2cf7dd6bd144517cf3978ad72
\ No newline at end of file
+0b15b20899590faf088d98f21245e452358d563d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha256
index 38a5970..0cb4936 100644
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-f76ed892089832fdecfb78241ba5569e950bd7992e3923955dc2bd1fc64d74c0
\ No newline at end of file
+4b019b8f23254503bfae065916d0b6d5026e879c0227d457246a1b6a9ae6f8f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha512
index 2461ec8..4c3f262 100644
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-917a9a9c682cea98aa1ef14e2498ea217ac497d6ac49c158813869369de92adc6dbaae22b6f1204bf0c04ba9ace952a85369bb060e943d8e9bd49ac83d247799
\ No newline at end of file
+aa2f603032e0413e923b3aa4fc454c064a0c19c0d7f9354f1f5352c029d5c8854b664574864061f9cdfe494bcffd1096d1e9d553b5b9f1f7cd2a8475818e5420
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar
index 93c3e02..901a3ac 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.md5
index 04bdd2b..5c1ed95 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-3a14daa303001bccd3b78dff57863f4b
\ No newline at end of file
+c52ca94ca99cf2d3b40f27e17928ef0f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha1
index 2a66a26..1d0aafc 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-93b4372e6df68a0316a7d712e6baf67f050232b2
\ No newline at end of file
+fdc55f18ad7d8e66cba8a25de9b103b50ab4b111
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha256
index 384d087..19a7d14 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-113364e7663e77d689a880651fdb5d9ecf99e157340b3b9a6c241869aa219f49
\ No newline at end of file
+f5867a6b72636c3fec04e9fc3c225a70f5e9c9a189efc02697c8cd0e94dc6e40
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha512
index c4dfcfd..758fef7 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-5fb0de8dae2acb64c0c49f795d2697131f690a46403f2ead540075f49f850b5593e3359162d1dbac4c8ee4fde662fb590adc408a29693e739e033132806fe4d5
\ No newline at end of file
+71487922851c893388f2943f03395c264b0da93549d827637e2c59d38a76adbbc826252bb4ec60ceb7626d4017a260e893463b25d9ce83b375f018a43020e3e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar
index fa0f1d5..a2b50d4 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.md5
index 540eccf..f3227d5 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.md5
@@ -1 +1 @@
-fdf995ecef27c1152f006666c391c541
\ No newline at end of file
+2cf62bb9191b14b682606ed4a802f194
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha1
index 0d318bb..4282d67 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha1
@@ -1 +1 @@
-ff04806662c93f68c99c7720f3933c7308e40e00
\ No newline at end of file
+728d57cef2818606aa48fbb4516f21d7de85a132
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha256
index eec405b..ec55813 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha256
@@ -1 +1 @@
-105c264e1f42f3fac014746eba05d0f2ad4effeaac7ee660b06b5a3a457c1ec1
\ No newline at end of file
+b2d99644d663880e34dcef4ee9e6557386bc02ad9524f28a9f08c3b356ab9bbf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha512
index 7a38ae6..657383a 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha512
@@ -1 +1 @@
-fc01c288eee967543ad2788fda572a7f743fa1573431c6489875e48c73faebaf71e3f6ab130cbed707d04bfb78b5274c4b79439dd3cc767693208a99b3eb528e
\ No newline at end of file
+61f854a12a2f393d0193454213baaf5aab4080440c97e60d6bcfb2146d328e6c2fee273d29f2c29cdf86cd69459d9df1fd35df2bfc9e30c6d4f2d4222c2efd73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module
index e3d7599..658c997 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -22,7 +22,9 @@
         "org.gradle.dependency.bundling": "external",
         "org.gradle.jvm.version": 7,
         "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
       },
       "dependencies": [
         {
@@ -37,11 +39,11 @@
         {
           "name": "collection-1.2.0-alpha01.jar",
           "url": "collection-1.2.0-alpha01.jar",
-          "size": 41600,
-          "sha512": "fc01c288eee967543ad2788fda572a7f743fa1573431c6489875e48c73faebaf71e3f6ab130cbed707d04bfb78b5274c4b79439dd3cc767693208a99b3eb528e",
-          "sha256": "105c264e1f42f3fac014746eba05d0f2ad4effeaac7ee660b06b5a3a457c1ec1",
-          "sha1": "ff04806662c93f68c99c7720f3933c7308e40e00",
-          "md5": "fdf995ecef27c1152f006666c391c541"
+          "size": 41601,
+          "sha512": "61f854a12a2f393d0193454213baaf5aab4080440c97e60d6bcfb2146d328e6c2fee273d29f2c29cdf86cd69459d9df1fd35df2bfc9e30c6d4f2d4222c2efd73",
+          "sha256": "b2d99644d663880e34dcef4ee9e6557386bc02ad9524f28a9f08c3b356ab9bbf",
+          "sha1": "728d57cef2818606aa48fbb4516f21d7de85a132",
+          "md5": "2cf62bb9191b14b682606ed4a802f194"
         }
       ]
     },
@@ -52,7 +54,9 @@
         "org.gradle.dependency.bundling": "external",
         "org.gradle.jvm.version": 7,
         "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
       },
       "dependencies": [
         {
@@ -67,11 +71,11 @@
         {
           "name": "collection-1.2.0-alpha01.jar",
           "url": "collection-1.2.0-alpha01.jar",
-          "size": 41600,
-          "sha512": "fc01c288eee967543ad2788fda572a7f743fa1573431c6489875e48c73faebaf71e3f6ab130cbed707d04bfb78b5274c4b79439dd3cc767693208a99b3eb528e",
-          "sha256": "105c264e1f42f3fac014746eba05d0f2ad4effeaac7ee660b06b5a3a457c1ec1",
-          "sha1": "ff04806662c93f68c99c7720f3933c7308e40e00",
-          "md5": "fdf995ecef27c1152f006666c391c541"
+          "size": 41601,
+          "sha512": "61f854a12a2f393d0193454213baaf5aab4080440c97e60d6bcfb2146d328e6c2fee273d29f2c29cdf86cd69459d9df1fd35df2bfc9e30c6d4f2d4222c2efd73",
+          "sha256": "b2d99644d663880e34dcef4ee9e6557386bc02ad9524f28a9f08c3b356ab9bbf",
+          "sha1": "728d57cef2818606aa48fbb4516f21d7de85a132",
+          "md5": "2cf62bb9191b14b682606ed4a802f194"
         }
       ]
     },
@@ -87,11 +91,11 @@
         {
           "name": "collection-1.2.0-alpha01-sources.jar",
           "url": "collection-1.2.0-alpha01-sources.jar",
-          "size": 36225,
-          "sha512": "5fb0de8dae2acb64c0c49f795d2697131f690a46403f2ead540075f49f850b5593e3359162d1dbac4c8ee4fde662fb590adc408a29693e739e033132806fe4d5",
-          "sha256": "113364e7663e77d689a880651fdb5d9ecf99e157340b3b9a6c241869aa219f49",
-          "sha1": "93b4372e6df68a0316a7d712e6baf67f050232b2",
-          "md5": "3a14daa303001bccd3b78dff57863f4b"
+          "size": 36223,
+          "sha512": "71487922851c893388f2943f03395c264b0da93549d827637e2c59d38a76adbbc826252bb4ec60ceb7626d4017a260e893463b25d9ce83b375f018a43020e3e3",
+          "sha256": "f5867a6b72636c3fec04e9fc3c225a70f5e9c9a189efc02697c8cd0e94dc6e40",
+          "sha1": "fdc55f18ad7d8e66cba8a25de9b103b50ab4b111",
+          "md5": "c52ca94ca99cf2d3b40f27e17928ef0f"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.md5
index 428b1a2..492924c 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-59c917778f695d9e5bf606a1f672532d
\ No newline at end of file
+64e9a43b2d87bcf158df607ce278f307
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha1
index 74144fe..10acaaa 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-e2804d5a5fbd48f0620ff3dc207f30ff1f420a61
\ No newline at end of file
+ee74b8753dd84ec66831d01d2fc54d32a48cfcfe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha256
index d0a7099..7cad546 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-1defc20c78df58f10cd50c96e310506459394eef94337aec14bdbc6448f2f5ab
\ No newline at end of file
+1ad6ea2a368be6d1baf8241bb9406e4f944b097f2961aab4d38118e880430ff3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha512
index e72cdc0..06c3c57 100644
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-cb4ae71154406f2cc1c77e5bba6005646ec4f81f2c04ff6c836d75cb8310763ca45a2c81e2813c9d429c3a7d927fc2d4cc7197d51c14ab895bb80e4de27f1dce
\ No newline at end of file
+a4537b6ad2bd0bbba912aa175e1feddfc65a4de0ed916c17977d160633a0e272aa4d5d8eaeca34b798e1ed06b71350100aa3f0847dc437e08a938ef6082b7f9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module
index 1d0f3f2..8d29307 100644
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.md5
index 651a04e..7a93fe0 100644
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.md5
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.md5
@@ -1 +1 @@
-b6a099dc0c4f0a2a34f8fd1d9fafdb17
\ No newline at end of file
+93ffb0ef60fdfb1b3173cca3689e5121
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha1
index 62022fe..6fb4ece 100644
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha1
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha1
@@ -1 +1 @@
-82bc436a86552f4c22791daf0b5f7dd1d363c054
\ No newline at end of file
+5eaf7b44bbd795fcb9c18fa8f4f4af7c115fae3b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha256
index 37db7b9..54a9b1c 100644
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha256
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha256
@@ -1 +1 @@
-46243a81085cd528a15cc6c1aa10efc91bbd82244beee1956b636cc79eda2f09
\ No newline at end of file
+e3b26f51d98d1a751887a7b3cfaea64886ab5076fd758c88012fe3855931a63e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha512
index c3e385b..850a5ef 100644
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha512
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha512
@@ -1 +1 @@
-cfeeb9e0c53f184da0b746938c2b09c0d98016e13af49b06169960062c4c5412992eadf49e74ef08aa46e46dd9a3737c9f38338922c3c0f545b5ed50bf8b1556
\ No newline at end of file
+1ec1b03739b622f0f668d458534d3e58cfa7197a59f960cc17849e8511b75975dd882adf588c559e104fb985d7782787b04b886d3d9681d9e9b052ec99b7126c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module
index 5040c4a..bca58f4 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.md5
index 64ef413..dd25f26 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-9b1f5e94f6230173364411fb3c2e9cfe
\ No newline at end of file
+1033225e8e14cc8e283ad9e0e632c75f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha1
index ed1c5b5..65c48a1 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-6b5261c9a56515092bb40d07b3d568796351d1cd
\ No newline at end of file
+dbc5936701dabab848056970b2ce43991cab80f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha256
index 605198f..f9bd8be 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-b6f1b363d5ae966cd9d4daf599323f68df29d1c3e6b9bfafd48b27d2e41ba88b
\ No newline at end of file
+39b41bb1271a4001bd8d5369a9c7f9384d624da7cc4dfc90d9d88d06a51f9a4d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha512
index 79d3b19..86710ff 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-b387303565dadeafb67ef01d6584c3df97bb799371576b146f5e70087d77b4351ed49691547e5627d57ab6800d0fc3ce65c949bdadbf7f8db1ca09f6e40c2bed
\ No newline at end of file
+cd8c5e5290ff8c49d29e6ce0eed7b1a97f6f05c666b46c01bc22d0d752857400b55d3873a44cc4f00935db3a5e6d005c931fffb3e9263e50eab293601fe93556
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module
index 60355a7..bc59d62 100644
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.md5
index 29839f5..d25619a 100644
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.md5
@@ -1 +1 @@
-de8dcb34abab64739eb697fb83dabc4f
\ No newline at end of file
+50e0dbcee04f4ef68e223cff7dad8516
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha1
index 24fa52e..d460e58 100644
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha1
@@ -1 +1 @@
-f80c1616ede62644ee6c2f4c039c1ae83385eb1e
\ No newline at end of file
+47cd3eeed1921b145a3f73a80afd0cfde97b3366
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha256
index f2d1239..2eca878 100644
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha256
@@ -1 +1 @@
-380d7f9e8e0a59a1008f5c8f00c01aa5b17ccb887d7a3a14f2319ed9a00da9e3
\ No newline at end of file
+e8d56fc43af244a6a91fefb11a9aa877cf0bef609e6e95b38761f5cdcd0ffca8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha512
index 31a36fc..1ceaaef 100644
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha01/core-animation-1.0.0-alpha01.module.sha512
@@ -1 +1 @@
-bf01956e2a420b2e0a9bebd83d295fa403e3a6e3b56aab3d74bdb69b28b908f916ecef10c66fc9d3663f550555c4288a627b12e24b43d74b62bc9ec9bec0d49f
\ No newline at end of file
+0117fe2eb86201de67a06b1a5148bf36c870768da304a0f63666d8bf85aeb6392ddeb49eb43890476870eaaebe5ad3f950e39248d06fa8ee0477a31088b303f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar
index 61de9be..83fc6bf 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.md5
index bcb5436..5ea0a08 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-c38bb882b388f4c894ecccae8ed2228b
\ No newline at end of file
+479bdf857b5a82b2f7b79b50cf7c3212
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha1
index 1565f9b..4fd5aef 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-f2b4604e5db35c9c7e5401f6a84c10e2720fd702
\ No newline at end of file
+25db0896630c2c51f25cb54dd4f74264fe48336f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha256
index 0fd197b..ffaad1a 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-18391b8a92ba1b7d020a65e2cc4e0f91b0ad0df79383ad4eb7805d39975f0039
\ No newline at end of file
+f594a4186e444e3bbb5bd1782e21b41500b31a5e6c940f49bffaa47166a46144
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha512
index 2be26ba..d1060e2 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-c2ea565396bfc1c32590700ad22281e0b8365186eb45692a32de604c3d365261f23bb5a6d2aa11845c5fa7766acc1926ed1fa94ce0d438443b47c022a98355c8
\ No newline at end of file
+fb58ba49df4537ba6cf403502babaa93a29264c6f3523da8ba1bac3e8d8f4c35ffa38c2c42a93a5c5794ef10b35996db3bfd1474b651d07498424f49777cb1dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar
index 1950b29..3170a5d 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.md5
index 0bbefb4..caeab48 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.md5
@@ -1 +1 @@
-1c1ccc50be8f94ff4ff977055c6733be
\ No newline at end of file
+bc59597219cc0380e8622eb24d7b27cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha1
index 9c033aa..f3b444c 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-612e729984b200c2453446589422297a6126aff4
\ No newline at end of file
+1b0947835615cb3fd3a590b2d95d2f794972bc43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha256
index ba9734a..70023d8 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-d48e2c6489f84ef0b6b49a4c93c68e572b78ce79f4c06c15b380a7f904456ae5
\ No newline at end of file
+ee64cbe5388167710f3cf36f44c36147982586353ab2fad371a664b6590577c4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha512
index 9ffd258..ca9fa86 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-9ae2494dda9d0af634d1387f12154fb2201808e3a05bcd9879432d91991f843dbe51d9045a8de3f8b6d21631715c67bc8b39fd4cc82d6db2b54c0146478c7fc8
\ No newline at end of file
+5d493c5304f98af65e4069d2ae24e1b031cf81c3f2cd69041b525c206a25109b49d59b474a3adc9e6653c1016a45c63d196c4696753d26542c235974695580b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module
index a48b77e..f140506 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "core-ktx-1.4.0-alpha01.aar",
           "url": "core-ktx-1.4.0-alpha01.aar",
-          "size": 164507,
-          "sha512": "9ae2494dda9d0af634d1387f12154fb2201808e3a05bcd9879432d91991f843dbe51d9045a8de3f8b6d21631715c67bc8b39fd4cc82d6db2b54c0146478c7fc8",
-          "sha256": "d48e2c6489f84ef0b6b49a4c93c68e572b78ce79f4c06c15b380a7f904456ae5",
-          "sha1": "612e729984b200c2453446589422297a6126aff4",
-          "md5": "1c1ccc50be8f94ff4ff977055c6733be"
+          "size": 164709,
+          "sha512": "5d493c5304f98af65e4069d2ae24e1b031cf81c3f2cd69041b525c206a25109b49d59b474a3adc9e6653c1016a45c63d196c4696753d26542c235974695580b8",
+          "sha256": "ee64cbe5388167710f3cf36f44c36147982586353ab2fad371a664b6590577c4",
+          "sha1": "1b0947835615cb3fd3a590b2d95d2f794972bc43",
+          "md5": "bc59597219cc0380e8622eb24d7b27cb"
         }
       ]
     },
@@ -93,11 +93,11 @@
         {
           "name": "core-ktx-1.4.0-alpha01.aar",
           "url": "core-ktx-1.4.0-alpha01.aar",
-          "size": 164507,
-          "sha512": "9ae2494dda9d0af634d1387f12154fb2201808e3a05bcd9879432d91991f843dbe51d9045a8de3f8b6d21631715c67bc8b39fd4cc82d6db2b54c0146478c7fc8",
-          "sha256": "d48e2c6489f84ef0b6b49a4c93c68e572b78ce79f4c06c15b380a7f904456ae5",
-          "sha1": "612e729984b200c2453446589422297a6126aff4",
-          "md5": "1c1ccc50be8f94ff4ff977055c6733be"
+          "size": 164709,
+          "sha512": "5d493c5304f98af65e4069d2ae24e1b031cf81c3f2cd69041b525c206a25109b49d59b474a3adc9e6653c1016a45c63d196c4696753d26542c235974695580b8",
+          "sha256": "ee64cbe5388167710f3cf36f44c36147982586353ab2fad371a664b6590577c4",
+          "sha1": "1b0947835615cb3fd3a590b2d95d2f794972bc43",
+          "md5": "bc59597219cc0380e8622eb24d7b27cb"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "core-ktx-1.4.0-alpha01-sources.jar",
           "url": "core-ktx-1.4.0-alpha01-sources.jar",
-          "size": 61283,
-          "sha512": "c2ea565396bfc1c32590700ad22281e0b8365186eb45692a32de604c3d365261f23bb5a6d2aa11845c5fa7766acc1926ed1fa94ce0d438443b47c022a98355c8",
-          "sha256": "18391b8a92ba1b7d020a65e2cc4e0f91b0ad0df79383ad4eb7805d39975f0039",
-          "sha1": "f2b4604e5db35c9c7e5401f6a84c10e2720fd702",
-          "md5": "c38bb882b388f4c894ecccae8ed2228b"
+          "size": 61361,
+          "sha512": "fb58ba49df4537ba6cf403502babaa93a29264c6f3523da8ba1bac3e8d8f4c35ffa38c2c42a93a5c5794ef10b35996db3bfd1474b651d07498424f49777cb1dc",
+          "sha256": "f594a4186e444e3bbb5bd1782e21b41500b31a5e6c940f49bffaa47166a46144",
+          "sha1": "25db0896630c2c51f25cb54dd4f74264fe48336f",
+          "md5": "479bdf857b5a82b2f7b79b50cf7c3212"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.md5
index 1f411c7..1f5ab0f 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.md5
@@ -1 +1 @@
-c94682ae325c39188bba574db0c483ba
\ No newline at end of file
+583d5aae7b0dbbde56daf6fbf6bd4ae3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha1
index 164dfb2..68ed0cd 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha1
@@ -1 +1 @@
-805b148a8b32833fbe5d9f9691adc3bb9b65476d
\ No newline at end of file
+1623321d2d244e174d646e95d0b9fc640c054693
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha256
index 675fbe5..3391222 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha256
@@ -1 +1 @@
-449956f636c7c5a10289698ede3fa6e599e7e24b30249f3a50e34781d9d35f6a
\ No newline at end of file
+2e59665fc57360ac382cc29b543e252ea2324b26de9165164d840f08ba3eb8d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha512
index ab8277e..c833d83 100644
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.4.0-alpha01/core-ktx-1.4.0-alpha01.module.sha512
@@ -1 +1 @@
-52698f3213c4375c9b41e84740374a93f1c7b64ec2bef75a9c70b7f9cc33bb3069cc9c2c8f235315523ea23e20433c9052e3eae8a72b7b1c256c55577490ad41
\ No newline at end of file
+02ffb341e203155f87747d0408c4e2eca37955dbd31356772bf7052f786bb309754004d2754863552f06592724af3c8c124ac036070f3221de1897d822ffde2a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar
index 65f598d..984b402 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.md5
index d6e63e7..1c9eca9 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-a0f5d18e32d997801436377cba800266
\ No newline at end of file
+b295df9921b6c4eddcf4c515c151594a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha1
index b9ef60a..9f93c9a 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-cd3b5fa0060fab95f6dd8213fda64419c45a0d4f
\ No newline at end of file
+d84a23ec85c101977a26c384fde3e71ebd966575
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha256
index 879f54b..b061290 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-b09b91ad26830c67256ba70c6d3c01ae7bde91797e2e10b8ff3036f80d330d71
\ No newline at end of file
+3062f5b29a5a72cb4ae554de8469b128e25b132041940b1ff74c93ec74e9f7e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha512
index baa36a5..16daaff 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-4943ee37b3f4a2a45e20d1b2ad540034f64744b7b24b6595b3c86681bfe5aa20ccca47b75bb19c93af9f085323316a53c1bdc12316cff98961002354b6973fa7
\ No newline at end of file
+48a989bc3da6385d87417fecdb7a4d69904e1a4d3bb31faab18bc23ace8de5856509d0b961cd902a322592e42f8c3ca066e24ef3792e8afdad9808c0761e73f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar
index b0cf89f..0930897 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.md5
index da321f3..3ff83de 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.md5
@@ -1 +1 @@
-efed8b7997096418913812d3c505660c
\ No newline at end of file
+12dd9b5fe5e3497abe6ef4bd1517573b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha1
index 7060d58..faf1e16 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-ca5550168d501c97b24b1a685bf5eb4d5d622732
\ No newline at end of file
+06ed07f6064dd2ca51cf381d445b146aa7c16d35
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha256
index df00579..7e6d5c5 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-44513669ca20b6250a823690e8528673584634a795f68d3019f7335bb03fe950
\ No newline at end of file
+7650baa5b6347d1e6ae41ce8a617d3ba0708aa885fc6d765f944d3c533a0f507
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha512
index 85fa4ce..40f7831 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-c4e9a6cba67f1532f1be72b37353dd79c6d7004b9f8145da8659ee346c67c1967af67c769558b14535eeb55ac3976c9edd1b74bc3160434e9120bbf1bc4d8f6a
\ No newline at end of file
+03c7faf3f200a38457e70c27e9dd402a1bf8f87ff9eac01d01e0e192d65d5fa940dc02819d9632aab50522d5574c8a2ac981c5408601e4ff6e54cc9c5cc921f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module
index 50b4489..075ba2d 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0-alpha01"
           }
         },
         {
@@ -50,11 +50,11 @@
         {
           "name": "core-1.4.0-alpha01.aar",
           "url": "core-1.4.0-alpha01.aar",
-          "size": 764184,
-          "sha512": "c4e9a6cba67f1532f1be72b37353dd79c6d7004b9f8145da8659ee346c67c1967af67c769558b14535eeb55ac3976c9edd1b74bc3160434e9120bbf1bc4d8f6a",
-          "sha256": "44513669ca20b6250a823690e8528673584634a795f68d3019f7335bb03fe950",
-          "sha1": "ca5550168d501c97b24b1a685bf5eb4d5d622732",
-          "md5": "efed8b7997096418913812d3c505660c"
+          "size": 768852,
+          "sha512": "03c7faf3f200a38457e70c27e9dd402a1bf8f87ff9eac01d01e0e192d65d5fa940dc02819d9632aab50522d5574c8a2ac981c5408601e4ff6e54cc9c5cc921f5",
+          "sha256": "7650baa5b6347d1e6ae41ce8a617d3ba0708aa885fc6d765f944d3c533a0f507",
+          "sha1": "06ed07f6064dd2ca51cf381d445b146aa7c16d35",
+          "md5": "12dd9b5fe5e3497abe6ef4bd1517573b"
         }
       ]
     },
@@ -71,7 +71,7 @@
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0-alpha01"
           }
         },
         {
@@ -100,11 +100,11 @@
         {
           "name": "core-1.4.0-alpha01.aar",
           "url": "core-1.4.0-alpha01.aar",
-          "size": 764184,
-          "sha512": "c4e9a6cba67f1532f1be72b37353dd79c6d7004b9f8145da8659ee346c67c1967af67c769558b14535eeb55ac3976c9edd1b74bc3160434e9120bbf1bc4d8f6a",
-          "sha256": "44513669ca20b6250a823690e8528673584634a795f68d3019f7335bb03fe950",
-          "sha1": "ca5550168d501c97b24b1a685bf5eb4d5d622732",
-          "md5": "efed8b7997096418913812d3c505660c"
+          "size": 768852,
+          "sha512": "03c7faf3f200a38457e70c27e9dd402a1bf8f87ff9eac01d01e0e192d65d5fa940dc02819d9632aab50522d5574c8a2ac981c5408601e4ff6e54cc9c5cc921f5",
+          "sha256": "7650baa5b6347d1e6ae41ce8a617d3ba0708aa885fc6d765f944d3c533a0f507",
+          "sha1": "06ed07f6064dd2ca51cf381d445b146aa7c16d35",
+          "md5": "12dd9b5fe5e3497abe6ef4bd1517573b"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "core-1.4.0-alpha01-sources.jar",
           "url": "core-1.4.0-alpha01-sources.jar",
-          "size": 644984,
-          "sha512": "4943ee37b3f4a2a45e20d1b2ad540034f64744b7b24b6595b3c86681bfe5aa20ccca47b75bb19c93af9f085323316a53c1bdc12316cff98961002354b6973fa7",
-          "sha256": "b09b91ad26830c67256ba70c6d3c01ae7bde91797e2e10b8ff3036f80d330d71",
-          "sha1": "cd3b5fa0060fab95f6dd8213fda64419c45a0d4f",
-          "md5": "a0f5d18e32d997801436377cba800266"
+          "size": 650514,
+          "sha512": "48a989bc3da6385d87417fecdb7a4d69904e1a4d3bb31faab18bc23ace8de5856509d0b961cd902a322592e42f8c3ca066e24ef3792e8afdad9808c0761e73f7",
+          "sha256": "3062f5b29a5a72cb4ae554de8469b128e25b132041940b1ff74c93ec74e9f7e2",
+          "sha1": "d84a23ec85c101977a26c384fde3e71ebd966575",
+          "md5": "b295df9921b6c4eddcf4c515c151594a"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.md5
index 8e5c1c9..cd4f388 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.md5
@@ -1 +1 @@
-4748b6c625b52453ef9a350abb71706c
\ No newline at end of file
+1e656f92bdb3adbef464b12e6abfcdc2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha1
index 7bfc63d..0c84458 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha1
@@ -1 +1 @@
-da290ab1f0e64082cb13cf028173b415ceb21753
\ No newline at end of file
+60723ba630dc336cf1e57c00fb516c9f9e7d42d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha256
index 04bbd53..cf92c3d 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha256
@@ -1 +1 @@
-164d7c4b73d48bae8c58d407f94c2c63ec5bf1b96ee12edd2863720b618df8b9
\ No newline at end of file
+a39420698d8c999aa2d674f4dc1190bdf09ef039975c6880dbbd67926f80eb2a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha512
index caa6b98..57bf5ec 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.module.sha512
@@ -1 +1 @@
-fae09dae7706cfc918680e7893c3b6cea0e04e5aa68a2406eaaef85660a280b5d483023b500c502e0fcfec7ade88fab791be472628104354c56d6ba29915cc46
\ No newline at end of file
+9133d6d97f6fe0ac941330e534463ceee246c0eeb7a6ebaffcf798f455a49034e4d2971a847a203bf5db17c5ab95077b0f0da4eb4a2b88e3162f4ccda94ed14d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom
index 4ebb419..e402507 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>androidx.annotation</groupId>
       <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
+      <version>1.2.0-alpha01</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.md5
index 45d6380..47e0976 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.md5
@@ -1 +1 @@
-7e4677eddcbd6d1cc12c8b54f166949e
\ No newline at end of file
+9e16ec23d865c2a9347517f0d9e8b1d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha1
index 52d294d..77b81b2 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-e6c38b1d1cb120ff34d78676d3a36196af71fad9
\ No newline at end of file
+ac2412b30ac9a8b547e7eb9ea79fbd841865c1a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha256
index 68bee71..e43812c 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-b4c99484e2961372736d2d2c59bcceca7ec39fe24a9953b5278aa2aec112dada
\ No newline at end of file
+e2a1c0a95e5d200bb6a782639cc37ed4c68d786781cdad73cbc863e99cf51c06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha512
index 0b4e634..c354081 100644
--- a/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/core/core/1.4.0-alpha01/core-1.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-9b0cc1bc82e72accba9685cd3736cb343025f4a4e310a781c9c4498efcc98c65fa3bf7c6c5e1d6fb42200ffb90920c55d8e5c1ef4d56e4e64545e379a6e83800
\ No newline at end of file
+6e0fe66245c10e8880f9e81d64f91cfde4e7f0986611c96d9b7c79c48a665fd68d4eb935a11cb8c668ffcfb1e3947874b9aff25b09b7da86eb816f1fddcc4572
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module
index 0a95975..659f35d 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.md5
index c006569..cb756da 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-d301cc6979ef8a09317fe4a8e8ca4a68
\ No newline at end of file
+8f52801757d5e7d10deaa714ec3e479d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha1
index 0e6407a..c80d860 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-91d9321df480629d8a1f33f1f3dd728b29d09a6f
\ No newline at end of file
+1cac983c5bc8b2f44c8fd3d3a9c976281a416a75
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha256
index 8ead02e..4009f7d 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-7629a5c98521e476ec2b4a3cb61de61c7154eda46dc7e9d19c1ef704b9c82497
\ No newline at end of file
+4418163eca6bd7a969a83f58ba7d95771ff2d1370bdde0a56ab52d834620e70d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha512
index 22193ad..d9f4108 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-b89e5079070b7971b6c1ac2020cff114b620dd88f01fff6ff217f2707d5999208a2e67094f5223d59121aaa17c21422bb3a8a1ac04402418679c6fff54dfd3a9
\ No newline at end of file
+d74218c961162b286d8ec397b8ca18dae9b4ff32d565dfe1e43d938f72ee0d8092abd6acd73fb11a2d40bf5571bba10077d20606363a16e380177a527d02c3da
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module
index 76d8335..8188872 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.md5
index 6e0bf6d..5d5afec 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-d9a4826c18328351e0c21d30184fb539
\ No newline at end of file
+b96f21879c633e975f4a5ddcc04637db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha1
index cfe55e7..0247fd2 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-bca22237cfdea66052ff2cce0335f5d902189aaf
\ No newline at end of file
+e2df91eee176ced9960a10781b09abf6284390b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha256
index 215b439..e14ac06 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-054ceb2fad2bd6ff53a81ab476c341119092e536edab9c046e0bd9889e12471e
\ No newline at end of file
+d1d7b90b6831ab10b07590d7e0211ff798de3e6a4080766429baa2b019c07cbc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha512
index 6490ca4..a54ff34 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-5377e913b31ddc693c9efd1d9bed833f79b307246782c9693dbb171bc5c4eeef646a8c31852f762cf93ca4a283dd06e9478c97b7d505420912ca301bb4c08711
\ No newline at end of file
+59fb2ad4b398a79cc4530674198932d52ab47d18bee7063fad0f8d8892c0bdb5d84adcdfd136175e04f9dede4dc31d6a7f141c141c0c31102005e019b2970408
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module
index ba0b30c..fcffde8 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.md5
index d666613..63122ff 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-4bdb2e0c5c2f05e6a3fcb670b64a18f8
\ No newline at end of file
+c5e397c5c6e0ef9cd6d13882eafa4f13
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha1
index 1f54aac..244a4c2 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-5694be6191051909186d7f4182e8cf62a8b4f20c
\ No newline at end of file
+8f45cd066c4a81c4d0568ed9a1405bf6e0a303d0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha256
index c4715fb..348313e 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-2d8604723157bb2fc5b8407e7083d644a4bf0bb882f5275760f7e710d5157646
\ No newline at end of file
+455e6fe91e2e400b507c5ac5f44bfcb90e826b1d6c4ac71945a9655812953e18
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha512
index 9ba26e7..26fe256 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-f02220b25afb08422b28b790614d768282aa8b19c2d046e6248334af591e903e472a720859e4eecd8b82a3031c529a111b574a3679dd9fb005462ab74b4f9149
\ No newline at end of file
+809f082119a12f2631ba9ca6a0d721000f87f92358592a76158853b7fc716f10a98a2981072a66bd2b579b19b5643aff825ec8e51723c72d8c754a069a6f2937
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module
index a0f4609..6415d79 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.md5
index a3dee8d..a1d193f 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-1a35175893b73fe572f3c7b84c100c8d
\ No newline at end of file
+890758a66970b49391eaaf1b58b2f13f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha1
index 4060e06..6db8430 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-a20a2be2e8653dc441feba36bad41ad52b8e666a
\ No newline at end of file
+6eb93372b97325f8d8fba970fc6dd0a971c1db92
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha256
index b91058f..ece5308 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-09b509a920c3f5e3d76a3d9d430e7b7875a488f8bbbecd6a34008ea5ed5c8bc0
\ No newline at end of file
+c9aabd29b00bd97da0faaa9d6df07d90cd4ca8f1c6ddb539191e91cdccc8324a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha512
index d603a83..2772a07 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-4b0a7418d21b82ddf16ace7702bd1f6a51f6c5858334f7e7bc813abf73fe69304f8189dd86b047e0340349d0f740fa9cc19cea8f3df917f99685472a2d7bd4c9
\ No newline at end of file
+81519cb3d3a866521a732ab94abb800986ecd2b460c70a2fd3a5bb28d026f054999e4ec980fed99e1e6e62cbb7b908735e0fab04bf6dc078cf4f9b4039f3e97d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module
index bb17d0f..71900ea 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.md5
index 1eb5141..14e3d3e 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.md5
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.md5
@@ -1 +1 @@
-771800485737548a71c047552d305c9e
\ No newline at end of file
+6fe8d845932b1aee029c486c9098844c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha1
index 83796a1..2262167 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha1
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha1
@@ -1 +1 @@
-c864a301afeb2551c836ffc722a2e80016fe2c88
\ No newline at end of file
+ae149f788eca23f9bc809d5c1938d7a3df412741
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha256
index 96bce6d..73114dc 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha256
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha256
@@ -1 +1 @@
-225edb2aeae3cc2bd0036a8fd090571e7a5a7842fcb9615bac1f23354765b527
\ No newline at end of file
+a7d35cd9091cb46c1a82e4787c88e280c559bb71560ae61c9366c046357b1395
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha512
index ec42f07..321ed4c 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha512
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.module.sha512
@@ -1 +1 @@
-360e291a324d8f31a636283a8d5421b7fa0cf32b1c967dd08cd893a0467446d6a74df35f8e428525452dd6f76648cb7eafd5ca066086edad6043860ad1dbf0bf
\ No newline at end of file
+de51d63db62b5438b5cc02bd2f8b30752372572207336bc1f5a9d8e0004a30a991ab6cd2bbfb2458b0d81839cfe2403a7c18cda13d60452a5ffbbc3e1a20f705
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module
index 4c5467d..af6cd03 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.md5
index a3ed044..a8d0352 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-d79a8caab7e71220dd2b34ccf548bc78
\ No newline at end of file
+63ebbeeae433d2f703656e862229cb1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha1
index c850b14..1fd3105 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-ab48c38f26601f63bcfa6fe51fd80e657dcd93b6
\ No newline at end of file
+c9519c858f7b4c9ff6304ac8544b5996ee91c3d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha256
index 5b8cf26..55e77fc 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-b73ddf6daa6fc49d0c7b83993325be3a5b0dc4ac9e10e86fd8bc7ab2df080a8b
\ No newline at end of file
+056203e5337be06db9ea27aa05cb58366105ea36de491b36a8220ab4de14d516
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha512
index e1ec357..1c2c44e 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-2d103d742a0f308589b5525bae32dde3d5e2936412577164281048e9e2d534bd6d5f44777827d23fd9fe8946ae70ac5b4dcf7ddeb5c6db793c2bdb01c6bc34ab
\ No newline at end of file
+62c02b5f14aeb2b46cb0183baf8a059af5c200403844af4075090aa7e4e02bcc4c8f93358d478c73423f1e002f07b816232f427e24531f454e4350092049d4e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module
index 85faaa5..ed815b0 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.md5
index 05e44e4..f2fbfea 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-308a03d9f17a25a292f673a66c7aa0c3
\ No newline at end of file
+e1a329d75833fab0ddb6129b0bd680b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha1
index 03fe8bd..bee4762 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-bb451b1fd4ca9475ea901216a88bafbbb8a628df
\ No newline at end of file
+56f96c3f47e6aec3b03d2fbbbef328c649126912
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha256
index af96df3..0e78e4d 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-d51f5cd1b68e804a43a190315d218f6cf09479847d55092d385da202eb974edb
\ No newline at end of file
+df1ad42bf62c416b5a9fdcb654dfb4e4e66b54d3562a5bcbcfba5cc0b8446253
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha512
index 3a68acb..51fc44c 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-4b41aec2d696cff2937c985b1056509c8f82f8294935ab5dc1defc696da666715454657584745a5b33127fea7dc7073775042c7115a5eb03605327c5488d0426
\ No newline at end of file
+3830307e0fa4207f7f4c9f26236f12b7ef6f6e3664d24f065bd247c2270c794b97d91197100869a0a4103285c8d1724e4bacf110bec08148ee6f07b91131c37f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module
index dbb8cf8..fa5d163 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.md5
index 7420e0a..3132f11 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-5e3c4d2b5ce4b690684c429453d3dac3
\ No newline at end of file
+37e332aff5727fda9aa039c8e575b3e0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha1
index d60b91c..b1d8efa 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-e2eeb89b5ee8069a9f830761f0007fc774e4a718
\ No newline at end of file
+a9f3d59b5d835ef21a6c3b10f560b045236ca6de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha256
index 51931ba..b66a14c 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-dc10a078db0ce0bfbe84b4bbbd67d977fa0fba64f139fec3ad78823df8d6b2b0
\ No newline at end of file
+718a1cb483f839130845d4b7b04fd3109a32dab9095aca46b17f0183114aea09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha512
index e681d19..59dcea2 100644
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-b0fb67e58e0b7b3e5cb3956280f9dcb8e1be02e90658b4b5eff5373bdad9e80150f6d106f65a535cbf09053290ac3aa33d67fe52f36513de911bf3a1f4b482a9
\ No newline at end of file
+e7a67bfe4417784d873924ec53ff8ea16cf98dcd895c7c397795131cc1dfebbdaef61b89d5ac580ec38bdf4ab369ce44f43cfa3b65294ab33bf9748d72135e18
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module
index f9c65f3..72fcd71 100644
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.md5
index 62f99a9..da2de76 100644
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.md5
@@ -1 +1 @@
-6fbe52d32a792ac91daaf3af7f3a41ae
\ No newline at end of file
+3748d6906c4f9b43cd6fe04ec2f44efe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha1
index 6c59bd3..10084b1 100644
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha1
@@ -1 +1 @@
-473649d18929062a054314f44f0a9533c5cac3ba
\ No newline at end of file
+00c10af7eee26ffcc2ec827307ed97c30b79f6c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha256
index 692d956..33632fd 100644
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha256
@@ -1 +1 @@
-959e54b1b7a796000eaf6db0efa2936b2771731f88d87caa419ad6667a2e9b5c
\ No newline at end of file
+f57077ebe0366edee310c764b29d99868ede547a2d1d78c02889e56ea959bf8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha512
index 3e9047e..5a7d2c8 100644
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha512
@@ -1 +1 @@
-4327fdd52d75bb55b0a1b11cfc89f71efc0cd3f72646118bcc017cccde3107767c13fc5470685ed5d9a304e627c381746d0bd216da54db813f4dd7c93b006846
\ No newline at end of file
+2d95aaab51d677463cc68a0ffab84e610add5b2fd82e1b8dea694a2a21e2c97457bf3cd17efeee3c1946ee1520dd33fc0844ccbfa1349da3ff7843b116eea855
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module
index 375a542..3ae4475 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.md5
index adad77e..0ae1948 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.md5
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.md5
@@ -1 +1 @@
-3e7823d11dde8dfc5f18b3e799f1f482
\ No newline at end of file
+16b101c07833154f66979f7cea9dd9df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha1
index 473d321..23f9a8f 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha1
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha1
@@ -1 +1 @@
-af249705bd49da752397c2cf096e9df0cbacd79f
\ No newline at end of file
+58c32d8fc9d5bfce92575513e8ee5389f1fc1d3f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha256
index 1ff1694..8588e65 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha256
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha256
@@ -1 +1 @@
-31444de64deb111533bdc359d6e7a0d9bf49b0507feff681859f884efdf3d005
\ No newline at end of file
+046adb29f23233c58369f2afc7fa9f146ce3672d61578e7b1d7c65034311a817
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha512
index e53e0bb..d77730e 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha512
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha05/fragment-ktx-1.3.0-alpha05.module.sha512
@@ -1 +1 @@
-2e45cc4d49ed3cc9914c528f7ec0652f945d9b10f92237a50be70241d2756179c6d1b2e9438a3d390b3e328b0f490fd7c165891e6fc97e2dbc1602108cc9aa88
\ No newline at end of file
+b0e34997f67dd77411ef8297397457df626313415505e0a015c2ec939c7f772cc39754142b9a7cc28ad0d816a062c324dc60d6aae54442b8cb6d2f08216d7570
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar
index 176f738..a851b36 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.md5
index 996bcc5..e9c7de4 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.md5
@@ -1 +1 @@
-351b181684e2391080f7458ae68415c3
\ No newline at end of file
+8af2556f153df23e9d6b5074c286db31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha1
index 401b2fd..c1a9ce3 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha1
@@ -1 +1 @@
-d2fa3122d2a0f03b94f278e0e07191457878c0ae
\ No newline at end of file
+c36a2b4afc7f78db6d6e9116798bcce38c40822c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha256
index c1b741e..6d27bdd 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha256
@@ -1 +1 @@
-becdcb7bfa951a5dab8a425f3a4b01127481b17f2cdf73699622b7754c0de0ed
\ No newline at end of file
+8b4573e0deb1a6ec434e76f381c40a508b374f0d00e38f38904d41afe318cbc8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha512
index 12866ff..0608d64 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05-sources.jar.sha512
@@ -1 +1 @@
-4c993613ce2262ad57f6822cfd2ae9fd269d888bb50556c2b3392392db3087987779d01e236d1b27d5a1a4000586f25d1e9b42f88b91c8cdc6329af2e55de7c9
\ No newline at end of file
+507f34b9f3622f96a3da384ea3c65740499f84a13c346f2e010ebf35483962ad435e99975647be1508c3e7d0b78f1c5b1a0a14e0d8d2e5ffbd0e6af355ef683f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar
index 9b5c1fd..c7e8cdc 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.md5
index 6e72bfb..b45bc0f 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.md5
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.md5
@@ -1 +1 @@
-984a4d8d7dc617af20a0c3689dbe9789
\ No newline at end of file
+739dd16edd9cf183c60ea04cc4957056
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha1
index c40ab04..0720608 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha1
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha1
@@ -1 +1 @@
-f817d1d61d8ceaf265d13d810ab61f9fb9d1bdf0
\ No newline at end of file
+7e9bdb46189d292970b2c43f5993e8f71ea280d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha256
index 9454295..3f4791b 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha256
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha256
@@ -1 +1 @@
-91f6e2eccc267293b122cdfcb936489f25de8be11ce74cb011d221846a35e6fc
\ No newline at end of file
+1b0f380c8a4f1dd992bc48876f96446382a9cd0eaff4e41c340120c20e8f650e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha512
index 549aaaf..35294cd 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha512
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.aar.sha512
@@ -1 +1 @@
-d23c2a1c6e26119f58e1c0445b0d9b3b3540b1e47d2f467fa8a48558e4baeed8f4ea44b40962947dc2513986711214e18a4bbec6bbd9b02421ac7622ca46d1c7
\ No newline at end of file
+3ae4d0952cee5c7a03ff1ada6ae02367caa426c0bf6e35033ce450c5b40a0488c56465289ed74a51e3467e48b30e07cad822daf54da0375d6189d4a53ab13614
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module
index f60781c..ca9cb26 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -99,11 +99,11 @@
         {
           "name": "fragment-1.3.0-alpha05.aar",
           "url": "fragment-1.3.0-alpha05.aar",
-          "size": 261843,
-          "sha512": "d23c2a1c6e26119f58e1c0445b0d9b3b3540b1e47d2f467fa8a48558e4baeed8f4ea44b40962947dc2513986711214e18a4bbec6bbd9b02421ac7622ca46d1c7",
-          "sha256": "91f6e2eccc267293b122cdfcb936489f25de8be11ce74cb011d221846a35e6fc",
-          "sha1": "f817d1d61d8ceaf265d13d810ab61f9fb9d1bdf0",
-          "md5": "984a4d8d7dc617af20a0c3689dbe9789"
+          "size": 268324,
+          "sha512": "3ae4d0952cee5c7a03ff1ada6ae02367caa426c0bf6e35033ce450c5b40a0488c56465289ed74a51e3467e48b30e07cad822daf54da0375d6189d4a53ab13614",
+          "sha256": "1b0f380c8a4f1dd992bc48876f96446382a9cd0eaff4e41c340120c20e8f650e",
+          "sha1": "7e9bdb46189d292970b2c43f5993e8f71ea280d4",
+          "md5": "739dd16edd9cf183c60ea04cc4957056"
         }
       ]
     },
@@ -191,11 +191,11 @@
         {
           "name": "fragment-1.3.0-alpha05.aar",
           "url": "fragment-1.3.0-alpha05.aar",
-          "size": 261843,
-          "sha512": "d23c2a1c6e26119f58e1c0445b0d9b3b3540b1e47d2f467fa8a48558e4baeed8f4ea44b40962947dc2513986711214e18a4bbec6bbd9b02421ac7622ca46d1c7",
-          "sha256": "91f6e2eccc267293b122cdfcb936489f25de8be11ce74cb011d221846a35e6fc",
-          "sha1": "f817d1d61d8ceaf265d13d810ab61f9fb9d1bdf0",
-          "md5": "984a4d8d7dc617af20a0c3689dbe9789"
+          "size": 268324,
+          "sha512": "3ae4d0952cee5c7a03ff1ada6ae02367caa426c0bf6e35033ce450c5b40a0488c56465289ed74a51e3467e48b30e07cad822daf54da0375d6189d4a53ab13614",
+          "sha256": "1b0f380c8a4f1dd992bc48876f96446382a9cd0eaff4e41c340120c20e8f650e",
+          "sha1": "7e9bdb46189d292970b2c43f5993e8f71ea280d4",
+          "md5": "739dd16edd9cf183c60ea04cc4957056"
         }
       ]
     },
@@ -211,11 +211,11 @@
         {
           "name": "fragment-1.3.0-alpha05-sources.jar",
           "url": "fragment-1.3.0-alpha05-sources.jar",
-          "size": 168729,
-          "sha512": "4c993613ce2262ad57f6822cfd2ae9fd269d888bb50556c2b3392392db3087987779d01e236d1b27d5a1a4000586f25d1e9b42f88b91c8cdc6329af2e55de7c9",
-          "sha256": "becdcb7bfa951a5dab8a425f3a4b01127481b17f2cdf73699622b7754c0de0ed",
-          "sha1": "d2fa3122d2a0f03b94f278e0e07191457878c0ae",
-          "md5": "351b181684e2391080f7458ae68415c3"
+          "size": 168834,
+          "sha512": "507f34b9f3622f96a3da384ea3c65740499f84a13c346f2e010ebf35483962ad435e99975647be1508c3e7d0b78f1c5b1a0a14e0d8d2e5ffbd0e6af355ef683f",
+          "sha256": "8b4573e0deb1a6ec434e76f381c40a508b374f0d00e38f38904d41afe318cbc8",
+          "sha1": "c36a2b4afc7f78db6d6e9116798bcce38c40822c",
+          "md5": "8af2556f153df23e9d6b5074c286db31"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.md5
index f2c909d..d95b45c 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.md5
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.md5
@@ -1 +1 @@
-dd4da0ddca425c922d0bbe999f0b1a5f
\ No newline at end of file
+20bb5ba2de7af005c5bb46fabb72d050
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha1
index f4d0f38..a7cd536 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha1
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha1
@@ -1 +1 @@
-c91545ff29a810b7d54993a3ee51d01a7ec52eda
\ No newline at end of file
+2923c1b25b29e7eae8c9a5619a033e72c906ead4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha256
index 961c992..2a8168f 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha256
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha256
@@ -1 +1 @@
-01c2bff7359320bdb8507a3f0ef4f22619d8a010ec555dd064a7282cf2b1c161
\ No newline at end of file
+4f0bbb333aece5c4ad102dd46faf0f84c74ccba3974a2879bbc46e30f7840c10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha512
index de7f715..2aac605 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha512
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha05/fragment-1.3.0-alpha05.module.sha512
@@ -1 +1 @@
-7ba7a46b9a5ae968ab9fdb5fcd15f86453e61e51b96b78ed06cb4edac8d6bcb59f40a9ed280d909277336b815f57dedc22f1ad2c9d9a764233cf01b728704379
\ No newline at end of file
+b158cff02800ab5d439e1b74032df0101b903f6eb3cfeb2e70323a86e3bee999f2f4ae013d44a89ea6034f3c9b76ad7b4fa49605852e66ad2423227f876e42cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module
index af6091b..fe919f0 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.md5
index 074e2ea..7c2d32a 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-00aa2d2bae96e04fded5a7bf26bb9487
\ No newline at end of file
+b3724cdc3be41a6acd5364e9962ace9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha1
index f300ea0..8a05901 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-1403ecc752159d05ecf20fb7473635e19bca3a92
\ No newline at end of file
+a7edcee58329de2f6d3d765c60d42ca66e56a049
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha256
index f7e4465..77e921b 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-c1730f5446e46ddf6de5255cae7ae50af223f9feeb8b6878bed109ecf4192773
\ No newline at end of file
+458481284b3c55d5c561b6b9236f4d85136bd84aa99b1b8bc1064f559b7a4e37
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha512
index 643c70e..20ab64d 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-c64c443310efd561b891038542f2c077053e089a778477868320123a1d707827fd11f3170501f29e5ef63d834b2c27ddca27224f3df041cdd9d734e5f9b75729
\ No newline at end of file
+55d5078345b9aa2358026e310f90d54d37b71d54b4db562c0d4356cee5dd8695f074b74eef70d7361d39a00fe5e252fde9251922dcd2f3eac6af86cccc203d2a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module
index d45c726..d472f9a 100644
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.md5
index d9e8e04..309aea9 100644
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-6dea53fc2cc467a7975776d6eee4a379
\ No newline at end of file
+3f9127e65ce07e6e59895046fac11101
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha1
index 489dbea..72a1a99 100644
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-95c37ac1df67097f2803d144daf8d4e74e1b681e
\ No newline at end of file
+ab1423ec77ee0a5d3eeefe8f7e15ef34a6c344ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha256
index 0e13b4f..691c05c 100644
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-8b07bff8ea735f32bf701d10ff0894d8c6ebe9eee3787a1227ef0cc912012e18
\ No newline at end of file
+da8ade30a8d7ee1b2b3a148deb4c9400d59c9c0a8ff09fd2b439bbb6fe6503d0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha512
index cf173fa..e03d1c2 100644
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-778a15d34b46e4fb614bda8b8857f01d75feb2d5c747b2d07fc417a89284f6953b36b57c3734c7cc7b68e719e0308325b30be2b9ceed2c1fb0a679455625b891
\ No newline at end of file
+9d6aa2595e6eb69eb511ef7a3d2287347322e98c85e33bb3e104a8103cc15aaefb679a6aaf723dcbeeea0ab5ce0e99bc31f136c6639b1ba73d49dde473407201
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module
index 978b1d1..367b264 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.md5
index 9a38383..ac2dbf2 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-eb6a7dd466ed84ae672bdfb04245898a
\ No newline at end of file
+c7527b2837fbf8d05e9fc0719045fd56
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha1
index ab40040..cc65225 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-d48e5cadd367b18c0006e0f6c25aa4d4ea0b5d03
\ No newline at end of file
+7b74c87aef4bd09f81c6a2e3098310eab0237187
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha256
index 8d95043..ffbd416 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-f28bdbd8d3b056656a0d28e361b4488b26cdb16a426cd8ade3d3a2829d75f198
\ No newline at end of file
+7893150d24871074140f224e82dc60754c464a1c2f8effeaeaa74986351c8728
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha512
index 642de85..af64f3e 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-c735e3909e226471600b5c9800bf2c87ad7404028ce56d39a268d7d8d092f0d538b42b0563693831d2d83b822fbc41d4541ceecaffc321c9d39b03c1d4d8c1dd
\ No newline at end of file
+07b88113a78ad56c89c761e5148aeaee1cad39315ed0440c29e6269a9fa39645065b30b82b05c0be1d99f2595ad60aaa05028a8a13d63fcdb2f6325faeba9332
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module
index 5e338ab..824b3d1 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.md5
index a3a3f1a..6526cb6 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.md5
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.md5
@@ -1 +1 @@
-3d4f3036f5485d2dffd74dbdc97b3dd2
\ No newline at end of file
+a10b71fc1ae6c543e5b419b5b33721fa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha1
index 9e73a40..9faf4f5 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha1
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha1
@@ -1 +1 @@
-8ed5ef5188f12384beff98dd2ff254a2ec9430bd
\ No newline at end of file
+4ca8894ec68bd385478582d8a3197608e18bdc60
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha256
index 63ac887..459635d 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha256
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha256
@@ -1 +1 @@
-0e50ff62c187817037de429788643c65d2eebe33e5d94e88138a04710f11aa1e
\ No newline at end of file
+44634e48137db126cf2c01b14ca0943f7b85f697485c86a62add957880c08818
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha512
index df7d9f7..1d02f8b 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha512
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha512
@@ -1 +1 @@
-9bcb050212817edfe7546e2033b56f9a1773f8457acc0a97737b14a9eed4c2f31a5763f46ae4a9a8561d2d6620c877235f4fe5ade15713b6dfe01beb818b9988
\ No newline at end of file
+c90b43bad9621604b1939f9213960a3224871ea3538031d97dee69b3212b3db0637928d12c91588e93e2bdc15035802e93d4344ae78c836b0213e7181006d1a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar
index 363270a..4495558 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.md5
index a96131c..71d93e1 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.md5
@@ -1 +1 @@
-06ca31208aad234eb7a6b14535d197a7
\ No newline at end of file
+8cd560ca09054b8a00ec83bdf691ddea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha1
index f16ecf0..9a2e5c3 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha1
@@ -1 +1 @@
-7c54cb79b17dc569a4d97675ef3c9a604fa2a3c1
\ No newline at end of file
+cdd0b3093cdbc462373e1e734e8eddb75c469d95
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha256
index ffaa816..219f2a2 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha256
@@ -1 +1 @@
-135cdaf2704cc1cca874c502f912d4fe0a81367a42972f2379ebf641a5741a7b
\ No newline at end of file
+936ab8a36621e18328d24712b3c496226e6bbfea844a0b83f3480d26de66e31e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha512
index ae5861a..5ea0247 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha512
@@ -1 +1 @@
-378f9b22fe3aaa3f56f12da864324150a9f8ffd63453d807c2b6f2849256fbcb01922eb373426fde8960a81e15eb1464d48be5910e3e72c34c30acf2e4eb1841
\ No newline at end of file
+804da9c31796b87135deaab2ef9b71c48b8194860818fd3fd5a1bd53b026c4b7f1ba41ecd01f8affdb9a7392a3657e51c2f3361cf8427f74d45e635923b3ed10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module
index 50db484..dfa7398 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -176,11 +176,11 @@
         {
           "name": "leanback-1.1.0-alpha04-sources.jar",
           "url": "leanback-1.1.0-alpha04-sources.jar",
-          "size": 655301,
-          "sha512": "378f9b22fe3aaa3f56f12da864324150a9f8ffd63453d807c2b6f2849256fbcb01922eb373426fde8960a81e15eb1464d48be5910e3e72c34c30acf2e4eb1841",
-          "sha256": "135cdaf2704cc1cca874c502f912d4fe0a81367a42972f2379ebf641a5741a7b",
-          "sha1": "7c54cb79b17dc569a4d97675ef3c9a604fa2a3c1",
-          "md5": "06ca31208aad234eb7a6b14535d197a7"
+          "size": 655298,
+          "sha512": "804da9c31796b87135deaab2ef9b71c48b8194860818fd3fd5a1bd53b026c4b7f1ba41ecd01f8affdb9a7392a3657e51c2f3361cf8427f74d45e635923b3ed10",
+          "sha256": "936ab8a36621e18328d24712b3c496226e6bbfea844a0b83f3480d26de66e31e",
+          "sha1": "cdd0b3093cdbc462373e1e734e8eddb75c469d95",
+          "md5": "8cd560ca09054b8a00ec83bdf691ddea"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.md5
index a086f76..4169942 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.md5
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.md5
@@ -1 +1 @@
-fe8266a9868b03e369fa9ecfe4a42f90
\ No newline at end of file
+4b97d586efa8456e8f51fef79a31f6a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha1
index 42d84ae..64b59d7 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha1
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha1
@@ -1 +1 @@
-82f323a741ca3f0e7b3f8f745c0fbb52eced36f3
\ No newline at end of file
+cc2ef8c5dd31e355a208f4331af3aecdb1243b7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha256
index af0776c..a34d85a 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha256
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha256
@@ -1 +1 @@
-faf9c0e90aadf95e425dd798f1eb5329741216295d03e74bb9b0fdc1df9127e0
\ No newline at end of file
+9bbcfaf77ac0835686948ff31970538889a69d8963ff46b9ef60629c15d7a01f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha512
index 2f5291c..f688129 100644
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha512
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha512
@@ -1 +1 @@
-2fb5d0b3a45e22c0a1f47c7fb12d050291d1b5ee4aed97dc71d76dc3bdcc18bbfc4ffdc07786b12129fbcd48d3fcd06ea0ecd7b9576d5f261982eaf76b3e0d8d
\ No newline at end of file
+80020552965cf92efcd7bf5fd79c5b5c6cd6ece3bfbedf26dc939cecd146401a9cd0fbc005daa325d2198484871a281b9d0a3d43bfc2ea4552d9b98dd11c39b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module
index 97ead88..c3388f4 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.md5
index d8ca5be..1f58140 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-aac902dc7c3cb3b21861d799636cdd81
\ No newline at end of file
+a8d64acd1c3848d1a1499754e4095ad1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha1
index 6c7e51b..82a4c34 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-5ec0af6f380b4de35dd1c0cb2f01eecdbf5510ab
\ No newline at end of file
+8f98d20f16b102e5fc389e24cebf6a5019cb490f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha256
index 5f9564d..e4e889f 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-a43b999c8a38b394accf607985ddc3f591a18ae3abb4b115dbcb737529986f3b
\ No newline at end of file
+3f7c9b3248fdec79d7c864d17bd3cff56969f8862f5dbc39ef91b0b4ca4492da
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha512
index cfae6d8..eee3934 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-ef32a42fb3ba398fb535543b3345b74d0a5b8989f1efc94d8f8ee127f4f05930f90e8d1e8630511f67a59c0534388913452983eee8d21fc55f22558bfcbc9d5a
\ No newline at end of file
+6af9d1b7aa9e1ba4c88529de1e556c7a6dfbe2ac1491aa840b92052396f05a7b905c3904297259a041da96f21e54ccdb995814e45e204ea285061c049fa87288
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module
index 309b596..4f7b944 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.md5
index 21efc16..a305848 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-4912a5bcd07361e936a9a7a932f99000
\ No newline at end of file
+cda04881dce92df080c9d81f11935c4e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha1
index 35efee9..9e86148 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-c1aaabae28b0ff4a8d188c575f790b3f510b4c0b
\ No newline at end of file
+607042314ea3cfe895901c5327ad5311ef37119a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha256
index 22fcbe0..08cfdae 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-ce8f0fddf996eff8208cbb2fa5c23e3516fd823221e3851453160d9f2fb91644
\ No newline at end of file
+2edd092dccf0d72ebb6d8809a9115de9a6add47bee7805741eb3bd502f76af43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha512
index ac2841d..37fe9bb 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha03/lifecycle-common-java8-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-8deeb14e58dd25c425d8f50115e1b3ea48365e94d9dce3564b14da7615c41842021bc3adc67839f2855df8087b8030c7f9cda572ee69f080485ba93cde16588c
\ No newline at end of file
+3a8eff943caac3211284a39a03af9679bdd6201a708d9676c655b7ca3a3f1e584a642d69f56c1a779477e64e0eacf9f434fecfa4586ba3bea704cc6dfab98dd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module
index 0818393..a5e33d6 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.md5
index a535f98..5645eca 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-3a0a442953211a435b9ce08fd8b3cbdd
\ No newline at end of file
+fe2d990c09297ded6a38d0dd6180c5c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha1
index 0e29c5a..e78a966 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-c6a5feec1e53ef43ac7e806f074c6c1c2d0aed79
\ No newline at end of file
+bd0c88452d11d028b8b212bdd64025eafdc2973c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha256
index 38e2a5e..9d5f474 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-2fa60755aeabf5b9eeedcf474418ca843047189e737999f52df6a3cd2a5d567a
\ No newline at end of file
+8d4b7a9f1412c06cb5c9ac80be4c227af35ae3eeff4b872ac267b037e6cc5d88
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha512
index 289cd7d..bb5f2f1 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha03/lifecycle-common-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-735303104ad3b02d50f6a8fabf8a3efb6815105500aced8d55bf54df326f2f3b6a7f984fa1c7d35d72f1897bf0763486f7f86a7ee0ac44961959518bb25fe873
\ No newline at end of file
+753b363911f0a0ee56b5bc9df9bbbd8b600c4a8af36ac1eff3782e06de72471f6748b149396d6bec01d7272e2fb35d5f100c01bc7985c70a0bab1325ef43d222
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar
index 3bfa7cf..a0cae95 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.md5
index b198b8c..6ccb5b8 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.md5
@@ -1 +1 @@
-4ca1df9314f3c2cb15537cd52f9744bb
\ No newline at end of file
+983e9a0c5f55b953f33308048fb31cbb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha1
index b5c8a27..09a03e9 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha1
@@ -1 +1 @@
-30c569965b4640a728355b2956ad7893acbc3394
\ No newline at end of file
+b402f069a95ec4e88147fc4d1c6f60808a089c16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha256
index acadcdd..96ad2a8 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha256
@@ -1 +1 @@
-56ee4f03f4c0e1b0a3fe1edd52d0027ccc7f5fba89f7af774d83823c92f1a18b
\ No newline at end of file
+c46564c6bd7e3bdb353f56a39779b2ee73f0694781befd1c1a2003431c508173
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha512
index 1f23ca2..43062d2 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.aar.sha512
@@ -1 +1 @@
-3e9b02e4dc1a627df5a83b909f1e57cdcb5e593e7c8bd1e19452c32eef6e4d068b5912470d82fc54154acedec4bacf91f7dffd4038f257045e69740f74ca0c7d
\ No newline at end of file
+32cb11aeca834d339006115bcba0a9105da612a59c8551fb75a882809a27ea08acd579bc185b921f56991c0ac0283f94cd7e3e2b906c93b270cad344b1468baa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module
index c5a0f52..51b08d7 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "lifecycle-livedata-core-ktx-2.3.0-alpha03.aar",
           "url": "lifecycle-livedata-core-ktx-2.3.0-alpha03.aar",
-          "size": 2914,
-          "sha512": "3e9b02e4dc1a627df5a83b909f1e57cdcb5e593e7c8bd1e19452c32eef6e4d068b5912470d82fc54154acedec4bacf91f7dffd4038f257045e69740f74ca0c7d",
-          "sha256": "56ee4f03f4c0e1b0a3fe1edd52d0027ccc7f5fba89f7af774d83823c92f1a18b",
-          "sha1": "30c569965b4640a728355b2956ad7893acbc3394",
-          "md5": "4ca1df9314f3c2cb15537cd52f9744bb"
+          "size": 11493,
+          "sha512": "32cb11aeca834d339006115bcba0a9105da612a59c8551fb75a882809a27ea08acd579bc185b921f56991c0ac0283f94cd7e3e2b906c93b270cad344b1468baa",
+          "sha256": "c46564c6bd7e3bdb353f56a39779b2ee73f0694781befd1c1a2003431c508173",
+          "sha1": "b402f069a95ec4e88147fc4d1c6f60808a089c16",
+          "md5": "983e9a0c5f55b953f33308048fb31cbb"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "lifecycle-livedata-core-ktx-2.3.0-alpha03.aar",
           "url": "lifecycle-livedata-core-ktx-2.3.0-alpha03.aar",
-          "size": 2914,
-          "sha512": "3e9b02e4dc1a627df5a83b909f1e57cdcb5e593e7c8bd1e19452c32eef6e4d068b5912470d82fc54154acedec4bacf91f7dffd4038f257045e69740f74ca0c7d",
-          "sha256": "56ee4f03f4c0e1b0a3fe1edd52d0027ccc7f5fba89f7af774d83823c92f1a18b",
-          "sha1": "30c569965b4640a728355b2956ad7893acbc3394",
-          "md5": "4ca1df9314f3c2cb15537cd52f9744bb"
+          "size": 11493,
+          "sha512": "32cb11aeca834d339006115bcba0a9105da612a59c8551fb75a882809a27ea08acd579bc185b921f56991c0ac0283f94cd7e3e2b906c93b270cad344b1468baa",
+          "sha256": "c46564c6bd7e3bdb353f56a39779b2ee73f0694781befd1c1a2003431c508173",
+          "sha1": "b402f069a95ec4e88147fc4d1c6f60808a089c16",
+          "md5": "983e9a0c5f55b953f33308048fb31cbb"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.md5
index d0f21ac..e8de05f 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-013256e2bd5e8ac99de1cc53a9f0bb8d
\ No newline at end of file
+ec45cee9f6844853ad3b7c4ee473c2b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha1
index 94515dd..269d52d 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-747a7e5469a03d71893e8d5495f85ba277b9e81c
\ No newline at end of file
+fc13be9ef682a02318bb4b625974c73194faa23c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha256
index 0e883a5..91ac67e 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-63e0b62e9d5c411ef4d48c9eaf1b637e9a0da7664881472c6bc467d10ae1b7b1
\ No newline at end of file
+54972d47fef78e82143fd1031ac084bf4f9e8ca14a25fe8a2ca808067deba31f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha512
index 4591132..2189c9d 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha03/lifecycle-livedata-core-ktx-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-20667667ee7078f9fade91f641f3c08b63539021fac97184b0a8fb7bd3fecb45c550bcf5452edac3219a0ae85ebb21367f6dbb8c6a2a493e7882bccd55070c63
\ No newline at end of file
+bc0d8d95e87ade4cd64bd323af87f51c59cccfda3bcc5445bc20fb71fce3b5b2177f2169d6e3e885c1d9babbafe7226ce2cad14222cd44a52909d56ebca3ccbb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module
index 8b27212..5437f6b 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.md5
index e0f5cef..f9329b7 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-38f2d1898b6d0d3790ebc8c7b9dcb1be
\ No newline at end of file
+6d396a711d52eae9cdd2e88c7fdda176
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha1
index 6ee1d6a..ff2dfec 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-a6cfe2c5525da33ae05e4cee70e9e036a7d48bd7
\ No newline at end of file
+62eaa6d3002c494311b98124d9f228f8e29719a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha256
index 3491d24..1f6c052 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-d1f22dbd3fe2bbf44e15478077c3a89f7bb846f0d1ab14c28ad79ddec65aaae5
\ No newline at end of file
+d6b36a1ca85bc4e802bbe997a383b5d6e2e6f134edd0791bd58b815023cb0326
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha512
index baf6545..d74f45c 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha03/lifecycle-livedata-core-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-aef92706ac46c0a55774de84c249c1877387f8bec6fea5d077863dd6248d7429f96aa2b9aa636fc22023e76109ab3d9ab3cab2d737b760c22cbbf2ebb5549ad1
\ No newline at end of file
+fbb9080322ebacae359a3479b22b5946b756a43fe9d8369e2e6a74538615c89fbf1bffbfe1b17b53387502a6aa8f7ac2c815d763662992302cbb503d735b6ce6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module
index 29cc3e0..a4cc265 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.md5
index ce7759f..05b7669 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-8f31844c2147d95fa85de634fd2bab06
\ No newline at end of file
+84cd360bdf7b372651f44558ae546ca0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha1
index c942363..eee8ca0 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-bd6bc674942e41031b9eb56e6d06d3c8ef980672
\ No newline at end of file
+cb3518aaf0bcc7a8088d963bf4256ae0c1d28132
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha256
index a62ad1f..37156e2 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-9bc42dd04366b31ef1cd2694b21a9d52f9bc38a1341610aa8c974e5aa2621a0f
\ No newline at end of file
+a4650d1c06b1c55816b1cc1962abb16665b8cecb15e5f3676d8ff5de8ba30aaf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha512
index 6e7466e..3392fdb 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha03/lifecycle-livedata-ktx-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-a2c9070e1d674c9ad6fc26ffbe5aa235dd9b88e1e2c887ba032e6382a138abe7559fa71f8f3eb1dfd8d741d77d997391249bedd47be091f0474ab09df43d4961
\ No newline at end of file
+a213f56add8785012a123b037a6991ac193f1791160d1eab959f5f102d703bffad6d27a4a6fa74669db46b65cdbac9b4b8a85e5ecdb29d5f340db82c7fa7f1dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module
index 860bb7a..da374f3 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.md5
index b740db9..6cf1aec 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-575d57f0e83bd41a1afcb5686a5a6ad8
\ No newline at end of file
+de419408318f83504b08e80c8cba6509
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha1
index 9947ce1..db01fcc 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-31cedf62c0c6f3dd51a3c735c9b6775a5662631f
\ No newline at end of file
+c1d8a52bd5ebfceb817eebed6dadc9cf4f609f6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha256
index d95be08..63fb56e 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-234b81784601b2869c0b97fe1480199d48192bec9705a892d90af5ba3e51ff7b
\ No newline at end of file
+49d9836e7fa1c1940f387a4c5008761fed177a1561bb276eb79ab586851e358c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha512
index 523c861..286f73a 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha03/lifecycle-livedata-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-7b1cd00d4cb3de7a34f097ab90404f7ff77f5b2d2e9996946948f3871fd5011e05195498edac9a029a627ac440503bba839b7b02d40a9047a0b2f2314b5425a8
\ No newline at end of file
+3c8d6fa3b242c961bc560f120d2e5902ee709d1f0ecff0975e9b778b7374461c90d4313367e750afc028bc168d7dec3c07a1c2c874815cbda2e5daeaf1bed210
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module
index 51386c7..29f5264 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.md5
index 9f6eb7f..0e41666 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-e1343a932fc5cea2fcd82fd393b96d2d
\ No newline at end of file
+800af753c936e58be39aabc356c7a2a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha1
index c215ce7..f31edaf 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-6cfb1a9253ef0d183c93de7105368d029bcb619b
\ No newline at end of file
+a4db513ae6aa4b6c3ad9b3d7f6a8407a722570c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha256
index d3f782b..2852270 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-20400c8166874d9b59abf47053d1936142f7af4ce9a7caf1493a953949b7019c
\ No newline at end of file
+51f18a42b95e59df42e43c8a23cd9cfb1de826245a52d57d8e032fac9a9becd7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha512
index 45a3189..0ec6e8b 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha03/lifecycle-process-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-df0ee631e714af2eb013b6cc4086cb369163277b5f71488b7952720583a353d59653f6674d1a2646a4114ee9b1dbfda5ad95361c42c3be4b49216da3cf7010d7
\ No newline at end of file
+b4762e235288ab9d0be230991a2a2fe5d05c80e4a3b5e79e33268f2fdb18a2d6762739c2e4f185f2d5661eb74e795a936c9140846fac017baf8bfb3c63493039
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar
index ff49a15..f3c7a29 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.md5
index c08de5a..74eae5a 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.md5
@@ -1 +1 @@
-6761da26cd041e8b3f8330ee91abeeea
\ No newline at end of file
+41e37616e2480e06ad7b74e606cccbe5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha1
index fa22043..a55adf7 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha1
@@ -1 +1 @@
-2c3b1fdc776d10a9cdedaf0b66248ebad6e6d946
\ No newline at end of file
+c82fbd35c4d774ceeb0970df55c653dc3dfe6583
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha256
index 1080af8..883e52e 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha256
@@ -1 +1 @@
-cdb5a80cc4eff5631fab4698574d5c7e205fb0d676fb668dca941cb819ce590d
\ No newline at end of file
+b68c69d99404b3dd80ddf4576880542a9ca5c19716cdc7484821f1629a7892ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha512
index 360fcda..6ebc766 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.aar.sha512
@@ -1 +1 @@
-8607d44ea958bf0e3172e7cf4cf43094db5632078e5f49bb7a097e50a306f4f0f00e298fd7d44bd7433e26801dd37e04978226dc66c6bceed01c93e744329a1c
\ No newline at end of file
+d89497f6bd9c06e86841a177a37e7d43a25bc11e9118bde3d14dd40690760065da805db63a4ad57a1a39ffa8515db125f8d055c2b0b649aa4470961dc8b1e6aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module
index beb2470..f3d24f8 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -57,11 +57,11 @@
         {
           "name": "lifecycle-runtime-ktx-2.3.0-alpha03.aar",
           "url": "lifecycle-runtime-ktx-2.3.0-alpha03.aar",
-          "size": 42512,
-          "sha512": "8607d44ea958bf0e3172e7cf4cf43094db5632078e5f49bb7a097e50a306f4f0f00e298fd7d44bd7433e26801dd37e04978226dc66c6bceed01c93e744329a1c",
-          "sha256": "cdb5a80cc4eff5631fab4698574d5c7e205fb0d676fb668dca941cb819ce590d",
-          "sha1": "2c3b1fdc776d10a9cdedaf0b66248ebad6e6d946",
-          "md5": "6761da26cd041e8b3f8330ee91abeeea"
+          "size": 42511,
+          "sha512": "d89497f6bd9c06e86841a177a37e7d43a25bc11e9118bde3d14dd40690760065da805db63a4ad57a1a39ffa8515db125f8d055c2b0b649aa4470961dc8b1e6aa",
+          "sha256": "b68c69d99404b3dd80ddf4576880542a9ca5c19716cdc7484821f1629a7892ba",
+          "sha1": "c82fbd35c4d774ceeb0970df55c653dc3dfe6583",
+          "md5": "41e37616e2480e06ad7b74e606cccbe5"
         }
       ]
     },
@@ -107,11 +107,11 @@
         {
           "name": "lifecycle-runtime-ktx-2.3.0-alpha03.aar",
           "url": "lifecycle-runtime-ktx-2.3.0-alpha03.aar",
-          "size": 42512,
-          "sha512": "8607d44ea958bf0e3172e7cf4cf43094db5632078e5f49bb7a097e50a306f4f0f00e298fd7d44bd7433e26801dd37e04978226dc66c6bceed01c93e744329a1c",
-          "sha256": "cdb5a80cc4eff5631fab4698574d5c7e205fb0d676fb668dca941cb819ce590d",
-          "sha1": "2c3b1fdc776d10a9cdedaf0b66248ebad6e6d946",
-          "md5": "6761da26cd041e8b3f8330ee91abeeea"
+          "size": 42511,
+          "sha512": "d89497f6bd9c06e86841a177a37e7d43a25bc11e9118bde3d14dd40690760065da805db63a4ad57a1a39ffa8515db125f8d055c2b0b649aa4470961dc8b1e6aa",
+          "sha256": "b68c69d99404b3dd80ddf4576880542a9ca5c19716cdc7484821f1629a7892ba",
+          "sha1": "c82fbd35c4d774ceeb0970df55c653dc3dfe6583",
+          "md5": "41e37616e2480e06ad7b74e606cccbe5"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.md5
index 282d824..dcf3d60 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-7a6602db4301029405778c763f4051d0
\ No newline at end of file
+68eefdd0f81544804998b1f7c7c6b2fa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha1
index f365352..f21d688b 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-e9cb7b7836df2f28184837285026aff19bf1ac8d
\ No newline at end of file
+bb489d52f30680bd2ab2f8bdd12fd853c1863957
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha256
index 33578e3..04c2dad 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-9ee1ccfb4acdd23109b0305a4445770f8183344ee0b1b037a903c0b0fed1ebe3
\ No newline at end of file
+bf2141467c32172701e019f21a124a799cbc100eb1dbf8fc08a33c516b2678e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha512
index 0377048..1a34c57 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha03/lifecycle-runtime-ktx-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-e417da11aab00b309837eada10b564dcb45429f6e0613268d21ca1f1157f66c31c17f316f8e8f0b87c992df81b477aebe95fecc31bef3b87454789146a8080c9
\ No newline at end of file
+749d45821ad25ae7e9a8de5ec9ff6afea12486ba1daef7e4af2b9f18eda9e976d65bb14297f2bce797b43c0a1122eeed5846a2af16e23dba81f3878ace96852e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module
index ee44a4f..335bde5 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.md5
index 26e93ab..df79e88 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-8b6b0f9170d39cdba9074228d48e7229
\ No newline at end of file
+fe28d85fe22304ba39a2bfa0c8067314
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha1
index cb356f8..081d6a2 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-05f5b8c9d778d27ec08ae5f4a36749301793a8e3
\ No newline at end of file
+11715dc0ebae34f3ff9c98ca5e5adafb19f31d0d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha256
index a0c7bcf..4ad7aab 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-c475ccad6885aa29ee2cab4bae078debd31037c4d3e990e68fc0ace0d75904ca
\ No newline at end of file
+9c0aa0def64d7e6229bd191ea88b318c99a65e1dcf87e3d9f5e984996e3656c0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha512
index b39cd48..5675063 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha03/lifecycle-runtime-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-1f2d273c09156c5f9fd6527702ef81af2f45ebd0d3d2d338abd82a44d5fb6b84be3e417f858cf86de3ef70fcfe96144c2ca4146e0ce5f3d3d047280cf541c73b
\ No newline at end of file
+ce037c7156872c4fd927e882d1c21a0beaa83f56fa6d9df4a66fb580653902200ac7e94152f60e5fb561cdf24aa4f75cae493885ecb9ebd3b0d899c5f81dfada
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module
index 80a1759..db523ed 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.md5
index 8ada090..36d80f0 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-8dfbf856932d3a755f8b9da2652fcf3e
\ No newline at end of file
+38693dc75c232b389c5dc430c22504aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha1
index 884ecc4..19bbc90 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-03b8d877ca5e7cd4d47d2bf4fd641beb507c251d
\ No newline at end of file
+4c5101498b95f71cfc17fecfa556e9f304bac815
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha256
index 93dba8e..9b4bb0b 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-51bcd383859c8043ed86691de5356b9c6081665dded2a83cbd7ae1c80de2dc9f
\ No newline at end of file
+43244e8f296ea7b75c87ecb022ec8327d155ba536f3be845b72ee3a628cea684
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha512
index 1981d9c..c4eb9be 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha03/lifecycle-service-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-20d64710e5e45866aa8f4e7b92437f1ec2317f5b975d7716fc028c0f4f375dac0ddccd8358c78b21b27e173433f47acddb34c2cc895877a683475abcd01f7a2d
\ No newline at end of file
+307de7ca28d528d0e1725ccc5819449b888cbd50d71bc81e653b52c27a14e720a12243ddae4b0b372abf233c4426a8b3c5f553e9eeb9522feeb8286ec842eac2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module
index 6eaa7ff..70e4e63 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.md5
index 87d6491..746da7f 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-e40e2f6140106a8d2e661ae1286dc852
\ No newline at end of file
+8a8b9a8097f8d3d9d5c6ef7b4ddf1e7b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha1
index d95bf8a..e0b879f 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-c771cce5714f496aec390fc77dc1f19bfff63777
\ No newline at end of file
+188580738187043a156e8f2b48ed4205bfbcb924
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha256
index 07cef54..4a5a235 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-61c9b85d1714ca98fd9d0f6887fbed8f3b11c2610bc6d8caa767bf7d4900569e
\ No newline at end of file
+7b158a5941d3e7007e6695e1c89907a6d737618c526822a2fe9587d797b930b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha512
index 1ab8217..8def5b9 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha03/lifecycle-viewmodel-ktx-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-398579d3832dc7b0ac68865789959f78fcc2e57301f43dd8a3778709de38d38784cc2c8fb39826b1dd14cb761978f91ee8d4a4ff33dfb2c600912235c6b186c6
\ No newline at end of file
+c010f9f9730116bc31dec8898b621bae9d5f29c2492ce08231aea1f30a18c7aa233c9eb12385e56b9c00074a95800c177dfd48c8bb5675be2e55074631a66c9f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module
index 9eefb9d..2987941 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.md5
index fc0faac..b96f560 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-f0c22eec2f53b133db2802f037451d19
\ No newline at end of file
+742d3bf491b297311562ef15029e3dcf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha1
index 2bfd362..0b49775 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-7c21c01b942d2e709173f7b436f2e819ffa83693
\ No newline at end of file
+f2a87162db8450da375f65b1336eb73a77a582a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha256
index 1995cda..c00e5d4 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-cc5ea3e50af4710c0f8bd5eeb370f88842c0ae3294fb74fddeaeb387a0e6cb62
\ No newline at end of file
+c4a929b16a86a89e8b8614a1d196792ee404b88b5b1ab04223dc30ade00aa364
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha512
index 65aabd7..9d994c2 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha03/lifecycle-viewmodel-savedstate-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-7562a72982acdec0fa7ba86e9f26a6235f7e44171d2553e89a1ad381ec19153140e923762fc7fb71ee3e9d4e2c6c18fe3e1cddb3fd540701b0f5a69159cb5b7c
\ No newline at end of file
+1bf82e32196b2be0f666a8ec88e33ff967e9c959817eb73cbac7841ff8de31bde72cfae60eaa4212144d78ba2f80ad29c6a9f3cb66e818787356875561f8110a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module
index 95d2a78..5e16b2d 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.md5
index 098f59d..680d98c 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.md5
@@ -1 +1 @@
-b1f3d9bd778b52ee052e140c47443cdb
\ No newline at end of file
+3d9343eff73944ee52350d575f0a4705
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha1
index 3495b25..41cc078 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha1
@@ -1 +1 @@
-e5bdf6b1c5c86d0c6e46d8e8f3aaaedcc63785f0
\ No newline at end of file
+00a1a80ddbb044afbb97e11d24095d8fa96fd643
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha256
index 5aed038..b60355d 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha256
@@ -1 +1 @@
-54efa443069074d412abfae52f273118ef5dba81ed00ab5c246e92d9b125d05a
\ No newline at end of file
+b05163adec88f069370e7df4a6d7ddf5d766fa23436eddcd8ba36e01fd9625d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha512
index f81c2b1..5239ff5 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha03/lifecycle-viewmodel-2.3.0-alpha03.module.sha512
@@ -1 +1 @@
-c7141dd0c5f27c6ddb44d7d73482ea3eda1a2a3521a1f19c76be186e2248af1f4399ef2b92b95eaa9c6e950169ba711bf1c6336e4dd0ac6a6bba931ac9448730
\ No newline at end of file
+a61f8c289c559719d038cc6e983a36d8a6d50aea92360f3287439e3478dbba5e96a3b95e0ff81a1bdd7222916692528c72509e18b1a1ea3d070a7afe720af8db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module
index 8b8bb90..6c8c03b 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.md5
index fc1043d..633b4b2 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-16069d44d778acd2ef10a4ea1c1fa3ac
\ No newline at end of file
+e1244de524627f621307e02c6f438a7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha1
index 52c377b..a8d5fb8 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-c7492583ed8ba717eec8084c2d3dba6a0d1843bc
\ No newline at end of file
+368a49119e0d9f364d9b1f0cd51b21ce93b60165
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha256
index ec2f439..d0e0d05 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-1377d1d583903be522f2f1bac93c14c9f02b8ec2b8eff2600353c445e1182989
\ No newline at end of file
+63deab4f0f39051722ff4447ef4746ce300fe7a2ab3a7b9de0674c0e6ec5e88f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha512
index 868953c..677c71c 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-48a99c27e111838aa8adaa65ec6ea626b77b84fd37a2b8981f9ab534917a00233b7b38ea2c1c05dd2456c67e7940414544fdac896c3cd2b4fdecc33e00835eb2
\ No newline at end of file
+acf54b8bc80fb5d1fc3a540361d9f67938ce1a3b510afdda5e95f28148d14d35b7deec63246738de5b8a22b3bedac9b2edcfd4738722f61773202705495d1001
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module
index d65bbae..5cbd32e 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.md5
index b384125..747b778 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.md5
@@ -1 +1 @@
-b259edd86c3074a95144ae89039c2d5d
\ No newline at end of file
+252601e3578c8095037c517a8658836f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha1
index 4aa56a7..1356769 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha1
@@ -1 +1 @@
-e1c03811a7c774eee030a77f876636430dc2660c
\ No newline at end of file
+6caa5b5d2bb40bf87320d8d7d2edb3b2eb533cde
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha256
index 5a0597c..ab801b7 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha256
@@ -1 +1 @@
-e41bb3267247c07d8955adb60cf2400b3bc4a1f44c80dfb9f6f3a778980f36b9
\ No newline at end of file
+0f8ae73db2b7dfa5a5957c5beac01b1b5e38ba90f9a570d8ef429163a3cba0cf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha512
index ae1d7c6..dedf9a0 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.module.sha512
@@ -1 +1 @@
-72e302c27ca1bb6e24c284915f44b9d8dd90066feac15a51337956cc328d46678f9d989f55c4f546f428e3222ca9ee9a460cca21344b84c473f3a65b82003873
\ No newline at end of file
+707c353aed35fe4962e6a50f20eb933e325420ef84880df21e3009768fbce3fbfe45cf33341c9a134521c5010806325f4814b78cc0a1f51ee37d8ae4be2bc6fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar
index ef2bf8e..a6f60e0 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.md5
index 32f39eb..af1d6f7 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-1dea94201bb048d7b252c73c0da87655
\ No newline at end of file
+02175b4cf22ed6f557cbd0d832322f06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha1
index b753811..5088f4f 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-d4b428b39a4c8c4a139bde8fb8af75e25479ce50
\ No newline at end of file
+2ac667b43c3eec63eec03f056825198602070b41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha256
index 923c6c7..be1665e 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-347700cb30ce39cc28b50339d8da40ccf178b4b7fe8fdc66011f7b0e198c2997
\ No newline at end of file
+692af57a8faa7bc9d0687efe0f5971ec797fdfcae4a309068954158fc48b15e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha512
index 9f72a90..2af600a 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-4c76235cb4b4a2c6af5e1de3c95fa011b05b6b480e9ba50b0d39b3e837cb2f9d4b55ea535f92a88bffbec23d957a1535cc94681882a35960a00821a6a9717d3b
\ No newline at end of file
+be4fe7fd7a96fe497d4313e44bcf6ab4c78a71a5d59a696887c4cc765aa4d27c6ce585c5c28b1ad4fba6332eeddd4aca66efed48f2460c97f800fb803408a290
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar
index 2364f9a..f84926f 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.md5
index 7669aad..3abb920 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.md5
@@ -1 +1 @@
-d79e7f18ad476fb50020125d2c9e210d
\ No newline at end of file
+de89d073c0655b50e4125880311e8fa1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha1
index 743adc7..0f301a2 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha1
@@ -1 +1 @@
-6861267a4a7f33df994bec90886c887d23f41f95
\ No newline at end of file
+61a2c6568c7a99e769393b56814d1790b2eb8e23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha256
index dd33ca7..474a949 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha256
@@ -1 +1 @@
-c1f581e573731729697371c7c7acbe1bf38714cf207dc42825d1238201dd82e9
\ No newline at end of file
+1e08cf14e40c787048559230270ba5b9c1d8eaed4f16f8370afc2259f8d729eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha512
index 1d6b87f..2e2791c 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.aar.sha512
@@ -1 +1 @@
-900421d8be29c07d886ddd3c8ec7c7f91a3ca5732365766fccdf3a494b81a825595af53edc1691b984419c7227b58f60370a1609c2a2e9b8efb9a25f6c1d0239
\ No newline at end of file
+273f2ab6a9585c0ed49c1f8177a6247f74131cb5636cb37d5958eb87320287340ff555da8734a3063ebf0d0917f3ec7457af963f94d8763ef77c7e127a950f5b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module
index 3f7ac17..62d5074 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "media-1.2.0-alpha02.aar",
           "url": "media-1.2.0-alpha02.aar",
-          "size": 316244,
-          "sha512": "900421d8be29c07d886ddd3c8ec7c7f91a3ca5732365766fccdf3a494b81a825595af53edc1691b984419c7227b58f60370a1609c2a2e9b8efb9a25f6c1d0239",
-          "sha256": "c1f581e573731729697371c7c7acbe1bf38714cf207dc42825d1238201dd82e9",
-          "sha1": "6861267a4a7f33df994bec90886c887d23f41f95",
-          "md5": "d79e7f18ad476fb50020125d2c9e210d"
+          "size": 316325,
+          "sha512": "273f2ab6a9585c0ed49c1f8177a6247f74131cb5636cb37d5958eb87320287340ff555da8734a3063ebf0d0917f3ec7457af963f94d8763ef77c7e127a950f5b",
+          "sha256": "1e08cf14e40c787048559230270ba5b9c1d8eaed4f16f8370afc2259f8d729eb",
+          "sha1": "61a2c6568c7a99e769393b56814d1790b2eb8e23",
+          "md5": "de89d073c0655b50e4125880311e8fa1"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "media-1.2.0-alpha02.aar",
           "url": "media-1.2.0-alpha02.aar",
-          "size": 316244,
-          "sha512": "900421d8be29c07d886ddd3c8ec7c7f91a3ca5732365766fccdf3a494b81a825595af53edc1691b984419c7227b58f60370a1609c2a2e9b8efb9a25f6c1d0239",
-          "sha256": "c1f581e573731729697371c7c7acbe1bf38714cf207dc42825d1238201dd82e9",
-          "sha1": "6861267a4a7f33df994bec90886c887d23f41f95",
-          "md5": "d79e7f18ad476fb50020125d2c9e210d"
+          "size": 316325,
+          "sha512": "273f2ab6a9585c0ed49c1f8177a6247f74131cb5636cb37d5958eb87320287340ff555da8734a3063ebf0d0917f3ec7457af963f94d8763ef77c7e127a950f5b",
+          "sha256": "1e08cf14e40c787048559230270ba5b9c1d8eaed4f16f8370afc2259f8d729eb",
+          "sha1": "61a2c6568c7a99e769393b56814d1790b2eb8e23",
+          "md5": "de89d073c0655b50e4125880311e8fa1"
         }
       ]
     },
@@ -92,11 +92,11 @@
         {
           "name": "media-1.2.0-alpha02-sources.jar",
           "url": "media-1.2.0-alpha02-sources.jar",
-          "size": 136250,
-          "sha512": "4c76235cb4b4a2c6af5e1de3c95fa011b05b6b480e9ba50b0d39b3e837cb2f9d4b55ea535f92a88bffbec23d957a1535cc94681882a35960a00821a6a9717d3b",
-          "sha256": "347700cb30ce39cc28b50339d8da40ccf178b4b7fe8fdc66011f7b0e198c2997",
-          "sha1": "d4b428b39a4c8c4a139bde8fb8af75e25479ce50",
-          "md5": "1dea94201bb048d7b252c73c0da87655"
+          "size": 136291,
+          "sha512": "be4fe7fd7a96fe497d4313e44bcf6ab4c78a71a5d59a696887c4cc765aa4d27c6ce585c5c28b1ad4fba6332eeddd4aca66efed48f2460c97f800fb803408a290",
+          "sha256": "692af57a8faa7bc9d0687efe0f5971ec797fdfcae4a309068954158fc48b15e9",
+          "sha1": "2ac667b43c3eec63eec03f056825198602070b41",
+          "md5": "02175b4cf22ed6f557cbd0d832322f06"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.md5
index fe6817e..62a0670 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.md5
@@ -1 +1 @@
-4f12a20ba68829e36e63d82c0d372324
\ No newline at end of file
+68b850ae78a7fab5016a274c25f3a567
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha1
index 57ae3a4..511ef0f 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha1
@@ -1 +1 @@
-68641bcea4617543e4c0b8ff206d15a8c937ec05
\ No newline at end of file
+465c7aa1dc88a5b2c7cf8e2f59412f8887d1b8b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha256
index 4082400..82aabd5 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha256
@@ -1 +1 @@
-a1f41165704f2620a8519cacb6596b4ac8714a2958f74d005f1ce75634025c31
\ No newline at end of file
+f0cf0247fe1fdc507d4472d1059be95a47519eeb52ffe19379b6d375b9d888d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha512
index a5fe0b5..1b5c7aa 100644
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha02/media-1.2.0-alpha02.module.sha512
@@ -1 +1 @@
-0e3776bce2085a4587229971efe064c4ddba75de618dadd27eeaec05d7a1be1cbf36cf36861638a3c42bdd11a07e8b49ef4c44b511209c296d0fc02c2d6c5570
\ No newline at end of file
+802e5cc47e50d030cdfdb8259124b9b40685b02315843d02448877e6bb24fd9c635920b9db5c1de55c2aecb066f9277ece7c74036ff89a64c82166f01697cffb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module
index 8291283..587227e 100644
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.md5
index 9ae1ebf..ffd648b 100644
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-5742e0b3a4f086ad782ab158b6608542
\ No newline at end of file
+ce60139caea2267415feb7fd29f1c1a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha1
index d21555d..ee9d31a 100644
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-eb0ef34fff8e1d2b67e6f17d79a4766ec8a0d3ac
\ No newline at end of file
+cd722cff48cbabd92f81a21db7c095f92e241a6d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha256
index 48f1aa1..8b1bd73 100644
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-6690d9fa4de85b688c28f83e2ad081dda94fe659991bc57c048d15a698c76202
\ No newline at end of file
+cb819837acfad006301920185c85415d8093e8466dd6babd6835cfeac0a241d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha512
index f3bf5f3..c0b64c6 100644
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-ceb105cf838814073320647cce01aa4ba55c825444dc0d4c93a813e250ccbd83797e98f3fe2f3ce2565dd2a19647e27a5b76f7fd25ed737d2d00aef915ea8d30
\ No newline at end of file
+a7c86494fb89f261b88c68f11aaf4ae0a75ad4c8a2af274003c5d81e1d3084d20b7cbfc726432fb924d666743788c352870217bff9095fe54a8e81ed7b22c6f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module
index 3f49662..0e1456d 100644
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.md5
index 23855e7..ab8b8f7 100644
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-05deafdb491614c452ca50b4a39e974b
\ No newline at end of file
+2aa961724d70ff57f10c8f92eeed169d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha1
index f1df676..4a8d323 100644
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-5d6905d70350e8b37571ff4cbf23bc88acf10413
\ No newline at end of file
+4edecdda6315bae56f6611aacfcae4f54ebaafb1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha256
index 072e23c..8c6d6d3 100644
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-1dc60f5461584a364d9aa0ed9fdd79eb63f1d388fa5989ac13aa0acec7ce5f24
\ No newline at end of file
+1933e79c35b5e7cf25b8a667039151c98a86e20752ac9c3620adfc520ee7b426
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha512
index 2ff0a4e..bc98625 100644
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-57285cb556241eb8013f0209eb3097e08bbd51a35ea0cca8cb32258ecb48d53db5b48402ad7352fd4afb66d4a825ab6501642fed6af835935d580a77eb3b7c65
\ No newline at end of file
+8c4af37cfcac4f0dd8bab1fdaf2609b599c41b1e190e5e6bc9e620f11afcd802b58691868b326d36d50de8938f791fbbcc8e1477dc3c3ed5cf1016069a8ebba4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module
index 152acbe..c05b967 100644
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.md5
index e09edaf..181943b 100644
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-b9eb2b0b79e5f37de50cd512e339c6f7
\ No newline at end of file
+66a7bb89350f3be315fadd58a252bec6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha1
index 60090fb..99482c6 100644
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-e8662659b63d8592be93baffe178964b87567eb7
\ No newline at end of file
+844d8988365c89acd16d129d9817d41b0ad1f22d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha256
index 147f996..a842734 100644
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-072439975e6fdbfe868d2b1f5bfb98acf538377a9fd38afb2e60189bada52619
\ No newline at end of file
+c4b07766abc6b5514350ce66d7a612e175b257e4c16085bcff381292bb8eb61c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha512
index dd67715..2100b2a 100644
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-ef272182c9f1d23c29f48ffd4c3e177c2981af52ba3c27ba5b6dc599f212acac3181123cd9f8ad7c4810ce1468a67a5907358451e905908aee9116b64d0e6822
\ No newline at end of file
+fcbc01476f44952fed98a94ece3a7699eb70836194bfb6fc3e73b28c50f9ead84f57e985c0625c6580718ad688a409b5f40d0bb79677fe7c58de51f4dbd87176
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar
index 40670a0..8d8bb2e 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.md5
index ef8c27c..e392ba9 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-eda32e27e6f625046377767eb333e505
\ No newline at end of file
+edc2fa0cb29cb9654840eb386dcebab7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha1
index 3d51f4a..dd69dc0 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-230b5adc749ea6c4b37bf476d814f560a615b7ae
\ No newline at end of file
+df1bb3068ab22a955f947a7f24022663375ff3ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha256
index e49062a..4551731 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-cfd59cd63682f4261a8acd1ba26ae7616774e144a9d8113cf0a4eb2f68451e43
\ No newline at end of file
+9f6e54232aceeb474a917425d6ee836c382bef2f7f7b9a7cad871cd0d6d7d990
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha512
index db7c032..22679c0 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-11fd5e5b35ebf5460d6aa57d933dc132baaea82ac7b568d1591b8b57a4eed089303619e16a4eb667f0fbffa0fdcc7c8e8abfee02e20155eac75f40b9176067fa
\ No newline at end of file
+c7a1c897463fa19346bee31320456d454653c74a2565c72f456cc6ce1c99aa8d1a463cad0d0ec21926b200cc34feb45f00b48f2372edf234bce606016bafa762
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar
index 5ccb36a..1480cdc 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.md5
index 3c49481..7da7695 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-6c4a26507a558402460a92b2e5a93990
\ No newline at end of file
+944b3e02e564431b21d542015c281dc7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha1
index 4499ff6..efac5cb 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-d6f9f252a00b39028d263b80fd108a79ee7bf38c
\ No newline at end of file
+e4672da46c68886c587a550e12a72888ede93df8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha256
index d486bdf..34c4e41 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-1fd641f2e0536ace69669d7b2c3996accc1263ff9ae8271ff9b586f47d860594
\ No newline at end of file
+416968973d5974b0f8514cd044f885f8c0eaf409b91064e24023e9afe2b926fc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha512
index 5c00a7b..0073d30 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-cd5278be250f05c91d0c3bfd58faa7869ad2be5ea4d255e18cf026c687e2155e3387ec1e9324d93a66a99fdce13aa18c1c0fbfe209001d9addfbfa71fcf6f4ee
\ No newline at end of file
+da0b8ee50d6e78e69b78992982cc8e06d9559a9dc8189bc6eeeb1e2694116105d1d9c1fcd30695ce399e8d184b8a8da5616ea98bfa857daf9db9d815c90bdfc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module
index d3ad621..7d07d5e 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "media2-session-1.1.0-alpha01.aar",
           "url": "media2-session-1.1.0-alpha01.aar",
-          "size": 569676,
-          "sha512": "cd5278be250f05c91d0c3bfd58faa7869ad2be5ea4d255e18cf026c687e2155e3387ec1e9324d93a66a99fdce13aa18c1c0fbfe209001d9addfbfa71fcf6f4ee",
-          "sha256": "1fd641f2e0536ace69669d7b2c3996accc1263ff9ae8271ff9b586f47d860594",
-          "sha1": "d6f9f252a00b39028d263b80fd108a79ee7bf38c",
-          "md5": "6c4a26507a558402460a92b2e5a93990"
+          "size": 550234,
+          "sha512": "da0b8ee50d6e78e69b78992982cc8e06d9559a9dc8189bc6eeeb1e2694116105d1d9c1fcd30695ce399e8d184b8a8da5616ea98bfa857daf9db9d815c90bdfc9",
+          "sha256": "416968973d5974b0f8514cd044f885f8c0eaf409b91064e24023e9afe2b926fc",
+          "sha1": "e4672da46c68886c587a550e12a72888ede93df8",
+          "md5": "944b3e02e564431b21d542015c281dc7"
         }
       ]
     },
@@ -107,11 +107,11 @@
         {
           "name": "media2-session-1.1.0-alpha01.aar",
           "url": "media2-session-1.1.0-alpha01.aar",
-          "size": 569676,
-          "sha512": "cd5278be250f05c91d0c3bfd58faa7869ad2be5ea4d255e18cf026c687e2155e3387ec1e9324d93a66a99fdce13aa18c1c0fbfe209001d9addfbfa71fcf6f4ee",
-          "sha256": "1fd641f2e0536ace69669d7b2c3996accc1263ff9ae8271ff9b586f47d860594",
-          "sha1": "d6f9f252a00b39028d263b80fd108a79ee7bf38c",
-          "md5": "6c4a26507a558402460a92b2e5a93990"
+          "size": 550234,
+          "sha512": "da0b8ee50d6e78e69b78992982cc8e06d9559a9dc8189bc6eeeb1e2694116105d1d9c1fcd30695ce399e8d184b8a8da5616ea98bfa857daf9db9d815c90bdfc9",
+          "sha256": "416968973d5974b0f8514cd044f885f8c0eaf409b91064e24023e9afe2b926fc",
+          "sha1": "e4672da46c68886c587a550e12a72888ede93df8",
+          "md5": "944b3e02e564431b21d542015c281dc7"
         }
       ]
     },
@@ -127,11 +127,11 @@
         {
           "name": "media2-session-1.1.0-alpha01-sources.jar",
           "url": "media2-session-1.1.0-alpha01-sources.jar",
-          "size": 156420,
-          "sha512": "11fd5e5b35ebf5460d6aa57d933dc132baaea82ac7b568d1591b8b57a4eed089303619e16a4eb667f0fbffa0fdcc7c8e8abfee02e20155eac75f40b9176067fa",
-          "sha256": "cfd59cd63682f4261a8acd1ba26ae7616774e144a9d8113cf0a4eb2f68451e43",
-          "sha1": "230b5adc749ea6c4b37bf476d814f560a615b7ae",
-          "md5": "eda32e27e6f625046377767eb333e505"
+          "size": 155297,
+          "sha512": "c7a1c897463fa19346bee31320456d454653c74a2565c72f456cc6ce1c99aa8d1a463cad0d0ec21926b200cc34feb45f00b48f2372edf234bce606016bafa762",
+          "sha256": "9f6e54232aceeb474a917425d6ee836c382bef2f7f7b9a7cad871cd0d6d7d990",
+          "sha1": "df1bb3068ab22a955f947a7f24022663375ff3ff",
+          "md5": "edc2fa0cb29cb9654840eb386dcebab7"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.md5
index 850784a..c8aaf11 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-ceb710c86c055032d7f6f1d69a8845c4
\ No newline at end of file
+aaa34ce914126f7ad3f04ee9decb3b29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha1
index 81ff5c6..f710d0a 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-79c37dd8b3c89c8568e9ec588912e45af03a68c7
\ No newline at end of file
+0743cc44a3f89f2e292a29113623056d584b9b45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha256
index e368f00..84833bb 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-95db07cbd8c5a5d620b3f16fbeccf51d7ec3eb1b4e30c812f9c2162e7f126640
\ No newline at end of file
+52bdc99ee370833bae360fe18497666fe073797777998d412b4515a4476b6dc7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha512
index 41ba292..e9620cc 100644
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-0a46ebd111d09db48f4ef0beb8f4c615f08ee94bf0b1746665273653f879e0834ae0cc8faaa75eadfbfef21ba88edd2f43a61b9c4ef63814e0d0033a7eeaf15f
\ No newline at end of file
+c6180e51d7b3eb9774ca10ad0a182d4ffc361cee92dbac3fc98726f5a97c12c2cb81db129e195b6ac4f09fb737dbca5f527de384dee3aba86a558a8443db74c4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module
index 028753f..4acb751 100644
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.md5
index 9c12693..43c03a1 100644
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-c614a9e72077bf1c4620f668505a0067
\ No newline at end of file
+ac6e93e5f25ffb5f2ec1e9a5a3b83188
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha1
index ad6f915..ee9649d 100644
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-4d519998475e0829893035fab49fa1570b6c8afd
\ No newline at end of file
+9f7e974f40a9042403127681aab4e28f40e9a16e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha256
index 16e14b8..1ccf14d 100644
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-088d3ab9e0967d4823ad9a2268658fa9dda55518c63411e898e52870ea9233fb
\ No newline at end of file
+f2c3e496a135fad6a83c97a5f7b717adf144c1264b5d5f79200b18cfe4526389
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha512
index 6a0edd5..aaf0691 100644
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-cbe68007332b6d69a6f8d35bd60c481935edd6757c62e6aa80a019a2abf64f223b49d91ccfaf8b7f3ee78edfd4671692db560ab2540c398bd70c1b4afd97427f
\ No newline at end of file
+378cb102a3648bd6d560827357be73b001405b77108d39437b03e0fd7881abe53a650548623254302df948459c7f430a3494207ebf49a8065ba4c57837ced287
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar
index 7c2439e..41df57f 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.md5
index af6c65f..173962d 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-901b2cc209453e29f99d0cb57aa3a8f7
\ No newline at end of file
+54e20b56d0df20a1e7c2cebe15cc3b37
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha1
index 0f09e5d..90ee171 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-c432befb53f736d548674bd2246e39003662a5d2
\ No newline at end of file
+272c865c37a1a2e5e96ed824c32f8e9f2a8c85d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha256
index d07e57f..2d9db44 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-b5c5f7cdca9d44f110b3a42259c6c9ee50def0105b643eee10093ab72d70e5f8
\ No newline at end of file
+5ba985d18526aa6c295f7c6ffa98774859f19ccd0462ec4782381939b14d1e3a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha512
index a445374..5f7aee8 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-e85b0a0870c2d27cb67e067f585310e0df1caa3abb20330c3e17af6d2bfdf367eff0312aac6f1896a631002da52425bbe39b3a73ce8ba6a9cf63704c93ef4ed2
\ No newline at end of file
+1b192e83e306a2e3fa677e890e02ea0a57dba4a81f28f91ae4234eab4ae0e7b55121b233d5a3a70b939cfa88f7d0fc3530dd6d9cb2ec208f9e89a63f54b67169
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar
index cd4ed38..5145261 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.md5
index a63b21b..e32ccce 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-9b7dfa0460d2d993f04c51a248530cee
\ No newline at end of file
+a5d54b0ed4c4cd0966d5483aa2195614
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha1
index 40ee88e..9373ab6 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-b143b1731b90814bc344b431307723216f9298f2
\ No newline at end of file
+6682b3cf41a26f277caf0fff1d5dcdf31d700445
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha256
index 5591c13..36071da 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-71e4475901c9b147811134ae4139f7faa173696a6d3992928f06cd6efa8e4a0f
\ No newline at end of file
+0e2724a793ea5fe18b651dc6003d9abc6ea6d2087f9c0c896caa92e06da240d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha512
index f4d7e60..93a34f5 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-1ac327e908c184a15a799b02111bc8e972b18c378aa0f17bd846f4e7259ff8c241cc6686777976c77266e2d7c1638d509be57c0018f8920004a3de392ea42542
\ No newline at end of file
+460879ac80c4fdcac094c0648156737a81d2410ce35f139333125afba116ed270d97e99e2027e550afe239662dcc4bdabcff2ed90cc3515e7a3ef1b3fc6f599f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module
index 6574121..7f0f86b 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "mediarouter-1.2.0-alpha01.aar",
           "url": "mediarouter-1.2.0-alpha01.aar",
-          "size": 705610,
-          "sha512": "1ac327e908c184a15a799b02111bc8e972b18c378aa0f17bd846f4e7259ff8c241cc6686777976c77266e2d7c1638d509be57c0018f8920004a3de392ea42542",
-          "sha256": "71e4475901c9b147811134ae4139f7faa173696a6d3992928f06cd6efa8e4a0f",
-          "sha1": "b143b1731b90814bc344b431307723216f9298f2",
-          "md5": "9b7dfa0460d2d993f04c51a248530cee"
+          "size": 715271,
+          "sha512": "460879ac80c4fdcac094c0648156737a81d2410ce35f139333125afba116ed270d97e99e2027e550afe239662dcc4bdabcff2ed90cc3515e7a3ef1b3fc6f599f",
+          "sha256": "0e2724a793ea5fe18b651dc6003d9abc6ea6d2087f9c0c896caa92e06da240d8",
+          "sha1": "6682b3cf41a26f277caf0fff1d5dcdf31d700445",
+          "md5": "a5d54b0ed4c4cd0966d5483aa2195614"
         }
       ]
     },
@@ -93,11 +93,11 @@
         {
           "name": "mediarouter-1.2.0-alpha01.aar",
           "url": "mediarouter-1.2.0-alpha01.aar",
-          "size": 705610,
-          "sha512": "1ac327e908c184a15a799b02111bc8e972b18c378aa0f17bd846f4e7259ff8c241cc6686777976c77266e2d7c1638d509be57c0018f8920004a3de392ea42542",
-          "sha256": "71e4475901c9b147811134ae4139f7faa173696a6d3992928f06cd6efa8e4a0f",
-          "sha1": "b143b1731b90814bc344b431307723216f9298f2",
-          "md5": "9b7dfa0460d2d993f04c51a248530cee"
+          "size": 715271,
+          "sha512": "460879ac80c4fdcac094c0648156737a81d2410ce35f139333125afba116ed270d97e99e2027e550afe239662dcc4bdabcff2ed90cc3515e7a3ef1b3fc6f599f",
+          "sha256": "0e2724a793ea5fe18b651dc6003d9abc6ea6d2087f9c0c896caa92e06da240d8",
+          "sha1": "6682b3cf41a26f277caf0fff1d5dcdf31d700445",
+          "md5": "a5d54b0ed4c4cd0966d5483aa2195614"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "mediarouter-1.2.0-alpha01-sources.jar",
           "url": "mediarouter-1.2.0-alpha01-sources.jar",
-          "size": 174029,
-          "sha512": "e85b0a0870c2d27cb67e067f585310e0df1caa3abb20330c3e17af6d2bfdf367eff0312aac6f1896a631002da52425bbe39b3a73ce8ba6a9cf63704c93ef4ed2",
-          "sha256": "b5c5f7cdca9d44f110b3a42259c6c9ee50def0105b643eee10093ab72d70e5f8",
-          "sha1": "c432befb53f736d548674bd2246e39003662a5d2",
-          "md5": "901b2cc209453e29f99d0cb57aa3a8f7"
+          "size": 178055,
+          "sha512": "1b192e83e306a2e3fa677e890e02ea0a57dba4a81f28f91ae4234eab4ae0e7b55121b233d5a3a70b939cfa88f7d0fc3530dd6d9cb2ec208f9e89a63f54b67169",
+          "sha256": "5ba985d18526aa6c295f7c6ffa98774859f19ccd0462ec4782381939b14d1e3a",
+          "sha1": "272c865c37a1a2e5e96ed824c32f8e9f2a8c85d8",
+          "md5": "54e20b56d0df20a1e7c2cebe15cc3b37"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.md5
index 5f2f103..7842334 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-f48a21dec58100b2ca20c02edb382646
\ No newline at end of file
+3e89059a184a9c4125fe6b31f8d3932e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha1
index 609923a..4e0be05 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-9913aa15074829a847d93ca956e9e68fe131aa4f
\ No newline at end of file
+9169bebcefc03c7fd15124b0a71100f546fb6c55
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha256
index cd40764..23682b6 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-957ef277460eb46080f3cd635bd52c7f0005bf6bbc7f7f48e9758a5a93828fad
\ No newline at end of file
+c1a620f836acac026ebd20e00464d323636dd6ce1e4ceecfb3339df7943efed8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha512
index 71b02f0..766604c 100644
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-7f99ae2cf86cf5d21431dfbf23f729ef131f2ceb7aae642da068da8a8b2b043536d94a7b43a9622b7090802456ae6cac6fb84c223ec95804d6e28a2db2270c65
\ No newline at end of file
+1e4192d114853733bfb86713426893133f5525d69ed062c9a20efc6ddaec01e87851c0bdd305ae03125b48efac63758927605911917b7e3f3248880528ca6a84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.md5
deleted file mode 100644
index 1d78a7f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-90f31ce685761d5401f81d4feba8eff4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 0ee3d55..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8a42b06557d7703c09ecb36d04ae02c3192fccf8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index 33db2ad..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d9cac5197d62cf49b3d13944a0194dc87727ec2f786e4d4b1ec01a8c97dd0890
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index 84fb93b..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4978035859bdba89e98a0c8ae0238738b92327b8613d01c3d53223ffec816c4379c5b03b548ebe21b1168a69f82b614794c1bf522fd00c8596f1d20473c71047
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.md5
deleted file mode 100644
index 72604e4..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-4d9e33d849615da81f9703722b14122a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha1
deleted file mode 100644
index 06def73..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5bf6b41ada7c4d67f5780161945bb3e868bd093f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha256
deleted file mode 100644
index 17a46df..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-428af7c387daf5fb7a693034df629bdb8e1a744af40a82a28c591c630f5e8c1c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha512
deleted file mode 100644
index e20c9ea..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8d0f7fae012fc944fda2d02e0f4cc843bec85f4d5fe71a395e22e3fece96993c7bcfcf7c81df417d01204f2b8abba5f4acbd3d3c2e696263a4a934512ddd9ef8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.md5
deleted file mode 100644
index a86556e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-8d83117533389587d6dd1a134c8b9cfb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 6d4e05b..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f88093d2098f2ed98ab0bdf4ed78509056d60ed7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index d6123ad..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-8b27e126c2a7efe24c49d6d97e59021cad455fff8cf03c4038d5594b39eb5d74
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index 09a2c34..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6fdab35464ae753028a73b24b7533e32e1e2f8b558e1a350661717adfc2b538ac7ea2f0ba5252c5889c44dd5d6d1161256b3564081fae0f62af9b924ede4f6eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar
similarity index 73%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar
index f2a39e3..091bc4d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..34aff2b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+1720abf2bbc9da15117a2816837231b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..ee27c9e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+5250e5f51aaf9ddc559d6c3d494f369c363970d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..1692e4d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+cbfd100c586c39054dbad72a65134e10e2ccf714ef21c5cf8fe7bc2f55e41aa2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..356f62c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+23efd4e69b15fbb40603bd8761c0dcef508b60b8501bfc5af52fcbe2dfcdc66f07b5d3dae7d6e1e5c43457a8afa431ec883c2300656255a95e3d84273b69a523
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module
similarity index 66%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module
index d84df5c..f9af09b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-common-ktx",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.navigation",
           "module": "navigation-common",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -41,13 +41,13 @@
       ],
       "files": [
         {
-          "name": "navigation-common-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-common-ktx-2.3.0-alpha07.aar",
-          "size": 26408,
-          "sha512": "4978035859bdba89e98a0c8ae0238738b92327b8613d01c3d53223ffec816c4379c5b03b548ebe21b1168a69f82b614794c1bf522fd00c8596f1d20473c71047",
-          "sha256": "d9cac5197d62cf49b3d13944a0194dc87727ec2f786e4d4b1ec01a8c97dd0890",
-          "sha1": "8a42b06557d7703c09ecb36d04ae02c3192fccf8",
-          "md5": "90f31ce685761d5401f81d4feba8eff4"
+          "name": "navigation-common-ktx-2.3.0-beta01.aar",
+          "url": "navigation-common-ktx-2.3.0-beta01.aar",
+          "size": 26409,
+          "sha512": "23efd4e69b15fbb40603bd8761c0dcef508b60b8501bfc5af52fcbe2dfcdc66f07b5d3dae7d6e1e5c43457a8afa431ec883c2300656255a95e3d84273b69a523",
+          "sha256": "cbfd100c586c39054dbad72a65134e10e2ccf714ef21c5cf8fe7bc2f55e41aa2",
+          "sha1": "5250e5f51aaf9ddc559d6c3d494f369c363970d7",
+          "md5": "1720abf2bbc9da15117a2816837231b4"
         }
       ]
     },
@@ -64,7 +64,7 @@
           "group": "androidx.navigation",
           "module": "navigation-common",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -91,13 +91,13 @@
       ],
       "files": [
         {
-          "name": "navigation-common-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-common-ktx-2.3.0-alpha07.aar",
-          "size": 26408,
-          "sha512": "4978035859bdba89e98a0c8ae0238738b92327b8613d01c3d53223ffec816c4379c5b03b548ebe21b1168a69f82b614794c1bf522fd00c8596f1d20473c71047",
-          "sha256": "d9cac5197d62cf49b3d13944a0194dc87727ec2f786e4d4b1ec01a8c97dd0890",
-          "sha1": "8a42b06557d7703c09ecb36d04ae02c3192fccf8",
-          "md5": "90f31ce685761d5401f81d4feba8eff4"
+          "name": "navigation-common-ktx-2.3.0-beta01.aar",
+          "url": "navigation-common-ktx-2.3.0-beta01.aar",
+          "size": 26409,
+          "sha512": "23efd4e69b15fbb40603bd8761c0dcef508b60b8501bfc5af52fcbe2dfcdc66f07b5d3dae7d6e1e5c43457a8afa431ec883c2300656255a95e3d84273b69a523",
+          "sha256": "cbfd100c586c39054dbad72a65134e10e2ccf714ef21c5cf8fe7bc2f55e41aa2",
+          "sha1": "5250e5f51aaf9ddc559d6c3d494f369c363970d7",
+          "md5": "1720abf2bbc9da15117a2816837231b4"
         }
       ]
     },
@@ -111,8 +111,8 @@
       },
       "files": [
         {
-          "name": "navigation-common-ktx-2.3.0-alpha07-sources.jar",
-          "url": "navigation-common-ktx-2.3.0-alpha07-sources.jar",
+          "name": "navigation-common-ktx-2.3.0-beta01-sources.jar",
+          "url": "navigation-common-ktx-2.3.0-beta01-sources.jar",
           "size": 9270,
           "sha512": "2e660b763af1be2ce6c7a11a357707f4b2661e1d087d7cd0f5b7d3ea35d274ed1e7be631eef53f23c25dac96233c22a2b88f801d44d276d15f50fe873cc9f0bb",
           "sha256": "3785b406ae010b5b2080a61ac30f34473414c7b49bd07f0c0ade32ab204c931a",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..16783d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+4fc03a77844eb19369e7950beaf0af15
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..9e10191
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+6054ae496b739a08a567e5fce5301b5252ed697d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..bd14fa9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+6b9afb822ea8d452d96c9997d7c938c037960ce71791f9ad247c5e49ebc140bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..15f8497
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+4d5be1d1e63785a57427dbaa499c153078668fbbdf3f8d16345dca2fddc90e169734a1ba5109b5ab9fd41787de6dd21c1d8b9f2a78ba3d02b3e43bdff7cf6b37
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom
similarity index 96%
rename from current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom
index 3c15cbc..d882d83 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-alpha07/navigation-common-ktx-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-common-ktx</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Common Kotlin Extensions</name>
   <description>Android Navigation-Common-Ktx</description>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-common</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..94e75fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+eeeb68e4b1fd6278b007130d51833ae7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..6c91cea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+bdd386fbecb94ab06e5e364f0f213ff70743de67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..2564e9d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+b9690d837a62aaaad2127f6da363359ac0f7fa847b67303b658a575b3658fdba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..bd4bce9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.3.0-beta01/navigation-common-ktx-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+b4e9b14d85a13cf0b4f4a1130a87909d4edb912cb57654d2eb34472777d5c17626eb59ca5e200125515b3975b412b4d6df9110b1a3c86a8ccbcb22c101cb9326
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.md5
deleted file mode 100644
index c7c401b..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-248754c2fa3787b9173904c40469ebc0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 972883d..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ce8a77fb9b18828cc759ea9b08a4257fd8d1e9d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index 7643162..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a6f401d4eed7a470b681e8c22b51fd299582907b3c3161a4032730cbd65e206a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index 7493ab9..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1616853c29346a14a26a47144438e283be13ff0e0f8fe7c24d58c22af1de0ffd945c9d1af63667faa99f6a631218d8c9e7c89522ec021f4a901864d0ab48cecc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.md5
deleted file mode 100644
index 9cad72f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-6abe1b062e7af35e49c1b0fa59fcdb9d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha1
deleted file mode 100644
index 192130a..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a2cd6ccc00903fd280dc1baee79ee2850204d7a8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha256
deleted file mode 100644
index ebc092e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-eae23a88588b39417dc46e900bf2ecd6a29e17dbbc981c09817bc9e9608bcd40
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha512
deleted file mode 100644
index 60a1a94..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-355a8312b51a4a4fc7b7d881ea0d2efa7c28f179a1877a36ab042d7ada38d859c21764378c04f4770032e16d8a4dc22d7c5a560e61920df8f5a040adbf564b97
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 8e7ba88..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-a15d60bb5123f853f000420131a6882d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index f224fac..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-15d56bd88ad7b07f98517001c8d6cb2cfe1e3b52
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 7766dcf..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-01483ba8714d15f8aff99f67b49dbcbc179d66a783d6ebf29776c0eda2a43120
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index b8e4770..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-36a55c4efcb89dfed42fc6d20b7eab7aafd6326e67dd877a6e199de789a4215c5f286f8a655f9eb760f2fd92e88d0ef0014eb0105e6591b69f79b43f9d4fbcb2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar
similarity index 93%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar
index f8c4f6b..0bd2844 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..8dd532e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+8691050623e0e7c34e835dc4990f2c2e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..f5c5db2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+b1e3dfef88d3312bfb89a9584df267a5bf93eb94
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..b5b5bf2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+256b85789c32ee4d080b643ac0853035551204efa882623d4020fa096c0b36b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..d82f684
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+83033e1c08778e78a934d4cabdeb9522dae3af308584e85fb5193d29974e91d882822a968610a04d6a60ea4fccccd2726ca2048e17058f1a4fa430342aab2ffc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module
similarity index 65%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module
index 4838414..2d34139 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-common",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -34,13 +34,13 @@
       ],
       "files": [
         {
-          "name": "navigation-common-2.3.0-alpha07.aar",
-          "url": "navigation-common-2.3.0-alpha07.aar",
-          "size": 56226,
-          "sha512": "1616853c29346a14a26a47144438e283be13ff0e0f8fe7c24d58c22af1de0ffd945c9d1af63667faa99f6a631218d8c9e7c89522ec021f4a901864d0ab48cecc",
-          "sha256": "a6f401d4eed7a470b681e8c22b51fd299582907b3c3161a4032730cbd65e206a",
-          "sha1": "ce8a77fb9b18828cc759ea9b08a4257fd8d1e9d3",
-          "md5": "248754c2fa3787b9173904c40469ebc0"
+          "name": "navigation-common-2.3.0-beta01.aar",
+          "url": "navigation-common-2.3.0-beta01.aar",
+          "size": 56225,
+          "sha512": "83033e1c08778e78a934d4cabdeb9522dae3af308584e85fb5193d29974e91d882822a968610a04d6a60ea4fccccd2726ca2048e17058f1a4fa430342aab2ffc",
+          "sha256": "256b85789c32ee4d080b643ac0853035551204efa882623d4020fa096c0b36b1",
+          "sha1": "b1e3dfef88d3312bfb89a9584df267a5bf93eb94",
+          "md5": "8691050623e0e7c34e835dc4990f2c2e"
         }
       ]
     },
@@ -77,13 +77,13 @@
       ],
       "files": [
         {
-          "name": "navigation-common-2.3.0-alpha07.aar",
-          "url": "navigation-common-2.3.0-alpha07.aar",
-          "size": 56226,
-          "sha512": "1616853c29346a14a26a47144438e283be13ff0e0f8fe7c24d58c22af1de0ffd945c9d1af63667faa99f6a631218d8c9e7c89522ec021f4a901864d0ab48cecc",
-          "sha256": "a6f401d4eed7a470b681e8c22b51fd299582907b3c3161a4032730cbd65e206a",
-          "sha1": "ce8a77fb9b18828cc759ea9b08a4257fd8d1e9d3",
-          "md5": "248754c2fa3787b9173904c40469ebc0"
+          "name": "navigation-common-2.3.0-beta01.aar",
+          "url": "navigation-common-2.3.0-beta01.aar",
+          "size": 56225,
+          "sha512": "83033e1c08778e78a934d4cabdeb9522dae3af308584e85fb5193d29974e91d882822a968610a04d6a60ea4fccccd2726ca2048e17058f1a4fa430342aab2ffc",
+          "sha256": "256b85789c32ee4d080b643ac0853035551204efa882623d4020fa096c0b36b1",
+          "sha1": "b1e3dfef88d3312bfb89a9584df267a5bf93eb94",
+          "md5": "8691050623e0e7c34e835dc4990f2c2e"
         }
       ]
     },
@@ -97,8 +97,8 @@
       },
       "files": [
         {
-          "name": "navigation-common-2.3.0-alpha07-sources.jar",
-          "url": "navigation-common-2.3.0-alpha07-sources.jar",
+          "name": "navigation-common-2.3.0-beta01-sources.jar",
+          "url": "navigation-common-2.3.0-beta01-sources.jar",
           "size": 35184,
           "sha512": "857997930e6b4fff1f2e3ab0a2a5cf941283b073bd223853c88fbb2be86288d588c47168693f3993e4d4ce026b59fe79b8650edfe3f332c92cd5bbda22539b4b",
           "sha256": "a05ebd437ee49beede1f51b0d2bb38d1ebd4d902553ea3e445beb213940bd4ef",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..0ee8ebf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+df57a66785ccd8cb5fd3e2256f169ee0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..412269f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+1aebfb36d4c4470567da7cd98091a696b9d5d209
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..ddc76e8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+293e18de9691d74e88e86a61338883234dd5cd60a4986334beff041950d91577
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..10cbffd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+179dd05c4668158f7d6f131fda779fb2716cb46eea2b2fab591e79a9045046252a91d82b79254f144f7ccfee4ebcfd63877c241ae8889ad00d6b1111d3798fb9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom
similarity index 97%
rename from current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom
index 799228c..91293a7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-alpha07/navigation-common-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-common</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Common</name>
   <description>Android Navigation-Common</description>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..b532342
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+4e8605da7704e445b7a8cd5f5b0544f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..102080b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+08a99e81b0f540471625fa3ff212d2d916b3bdec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..19c7936
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+40c2629c7c3cc791ab30dc8e96e2df6d3baae9248daf547acf5ceb0f744fa96b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..44cb5c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.3.0-beta01/navigation-common-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+29d4d1c24f6ec0c27ed2ee953bf9ade91698d97e9098651a9fff2a0bf079a95dda7cd3c5a68730e0102231a2607821a6d1913f2685692df5da7bac51430b7a28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar
deleted file mode 100644
index b2fb725..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.md5
deleted file mode 100644
index f13db46..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b9a7391fd0991f13ae741436d4a8edda
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index b0b909d..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e16a655f335d2cdac22826b28b5eac36e1884db2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index 8b1fad7..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-44ff3427fd27bd715dd1b06a6a9f46692019f9a70dc8fd678fc24191712abbd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index a61581f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-29f0a843255d006a4f70e9ab0a2ed02b19bb47e49b0f8d1e1bc0d4c7a966e532e1a977856e5b9903f18fd87291afaa43f40d69d57bd52fbf00c45d1c24d68d65
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.md5
deleted file mode 100644
index 6716dda..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-f5187389fc5f20faedc5fc474a2fb08f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha1
deleted file mode 100644
index 7c53c62..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-47cabb776a8cf9eafc4eeb2c24a9cde582cb81c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha256
deleted file mode 100644
index a7e994e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6204b84422df8be6eaf63f0201819b488f82d68af7ba753257a8da7830445d88
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha512
deleted file mode 100644
index cbcfe93..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-3a806921e6c345aedfee638d3e9614665b7fc4f5b1a54881a8d7419d05206eb5a49a05d83cbb68e4e7e4c466018d738f186f20172ba59ed11e2da4e33f0d68b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 9d75b01..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-eb80b7db8b9fbc6b74ddcd9e3608d7fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 2ed81ac..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7f213de81c259e6792593a2b9c9f830341251a72
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 43059e3..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-33c10e36f0ea4a36fe705d8b5617e2dad1025f13ca1c8a4827bc509772c2dcc6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index 31b7b4c..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d8f2cf40701be4d05057d0078f8ef9dac65bcd02ae1ca2862dcb02413523c2902ce005723fb33dd44e5815bbc1ee55f8a1735ebb8fff827a3cbc7264e5166eec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar
new file mode 100644
index 0000000..916a2b0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..dc0bbd8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+82223795030875c697789b86d53ec0d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..5134ef9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+e5929a1a3d1aa8f36f5da154f9c9953a3bd1ed4a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..30f463a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+10748da12d377b0a5f4b6d710f60c06aa0261a7cad066fba036b02d7e322126d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..1f3a39a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+698621f4d77b39c89c0a7d39e52961b9a531faebf36c42e947556543f5a19635f2fc6422c0fdcb4fa51f760a050f8098cdb473b7d041876b445d9178d42a84bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module
similarity index 69%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module
index c1cad4d..891f257 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-fragment-ktx",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,14 +28,14 @@
           "group": "androidx.navigation",
           "module": "navigation-fragment",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-runtime-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -62,13 +62,13 @@
       ],
       "files": [
         {
-          "name": "navigation-fragment-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-fragment-ktx-2.3.0-alpha07.aar",
-          "size": 17274,
-          "sha512": "29f0a843255d006a4f70e9ab0a2ed02b19bb47e49b0f8d1e1bc0d4c7a966e532e1a977856e5b9903f18fd87291afaa43f40d69d57bd52fbf00c45d1c24d68d65",
-          "sha256": "44ff3427fd27bd715dd1b06a6a9f46692019f9a70dc8fd678fc24191712abbd8",
-          "sha1": "e16a655f335d2cdac22826b28b5eac36e1884db2",
-          "md5": "b9a7391fd0991f13ae741436d4a8edda"
+          "name": "navigation-fragment-ktx-2.3.0-beta01.aar",
+          "url": "navigation-fragment-ktx-2.3.0-beta01.aar",
+          "size": 17273,
+          "sha512": "698621f4d77b39c89c0a7d39e52961b9a531faebf36c42e947556543f5a19635f2fc6422c0fdcb4fa51f760a050f8098cdb473b7d041876b445d9178d42a84bd",
+          "sha256": "10748da12d377b0a5f4b6d710f60c06aa0261a7cad066fba036b02d7e322126d",
+          "sha1": "e5929a1a3d1aa8f36f5da154f9c9953a3bd1ed4a",
+          "md5": "82223795030875c697789b86d53ec0d1"
         }
       ]
     },
@@ -85,14 +85,14 @@
           "group": "androidx.navigation",
           "module": "navigation-fragment",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-runtime-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -119,13 +119,13 @@
       ],
       "files": [
         {
-          "name": "navigation-fragment-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-fragment-ktx-2.3.0-alpha07.aar",
-          "size": 17274,
-          "sha512": "29f0a843255d006a4f70e9ab0a2ed02b19bb47e49b0f8d1e1bc0d4c7a966e532e1a977856e5b9903f18fd87291afaa43f40d69d57bd52fbf00c45d1c24d68d65",
-          "sha256": "44ff3427fd27bd715dd1b06a6a9f46692019f9a70dc8fd678fc24191712abbd8",
-          "sha1": "e16a655f335d2cdac22826b28b5eac36e1884db2",
-          "md5": "b9a7391fd0991f13ae741436d4a8edda"
+          "name": "navigation-fragment-ktx-2.3.0-beta01.aar",
+          "url": "navigation-fragment-ktx-2.3.0-beta01.aar",
+          "size": 17273,
+          "sha512": "698621f4d77b39c89c0a7d39e52961b9a531faebf36c42e947556543f5a19635f2fc6422c0fdcb4fa51f760a050f8098cdb473b7d041876b445d9178d42a84bd",
+          "sha256": "10748da12d377b0a5f4b6d710f60c06aa0261a7cad066fba036b02d7e322126d",
+          "sha1": "e5929a1a3d1aa8f36f5da154f9c9953a3bd1ed4a",
+          "md5": "82223795030875c697789b86d53ec0d1"
         }
       ]
     },
@@ -139,8 +139,8 @@
       },
       "files": [
         {
-          "name": "navigation-fragment-ktx-2.3.0-alpha07-sources.jar",
-          "url": "navigation-fragment-ktx-2.3.0-alpha07-sources.jar",
+          "name": "navigation-fragment-ktx-2.3.0-beta01-sources.jar",
+          "url": "navigation-fragment-ktx-2.3.0-beta01-sources.jar",
           "size": 6257,
           "sha512": "a6b68eb7fa8aeee59fc5e8e204415e67b286000163164b5b28d39e878870811987758b36cbff5b8f27a80cc5519f6312101e5c612853dc55d7134b0121bbd2b4",
           "sha256": "4cf53654f02d796c3ca1338f2c5c4a3d94045c524f6b88db150f3e218a64a914",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..5c133c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+645f4cb5e519bcf751c26c18eb70ad9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..cd9e859
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+138876d49c8b2a1ba7222adfc6db3aec349bb6ce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..4a3a167
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+b163c136b6a015a4f0d84ddbe39ae693ed15bec63c91eda4f7c5d8510133cfc4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..9662c1c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+f4ce1a78ecb9c158b03678adffb73e2fd7e2a0c8c0b5d1bf711b2de107fa85c217a701f0aa43fd5fb3487a9ef15aab3c002d53b795915d15ef897e97a518157f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom
similarity index 94%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom
index ee31109..8ec252d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-alpha07/navigation-fragment-ktx-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-fragment-ktx</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Fragment Kotlin Extensions</name>
   <description>Android Navigation-Fragment-Ktx</description>
@@ -34,14 +34,14 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-fragment</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-runtime-ktx</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..17a815c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+9618bd01461364bd6ee6c674c1e8b706
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..039f5bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+0a270fd8a56897544ecbd4dbb2b16deb2fca4a53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..ba7ebf8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+21e1ce5f674b2b24472c1e0213e336c7c2d28337a876b25f5da7b0f7d3ea847c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..e119a26
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.3.0-beta01/navigation-fragment-ktx-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+44bdb4e7499801cc57c00260e9c8f869db9a7957a8f408a9c72e772d6eead7b349c9f49707b4944072aabb4dcdeabc73ed57a2ac7c815395d7460be4d9f97610
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.md5
deleted file mode 100644
index d428613..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-d19987db1b89dfef93b716c240ad753c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha1
deleted file mode 100644
index a964714..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a171768ce1c7dc8a151d09ec75d5460aba79e429
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha256
deleted file mode 100644
index f03ada6..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0e9d95a9653dc0a91b4d913f92eef02af3edfda9f68f1583627d72cab0f0a852
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha512
deleted file mode 100644
index 5dcafd1..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-cf86be19c46d32afdf7b623e55d10eac06039922d8669d6bd8f633e4e46519888c65c2f5012c6683593fa392a6560685e9ecc1c028ba73349d43f658771592ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar
deleted file mode 100644
index f87d846..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.md5
deleted file mode 100644
index a4152da..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-724767fd51506aa80bc96d3c1be822eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 4326c30..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-15ee10c532461b47602d2e63b47e7c72055066cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index c6e6bcd..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bbe04709c29e6eae7527264a699e6b7353740aca83097655b3e7154adb37081c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index 76bd6d2..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-660de01bf8b122c99d967480cce1dae84612fde8394a00ffce873c1c8b9f7ea5b2cade9099e2d295378df8971835a3a930f99c5ca6190594273981ad1fcf03bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module
deleted file mode 100644
index 558bd8f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.navigation",
-    "module": "navigation-fragment",
-    "version": "2.3.0-alpha07",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
-    }
-  },
-  "variants": [
-    {
-      "name": "releaseApiPublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-api"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.4"
-          }
-        },
-        {
-          "group": "androidx.navigation",
-          "module": "navigation-runtime",
-          "version": {
-            "requires": "2.3.0-alpha07"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "navigation-fragment-2.3.0-alpha07.aar",
-          "url": "navigation-fragment-2.3.0-alpha07.aar",
-          "size": 19239,
-          "sha512": "660de01bf8b122c99d967480cce1dae84612fde8394a00ffce873c1c8b9f7ea5b2cade9099e2d295378df8971835a3a930f99c5ca6190594273981ad1fcf03bc",
-          "sha256": "bbe04709c29e6eae7527264a699e6b7353740aca83097655b3e7154adb37081c",
-          "sha1": "15ee10c532461b47602d2e63b47e7c72055066cb",
-          "md5": "724767fd51506aa80bc96d3c1be822eb"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.4"
-          }
-        },
-        {
-          "group": "androidx.navigation",
-          "module": "navigation-runtime",
-          "version": {
-            "requires": "2.3.0-alpha07"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "navigation-fragment-2.3.0-alpha07.aar",
-          "url": "navigation-fragment-2.3.0-alpha07.aar",
-          "size": 19239,
-          "sha512": "660de01bf8b122c99d967480cce1dae84612fde8394a00ffce873c1c8b9f7ea5b2cade9099e2d295378df8971835a3a930f99c5ca6190594273981ad1fcf03bc",
-          "sha256": "bbe04709c29e6eae7527264a699e6b7353740aca83097655b3e7154adb37081c",
-          "sha1": "15ee10c532461b47602d2e63b47e7c72055066cb",
-          "md5": "724767fd51506aa80bc96d3c1be822eb"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "navigation-fragment-2.3.0-alpha07-sources.jar",
-          "url": "navigation-fragment-2.3.0-alpha07-sources.jar",
-          "size": 13465,
-          "sha512": "cf86be19c46d32afdf7b623e55d10eac06039922d8669d6bd8f633e4e46519888c65c2f5012c6683593fa392a6560685e9ecc1c028ba73349d43f658771592ee",
-          "sha256": "0e9d95a9653dc0a91b4d913f92eef02af3edfda9f68f1583627d72cab0f0a852",
-          "sha1": "a171768ce1c7dc8a151d09ec75d5460aba79e429",
-          "md5": "d19987db1b89dfef93b716c240ad753c"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.md5
deleted file mode 100644
index 6565aff..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-f907ee2d959db458092ecf25c6560982
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha1
deleted file mode 100644
index ceb7fd0..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7c0188aa9a38c610b92d6066ee98d82f4d33b972
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha256
deleted file mode 100644
index a326dbe..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2fa913d573d7f7fe7a65ba8bc0278f4fe85231b0059371a08a7b26c4c02ad10d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha512
deleted file mode 100644
index f887336..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4ebe7bf57066cde46c44992b4570fcb952e3a50ba7942ff8141c72f3b36c9e7ddbf96d37deea229aed5caa5dc94dea05b24bac18435fd9b2a8824c3b2966f02d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 19f160f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-126accce3bbe831df3021e6e1ab66865
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 435ab59..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d836c4d53f32d51bc1699bf865e01c4e3f458064
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 8da9704..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e13f9085b4d83945def0172be177acf06374aeb93a75409c36cb32180f254a9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index 83ec235..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2089dd30366fc271f27aaa4422b03321b671d4e00d7a5cd89cdbfd3db8bd18c5b3d67b771a7a4ce07d19a6515efadff282b8aa5b453ef1d8add712ab53b70866
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar
similarity index 65%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar
index 5c9b307..6e5fa72 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..77669a1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+82cd3e6bb5536d33aa469ae592ffe060
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..b611403
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+1b8d55b17ab1f3f2f7571e4882b6f90f58232022
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..dfd320f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+422448a3d055ce5eed89fdf46a035d5c3eedb9b6df061f4291cb81885cad6697
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..4eeaf02
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+a7b754ab9cc7954d126ae2b30f905a6fd1c4ea9bbde736aee284820d4ab11e21a22026f78000ee5e59889f06cdf8a6fcb95512cb07fcf5df075b6522ed51c393
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar
new file mode 100644
index 0000000..6260081
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..26f5576
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+37780d765bd2689d65333c36e2002880
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..644af6b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+dcbf1791335ddd9389423c2b66883370f3c08f52
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..eb78645
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+1e5278033e23d26b6cb88b91ab7250811756944b3a31cacf977a4e1ae3206227
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..f765a17
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+1cb30d6e3b3dc89d40e1c5c0e97ef9af29c3f5e0bd1b9943d4a7a172edcfeec9a1ceaa6ce8574ffc8ebe55e9baa7a23172839ee81b6477707945b18cb6bf2b68
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module
new file mode 100644
index 0000000..d3bebea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.navigation",
+    "module": "navigation-fragment",
+    "version": "2.3.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.4",
+      "buildId:": "6495117"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.4"
+          }
+        },
+        {
+          "group": "androidx.navigation",
+          "module": "navigation-runtime",
+          "version": {
+            "requires": "2.3.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "navigation-fragment-2.3.0-beta01.aar",
+          "url": "navigation-fragment-2.3.0-beta01.aar",
+          "size": 19320,
+          "sha512": "1cb30d6e3b3dc89d40e1c5c0e97ef9af29c3f5e0bd1b9943d4a7a172edcfeec9a1ceaa6ce8574ffc8ebe55e9baa7a23172839ee81b6477707945b18cb6bf2b68",
+          "sha256": "1e5278033e23d26b6cb88b91ab7250811756944b3a31cacf977a4e1ae3206227",
+          "sha1": "dcbf1791335ddd9389423c2b66883370f3c08f52",
+          "md5": "37780d765bd2689d65333c36e2002880"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.4"
+          }
+        },
+        {
+          "group": "androidx.navigation",
+          "module": "navigation-runtime",
+          "version": {
+            "requires": "2.3.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "navigation-fragment-2.3.0-beta01.aar",
+          "url": "navigation-fragment-2.3.0-beta01.aar",
+          "size": 19320,
+          "sha512": "1cb30d6e3b3dc89d40e1c5c0e97ef9af29c3f5e0bd1b9943d4a7a172edcfeec9a1ceaa6ce8574ffc8ebe55e9baa7a23172839ee81b6477707945b18cb6bf2b68",
+          "sha256": "1e5278033e23d26b6cb88b91ab7250811756944b3a31cacf977a4e1ae3206227",
+          "sha1": "dcbf1791335ddd9389423c2b66883370f3c08f52",
+          "md5": "37780d765bd2689d65333c36e2002880"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "navigation-fragment-2.3.0-beta01-sources.jar",
+          "url": "navigation-fragment-2.3.0-beta01-sources.jar",
+          "size": 13519,
+          "sha512": "a7b754ab9cc7954d126ae2b30f905a6fd1c4ea9bbde736aee284820d4ab11e21a22026f78000ee5e59889f06cdf8a6fcb95512cb07fcf5df075b6522ed51c393",
+          "sha256": "422448a3d055ce5eed89fdf46a035d5c3eedb9b6df061f4291cb81885cad6697",
+          "sha1": "1b8d55b17ab1f3f2f7571e4882b6f90f58232022",
+          "md5": "82cd3e6bb5536d33aa469ae592ffe060"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..2178bce
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+0c30aacc741ead2b81688349454e51bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..1dc5186
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+09cb5f5c2c8c0d3f9c4865cf64381ab8d4b768e1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..48387c8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+21fb2ed1974d0eea854b5aaae354404ea41b22c6d638a695acfe34c77717d4e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..b0ae265
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+d7bee117385ec6fe4f358a39dee8d4446711be6db39e2f186daab4b728372a379b429ee999717ae34a7bb5c309c5dbc57b0464aa43ab324f6404a4d54ea4903a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom
similarity index 95%
rename from current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom
index 0423408..7ab8c1e 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-alpha07/navigation-fragment-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-fragment</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Fragment</name>
   <description>Android Navigation-Fragment</description>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-runtime</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..dc749e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+fd4578b4170de378184d96fe7f7b60b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..4fb2544
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+060253f84e1e0c6938aa3abc35f52a13ef6dc8d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..f594492
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+96560f4193c11d91bd6a7762b0eb7b274c18054bd0047ce1d5b9502744c53b6c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..2003663
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.3.0-beta01/navigation-fragment-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+86bc99f570a48acba1c12577767fa45b1fef2798479c9754a92db5a12ea05961a9c9e8b565317ee0a0761893a926a1a326a4d1b88b41411258388edbc886be88
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar
deleted file mode 100644
index c566486..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.md5
deleted file mode 100644
index 61e1865..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-40fb10904c790e55e30621fddc24a5f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 7547eb2..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6957ec603aa2fceac73e0b7719078a01047fc28e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index a95004e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-93628c160e452aeee0e31264ea7efac126dade8b8556a19d7b9829c5e213c9c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index ef9af0b..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e71d4e11ef02326ae2a9eb3ffb004b04e60fbc93f8dee912c68b37e59eb5c4dd3e5603e23af2c9275b4b72b07b5beca53de27439d3743fbc2ce34f5939f76548
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.md5
deleted file mode 100644
index 7e7a9c0..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-2965fd8a2f33f5c9a7af1d98a9f072c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha1
deleted file mode 100644
index b670327..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-dce309ed5ac3a34b6a42edbff58ef8dc1d28357c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha256
deleted file mode 100644
index 3dca447..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-7ef43d95c2b3c855bf26111706f42bd9678ffee8fca0ff6693a3e22a1fbf6b8c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha512
deleted file mode 100644
index e3d72d2..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-106204ea6a472ef291d00f0061b3f19f6e19de0c2931c6d6b1d4bafdb49834b407e4e5de9d785dce0ca109923bea4f9b833bc6c53913186877ab9bbefccd91bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 460c5b9..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-f568ca836b784650f26e9b3a3518c76b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 73bbbc8..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-01b4ad80e1a2840051741f619cc9a6f22a0ddec2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 6f5afec..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9d44b96660063c722c8e88e2da24facbf856f1e1ca8e6a117c77eb99b10a505f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index 70f288f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2ff14fadd4026f9edf10884cd88f3ca087eb93617c02b06df334e1347c418942d6e644147c13f88d6d90fc3b4ad0971511a163d0ff0abc8aa20abfb794fddd81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar
new file mode 100644
index 0000000..a99221c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..8a59fe5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+9d42676673d28c99305c1aabf155f471
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..ed12e3d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+4a1cc5cd94ff44490e13ef37fe563fa10b578e6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..24d819a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+2f1b3d472908bccefdbd24ca131154950bec3f4961b1f47662e5a6c894efab39
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..4e7c6a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+83e775a41ec0681f761337e8a7cdf3aa9a856ec0c6a911f997a70bbbdfbbb67aecdddb48f3c1ba8f0e92b48c801c0092841a9e9a420b9cbd1f01b4a4f3128a8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module
similarity index 71%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module
index 1115262..72074be 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-runtime-ktx",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,14 +28,14 @@
           "group": "androidx.navigation",
           "module": "navigation-runtime",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-common-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -64,13 +64,13 @@
       ],
       "files": [
         {
-          "name": "navigation-runtime-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-runtime-ktx-2.3.0-alpha07.aar",
-          "size": 13237,
-          "sha512": "e71d4e11ef02326ae2a9eb3ffb004b04e60fbc93f8dee912c68b37e59eb5c4dd3e5603e23af2c9275b4b72b07b5beca53de27439d3743fbc2ce34f5939f76548",
-          "sha256": "93628c160e452aeee0e31264ea7efac126dade8b8556a19d7b9829c5e213c9c2",
-          "sha1": "6957ec603aa2fceac73e0b7719078a01047fc28e",
-          "md5": "40fb10904c790e55e30621fddc24a5f4"
+          "name": "navigation-runtime-ktx-2.3.0-beta01.aar",
+          "url": "navigation-runtime-ktx-2.3.0-beta01.aar",
+          "size": 13236,
+          "sha512": "83e775a41ec0681f761337e8a7cdf3aa9a856ec0c6a911f997a70bbbdfbbb67aecdddb48f3c1ba8f0e92b48c801c0092841a9e9a420b9cbd1f01b4a4f3128a8a",
+          "sha256": "2f1b3d472908bccefdbd24ca131154950bec3f4961b1f47662e5a6c894efab39",
+          "sha1": "4a1cc5cd94ff44490e13ef37fe563fa10b578e6f",
+          "md5": "9d42676673d28c99305c1aabf155f471"
         }
       ]
     },
@@ -87,14 +87,14 @@
           "group": "androidx.navigation",
           "module": "navigation-runtime",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-common-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -123,13 +123,13 @@
       ],
       "files": [
         {
-          "name": "navigation-runtime-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-runtime-ktx-2.3.0-alpha07.aar",
-          "size": 13237,
-          "sha512": "e71d4e11ef02326ae2a9eb3ffb004b04e60fbc93f8dee912c68b37e59eb5c4dd3e5603e23af2c9275b4b72b07b5beca53de27439d3743fbc2ce34f5939f76548",
-          "sha256": "93628c160e452aeee0e31264ea7efac126dade8b8556a19d7b9829c5e213c9c2",
-          "sha1": "6957ec603aa2fceac73e0b7719078a01047fc28e",
-          "md5": "40fb10904c790e55e30621fddc24a5f4"
+          "name": "navigation-runtime-ktx-2.3.0-beta01.aar",
+          "url": "navigation-runtime-ktx-2.3.0-beta01.aar",
+          "size": 13236,
+          "sha512": "83e775a41ec0681f761337e8a7cdf3aa9a856ec0c6a911f997a70bbbdfbbb67aecdddb48f3c1ba8f0e92b48c801c0092841a9e9a420b9cbd1f01b4a4f3128a8a",
+          "sha256": "2f1b3d472908bccefdbd24ca131154950bec3f4961b1f47662e5a6c894efab39",
+          "sha1": "4a1cc5cd94ff44490e13ef37fe563fa10b578e6f",
+          "md5": "9d42676673d28c99305c1aabf155f471"
         }
       ]
     },
@@ -143,8 +143,8 @@
       },
       "files": [
         {
-          "name": "navigation-runtime-ktx-2.3.0-alpha07-sources.jar",
-          "url": "navigation-runtime-ktx-2.3.0-alpha07-sources.jar",
+          "name": "navigation-runtime-ktx-2.3.0-beta01-sources.jar",
+          "url": "navigation-runtime-ktx-2.3.0-beta01-sources.jar",
           "size": 6128,
           "sha512": "f976814e20f825b4f16bf017c59918c3eb42304e8cb934b491431d2cf1e280bceea3a63b255a8ebbfcbb3886fdf26bd2a258e41928747b90eb04075e421ef4df",
           "sha256": "17df0a9cfd3b645ce58d9716f293ffdcfd8f30b60b87dab2a3cf099dddc1e70a",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..f692815
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+ef4bb335c1f03eeb5a8f4a696a2f6d56
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..f0e99ea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+9e59b17ed1111d56da37c5e18972b3294c505029
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..8238925
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+5b5d64158ef1f51d8306993140b72f5bc6e5bb6be6298219583bc6fdebcc54b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..c270363
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+5cf5ad98d429e856dee70f8bc45f6fd12c58384d1d3b69fc7055eceb516901eebc068a989ab2255aaf30229946fa471edbbb03e9f7b50e164645684fdc5c07cf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom
similarity index 94%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom
index 0b4524e..f4704a7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-alpha07/navigation-runtime-ktx-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-runtime-ktx</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Runtime Kotlin Extensions</name>
   <description>Android Navigation-Runtime-Ktx</description>
@@ -34,14 +34,14 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-runtime</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-common-ktx</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..22b27fe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+d003d35e51fdc9a4111bd52f42a482cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..f14ba81
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+d02168659742f2383bdc8926ba6f13b676bd36e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..2e9e707
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+557bc592eea2fbb67a080ff7007d518b50a091a68f252eb030073fe4094f7e4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..9b9e424
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.3.0-beta01/navigation-runtime-ktx-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+c51dd43752aa4b43da57ca41c8e00468cc3599706663c8e6f885ddc08ee9265d137fa3cd50db67a6c5e85094d5cd703ea90b7aa21c7fd1677ddc78224bf06f09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar
deleted file mode 100644
index d9255bb..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.md5
deleted file mode 100644
index 55f114a..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-47684a659b3be5513ca79e33b96cf50b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha1
deleted file mode 100644
index 152b05b..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2a115c30b10bae385fc7c60930f8714e719a54ac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha256
deleted file mode 100644
index e2c50eb..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9106d63a78f570eeb488d3e903f5dea5bf98ad496d6bed20c6a2099ffad915d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha512
deleted file mode 100644
index dbb6748..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9c87df9b12b659f8b5cda430a6e45aabb9572836da59400b15d69799af45382dd00afe5e9f6bb138a4ad9996e00b365c1c09fe69327f00cc280dcca8543b52a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar
deleted file mode 100644
index c105462..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.md5
deleted file mode 100644
index e772f85..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-14a4c4aa065acdeafc0af9da062376f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 7cd7205..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cbf2581130b6fcd53a8faf7686d2be7415fd3e36
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index ac0e0b4..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2bdb48d195703ba6998edb22e1855c8c88ceb2884d0b72847f21244f003d1544
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index ec15028..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-45421159fd77a3346664422fcec29578ad7c8d3e189ce48f44d64ec04b9834feb9b9a3b1b40c9e1a3774cd6dfb8a1007acbe5997bc8ced734c3f848e8d40da66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.md5
deleted file mode 100644
index 3fcfd00..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-7728e748354bd74903c499459610807d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha1
deleted file mode 100644
index 1a94145..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f9d55e60e439ee0713f871b1f797c4d271f337da
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha256
deleted file mode 100644
index 8c711af..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-78699295d9a32437c58844e4b9b1e8312d315d12b9a89ca3e66c837fa6014c25
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha512
deleted file mode 100644
index accae01..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5f406ee19659abcfbca0d89d0ae0afd6bc2ff3f51ea6a32e6df47e401c1ae0e6f1962601108072232606eb47f6ac5f640673fee31e0b773d64f3a50eb468273f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 72834da..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-3e5b6ba62ff3eceefcafde7d92bdcfc6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index dfd0741..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2c14c743ac8139536354e11725c2f41738d67a41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 32c6492..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9448df8ae79200780c914251d04ad0dc658c9c4f7825a729abc78e925159ae1a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index a90dd56..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-401a22099d17fa174aa6a89acad1cbd299c5b28bea5d1e9312d29d36f6ef6925183033ca5380ebf7d593188293332a5b04a1b836e589e05d802d8b6c45fdbc43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar
new file mode 100644
index 0000000..49dedcc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..6e01811
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+c06eb7f8c107ea57bebf72400e548e4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..0bf2e7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+4a88fed4b0722908a48730d2972e920e2f50d080
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..1292c29
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+2246a3dd934140da8827b948a765607cbdf173533fe310e7431aea5355432dc8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..b8e0b36
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+a9090c291ba26a9357342660614146f575f34130cd56090cf60934c64822fb997bd042a4c350df902dfe499dc52e66651a7257f4e17923906349ecf4fc99ebd4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar
new file mode 100644
index 0000000..864819f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..67b4bfd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+3de91954a21d188b480b03a66c5c24fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..0dec45f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+753b0f517f9843999c735bd20b651b05aa2dcb64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..7b0a259
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+9b1f567f5b5aa8ee6094a708b63bc7366517eaa9705f5fd5f2bd7205ce78677e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..d891261
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+26e0ccc0bd4a26eef3c2f6226a0a3c7e6c40523948e97038b75f1ee13c83707dbbe50a101cb022fc8a403b35a6ce86e7a7d72a1564bbec4b3e75235783ab9ffb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module
similarity index 63%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module
index dbaa84a..733bfe6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-runtime",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.navigation",
           "module": "navigation-common",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -62,13 +62,13 @@
       ],
       "files": [
         {
-          "name": "navigation-runtime-2.3.0-alpha07.aar",
-          "url": "navigation-runtime-2.3.0-alpha07.aar",
-          "size": 46917,
-          "sha512": "45421159fd77a3346664422fcec29578ad7c8d3e189ce48f44d64ec04b9834feb9b9a3b1b40c9e1a3774cd6dfb8a1007acbe5997bc8ced734c3f848e8d40da66",
-          "sha256": "2bdb48d195703ba6998edb22e1855c8c88ceb2884d0b72847f21244f003d1544",
-          "sha1": "cbf2581130b6fcd53a8faf7686d2be7415fd3e36",
-          "md5": "14a4c4aa065acdeafc0af9da062376f5"
+          "name": "navigation-runtime-2.3.0-beta01.aar",
+          "url": "navigation-runtime-2.3.0-beta01.aar",
+          "size": 46955,
+          "sha512": "26e0ccc0bd4a26eef3c2f6226a0a3c7e6c40523948e97038b75f1ee13c83707dbbe50a101cb022fc8a403b35a6ce86e7a7d72a1564bbec4b3e75235783ab9ffb",
+          "sha256": "9b1f567f5b5aa8ee6094a708b63bc7366517eaa9705f5fd5f2bd7205ce78677e",
+          "sha1": "753b0f517f9843999c735bd20b651b05aa2dcb64",
+          "md5": "3de91954a21d188b480b03a66c5c24fe"
         }
       ]
     },
@@ -85,7 +85,7 @@
           "group": "androidx.navigation",
           "module": "navigation-common",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -119,13 +119,13 @@
       ],
       "files": [
         {
-          "name": "navigation-runtime-2.3.0-alpha07.aar",
-          "url": "navigation-runtime-2.3.0-alpha07.aar",
-          "size": 46917,
-          "sha512": "45421159fd77a3346664422fcec29578ad7c8d3e189ce48f44d64ec04b9834feb9b9a3b1b40c9e1a3774cd6dfb8a1007acbe5997bc8ced734c3f848e8d40da66",
-          "sha256": "2bdb48d195703ba6998edb22e1855c8c88ceb2884d0b72847f21244f003d1544",
-          "sha1": "cbf2581130b6fcd53a8faf7686d2be7415fd3e36",
-          "md5": "14a4c4aa065acdeafc0af9da062376f5"
+          "name": "navigation-runtime-2.3.0-beta01.aar",
+          "url": "navigation-runtime-2.3.0-beta01.aar",
+          "size": 46955,
+          "sha512": "26e0ccc0bd4a26eef3c2f6226a0a3c7e6c40523948e97038b75f1ee13c83707dbbe50a101cb022fc8a403b35a6ce86e7a7d72a1564bbec4b3e75235783ab9ffb",
+          "sha256": "9b1f567f5b5aa8ee6094a708b63bc7366517eaa9705f5fd5f2bd7205ce78677e",
+          "sha1": "753b0f517f9843999c735bd20b651b05aa2dcb64",
+          "md5": "3de91954a21d188b480b03a66c5c24fe"
         }
       ]
     },
@@ -139,13 +139,13 @@
       },
       "files": [
         {
-          "name": "navigation-runtime-2.3.0-alpha07-sources.jar",
-          "url": "navigation-runtime-2.3.0-alpha07-sources.jar",
-          "size": 34612,
-          "sha512": "9c87df9b12b659f8b5cda430a6e45aabb9572836da59400b15d69799af45382dd00afe5e9f6bb138a4ad9996e00b365c1c09fe69327f00cc280dcca8543b52a6",
-          "sha256": "9106d63a78f570eeb488d3e903f5dea5bf98ad496d6bed20c6a2099ffad915d5",
-          "sha1": "2a115c30b10bae385fc7c60930f8714e719a54ac",
-          "md5": "47684a659b3be5513ca79e33b96cf50b"
+          "name": "navigation-runtime-2.3.0-beta01-sources.jar",
+          "url": "navigation-runtime-2.3.0-beta01-sources.jar",
+          "size": 34648,
+          "sha512": "a9090c291ba26a9357342660614146f575f34130cd56090cf60934c64822fb997bd042a4c350df902dfe499dc52e66651a7257f4e17923906349ecf4fc99ebd4",
+          "sha256": "2246a3dd934140da8827b948a765607cbdf173533fe310e7431aea5355432dc8",
+          "sha1": "4a88fed4b0722908a48730d2972e920e2f50d080",
+          "md5": "c06eb7f8c107ea57bebf72400e548e4b"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..b59da31
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+4bd14e560a6dac4ea68ecb1ed409af02
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..18a801b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+bb7617410b17d7661817abbae5694222b8af821b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..b155d08
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+6dceeecb7fc5a1da93afed90e85a4ea5a911de9f65ab5c46d5d318882ec56386
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..d5a2b2f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+f4cacc300dc6201cc0d8b5357794888adf3cd107583ac1e1df8a2ea4cc76e9f76acd9a10d54a574c5d7fac30601c4fbb1b55fd72c938c53c6d785e0d5a127567
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom
similarity index 96%
rename from current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom
index b36868a..068bc94 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-alpha07/navigation-runtime-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-runtime</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation Runtime</name>
   <description>Android Navigation-Runtime</description>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-common</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..2707578
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+add11fa3485b1e14f50b7b75dcf2cd14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..32a1d9b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+2c6bc690c754d8ca722792c155f9683d10bfb3a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..27dc210
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+06e1412b8f8cb5dd0f5b1a65872853d9f8b5b222650ea9aa5bc33ec2bfa18a64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..f3f4df4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.3.0-beta01/navigation-runtime-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+9fa2759ece72f8f4c251605e7e61eaf43a0ca8cf74e35ec5dc1072b4466a924c5cf259fcb2eeed30581920d7362722960d0e33ca221f418319d154e88d1e1f12
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar
deleted file mode 100644
index 271e89e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.md5
deleted file mode 100644
index 41f2c60..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-ac090cdccb9829b5fcc05583b6dc80a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index 642ed4f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c6ba2cf166a6ff4469c96c9f38e6e1e6bec2417a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index 8c6a6d3..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b9b9f0d3bea22ae723de3b8b081258a14be2f7872c72e01566b9e07ee9a51a0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index fa236a3..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-de16a927e5c78b0d4186ad04541b4b9a75bcce7f8849dd73c649d3e32cefccfd0e036099f538234f54a591b39bc710ebe6b0e01cabdac099e30a991ece71d0a8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.md5
deleted file mode 100644
index 9c66707..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-2bae6f77c5a9c12797edce52e60a04e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha1
deleted file mode 100644
index 98291b8..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b97fe3f70f2297ce1ef20cdef73c1bd78836a69b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha256
deleted file mode 100644
index e68871e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b630921b6dbdee22c503ad315cc78bbe2b0b2e11226e686811c34dd70a6aff5d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha512
deleted file mode 100644
index c05814e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-93e021ac68e47d5a6e81916b09a26b02ceb9fba47ca18268271ac7dbbadd77deb125df2ae06b7265528c3b5a37975fe3829c20caaf03c24577385cb9074efc65
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 3ddd03f..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-47bbbf60a65a79c5eb017b6cb818016b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 867d3be..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-62960eb526d89ebe066c98b1cdc5440763365647
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index 25ecfe6..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-41b30c5b0c94bf5630302a8cde5bf627316f332adba018f3baff67eae2308955
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index ce891d6..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5c83d84ef2bb91efc6d1d8d8e3987a2e88863e50619f1dc183f90694000e8f86714329af2e42e204f2943ed2bf025147c95625bdfdf2f94d9e115f958c467904
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar
new file mode 100644
index 0000000..8b77d40
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..3f4928d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+08df14faeb46dcb1b88740d4ad23ff2e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..3074999
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+b06d060b37036da08e5245581d59426d1bac670d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..f490afd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+f0d7711618ab682267a1d16f86d9768066fc61cc492a262759baa9b3b4773929
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..1aa2e16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+f9023c64040b6c9327163ce90c950639b78c92cbf47ad49cbe0c3991e96d6d00e80f9fd84d4632395e2465f8dbc28d95ed04012d7eaa45d417bfa2bbbfde3a28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module
similarity index 65%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module
index 3fc4270..7d4eb96 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-ui-ktx",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,14 +28,14 @@
           "group": "androidx.navigation",
           "module": "navigation-ui",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-runtime-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -48,13 +48,13 @@
       ],
       "files": [
         {
-          "name": "navigation-ui-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-ui-ktx-2.3.0-alpha07.aar",
+          "name": "navigation-ui-ktx-2.3.0-beta01.aar",
+          "url": "navigation-ui-ktx-2.3.0-beta01.aar",
           "size": 32266,
-          "sha512": "de16a927e5c78b0d4186ad04541b4b9a75bcce7f8849dd73c649d3e32cefccfd0e036099f538234f54a591b39bc710ebe6b0e01cabdac099e30a991ece71d0a8",
-          "sha256": "b9b9f0d3bea22ae723de3b8b081258a14be2f7872c72e01566b9e07ee9a51a0a",
-          "sha1": "c6ba2cf166a6ff4469c96c9f38e6e1e6bec2417a",
-          "md5": "ac090cdccb9829b5fcc05583b6dc80a0"
+          "sha512": "f9023c64040b6c9327163ce90c950639b78c92cbf47ad49cbe0c3991e96d6d00e80f9fd84d4632395e2465f8dbc28d95ed04012d7eaa45d417bfa2bbbfde3a28",
+          "sha256": "f0d7711618ab682267a1d16f86d9768066fc61cc492a262759baa9b3b4773929",
+          "sha1": "b06d060b37036da08e5245581d59426d1bac670d",
+          "md5": "08df14faeb46dcb1b88740d4ad23ff2e"
         }
       ]
     },
@@ -71,14 +71,14 @@
           "group": "androidx.navigation",
           "module": "navigation-ui",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.navigation",
           "module": "navigation-runtime-ktx",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
@@ -91,13 +91,13 @@
       ],
       "files": [
         {
-          "name": "navigation-ui-ktx-2.3.0-alpha07.aar",
-          "url": "navigation-ui-ktx-2.3.0-alpha07.aar",
+          "name": "navigation-ui-ktx-2.3.0-beta01.aar",
+          "url": "navigation-ui-ktx-2.3.0-beta01.aar",
           "size": 32266,
-          "sha512": "de16a927e5c78b0d4186ad04541b4b9a75bcce7f8849dd73c649d3e32cefccfd0e036099f538234f54a591b39bc710ebe6b0e01cabdac099e30a991ece71d0a8",
-          "sha256": "b9b9f0d3bea22ae723de3b8b081258a14be2f7872c72e01566b9e07ee9a51a0a",
-          "sha1": "c6ba2cf166a6ff4469c96c9f38e6e1e6bec2417a",
-          "md5": "ac090cdccb9829b5fcc05583b6dc80a0"
+          "sha512": "f9023c64040b6c9327163ce90c950639b78c92cbf47ad49cbe0c3991e96d6d00e80f9fd84d4632395e2465f8dbc28d95ed04012d7eaa45d417bfa2bbbfde3a28",
+          "sha256": "f0d7711618ab682267a1d16f86d9768066fc61cc492a262759baa9b3b4773929",
+          "sha1": "b06d060b37036da08e5245581d59426d1bac670d",
+          "md5": "08df14faeb46dcb1b88740d4ad23ff2e"
         }
       ]
     },
@@ -111,8 +111,8 @@
       },
       "files": [
         {
-          "name": "navigation-ui-ktx-2.3.0-alpha07-sources.jar",
-          "url": "navigation-ui-ktx-2.3.0-alpha07-sources.jar",
+          "name": "navigation-ui-ktx-2.3.0-beta01-sources.jar",
+          "url": "navigation-ui-ktx-2.3.0-beta01-sources.jar",
           "size": 8751,
           "sha512": "0d56d35c76ca24964807607764080077f0d8ce960dc61e14629a2a1d50bd424ab455be041d64dc17edc52511c0db4d25c3e7b359a5bb44c9c37f2e0934ea1685",
           "sha256": "dc293a071dc2f04f69d456de6734531fa52ae69fecc83a4e1812006a3e5e3eae",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..e33a95b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+b028c3a82d86ca9a7fe5a64b3eca3f05
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..f1638e9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+515cae04dc2fb4792ee12af33fe0427702419308
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..9acb995
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+103b83d08116bc79867100748c0e6164b5fff9314301a26e6485bf3583f74b8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..dd577a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+bf289bfe45f0bab6eb77add374b6af26c477670547096bbeba1002f3684d69ef71e4f06c9563e9f0e7c558022c71bdb9ff6a03b50b172438ca50e20bc8f709f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom
similarity index 93%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom
index 0262b0a..e547bd2 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-alpha07/navigation-ui-ktx-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-ui-ktx</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation UI Kotlin Extensions</name>
   <description>Android Navigation-UI-Ktx</description>
@@ -34,14 +34,14 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-ui</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-runtime-ktx</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..88abd84
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+09f8e0fd7e1f8a5da08ccca6a23c1c9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..763f2b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+8b3328f78413e2e89bdfc9821774c610ae132124
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..833f17a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+f9aea85dd2e96a98b12937c71582d1a4da6d3af409437d9597e6eb65a352d847
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..e099134
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.3.0-beta01/navigation-ui-ktx-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+7bfd61b464f68d981e0b0378f387167f8718835375ece3efc2a9815207d4acdfe6b17e3c8c1cdf3d4331dfacc6fc3f60a885aaf916729d4305ecf291418283cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.md5
deleted file mode 100644
index 9052c26..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-749b55347ca1484576c3ed61f7d4150f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha1
deleted file mode 100644
index ab476ca..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-30bc0cf90b382fb52d4a94da0d8a301f4fc8c80d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha256
deleted file mode 100644
index 9161575..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-fc265e51a31fee1cd8002fc061f2f35a48bd5724871a3e47ed071a2b55a242f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha512
deleted file mode 100644
index 0ab570d..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-dd1a70a3351df8e0d7849d4452e694f9e007c1643f8992e9767b453bef29cf299008efce8cc47cc07a992b66e90702d718db8f29c71ff1b225591c4fdfee0f5c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.md5
deleted file mode 100644
index 1e292c1..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-9dceb3e476d8e6007de0003488f2a8b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha1
deleted file mode 100644
index a0a9ed9..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a5b44a524b1ecf1849d35b6ad30e006b01864911
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha256
deleted file mode 100644
index e93c02d..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5c37a295f5d3491550d2376afbd0754cbfb34af5d575aed88c8144d759d5d405
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha512
deleted file mode 100644
index 5b8f4a3..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b72789e8dec80aaa2a14f1c5b404e471ac00b51f32c07a64280b929fa0bfe471878dedf140584682786a2d4dabbd22837f8c2feb30ff4ab69b0f72c87513022f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.md5
deleted file mode 100644
index 5282452..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-dc62c2669ea800efd14bf9924fd2ce2b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha1
deleted file mode 100644
index 2600d6e..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b0c00bea9589799f41812ec795549f6b05ed0d03
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha256
deleted file mode 100644
index df7a088..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2483ed7e74457abaf7025e552e0437f4ede940b6e9800e3075c86921b8c36716
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha512
deleted file mode 100644
index 894c80c..0000000
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-772b5b4134c586e0aa95aa5d1834c629d0578cf56561fa05071d2e94c24db9d25384c819f0e6d993162aeac29489976faf3981ccb4bbe23768ffa516f4a4dccb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.md5
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha1
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha256
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07-sources.jar.sha512
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar
similarity index 80%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar
index 27e6cbe..ae20e1c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.md5
new file mode 100644
index 0000000..7249793
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+b9d230cbb05e40079906388e78b873b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..d53ad55
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+6f1e12caf7a2954cdb686fb80660f608bebc318a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..3e71003
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+ee81343b091b793112cf17420b0d6a31934cc55538f757be2f1e9d48b35d0c99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..61ec8d4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+4fd1b8ee101bc54f062661a5b6817657f9c3ab3b80f28240923970c4b07ad14aec316b73d7952ad1d82efd2ba408e89ce260da857e6f1c907e4f789a16f9e779
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module
similarity index 67%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module
index 5798e1b..9db0a1d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module
@@ -3,15 +3,15 @@
   "component": {
     "group": "androidx.navigation",
     "module": "navigation-ui",
-    "version": "2.3.0-alpha07",
+    "version": "2.3.0-beta01",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -28,21 +28,21 @@
           "group": "androidx.navigation",
           "module": "navigation-runtime",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.customview",
           "module": "customview",
           "version": {
-            "requires": "1.1.0-beta01"
+            "requires": "1.1.0-rc01"
           }
         },
         {
           "group": "androidx.drawerlayout",
           "module": "drawerlayout",
           "version": {
-            "requires": "1.1.0-beta01"
+            "requires": "1.1.0-rc01"
           }
         },
         {
@@ -55,13 +55,13 @@
       ],
       "files": [
         {
-          "name": "navigation-ui-2.3.0-alpha07.aar",
-          "url": "navigation-ui-2.3.0-alpha07.aar",
-          "size": 86977,
-          "sha512": "dd1a70a3351df8e0d7849d4452e694f9e007c1643f8992e9767b453bef29cf299008efce8cc47cc07a992b66e90702d718db8f29c71ff1b225591c4fdfee0f5c",
-          "sha256": "fc265e51a31fee1cd8002fc061f2f35a48bd5724871a3e47ed071a2b55a242f6",
-          "sha1": "30bc0cf90b382fb52d4a94da0d8a301f4fc8c80d",
-          "md5": "749b55347ca1484576c3ed61f7d4150f"
+          "name": "navigation-ui-2.3.0-beta01.aar",
+          "url": "navigation-ui-2.3.0-beta01.aar",
+          "size": 86975,
+          "sha512": "4fd1b8ee101bc54f062661a5b6817657f9c3ab3b80f28240923970c4b07ad14aec316b73d7952ad1d82efd2ba408e89ce260da857e6f1c907e4f789a16f9e779",
+          "sha256": "ee81343b091b793112cf17420b0d6a31934cc55538f757be2f1e9d48b35d0c99",
+          "sha1": "6f1e12caf7a2954cdb686fb80660f608bebc318a",
+          "md5": "b9d230cbb05e40079906388e78b873b3"
         }
       ]
     },
@@ -78,21 +78,21 @@
           "group": "androidx.navigation",
           "module": "navigation-runtime",
           "version": {
-            "requires": "2.3.0-alpha07"
+            "requires": "2.3.0-beta01"
           }
         },
         {
           "group": "androidx.customview",
           "module": "customview",
           "version": {
-            "requires": "1.1.0-beta01"
+            "requires": "1.1.0-rc01"
           }
         },
         {
           "group": "androidx.drawerlayout",
           "module": "drawerlayout",
           "version": {
-            "requires": "1.1.0-beta01"
+            "requires": "1.1.0-rc01"
           }
         },
         {
@@ -112,13 +112,13 @@
       ],
       "files": [
         {
-          "name": "navigation-ui-2.3.0-alpha07.aar",
-          "url": "navigation-ui-2.3.0-alpha07.aar",
-          "size": 86977,
-          "sha512": "dd1a70a3351df8e0d7849d4452e694f9e007c1643f8992e9767b453bef29cf299008efce8cc47cc07a992b66e90702d718db8f29c71ff1b225591c4fdfee0f5c",
-          "sha256": "fc265e51a31fee1cd8002fc061f2f35a48bd5724871a3e47ed071a2b55a242f6",
-          "sha1": "30bc0cf90b382fb52d4a94da0d8a301f4fc8c80d",
-          "md5": "749b55347ca1484576c3ed61f7d4150f"
+          "name": "navigation-ui-2.3.0-beta01.aar",
+          "url": "navigation-ui-2.3.0-beta01.aar",
+          "size": 86975,
+          "sha512": "4fd1b8ee101bc54f062661a5b6817657f9c3ab3b80f28240923970c4b07ad14aec316b73d7952ad1d82efd2ba408e89ce260da857e6f1c907e4f789a16f9e779",
+          "sha256": "ee81343b091b793112cf17420b0d6a31934cc55538f757be2f1e9d48b35d0c99",
+          "sha1": "6f1e12caf7a2954cdb686fb80660f608bebc318a",
+          "md5": "b9d230cbb05e40079906388e78b873b3"
         }
       ]
     },
@@ -132,8 +132,8 @@
       },
       "files": [
         {
-          "name": "navigation-ui-2.3.0-alpha07-sources.jar",
-          "url": "navigation-ui-2.3.0-alpha07-sources.jar",
+          "name": "navigation-ui-2.3.0-beta01-sources.jar",
+          "url": "navigation-ui-2.3.0-beta01-sources.jar",
           "size": 13607,
           "sha512": "4ebf92d186bf3adf911aba24daf95cde2b327de28a2ce02a1e7ef6cf4e6ddc1214bbaa905b8154380727e283a58575e108c22c96f3b0bca01ebd1be0bbdf9321",
           "sha256": "6ffa1a363bed7f50da110f18e9339582b8a4389d8c96f6cf643223423cae6504",
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.md5
new file mode 100644
index 0000000..030f5cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.md5
@@ -0,0 +1 @@
+c0db7430fa61be6475128d44f5fcba2b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha1
new file mode 100644
index 0000000..801d5bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+5604cf7c48b67492a015eb7362ea2f4cbfc0c3cf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha256
new file mode 100644
index 0000000..3f4bf30
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+f8baeff2aa1b58b027172ff7119c73cbe9ec024cef9c304f0b19538cd69550d0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha512
new file mode 100644
index 0000000..2a34980
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+214e53ca597ba27092d6e7910dd2e3e02cc95f8cc833b63f02e40e030300dc9ff45ece57561e442e5b4eb276932ec3828c48a840be424bc272d1b90cddc83390
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom
similarity index 93%
rename from current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom
rename to current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom
index 73b4855..b1d79ac 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-alpha07/navigation-ui-2.3.0-alpha07.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>androidx.navigation</groupId>
   <artifactId>navigation-ui</artifactId>
-  <version>2.3.0-alpha07</version>
+  <version>2.3.0-beta01</version>
   <packaging>aar</packaging>
   <name>Android Navigation UI</name>
   <description>Android Navigation-UI</description>
@@ -34,21 +34,21 @@
     <dependency>
       <groupId>androidx.navigation</groupId>
       <artifactId>navigation-runtime</artifactId>
-      <version>[2.3.0-alpha07]</version>
+      <version>[2.3.0-beta01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.customview</groupId>
       <artifactId>customview</artifactId>
-      <version>1.1.0-beta01</version>
+      <version>1.1.0-rc01</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.drawerlayout</groupId>
       <artifactId>drawerlayout</artifactId>
-      <version>1.1.0-beta01</version>
+      <version>1.1.0-rc01</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.md5
new file mode 100644
index 0000000..8d5208a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+cc1875e416bb055470419b353da21178
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..ecf1228
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+78e8d5c158980820a8fa759023538f527688a80d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..c38f8df
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+6c07c0c858c2f8f571df84a341a270a1b2eb891d4de2ae05e78e50e99a8cd7af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..f6e41a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.3.0-beta01/navigation-ui-2.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+6834d6559fc93d8bce188746ba1b91b7874ec0a8c508556cb30b0467d8c8d94d721274d738abcb8bbdd1992a95893d806c2ed5824e6a3f26e1869c4caea609ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module
index 973ebe1..1b94762 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.md5
index 0221cf4..90f86b1 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.md5
@@ -1 +1 @@
-358f639eb5ebed4a2b0f5d7f18b913d3
\ No newline at end of file
+c4e25d070379240bdec58d878c9e2a47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha1
index 4952e80..588ab11 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha1
@@ -1 +1 @@
-395683dbce3b91e9b7275f1fff1956f200e81097
\ No newline at end of file
+8dd7f51aee0e29c03e28b026381f1e77be3dbb5b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha256
index d139073..ee3cc0d 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha256
@@ -1 +1 @@
-61e0fc72d6ff6cd79fa5877591015b2fa6888a7ef4d3ace13583c5b4dc0274b1
\ No newline at end of file
+bc91905ac5f9b304691d275d6038a6b36352da68119a33e930c520a815f230a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha512
index bf43172..64ab94d 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha01/paging-common-ktx-3.0.0-alpha01.module.sha512
@@ -1 +1 @@
-2aacfb501c4aa5f50c95eb0875df0ac2cadf72c89668d458310fb8c6548dc6eb99dc982d9879360b1ea9b140157088010bcbed7d35fc3a1574d1248b2d3c394d
\ No newline at end of file
+d2f644a178144f476eb589fdfc97d2366c6bc6438b5952521a225493d3a323f780aa7c886c031099ecd8e9850e0459907cf4c90abd7c2cfc0c2b18ff3bd2175a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar
index 688a58f..628ff0d 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.md5
index 145edc7..b28f422 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-3d0029b0f6132280b2e0185e6ddfee1e
\ No newline at end of file
+870f798cd7151eede14f259832a3054d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha1
index bec052a..7a22b27 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-59c935a2b9cbce22033541a2882facd8ecc6873d
\ No newline at end of file
+fcbffefb3aeef198e6a302fc6e2368e650a9c155
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha256
index 8bbdd56..fa49a18 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-68690a84c18ad26be0d0b5f775e614d81b801cfe7e9b38bb6808317d1b75f87c
\ No newline at end of file
+1845f733455ab522e116076172bb04928d19bea00015585f5d565b31c8e8b5d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha512
index 703f222..3b96c7d 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-f4ceb30376abff3d4bba1d628004ef5784ec2b7e7e9ccb5f8a6fc273daf9e54b0e4831f3a5051087f36cce343fae3c52ed98c218da4f7fa80f34443ac257fe7c
\ No newline at end of file
+8beecfd38df5143c90d2571bdda35bb18f91f6ce10bb6517086f4e2670b61a432646858b80131a24296b87ee3ccc78d69862ffae63fa6f0ae9c97a4ed7746574
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar
index e0bdb4b..792ae6e 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.md5
index c8bc4e9..97775e6 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.md5
@@ -1 +1 @@
-b68e0d769f791fad64d1667ac581f50d
\ No newline at end of file
+f8a8cb218966211432ad70aea25fd149
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha1
index e242a5b..db2ed81 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha1
@@ -1 +1 @@
-a0dc1f94adaedf13e98290ac73af8af11f773195
\ No newline at end of file
+7abc1a3484d9942d82f858100a5ba8ca47a50ec4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha256
index 5d61378..14248b0 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha256
@@ -1 +1 @@
-54cf0314d9c7e6715784641964b4424a954b96e0dd2c82b85568816a5d1829e4
\ No newline at end of file
+e4679095564e5db68017889ad9480092b47aaacbec0803009f39c4eff356ff2e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha512
index a3afacb..ce763a0 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.jar.sha512
@@ -1 +1 @@
-c7b89fad3a7693c6d708be95624701e4456e6844d706e649e828c461435cdc5a47ce079c00691211800f3bdd1f3381c374dfc0cdbd791ac146ba5249be3f8230
\ No newline at end of file
+438535fb2649b080162fc73b4ed290d30fcc672d18522813b76061e4035074abd1302c6739dfd743a4e6b1418cb99e98d35fa647fdfa262dc1756a42844afc81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module
index cbaa2b8..5cc6ddf 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -60,11 +60,11 @@
         {
           "name": "paging-common-3.0.0-alpha01.jar",
           "url": "paging-common-3.0.0-alpha01.jar",
-          "size": 594543,
-          "sha512": "c7b89fad3a7693c6d708be95624701e4456e6844d706e649e828c461435cdc5a47ce079c00691211800f3bdd1f3381c374dfc0cdbd791ac146ba5249be3f8230",
-          "sha256": "54cf0314d9c7e6715784641964b4424a954b96e0dd2c82b85568816a5d1829e4",
-          "sha1": "a0dc1f94adaedf13e98290ac73af8af11f773195",
-          "md5": "b68e0d769f791fad64d1667ac581f50d"
+          "size": 595789,
+          "sha512": "438535fb2649b080162fc73b4ed290d30fcc672d18522813b76061e4035074abd1302c6739dfd743a4e6b1418cb99e98d35fa647fdfa262dc1756a42844afc81",
+          "sha256": "e4679095564e5db68017889ad9480092b47aaacbec0803009f39c4eff356ff2e",
+          "sha1": "7abc1a3484d9942d82f858100a5ba8ca47a50ec4",
+          "md5": "f8a8cb218966211432ad70aea25fd149"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "paging-common-3.0.0-alpha01.jar",
           "url": "paging-common-3.0.0-alpha01.jar",
-          "size": 594543,
-          "sha512": "c7b89fad3a7693c6d708be95624701e4456e6844d706e649e828c461435cdc5a47ce079c00691211800f3bdd1f3381c374dfc0cdbd791ac146ba5249be3f8230",
-          "sha256": "54cf0314d9c7e6715784641964b4424a954b96e0dd2c82b85568816a5d1829e4",
-          "sha1": "a0dc1f94adaedf13e98290ac73af8af11f773195",
-          "md5": "b68e0d769f791fad64d1667ac581f50d"
+          "size": 595789,
+          "sha512": "438535fb2649b080162fc73b4ed290d30fcc672d18522813b76061e4035074abd1302c6739dfd743a4e6b1418cb99e98d35fa647fdfa262dc1756a42844afc81",
+          "sha256": "e4679095564e5db68017889ad9480092b47aaacbec0803009f39c4eff356ff2e",
+          "sha1": "7abc1a3484d9942d82f858100a5ba8ca47a50ec4",
+          "md5": "f8a8cb218966211432ad70aea25fd149"
         }
       ]
     },
@@ -133,11 +133,11 @@
         {
           "name": "paging-common-3.0.0-alpha01-sources.jar",
           "url": "paging-common-3.0.0-alpha01-sources.jar",
-          "size": 109196,
-          "sha512": "f4ceb30376abff3d4bba1d628004ef5784ec2b7e7e9ccb5f8a6fc273daf9e54b0e4831f3a5051087f36cce343fae3c52ed98c218da4f7fa80f34443ac257fe7c",
-          "sha256": "68690a84c18ad26be0d0b5f775e614d81b801cfe7e9b38bb6808317d1b75f87c",
-          "sha1": "59c935a2b9cbce22033541a2882facd8ecc6873d",
-          "md5": "3d0029b0f6132280b2e0185e6ddfee1e"
+          "size": 109997,
+          "sha512": "8beecfd38df5143c90d2571bdda35bb18f91f6ce10bb6517086f4e2670b61a432646858b80131a24296b87ee3ccc78d69862ffae63fa6f0ae9c97a4ed7746574",
+          "sha256": "1845f733455ab522e116076172bb04928d19bea00015585f5d565b31c8e8b5d5",
+          "sha1": "fcbffefb3aeef198e6a302fc6e2368e650a9c155",
+          "md5": "870f798cd7151eede14f259832a3054d"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.md5
index 4fba808..d24da85 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.md5
@@ -1 +1 @@
-8bb700a3cacda0f9f76d0a8b71830429
\ No newline at end of file
+781627d94617efa93c6477419acb2d6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha1
index e3f6351..c786c74 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha1
@@ -1 +1 @@
-e283bae3ee43629bb1a24d199866e1bc1159cd8e
\ No newline at end of file
+ba5f0d09693f6dac795b3f20f40b1c6246b79866
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha256
index 27c0db0..ba1040e 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha256
@@ -1 +1 @@
-59187a39bb98dd9bfd759abb8ca084d209729f5b7d570f121eecabe1823e23f2
\ No newline at end of file
+9fa2c34da602c955e00a9b12e0a0fc03f891732e8396c32028f2e28475d32041
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha512
index d1ea687..977f4ab 100644
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha01/paging-common-3.0.0-alpha01.module.sha512
@@ -1 +1 @@
-85ab967a09eadd03d4934a832b05fd03fb41886965db3aad0f6df4cb7a9861a16e9745fffe2a64256dff8d0b25cd8d008a24d346d8a3b6138af369d264e3030a
\ No newline at end of file
+4348e8855600772174cf2b891858aa41b1ac6a1b87abda9f4820d28412174a06595192c037af20961a0e7266d686e9c46b5c8df8417a797e62a3382c20b78398
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar
index 0f90bbf..2c6a524 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.md5
index 2a3e148..26a5639 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-39444dcc1ce76c03918afdf69b768185
\ No newline at end of file
+6d79c7481cbae7dfcdac48b903335b23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha1
index c053887..228bd6f 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-8033b828635b0a7ec3f7bce2106830b371999ca5
\ No newline at end of file
+7487e04abe9163796ffdee497171c8005cdf4617
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha256
index 97b6b7e..3bd764c 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-cde2cc193d4a7c0ce58b17297ecdb610537656d5049095443643e6b41eeb31d0
\ No newline at end of file
+c01865210ef6ad3af935e965299108101cb73ef15f29b18ea483534b3df78c80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha512
index 2c0b849..67ecc95 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-cabb1fe841758d329c54bc4d3b6728256d2f3876462ce22783353bd294c79e8bf8c58f562bd436b0d55c8792a6f5f6258af38dd06b263bd7cc96469df5cecbb0
\ No newline at end of file
+434895a49b28874438032455e1b2359cf57cc3b1ec4f8daa802abead30aded52b9a696b8ecc418e04299edd5023ef3cd4862a729a34d503d2889388208cf6032
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar
index d14907e..19139c0 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.md5
index 9d3fa47..1b55429 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.md5
@@ -1 +1 @@
-228409052404174b8716a0c2b4b2dff1
\ No newline at end of file
+e7da43c0e43e03764bc154a7b30c0e0f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha1
index 6c7ce0f..5c836df 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha1
@@ -1 +1 @@
-ee8b9cc8766667d82215216fcd39a0826533566d
\ No newline at end of file
+cef739997f726c8f01c5df50d0869d4773b9f41b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha256
index eaba3ee..fc3c7f1 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha256
@@ -1 +1 @@
-24656aa93f4457ef03e6bf62dc1ace10867c487d2c3e8413a5dfa1386aecde02
\ No newline at end of file
+cff5ba0053c80861bcf79181580b8508839b3099d1c8a805b552a61fd950fb9c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha512
index bb65422..ce458f8 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.aar.sha512
@@ -1 +1 @@
-f91546a3d241608f9cfbaa10d5c4f9e3a6ff6e7492d3ccb8697dcdad7da3c2c3d004a9e892d0ad5a236162635a1b5d33fd3ad0d496cb27cc498dcd99ce08a182
\ No newline at end of file
+1a813cfd72dbcb0bdfb020fb74546d8825b85b5b80e968dfa2063b8f441df5ded31b6319c1c230800aa143582087100a9981260d6af5f6559d50a27854500596
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module
index d807258..c64ea4c 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -78,11 +78,11 @@
         {
           "name": "paging-runtime-3.0.0-alpha01.aar",
           "url": "paging-runtime-3.0.0-alpha01.aar",
-          "size": 70183,
-          "sha512": "f91546a3d241608f9cfbaa10d5c4f9e3a6ff6e7492d3ccb8697dcdad7da3c2c3d004a9e892d0ad5a236162635a1b5d33fd3ad0d496cb27cc498dcd99ce08a182",
-          "sha256": "24656aa93f4457ef03e6bf62dc1ace10867c487d2c3e8413a5dfa1386aecde02",
-          "sha1": "ee8b9cc8766667d82215216fcd39a0826533566d",
-          "md5": "228409052404174b8716a0c2b4b2dff1"
+          "size": 70178,
+          "sha512": "1a813cfd72dbcb0bdfb020fb74546d8825b85b5b80e968dfa2063b8f441df5ded31b6319c1c230800aa143582087100a9981260d6af5f6559d50a27854500596",
+          "sha256": "cff5ba0053c80861bcf79181580b8508839b3099d1c8a805b552a61fd950fb9c",
+          "sha1": "cef739997f726c8f01c5df50d0869d4773b9f41b",
+          "md5": "e7da43c0e43e03764bc154a7b30c0e0f"
         }
       ]
     },
@@ -156,11 +156,11 @@
         {
           "name": "paging-runtime-3.0.0-alpha01.aar",
           "url": "paging-runtime-3.0.0-alpha01.aar",
-          "size": 70183,
-          "sha512": "f91546a3d241608f9cfbaa10d5c4f9e3a6ff6e7492d3ccb8697dcdad7da3c2c3d004a9e892d0ad5a236162635a1b5d33fd3ad0d496cb27cc498dcd99ce08a182",
-          "sha256": "24656aa93f4457ef03e6bf62dc1ace10867c487d2c3e8413a5dfa1386aecde02",
-          "sha1": "ee8b9cc8766667d82215216fcd39a0826533566d",
-          "md5": "228409052404174b8716a0c2b4b2dff1"
+          "size": 70178,
+          "sha512": "1a813cfd72dbcb0bdfb020fb74546d8825b85b5b80e968dfa2063b8f441df5ded31b6319c1c230800aa143582087100a9981260d6af5f6559d50a27854500596",
+          "sha256": "cff5ba0053c80861bcf79181580b8508839b3099d1c8a805b552a61fd950fb9c",
+          "sha1": "cef739997f726c8f01c5df50d0869d4773b9f41b",
+          "md5": "e7da43c0e43e03764bc154a7b30c0e0f"
         }
       ]
     },
@@ -176,11 +176,11 @@
         {
           "name": "paging-runtime-3.0.0-alpha01-sources.jar",
           "url": "paging-runtime-3.0.0-alpha01-sources.jar",
-          "size": 26175,
-          "sha512": "cabb1fe841758d329c54bc4d3b6728256d2f3876462ce22783353bd294c79e8bf8c58f562bd436b0d55c8792a6f5f6258af38dd06b263bd7cc96469df5cecbb0",
-          "sha256": "cde2cc193d4a7c0ce58b17297ecdb610537656d5049095443643e6b41eeb31d0",
-          "sha1": "8033b828635b0a7ec3f7bce2106830b371999ca5",
-          "md5": "39444dcc1ce76c03918afdf69b768185"
+          "size": 27423,
+          "sha512": "434895a49b28874438032455e1b2359cf57cc3b1ec4f8daa802abead30aded52b9a696b8ecc418e04299edd5023ef3cd4862a729a34d503d2889388208cf6032",
+          "sha256": "c01865210ef6ad3af935e965299108101cb73ef15f29b18ea483534b3df78c80",
+          "sha1": "7487e04abe9163796ffdee497171c8005cdf4617",
+          "md5": "6d79c7481cbae7dfcdac48b903335b23"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.md5
index 3a031c1..1eafcdb 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.md5
@@ -1 +1 @@
-d4c8a9d248471895da47910c337384d3
\ No newline at end of file
+9105371e47c509ea0bfdd6aff35f7974
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha1
index b18124f..ecf823d 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha1
@@ -1 +1 @@
-1b34d3f3256bcd3b888622455682edf13de34d8b
\ No newline at end of file
+2c089455f803939799892adb4c956667539ec05c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha256
index 425fa4c..21f3025 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha256
@@ -1 +1 @@
-1c0c7e03b19491642b1a0f15260e6cf39c3b383aa7e1c9f0c5aee9edd7920ae4
\ No newline at end of file
+9dcac5636921ea18917085385450cd40a5516949fac3398bf7015f17b4f50123
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha512
index 72651ec..fa98d65 100644
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha01/paging-runtime-3.0.0-alpha01.module.sha512
@@ -1 +1 @@
-71d02ba27ceecc7679210a5e42d7856aa26ed745c0f75f8dbf7d2c75e17ae6ed97d12571d9346978219da7a264e3a4c6bab9529b634e41e084b1646e5a1b009c
\ No newline at end of file
+1a03a65d87fc9786fa11fa268e2c0632877f8f6dacf0a82239ad60ff58632104e8bad0b90ff025445a66b6bb724a259de816ac716f9ae4fd45af74d68bb2e4f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module
index 1fc1a8b..feeaf6a 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.md5
index 3190e80..777d4e9 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-830161c541b471b5f566cec042618bf1
\ No newline at end of file
+b65305e56668b6242772d6c1d1efeedd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha1
index 4c4a1b0..35c2368 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-0de3757911e8989091ac0d85838d1c53a96a3a7b
\ No newline at end of file
+d68f583c198f5a6cf2ae29632c61bfc789c36bb6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha256
index b847e8c..367f4fd 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-1199efd8fe79f393166d24e82a1b754ec440f1bdce0ca2444b4febb0291b0ffe
\ No newline at end of file
+d0bf3c0d924aaeb048b458f24b90bed049cea7560d351426fd6af1102ac133fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha512
index d14e12c..3c4cb1a 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-f7d590a501b93eb2d958a823309cc99a1c584560699935235fef3e75a76936fdc6814ed98a01074425574de5dff5cfe1aa228cf2b753b182c9531d07a9ff5064
\ No newline at end of file
+6df018676ddab4759398f99a9176a8efa262e1e3475b266e0a959e9aeef86745915563c32a577da28b93dd252d092904f4152603da10d95e41f9751bd14d98b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module
index cc20261..52f5173 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.md5
index 5f143de..927e7b1 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-1e3b67cf8e6c4f0761a8cde54dfb36ef
\ No newline at end of file
+0d517bbf57b4b996039631919a16b75f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha1
index 317e3d5..6ce4f14 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-b1a92d003fc909d1cc576bf46bac7ca327984fe5
\ No newline at end of file
+db53c23f700d7da13341a2fe37c54492aecfe43f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha256
index 9d62f93..fabf0e9 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-33932fe75eddbb57ba6f2ffbb1e0e2c6d433fd2d174717a8669acdf6a277c447
\ No newline at end of file
+92d01e6c762435e74eed70666eb66b45841363d401b05ae9644db6c337e36dbc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha512
index 56123f9..fd7e770 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-a44d6d65439bb4c30be3e676898d258780f9e0566553b1c440ffb699918e2cbfbdfb7c0b5815ddcb5e51f0373b600fb78eed8a361f1a42bd5fe44401c5fdeb96
\ No newline at end of file
+6a99106f2053a8ce0781a01de91de0bcf45255393820119ff1827b15e5e76a6d041a2f3774341db88c943a0169666d81bc508103088f9d65738dabfe23363c12
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module
index b93ada0..2221e79 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.md5
index f78f3b9..22218f9 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-4ad5af51b9262de7961c54a7a3cedfd3
\ No newline at end of file
+e55889d8958671c618f38fba59b09a75
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha1
index aad9158..b52c9c6 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-ece9ccba07b564a923e0138803eb473a7d8d7cfa
\ No newline at end of file
+71018947331169a20119a26373f75953bb94efb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha256
index 28188ad..8aa1ec9 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-5f5da3bf2f5b299f82cd84d2bcf14b755ab5692e094efd677d92e406213909d8
\ No newline at end of file
+e2710c20f105c7a6b4956aac3a6e5f3aab1f265c79be4680771e7ff3c19ae123
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha512
index 6512099..d8bb9c8 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-1ba1cf5f78384960873e3d21a8c4e42b44f1e5a504368438c61a778ad8c67e75a8208860ab9a3d7ca8c4a3b3488702ea549561ad8dc97444eb3d697bbb089c20
\ No newline at end of file
+cb6552934b14f1af2d4e4aa993afce5106a312a4bb3d25a9e121d1c349c2a0c389ac0ee92cd7820324dbbbd472e36b31ec05e029b767f19c53b7158d71ca9212
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module
index aca2978..740018d 100644
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.md5
index ee66530..6afca02 100644
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-ba58e2635e3386426f20e0eed54735f7
\ No newline at end of file
+df31cf659dbe0afa70e948254fd11c0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha1
index 4609ab7..36fb8c1 100644
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-f0e7c0f91b58e883c97caa9aa7af1ea62896e597
\ No newline at end of file
+2ba56143d7759b4b1419948ec6101b978a2ac9f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha256
index bf78499..89ea99d 100644
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-a0616a932eb17e2aeb08179a56ccc06b613801c6af250b021d6e68a1d7dac69e
\ No newline at end of file
+a67b636b23bba73e0445beeaa86806282e5ca85a77ebddf71ed1af4408308446
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha512
index 0488779..9132d01 100644
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-abaff804b198170d12ddbff8d6c8e958f00b07c6366fa74f0a1375400040c77040757ba39226a4aa2b6c3e1d41393b9a6f28dd0488b5fab3eee049e87b04b541
\ No newline at end of file
+5284e962f4eda407f296bc64ef05ff41f2ebc7db4418d861dd34742f0f46fe1688da5bb89e6b8ae49f7e5218a9a745e0413d34074b4fc1d8f3007747ce66ab93
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module
index 86fa54d..d5347c4 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.md5
index 381bd13..df52095 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-52ed2b360e33d76835af4f706c27420f
\ No newline at end of file
+62173232a99ca128b4ed1a5ccbe6d291
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha1
index 614f700..11aae4b 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-f96cda0b8035cebb03d398dad0f4fbf6bd2434f3
\ No newline at end of file
+55462adb161c3eb58949f69011d24cb1e3b4589c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha256
index adb591c..b094c43 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-31e4f43565eba6c5243175bed66156d42e42a04a4dcdcc851e58fe1029053546
\ No newline at end of file
+5d5d3acae59fa952fa7925dc6a442a8eb66c59d51fefd2fe869788d6fd7f1e90
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha512
index 26db7f6..d3e108a 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-bf102613e1b7ac2865c439185deadcc2e24380565f262141fa3d6edade01a839c4e25b65a7dd5af4968aa1ca9c8e1921043381ac73261611efc6b008a8cb84bd
\ No newline at end of file
+d677a7532e0c01c9df46dfb630f7056399fff8d682dae1f81f561f947bb8dc3290fb3534eadd0f037217e191f5572d4c84184bfb4fd3de7528a7493c18605108
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module
index c66f4e4..1381273 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.md5
index cd89e64..e6cbd36 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.md5
@@ -1 +1 @@
-235e1bb5dd3e7fc1d4e4281603f76bc9
\ No newline at end of file
+04808496e5c580823e96ea121ec8a83d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha1
index 8cb8efe..70c47d4 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha1
@@ -1 +1 @@
-1f2fbff87e47cba15712ad3d1d7ca5decdea1ba8
\ No newline at end of file
+43cc4535e026a6fced967739416c28d98ba35895
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha256
index 1b4b429..ca90477 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha256
@@ -1 +1 @@
-d9786acc5714382b47bbbe80b6ab56683bef7d7f3198f8cfe83a0c1fc080bd78
\ No newline at end of file
+c0362f80de0de9706f1e21e26b6b54222fa118af740403f1d7e447aa750922dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha512
index e2bfe4f..540956e 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.module.sha512
@@ -1 +1 @@
-a1243c3429953d3aa8f20067212c244779d5b78f46184e55ffecf112b06708495e3612c2581449dfaa9380b43b17d04c6922f59d62775acbcc34469528ea2b4b
\ No newline at end of file
+620daf5ac9cc85c7f94f21be0a4705cc8e38893a74192ec97f015916a6391922dee976d3e05a82112a724e3431f44e11bc4c8772a6e037321c55baf78f5eb518
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar
index dae09ce..e5635c3 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.md5
index e03a488..63732ed 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.md5
@@ -1 +1 @@
-ff563043bd0f06bf218f52d565325d2d
\ No newline at end of file
+05afe54764f2b11838555c858a291a55
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha1
index e6910b5..b627b6c 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha1
@@ -1 +1 @@
-dfafeb8fb551c4c06b7504917eaaa5c36925cebe
\ No newline at end of file
+1dbdf14b39a74f97b89a7d52d35277b43d32b9d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha256
index fa5b7a0..acd8693 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha256
@@ -1 +1 @@
-4939996b4a8f2566c67c9f2f5e23d3135e9829ebbba446056204a6717d272672
\ No newline at end of file
+e9c3c831c8cd674ff40b10fcb9b04dffae825813619124dfd26a2c28d47fabf4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha512
index e242bbd..a5e306b 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03-sources.jar.sha512
@@ -1 +1 @@
-ae67e100dba55a863eb44e5917c778bd801745fa5cd23c51e639ed464eee0e7acaab51df66fa250de5e82620431120b4d45c65c02865c350eb5713f90f5508c2
\ No newline at end of file
+a622acae7a1cbd6b66ceef9a4d37b2bda0e8bbdb8ab7cc93dc77d36048ced681bfa985415799be29732d5c056d635044d93e4a3b4afe7ae5fe668f6c9f2619f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar
index 68a0281..8bbc0b5 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.md5
index 917cb8a..a5d9c86 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.md5
@@ -1 +1 @@
-3b324597f4e4f1c7f3d63a46a4bd274e
\ No newline at end of file
+2e63cef28e1b22857c164f4f2404c502
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha1
index 7326bc5..3f8d5ee 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha1
@@ -1 +1 @@
-1ea5cd66633b34ac67c539c5ffaf3b85410c506f
\ No newline at end of file
+fa7b6a99dbb4383ba1ba25c8ede6ad249a1ec7b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha256
index 61800f8..5861dba 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha256
@@ -1 +1 @@
-11f6a8ec0be0aca45232a4cea921389cc63c28ce3a01c404a2b5c1dd5d675ae7
\ No newline at end of file
+203d5a8331f17cd6ea4bdb08cf2b72b9ca950b7c83626978deb15309a08d82af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha512
index 71a4556..1ef3776 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.aar.sha512
@@ -1 +1 @@
-cf7b0948c4aca128b82475ecacbf7d249bfaad62b480db02b39bce1f4ca9ae482b11c2ddee2c572615b4a665f9843963dd8d1cd8fa8b5dc294402d5b501e3d95
\ No newline at end of file
+69f2b5bd69646cb51c9522f13320d6895fd12ea2246c3b8adecacce7789eb54a01820ea5613063ca6fe0509ce20f6aaaf773dc381c8f3ca82f323a4b037e7848
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module
index 74f0a28..18ddc87 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "recyclerview-1.2.0-alpha03.aar",
           "url": "recyclerview-1.2.0-alpha03.aar",
-          "size": 392973,
-          "sha512": "cf7b0948c4aca128b82475ecacbf7d249bfaad62b480db02b39bce1f4ca9ae482b11c2ddee2c572615b4a665f9843963dd8d1cd8fa8b5dc294402d5b501e3d95",
-          "sha256": "11f6a8ec0be0aca45232a4cea921389cc63c28ce3a01c404a2b5c1dd5d675ae7",
-          "sha1": "1ea5cd66633b34ac67c539c5ffaf3b85410c506f",
-          "md5": "3b324597f4e4f1c7f3d63a46a4bd274e"
+          "size": 393121,
+          "sha512": "69f2b5bd69646cb51c9522f13320d6895fd12ea2246c3b8adecacce7789eb54a01820ea5613063ca6fe0509ce20f6aaaf773dc381c8f3ca82f323a4b037e7848",
+          "sha256": "203d5a8331f17cd6ea4bdb08cf2b72b9ca950b7c83626978deb15309a08d82af",
+          "sha1": "fa7b6a99dbb4383ba1ba25c8ede6ad249a1ec7b0",
+          "md5": "2e63cef28e1b22857c164f4f2404c502"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "recyclerview-1.2.0-alpha03.aar",
           "url": "recyclerview-1.2.0-alpha03.aar",
-          "size": 392973,
-          "sha512": "cf7b0948c4aca128b82475ecacbf7d249bfaad62b480db02b39bce1f4ca9ae482b11c2ddee2c572615b4a665f9843963dd8d1cd8fa8b5dc294402d5b501e3d95",
-          "sha256": "11f6a8ec0be0aca45232a4cea921389cc63c28ce3a01c404a2b5c1dd5d675ae7",
-          "sha1": "1ea5cd66633b34ac67c539c5ffaf3b85410c506f",
-          "md5": "3b324597f4e4f1c7f3d63a46a4bd274e"
+          "size": 393121,
+          "sha512": "69f2b5bd69646cb51c9522f13320d6895fd12ea2246c3b8adecacce7789eb54a01820ea5613063ca6fe0509ce20f6aaaf773dc381c8f3ca82f323a4b037e7848",
+          "sha256": "203d5a8331f17cd6ea4bdb08cf2b72b9ca950b7c83626978deb15309a08d82af",
+          "sha1": "fa7b6a99dbb4383ba1ba25c8ede6ad249a1ec7b0",
+          "md5": "2e63cef28e1b22857c164f4f2404c502"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "recyclerview-1.2.0-alpha03-sources.jar",
           "url": "recyclerview-1.2.0-alpha03-sources.jar",
-          "size": 319508,
-          "sha512": "ae67e100dba55a863eb44e5917c778bd801745fa5cd23c51e639ed464eee0e7acaab51df66fa250de5e82620431120b4d45c65c02865c350eb5713f90f5508c2",
-          "sha256": "4939996b4a8f2566c67c9f2f5e23d3135e9829ebbba446056204a6717d272672",
-          "sha1": "dfafeb8fb551c4c06b7504917eaaa5c36925cebe",
-          "md5": "ff563043bd0f06bf218f52d565325d2d"
+          "size": 319956,
+          "sha512": "a622acae7a1cbd6b66ceef9a4d37b2bda0e8bbdb8ab7cc93dc77d36048ced681bfa985415799be29732d5c056d635044d93e4a3b4afe7ae5fe668f6c9f2619f9",
+          "sha256": "e9c3c831c8cd674ff40b10fcb9b04dffae825813619124dfd26a2c28d47fabf4",
+          "sha1": "1dbdf14b39a74f97b89a7d52d35277b43d32b9d3",
+          "md5": "05afe54764f2b11838555c858a291a55"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.md5
index 6932929..bd0840f 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.md5
@@ -1 +1 @@
-a403041932ce89ec8d7b56280cad57ba
\ No newline at end of file
+37185a5d0d06588dd9b16b08082e75cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha1
index c568640..c8de438 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha1
@@ -1 +1 @@
-645904040cdc60d4c7c9df4a9cff951a79c88f35
\ No newline at end of file
+61834d1e3fe4e6c58ab943adcad77d686a9d749b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha256
index 8153aa7..d0fbebe 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha256
@@ -1 +1 @@
-905ddb79f87ba71b74eaa31c89223193fed07ac1fd7101a554a9ac20e805dd18
\ No newline at end of file
+74295128fc712e5dbceb2861f8f5497e32c41e9a2dd26126a5702b775afb31e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha512
index b951789..896152a 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha03/recyclerview-1.2.0-alpha03.module.sha512
@@ -1 +1 @@
-b93abbd761e5eb73b35ad5f72a7be925abe275075406026881a7b23eb339e6530419c9b859a3c239e021dff330e6b82c19d5be5d440b555b89f24e262a7e2c05
\ No newline at end of file
+ce5a4e15d16873ea1df5b8f28c5e56c4311eca42b88452d9070f554dd8d6f8d8221f99b3bbe5ad7613e6fb98299f874bb0b55e1810b06af24839222d53f94f69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module
index c045b3e..42a527b 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.md5
index bcd660e..97f383d 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.md5
@@ -1 +1 @@
-af1e0b3f1dd9264adb0e7efd01d7f0f1
\ No newline at end of file
+7bc20bdf2608ed9f33c60324422864d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha1
index 278d135..d3f6c47 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha1
@@ -1 +1 @@
-58682127f2201da4e78ad050a89ca1a0f1eeff28
\ No newline at end of file
+247c33f32f094c2320a6c0ffb0cb32b93b8d336a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha256
index 67dc89f..69609df 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha256
@@ -1 +1 @@
-d4aeaa6c4c3023507ae2e113a67a766dfe6fd4ab22f36aa22efded362c51953c
\ No newline at end of file
+a57f12ed94ae75c98caf12b41ad6e5fb61494bff9405348f93a13d98ab5ab878
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha512
index 4b2bc9c..ede66fb 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.module.sha512
@@ -1 +1 @@
-5068ec7c12680956f01db7dbacd8ddfbb9742950dba7330fdef6dd1ddd762183c158bc226e59bc197cbfe6405e90d289e1276e69e290389b5d788711a8ca9039
\ No newline at end of file
+bb818c339adfdc46b08d7623c54e1566dd843b8017356b326f41e248e580e34b57711bd060ee2021e88f5c1b4c895396bc01fd43cb4d5f3b0128bf7739d39209
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module
index f21bef5..666c62b 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.md5
index 1ebf748..021b3a8 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.md5
@@ -1 +1 @@
-a276d56d71c637768caa3c19f3e5432d
\ No newline at end of file
+cc730a882b4227f316f7e2c4d14d93c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha1
index e38994e..d9afd8a 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha1
@@ -1 +1 @@
-81c822290a21aca743dfa8fc4e53a25c8c8df31e
\ No newline at end of file
+8e13909d84a7264a97a27dd31ce313c6155c6cf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha256
index adc8a74..5336521 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha256
@@ -1 +1 @@
-c511f76e3bc650b10e5c21c4f49dab267734b7bfa6d31304487136595e7d81d7
\ No newline at end of file
+9f96d3501fa5fa853843ad1b64cabf9bf6ed1dd7768c2276f052477dc4ee9a84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha512
index 7eae5dc..4c861fa 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.module.sha512
@@ -1 +1 @@
-58ccedb8a1023b36788cf89102a8928961037ef38e5133a13e7c8ed6741037163fee0f53b0c94eacbaefe95a26da8661144be2eb1e23d87e2eb9e0256197abab
\ No newline at end of file
+f5ce222658ffadc93a3a670aa9ce5d47508a2f856ab197885a29c89d13c3d018ca4b410f70cbde5d110cdad5c8d160dc0e19fa40de0f9d7e00f91079beabafd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar
index 49c9caf..643d0da 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.md5
index 25979da..7c9cf7b 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-5220a55dd08b33034c9134a514db6026
\ No newline at end of file
+7131748ba696fc4b796b36e43b542fb4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha1
index 59deb02..79ec1ee 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-82dc748860ab9b023d4969eab650d9d1d77c9ea0
\ No newline at end of file
+6f955876102981dacd0ca7ce7b7e0f152a06344a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha256
index 1e3e2f6..5fe8cf8 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-89c36bbd46cfc086e4fb3ea37f03defde159c078311b3e63e9a3e0608050f8f4
\ No newline at end of file
+2d83909ed84d1467b96fca3981e86aeb63d1074b0e2d594c9192c6614ab543b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha512
index 30da4b8..e39f964 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-f9cc65016f5e437eb1901c4f4f9b3a246ce46855dc07496cfc56d33480b58682b004357470ffb43cc895cb40448e46477792d79f3b7592eef4c684717000bc21
\ No newline at end of file
+6c109bc4618749b3a1d8debaa6ec3d07c0be4a96d5b0c478918a34712faefb9619533250914ba03896e0d5ccef3cfe56ae60671103579c392595d9fc3b63201f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar
index d0b5f08..183101a 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.md5
index e6b4cc9..f18e74e 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.md5
@@ -1 +1 @@
-824166bff6eb7ee26bc6b8fa1d10c408
\ No newline at end of file
+6d0a08bfa1e4a3ee5b97f82a48e54fc3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha1
index 2a249a0..4122120 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha1
@@ -1 +1 @@
-14ca8f7a8361e2906d7f313cc17ac10e04e3d5ca
\ No newline at end of file
+41f5cdbe8bf73d600779daee32f7c96f1d3e9f06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha256
index b6b751e..899feeb 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha256
@@ -1 +1 @@
-51c3475d3a081cd3999c9860febe131a1a7f13469687d62698d18f810fa804d5
\ No newline at end of file
+29897673dcd9a671ba6c1d7982f2ba197adc29ba0e780fafcb4247fd1144a942
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha512
index 5366c6f..5cf9729 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.jar.sha512
@@ -1 +1 @@
-e4d7f85978ea75ded3ea92312580e40c47e5fc4f1a7714aedd7a076684c114fab289196451796a6106bff8e7e560c121250ed3f9f1a3ec04ace551533fd20033
\ No newline at end of file
+0a6277b9c4c472c0bbfd12d5b8ee7913da8cfda4078d0a4f5f68359540e965bd73a2711252b73f5cf2bd5f6de1cbf3086f6d05093be3efe2a352ef704e8f4e35
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module
index 4ad83f4..5a4b1cc 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -39,11 +39,11 @@
         {
           "name": "room-common-2.3.0-alpha01.jar",
           "url": "room-common-2.3.0-alpha01.jar",
-          "size": 16796,
-          "sha512": "e4d7f85978ea75ded3ea92312580e40c47e5fc4f1a7714aedd7a076684c114fab289196451796a6106bff8e7e560c121250ed3f9f1a3ec04ace551533fd20033",
-          "sha256": "51c3475d3a081cd3999c9860febe131a1a7f13469687d62698d18f810fa804d5",
-          "sha1": "14ca8f7a8361e2906d7f313cc17ac10e04e3d5ca",
-          "md5": "824166bff6eb7ee26bc6b8fa1d10c408"
+          "size": 17242,
+          "sha512": "0a6277b9c4c472c0bbfd12d5b8ee7913da8cfda4078d0a4f5f68359540e965bd73a2711252b73f5cf2bd5f6de1cbf3086f6d05093be3efe2a352ef704e8f4e35",
+          "sha256": "29897673dcd9a671ba6c1d7982f2ba197adc29ba0e780fafcb4247fd1144a942",
+          "sha1": "41f5cdbe8bf73d600779daee32f7c96f1d3e9f06",
+          "md5": "6d0a08bfa1e4a3ee5b97f82a48e54fc3"
         }
       ]
     },
@@ -71,11 +71,11 @@
         {
           "name": "room-common-2.3.0-alpha01.jar",
           "url": "room-common-2.3.0-alpha01.jar",
-          "size": 16796,
-          "sha512": "e4d7f85978ea75ded3ea92312580e40c47e5fc4f1a7714aedd7a076684c114fab289196451796a6106bff8e7e560c121250ed3f9f1a3ec04ace551533fd20033",
-          "sha256": "51c3475d3a081cd3999c9860febe131a1a7f13469687d62698d18f810fa804d5",
-          "sha1": "14ca8f7a8361e2906d7f313cc17ac10e04e3d5ca",
-          "md5": "824166bff6eb7ee26bc6b8fa1d10c408"
+          "size": 17242,
+          "sha512": "0a6277b9c4c472c0bbfd12d5b8ee7913da8cfda4078d0a4f5f68359540e965bd73a2711252b73f5cf2bd5f6de1cbf3086f6d05093be3efe2a352ef704e8f4e35",
+          "sha256": "29897673dcd9a671ba6c1d7982f2ba197adc29ba0e780fafcb4247fd1144a942",
+          "sha1": "41f5cdbe8bf73d600779daee32f7c96f1d3e9f06",
+          "md5": "6d0a08bfa1e4a3ee5b97f82a48e54fc3"
         }
       ]
     },
@@ -91,11 +91,11 @@
         {
           "name": "room-common-2.3.0-alpha01-sources.jar",
           "url": "room-common-2.3.0-alpha01-sources.jar",
-          "size": 44473,
-          "sha512": "f9cc65016f5e437eb1901c4f4f9b3a246ce46855dc07496cfc56d33480b58682b004357470ffb43cc895cb40448e46477792d79f3b7592eef4c684717000bc21",
-          "sha256": "89c36bbd46cfc086e4fb3ea37f03defde159c078311b3e63e9a3e0608050f8f4",
-          "sha1": "82dc748860ab9b023d4969eab650d9d1d77c9ea0",
-          "md5": "5220a55dd08b33034c9134a514db6026"
+          "size": 45941,
+          "sha512": "6c109bc4618749b3a1d8debaa6ec3d07c0be4a96d5b0c478918a34712faefb9619533250914ba03896e0d5ccef3cfe56ae60671103579c392595d9fc3b63201f",
+          "sha256": "2d83909ed84d1467b96fca3981e86aeb63d1074b0e2d594c9192c6614ab543b1",
+          "sha1": "6f955876102981dacd0ca7ce7b7e0f152a06344a",
+          "md5": "7131748ba696fc4b796b36e43b542fb4"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.md5
index 6f8258a..30f28ae 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.md5
@@ -1 +1 @@
-b2fc4f9f0b6f627fd4971f727d700548
\ No newline at end of file
+3480e913536e6f89b8fca310a1a5e0e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha1
index 3f7e4b3..c147b86 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha1
@@ -1 +1 @@
-9618a638cb2ca080bfc1e706d99fb293d9b2088b
\ No newline at end of file
+880ba946abb920e1d9e5f67c6f7de6dd855800fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha256
index a23d9b4..b5eeade 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha256
@@ -1 +1 @@
-14ba7bf1f69b838aa32b55b97a16e1902d63cee4eda2a1832964368738485709
\ No newline at end of file
+82b7783a43471362fd32aa5bb4e9f10da861558000055212a7bd6a9c70d7ebc2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha512
index 2dd2a4f..016ee41 100644
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha01/room-common-2.3.0-alpha01.module.sha512
@@ -1 +1 @@
-b02a6abdde8ac7a825aa62364fae0d292040b9ba530aa2aed4035d6e0721f6ad4b66f1bb22081a034494bca0c9a16fa36022a6217b6d8d8f22bacf5fa083af3c
\ No newline at end of file
+1cc8139996f5c4c533a9dd9afa31a2afbb8a78f2219628cc7af29e80bdb4b86dbeed00e8761821b8bcb3f8aa2748056c610cbfcc8ef77e90d4611f5edf9d7079
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar
index 8f33758..43acb2b 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.md5
index 436c097..dacd755 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-0cde09efe804b1a9d7c1480407cabf45
\ No newline at end of file
+86e3aa29f0d6cec4c4f79037d994832b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha1
index 34bf6c5..f592ed2 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-4815f7bd6fd959742cb2f329fa25fe6f64bd1f34
\ No newline at end of file
+7840f5908a42012f96f8c213e111c4ca268d2d41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha256
index 8b36c71..d1770c6 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-f751b785f4f9f2826b651eabc99d80a56990c3ab67eaa3750f5feab5e8825f22
\ No newline at end of file
+47e0554b1cdc5353f98e2fd16103f5fa88d933cb4d63c8773fd9617e6b30235a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha512
index f726c27..6ca6035 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-7ddc38f7d5dc9b9da7ca498854e083d0dec2f36362cfb463765ca7c998867c898ca6ce8be8e9e8da2e5d50d931223607ea6324493fa0ec881d7ac217a9526556
\ No newline at end of file
+a5a467798ee667eeb2e26b8d1132870f032f3114baed9347670fd4f42849ac1c466478de4501b652516427ca48c02427cdd265978b5bcf5a28703e39e64932a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar
index 27bada1..d6ae3ba 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.md5
index cf06849..7515475 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.md5
@@ -1 +1 @@
-86d85c0c6505f1252a5c6958c3ab208d
\ No newline at end of file
+e8180632a8802919de4a80be366bb1b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha1
index 6aa5b94..aa7833b 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha1
@@ -1 +1 @@
-c2c6e8aaef5a3e5d9b3cf16c1f1c48a7d83f0e62
\ No newline at end of file
+1a0478dea27dc11398568c0855f07ef738f9b5bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha256
index 52f5d3a..cfc41bd 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha256
@@ -1 +1 @@
-b9a795349e2b85c6b54ee8e124d735e2cca2cd80444bbed50286fb5cc4b89c3d
\ No newline at end of file
+e2cfa6832d0a2c8d7c5adacd865bb0d5a593625076fb56d7e5ee1bb9b0b1eaf8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha512
index e9e86a5..ed0c1ab 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.jar.sha512
@@ -1 +1 @@
-d03936b8ef83753ba8df4e7addd604299641586fce535150c491b23e7299577fb1f904bc29a67a2b8c9bd52ba216f02450274adc0066a0cc63e19e25495275b6
\ No newline at end of file
+aedc21517022c3c3de22282a1811388f4272bca620310b853994833bf721bc519d33120ea4a76ee89b0f807b8b9a6466cfb403531492b43ad491e120f1517990
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module
index d8366f7..327bd17 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -30,11 +30,11 @@
         {
           "name": "room-compiler-2.3.0-alpha01.jar",
           "url": "room-compiler-2.3.0-alpha01.jar",
-          "size": 3613056,
-          "sha512": "d03936b8ef83753ba8df4e7addd604299641586fce535150c491b23e7299577fb1f904bc29a67a2b8c9bd52ba216f02450274adc0066a0cc63e19e25495275b6",
-          "sha256": "b9a795349e2b85c6b54ee8e124d735e2cca2cd80444bbed50286fb5cc4b89c3d",
-          "sha1": "c2c6e8aaef5a3e5d9b3cf16c1f1c48a7d83f0e62",
-          "md5": "86d85c0c6505f1252a5c6958c3ab208d"
+          "size": 3619167,
+          "sha512": "aedc21517022c3c3de22282a1811388f4272bca620310b853994833bf721bc519d33120ea4a76ee89b0f807b8b9a6466cfb403531492b43ad491e120f1517990",
+          "sha256": "e2cfa6832d0a2c8d7c5adacd865bb0d5a593625076fb56d7e5ee1bb9b0b1eaf8",
+          "sha1": "1a0478dea27dc11398568c0855f07ef738f9b5bb",
+          "md5": "e8180632a8802919de4a80be366bb1b0"
         }
       ]
     },
@@ -125,11 +125,11 @@
         {
           "name": "room-compiler-2.3.0-alpha01.jar",
           "url": "room-compiler-2.3.0-alpha01.jar",
-          "size": 3613056,
-          "sha512": "d03936b8ef83753ba8df4e7addd604299641586fce535150c491b23e7299577fb1f904bc29a67a2b8c9bd52ba216f02450274adc0066a0cc63e19e25495275b6",
-          "sha256": "b9a795349e2b85c6b54ee8e124d735e2cca2cd80444bbed50286fb5cc4b89c3d",
-          "sha1": "c2c6e8aaef5a3e5d9b3cf16c1f1c48a7d83f0e62",
-          "md5": "86d85c0c6505f1252a5c6958c3ab208d"
+          "size": 3619167,
+          "sha512": "aedc21517022c3c3de22282a1811388f4272bca620310b853994833bf721bc519d33120ea4a76ee89b0f807b8b9a6466cfb403531492b43ad491e120f1517990",
+          "sha256": "e2cfa6832d0a2c8d7c5adacd865bb0d5a593625076fb56d7e5ee1bb9b0b1eaf8",
+          "sha1": "1a0478dea27dc11398568c0855f07ef738f9b5bb",
+          "md5": "e8180632a8802919de4a80be366bb1b0"
         }
       ]
     },
@@ -145,11 +145,11 @@
         {
           "name": "room-compiler-2.3.0-alpha01-sources.jar",
           "url": "room-compiler-2.3.0-alpha01-sources.jar",
-          "size": 396133,
-          "sha512": "7ddc38f7d5dc9b9da7ca498854e083d0dec2f36362cfb463765ca7c998867c898ca6ce8be8e9e8da2e5d50d931223607ea6324493fa0ec881d7ac217a9526556",
-          "sha256": "f751b785f4f9f2826b651eabc99d80a56990c3ab67eaa3750f5feab5e8825f22",
-          "sha1": "4815f7bd6fd959742cb2f329fa25fe6f64bd1f34",
-          "md5": "0cde09efe804b1a9d7c1480407cabf45"
+          "size": 398093,
+          "sha512": "a5a467798ee667eeb2e26b8d1132870f032f3114baed9347670fd4f42849ac1c466478de4501b652516427ca48c02427cdd265978b5bcf5a28703e39e64932a5",
+          "sha256": "47e0554b1cdc5353f98e2fd16103f5fa88d933cb4d63c8773fd9617e6b30235a",
+          "sha1": "7840f5908a42012f96f8c213e111c4ca268d2d41",
+          "md5": "86e3aa29f0d6cec4c4f79037d994832b"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.md5
index d3dc843..6a2a928 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.md5
@@ -1 +1 @@
-beb4212e464f254174fba14d0327b726
\ No newline at end of file
+bfe580d221435ace5f8697e38edc5d6b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha1
index 378abf3..1397ed5 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha1
@@ -1 +1 @@
-ba3271fcef3fd2521ee33554c2a86cc8bc4ee683
\ No newline at end of file
+b0c4af2230ad70078c4bdfefd7e8bceddf259839
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha256
index 91c484b..a7b567d 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha256
@@ -1 +1 @@
-bd46b48e7ac05aa65bfbecfb65aebe1cc07efbf52829339d111db84ddaec8ae4
\ No newline at end of file
+760782890e2000bb91917a8ac0db4ccb19158a86ef20255fcb5999481291ff1f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha512
index abf46fb..19ac755 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha01/room-compiler-2.3.0-alpha01.module.sha512
@@ -1 +1 @@
-0586f629412dd70d78b9727d7da978f286787f129cf0c8a2fb98a0de732b9cf1f766ac3fa4bb0d98ba134fa288ea7f9d8bd43b506bcbd2c7b996d763a45d3577
\ No newline at end of file
+38b7060af372dc968c42d0b0f487aa2c35766670c2d65f1437c6b3ed5a0590c8ab5553303c28a316ef123d41759e0f65ad3685f4fc78e22359f6b8ed0ca59721
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module
index 1761ccd..51fd914 100644
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.md5
index 3e3b923..34d71a3 100644
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.md5
@@ -1 +1 @@
-3ccc807740b6cdafce3d5644705372c3
\ No newline at end of file
+577646128c584a595966411268eb938e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha1
index b57569c..98a83db 100644
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha1
@@ -1 +1 @@
-a6274a1c49035664ca8950679d47df4dd6caf1af
\ No newline at end of file
+53223352e4a66deb96b3708062e7b948cdfe1a7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha256
index bd983e5..365888a 100644
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha256
@@ -1 +1 @@
-219a283391137b5d2b871db5b910dc862c82000885c1eeeea7ebc028aa751fc4
\ No newline at end of file
+e10ed5fadb944081d392587a4d81324db007ad2a85a0207deccf1f2bf5ff5ef7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha512
index 1376e06..16bfd12 100644
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha01/room-migration-2.3.0-alpha01.module.sha512
@@ -1 +1 @@
-c4530576776df819dfa239240dbfe5b3ed4c196421ebd36cabf857081bfd8ab642a23b444f53fc9a9e167d07e035b0241d35df918e4c1b977983a7bf9ff58146
\ No newline at end of file
+60da8ee3cd8e89ebdcbd2cd91295c74d37fb446d380b4dab979af4160d96a5166a41fd97caeda531e4235da48391a2291d9194ff4cad52f2c32f72c2a656a315
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module
index cda33aa..0248a2a 100644
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.md5
index 2628bcc..0856697 100644
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.md5
@@ -1 +1 @@
-0654125b70065bc4ad30458f85a219a3
\ No newline at end of file
+efafd0502664ac489e44f39797563d5e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha1
index 652ee1c..d20a00a 100644
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha1
@@ -1 +1 @@
-ac4ed9b8c86b2a6e014916ecb6158d592c797b5b
\ No newline at end of file
+9e42e159f95df9366e793d84996436139a62382a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha256
index 6230807..0b98a7d 100644
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha256
@@ -1 +1 @@
-61cd7dcb347cda9208d7ab143fa97b03ce9840ebd4f09f0c93fa9a1165783fc8
\ No newline at end of file
+c4b9bfa177820129f1337eb50ce655e5525e2d2686dd010cab1edc0b4381c300
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha512
index 6fe7580..fa4f703 100644
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha01/room-runtime-2.3.0-alpha01.module.sha512
@@ -1 +1 @@
-62d78b2cacb33aedb6e861edd03afb78007a2244e2d060ad551df41a0c3b98a132521e209a970fd4db8f41728931e029f1118b664f0930012a0e356e65da5f8c
\ No newline at end of file
+3bafc5d1e60385b1601fbccdbb4fd6efe54222f29bfbb44001a37b649bd0b652e82e988f5aa620a7d9086d539eab687a75cc0c0160e9b7a2502c823d8b390a5e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module
index 538f687..823a843 100644
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.md5
index 1c21fd4..a5f336e 100644
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.md5
@@ -1 +1 @@
-0ec66debb38f1a6c3ceb3bf7c19e339d
\ No newline at end of file
+5d085a18f0a5282b96b0cec178041310
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha1
index fcb679a..11bddd1 100644
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha1
@@ -1 +1 @@
-9defe59056ba53b09b03798a9e1907c0550f5290
\ No newline at end of file
+bae45528e16b40faef295bb75b25255a2db873ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha256
index 26aebb9..9ad5e53 100644
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha256
@@ -1 +1 @@
-c410fdd189cbf29ffb1bd131db838e0e294af783d481d03152f6cade663b1aa8
\ No newline at end of file
+d418a03b2c91a666a6e1f2c4a6fcb623c8d81eb44864af9d9501f529ca59f1bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha512
index 8c76525..2b1a290 100644
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha01/room-testing-2.3.0-alpha01.module.sha512
@@ -1 +1 @@
-8086b78071fb000959a6ef9b28da896f7068c40ca7d8275cda1e26c516b48516b0f7c2512eaf4e41d3293fc240f6b5c1414bac9fdf1ec06e51f82f3544735910
\ No newline at end of file
+664f66718d2343336ae7c2dc3ace2df18e842eda362b7911acc72d0075a2f7172cd8af7f237f75c8bd6efe6a7257868fe17c3f618863d83c680664410a4a1ec2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module
index e86bcdd..d977b34 100644
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.md5
index a451c46..722936d 100644
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-66edeead429f46a026582bccd89727a6
\ No newline at end of file
+cfa34a310fd8c61638215f4c6a2839e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha1
index e0bd3c1..ebe6e9b 100644
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-61079c1592a4d98b27d02fc272a265a5c6bb2e43
\ No newline at end of file
+ef698f35251867169963167e33b5ecd7fa4f9ee1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha256
index cdbb1ac..7760ddc 100644
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-a93699ad4218c9bef882b87574b89209fa31f2ca141e6244370e656f90cd3e5e
\ No newline at end of file
+05e63e7ce67bd6693792423b65f033d8762fcaea4d0a2fb8a022c0b6fc86b80f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha512
index d9cfa5f..1a7b16e 100644
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-9a7300b71475e7ea4ee707f4a504792db8c0900c94d041b3469ca15efb6627f90d7e2d4b93717c196ff9f681beac3a25f907ce35d7877ffbc74dd289ec5abe89
\ No newline at end of file
+ea27d4585d41e90a14e801e1b1ae9a352cd9696829c22437d19c69852831ec9a0669bdc972a45bef0fa476356d69c927a2dc0c9903d1170f7f69db53ddb87804
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar
index e50af32..e7c8dfd 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.md5
index da36c60..bd585e7 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.md5
@@ -1 +1 @@
-6864194e9efe56ba817a7759c8bdcf3c
\ No newline at end of file
+aeadbd785b98d5dc6d896ee0a3521ab9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha1
index d94379e..d660240 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha1
@@ -1 +1 @@
-fe7df0954ef6eeacbd47b1bb9e6b50e5c3c77d2d
\ No newline at end of file
+379bdbf5d013bbcad332f992b92e68a867125456
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha256
index 012316b..731a41c 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha256
@@ -1 +1 @@
-70546629bd7b28e9460d878c625177876c8778484f01593dd7d29ceedb539247
\ No newline at end of file
+ebaba8c172340cb576339123a5bc93fafe2d5fb0ec0efd221404eb7abb651027
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha512
index ac52ed2..d2bec53 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.aar.sha512
@@ -1 +1 @@
-e8e953b39b69fbc4404ce8acea1c79759882ab07ff85b8211601debfca6fec60c9d8dad3d93e41e6bac16f5077262311cb51593bbc8507262c0d759f1dd4bfbc
\ No newline at end of file
+a5ba3f7530c5332d87b4e6d165ec3246b4667fd88628f3f1d4d78b8d8417509011a4ff0a834c3d3156827c0a094b92761796d7ee690166b75940414c101e2969
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module
index a78b521..b1308f6 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "slice-builders-1.1.0-alpha02.aar",
           "url": "slice-builders-1.1.0-alpha02.aar",
-          "size": 69893,
-          "sha512": "e8e953b39b69fbc4404ce8acea1c79759882ab07ff85b8211601debfca6fec60c9d8dad3d93e41e6bac16f5077262311cb51593bbc8507262c0d759f1dd4bfbc",
-          "sha256": "70546629bd7b28e9460d878c625177876c8778484f01593dd7d29ceedb539247",
-          "sha1": "fe7df0954ef6eeacbd47b1bb9e6b50e5c3c77d2d",
-          "md5": "6864194e9efe56ba817a7759c8bdcf3c"
+          "size": 69940,
+          "sha512": "a5ba3f7530c5332d87b4e6d165ec3246b4667fd88628f3f1d4d78b8d8417509011a4ff0a834c3d3156827c0a094b92761796d7ee690166b75940414c101e2969",
+          "sha256": "ebaba8c172340cb576339123a5bc93fafe2d5fb0ec0efd221404eb7abb651027",
+          "sha1": "379bdbf5d013bbcad332f992b92e68a867125456",
+          "md5": "aeadbd785b98d5dc6d896ee0a3521ab9"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "slice-builders-1.1.0-alpha02.aar",
           "url": "slice-builders-1.1.0-alpha02.aar",
-          "size": 69893,
-          "sha512": "e8e953b39b69fbc4404ce8acea1c79759882ab07ff85b8211601debfca6fec60c9d8dad3d93e41e6bac16f5077262311cb51593bbc8507262c0d759f1dd4bfbc",
-          "sha256": "70546629bd7b28e9460d878c625177876c8778484f01593dd7d29ceedb539247",
-          "sha1": "fe7df0954ef6eeacbd47b1bb9e6b50e5c3c77d2d",
-          "md5": "6864194e9efe56ba817a7759c8bdcf3c"
+          "size": 69940,
+          "sha512": "a5ba3f7530c5332d87b4e6d165ec3246b4667fd88628f3f1d4d78b8d8417509011a4ff0a834c3d3156827c0a094b92761796d7ee690166b75940414c101e2969",
+          "sha256": "ebaba8c172340cb576339123a5bc93fafe2d5fb0ec0efd221404eb7abb651027",
+          "sha1": "379bdbf5d013bbcad332f992b92e68a867125456",
+          "md5": "aeadbd785b98d5dc6d896ee0a3521ab9"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.md5
index 1497096..26a856b 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.md5
@@ -1 +1 @@
-828928b58c5b8d8abb566b92ea8063f0
\ No newline at end of file
+0c687974275ea50db7dc80e3ecca014b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha1
index 03e0ec4..91f0e9d 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha1
@@ -1 +1 @@
-af5da9f29d14aaa5b09673d6be39781f1350a4d2
\ No newline at end of file
+eb674de0a2be66a2e18e39a0581f060c637eb483
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha256
index d2466d5..1925e9f 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha256
@@ -1 +1 @@
-008d27a4c33a4a8bb5ddd1749c233f37473728c83b3b9c90d8d111767b701328
\ No newline at end of file
+f5100a11a1747a4b5dcf619bfe12728164c1b951897def1c9859aeb4fcf0b694
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha512
index eac192e..ef779e7 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.module.sha512
@@ -1 +1 @@
-28c893aa0c925fea6a450344668ed49750f7e05b76266453433c27ac6ed27e222b52945ec24d4738962e8bd00c6171267375af93aa099c15e43b8f395dbc4420
\ No newline at end of file
+3cb90f91c92774635e5261bf8706de88e2e2d01bf7b3bc1798e33558a4558013d4a79dd54b607b9a6da0707f29efb70fdd678d550f5cffe1bf8b7834a4742619
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar
index e379abf..8f18a82 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.md5
index 7c749b5..ecedec4 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.md5
@@ -1 +1 @@
-ea2588b49b3e43a816aa7779a92b6727
\ No newline at end of file
+a7320d03e279f47c150e6bc29a414a64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha1
index fda88eb..1498a50 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha1
@@ -1 +1 @@
-0e5f0c0060dc2dc1aa6b855cad22b763a6b816e0
\ No newline at end of file
+48800bee6c09ff637c98046a260b59974327fcd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha256
index d2a45dd..b28848f 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha256
@@ -1 +1 @@
-e763901bedef06e544e384ffef77661d4621de272fe51d9c6208e44ff760304c
\ No newline at end of file
+b03ea539685e33af89355f195427a014b2cb45c7903cc2d08144759f3c42898c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha512
index b1031f6..b65174f 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.aar.sha512
@@ -1 +1 @@
-4f736e0a80f71d99bac08cf7a6eb4dbc6594b3f761887c0af8a00af20420d1b9ba087dda26804031c9ac5562ee87633a3ad30a29d090ab7eef97aacbbedbd1ed
\ No newline at end of file
+ecd076e15bd2125f598d01ae99c0bd315dc9c1b191ceb6fd98e136eb5366c63fbbe413f79aea0a36bc4faf46250bd492e6b2ac63330eb8db1cf4dc29c9c680f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module
index cde9cf1..723921e 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "slice-core-1.1.0-alpha02.aar",
           "url": "slice-core-1.1.0-alpha02.aar",
-          "size": 172745,
-          "sha512": "4f736e0a80f71d99bac08cf7a6eb4dbc6594b3f761887c0af8a00af20420d1b9ba087dda26804031c9ac5562ee87633a3ad30a29d090ab7eef97aacbbedbd1ed",
-          "sha256": "e763901bedef06e544e384ffef77661d4621de272fe51d9c6208e44ff760304c",
-          "sha1": "0e5f0c0060dc2dc1aa6b855cad22b763a6b816e0",
-          "md5": "ea2588b49b3e43a816aa7779a92b6727"
+          "size": 172792,
+          "sha512": "ecd076e15bd2125f598d01ae99c0bd315dc9c1b191ceb6fd98e136eb5366c63fbbe413f79aea0a36bc4faf46250bd492e6b2ac63330eb8db1cf4dc29c9c680f5",
+          "sha256": "b03ea539685e33af89355f195427a014b2cb45c7903cc2d08144759f3c42898c",
+          "sha1": "48800bee6c09ff637c98046a260b59974327fcd2",
+          "md5": "a7320d03e279f47c150e6bc29a414a64"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "slice-core-1.1.0-alpha02.aar",
           "url": "slice-core-1.1.0-alpha02.aar",
-          "size": 172745,
-          "sha512": "4f736e0a80f71d99bac08cf7a6eb4dbc6594b3f761887c0af8a00af20420d1b9ba087dda26804031c9ac5562ee87633a3ad30a29d090ab7eef97aacbbedbd1ed",
-          "sha256": "e763901bedef06e544e384ffef77661d4621de272fe51d9c6208e44ff760304c",
-          "sha1": "0e5f0c0060dc2dc1aa6b855cad22b763a6b816e0",
-          "md5": "ea2588b49b3e43a816aa7779a92b6727"
+          "size": 172792,
+          "sha512": "ecd076e15bd2125f598d01ae99c0bd315dc9c1b191ceb6fd98e136eb5366c63fbbe413f79aea0a36bc4faf46250bd492e6b2ac63330eb8db1cf4dc29c9c680f5",
+          "sha256": "b03ea539685e33af89355f195427a014b2cb45c7903cc2d08144759f3c42898c",
+          "sha1": "48800bee6c09ff637c98046a260b59974327fcd2",
+          "md5": "a7320d03e279f47c150e6bc29a414a64"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.md5
index d619024..e743eb9 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.md5
@@ -1 +1 @@
-fc1ffb822f6c80dee2605aff3be84c28
\ No newline at end of file
+c5243c376896f24fc13ba5338a5e39c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha1
index ad353fe..344cdbf 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha1
@@ -1 +1 @@
-8314d2c927b096369e6ae824496843e927997b14
\ No newline at end of file
+948e347ceeed2ffd59adff1ed7eabc6f2f62abe9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha256
index 19e7883..29abd13 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha256
@@ -1 +1 @@
-090fd350ef209409e1ca9ecad3b0fd2bb736aa44cc4ba58a7d87be0e9f084587
\ No newline at end of file
+478e561d916aa05528d8b44abbeb15c2fc8d0847c4d019673c928e42c6ed8fe2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha512
index 63c2575..4826b56 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.module.sha512
@@ -1 +1 @@
-27cc94a137ae5a0c958c7b33f568b33a07d68c66415cc3ef87542d898c4b9db15bbab3d78f5fab6e1581322c1153446a28054ed2adf30e93d1d9a452f11ab88f
\ No newline at end of file
+6097cf55ee5400e336690d7fd032f3877c9e8c106b77ffb89a8321a8769d6314f7b8dc9d112bdfb68d589c6860c9183340523693d38ffc8f05b18d35e6191dcf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar
index d3987e3..8eda44a 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.md5
index 82769e5..553b11a 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.md5
@@ -1 +1 @@
-155ad0918576d7d7655d784a14b11eee
\ No newline at end of file
+00769cf5f8bad7eaa547f3dd153af3ea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha1
index f09fc50..3207bae 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha1
@@ -1 +1 @@
-467cf9beb26cd930727a04c02a155abb459ba1e5
\ No newline at end of file
+1c622871aa13ea87edece40982909a3bdfe396cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha256
index 4b01122..b19bab9 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha256
@@ -1 +1 @@
-2236331500d23c12cb4cd75fb34ac2cc34af56419f21f0607b9f15b36f938353
\ No newline at end of file
+fa28af11d616dfa82d570bcb191bf29227cb97effb0d66e617a141f514aaac77
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha512
index dd822c7..849b139 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.aar.sha512
@@ -1 +1 @@
-ca4c328079bb0e634728087e26eb4781e6234c2dd3ea1311fe7692f55c79df28ad208c9c5317f94d0d4c93cc6efff5e64bdd65c4bc868d78daa82af2228046b5
\ No newline at end of file
+80f645711112ab6a811f0232e2f1504db1dec4c19cb707d0519de002811656c78acbecaf41d7c76ed0a2ed4a11ae5fae5da0d4d0817acf3e06775f821bd23aad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module
index 82ef596..a665c5b 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "slice-view-1.1.0-alpha02.aar",
           "url": "slice-view-1.1.0-alpha02.aar",
-          "size": 273486,
-          "sha512": "ca4c328079bb0e634728087e26eb4781e6234c2dd3ea1311fe7692f55c79df28ad208c9c5317f94d0d4c93cc6efff5e64bdd65c4bc868d78daa82af2228046b5",
-          "sha256": "2236331500d23c12cb4cd75fb34ac2cc34af56419f21f0607b9f15b36f938353",
-          "sha1": "467cf9beb26cd930727a04c02a155abb459ba1e5",
-          "md5": "155ad0918576d7d7655d784a14b11eee"
+          "size": 273530,
+          "sha512": "80f645711112ab6a811f0232e2f1504db1dec4c19cb707d0519de002811656c78acbecaf41d7c76ed0a2ed4a11ae5fae5da0d4d0817acf3e06775f821bd23aad",
+          "sha256": "fa28af11d616dfa82d570bcb191bf29227cb97effb0d66e617a141f514aaac77",
+          "sha1": "1c622871aa13ea87edece40982909a3bdfe396cd",
+          "md5": "00769cf5f8bad7eaa547f3dd153af3ea"
         }
       ]
     },
@@ -93,11 +93,11 @@
         {
           "name": "slice-view-1.1.0-alpha02.aar",
           "url": "slice-view-1.1.0-alpha02.aar",
-          "size": 273486,
-          "sha512": "ca4c328079bb0e634728087e26eb4781e6234c2dd3ea1311fe7692f55c79df28ad208c9c5317f94d0d4c93cc6efff5e64bdd65c4bc868d78daa82af2228046b5",
-          "sha256": "2236331500d23c12cb4cd75fb34ac2cc34af56419f21f0607b9f15b36f938353",
-          "sha1": "467cf9beb26cd930727a04c02a155abb459ba1e5",
-          "md5": "155ad0918576d7d7655d784a14b11eee"
+          "size": 273530,
+          "sha512": "80f645711112ab6a811f0232e2f1504db1dec4c19cb707d0519de002811656c78acbecaf41d7c76ed0a2ed4a11ae5fae5da0d4d0817acf3e06775f821bd23aad",
+          "sha256": "fa28af11d616dfa82d570bcb191bf29227cb97effb0d66e617a141f514aaac77",
+          "sha1": "1c622871aa13ea87edece40982909a3bdfe396cd",
+          "md5": "00769cf5f8bad7eaa547f3dd153af3ea"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.md5
index 3c322ab..df96667 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.md5
@@ -1 +1 @@
-a79c9f65965f43a0fa31ed45720fa352
\ No newline at end of file
+867c7d922ba9e31d4273a860db99f66c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha1
index 34669b3..20159df 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha1
@@ -1 +1 @@
-6f9fcfc6d27db12f65fc57831382992fe2698dad
\ No newline at end of file
+ccb1b9e76a57746406fb096a5376a532848fc145
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha256
index b8cfa3b..5486131 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha256
@@ -1 +1 @@
-4112f5a5811f4ed2914c4715dc94317723d8489f84100d72e0d7263dcc0f78e4
\ No newline at end of file
+6064f3b42f212887bbeaf56fd6d2db29044e1a746b452f20574821a92af3a5e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha512
index 8ab6d2c..deb3902 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.module.sha512
@@ -1 +1 @@
-9864707c8aa3fe11d435457f0d610137b3b5e1c5124d963f3b4ec2ceb487091246dbd62b4be6599b77f6b639d8d983e4f8810b1bd3f48d873050d45aa2b9b424
\ No newline at end of file
+a3eb15700845f4821cf70d74b175d2999d688ccde4a4ba7805da665fb59ad64e3c7523a89a0453270c76450a550328c923b6c57658f0bbf69a74e3ea5498fe87
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module
index f1cc41b..9f22c5c 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.md5
index 8bb82ef..318ddf8 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-aa830132912146ef29cf138e77a3e428
\ No newline at end of file
+3f5975dc17005dc114eb2854517cce75
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha1
index a8053f4..a0d9d2d 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-9268159bf94c1c8057ddf3a8c5b875cfb840ad62
\ No newline at end of file
+c94299d97c58df080a7469da701af7501ce3210a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha256
index 408ba82..e23a7e3 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-6b9a12fffb029111059a4dd72b4c8e888ce8eed57cc7a8e7fc07392e1e00f863
\ No newline at end of file
+bf893d10d7d3eb1f35aed7a4a94674631308bd758140ac36e0e7063e040b0018
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha512
index ef69165..0a1f30d 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-3d098c8f2ee147dcb6698480c52783a54e7993e87f898673ed06d3af754e2ff0fd3bf68ba65e310175f8038cfd92d66babdc35c2f7ec91f832ab8584ffff046b
\ No newline at end of file
+814580218f9ae14f853861c6364f7e270e9cf435d4c55cd23aee90f4751914be6f280e26ea277434452297be24bba0a2abff7ec9c7453362a7697f40ed0d7c66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module
index fd1ab8c..ab0fdf6 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.md5
index 523d5a4..e8271f2 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.md5
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.md5
@@ -1 +1 @@
-d483dc696ec881ea71146088a542f1e6
\ No newline at end of file
+4dbe6d5e6f3725a8a89a168d43f5133a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha1
index 71490d6..20f0909 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha1
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha1
@@ -1 +1 @@
-746726b631b8d47db1779065b9ffd159980ee37c
\ No newline at end of file
+6815c55c9573d6147806ff0d155ca4c48c2d923a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha256
index ff38c24..8364e98 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha256
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha256
@@ -1 +1 @@
-5fbbb5dd33d5dd23906cbd339bc328b55f6cec7b16bc3dcb941f1bd64c508714
\ No newline at end of file
+8791faa9db5b2d8e69898a18c1acb2f021cbb706e567d1ffdb7011d7cdc7c99d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha512
index 3d74a70..2debabf 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha512
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha512
@@ -1 +1 @@
-892d1313b2344cf88f72dc9d0729dc1ac716b0b9ea343cb1289918fb3f8993ef172b81ed936820df59172ac059c33efcaecec5287960e86bee6c50d92f6b761a
\ No newline at end of file
+770fde754191f330356b676b4375e04efa483afbeece43278d3d629b0d1092607bb454e15cfb1e94ea5ac630cc964faaa85702e65a59de197aaec871326ed59c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module
index 45d45b6..914c638 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.md5
index 479af29..4db7c5d 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.md5
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.md5
@@ -1 +1 @@
-de950f4d1865706b5838090724a0f123
\ No newline at end of file
+b3dcf04f69e6b2b76daeff2f038e6162
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha1
index 498ea58..a0659d9 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha1
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha1
@@ -1 +1 @@
-1efe88f3e7446a0ad819f09fa0ee48d4d92c4460
\ No newline at end of file
+8f451db1ebed49797cdf5d30bc2e494ac29298f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha256
index 910b18d..d394730 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha256
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha256
@@ -1 +1 @@
-1a195de48974c7ab65b11adb9cd7ed93387e6c6dd44942fad48938b48d7c05af
\ No newline at end of file
+8babb13613f573f3d644f8d66e0cb2429af52d1478f9906b4a3aa82dff4e5892
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha512
index 5500c6a..cfd3903 100644
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha512
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha512
@@ -1 +1 @@
-33561b29046ec7bed9a5798bc148b9df77c4f88d078e6491e5f9d9bc2b75cb7945895084c6e4422de628f8f62336b772e394ee9205a8c31c9d1b27e85da58182
\ No newline at end of file
+f3b831e4dc7a1254a32fadcaaaebf9ff31f5a21b7fce69381412bc0ad6115752fa9670ef041951c05cf35136277c23e3a7f5a05dabb20e8dc0606d5236773f9d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module
index a4cbd9a..002ed3c 100644
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.md5
index 1863f29..00205c2 100644
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.md5
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.md5
@@ -1 +1 @@
-476f36f87a29522e65970c45da8f32ca
\ No newline at end of file
+f686a87e799f95dc2fc2ef310e4b51ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha1
index a659280..ef67ea8 100644
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha1
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha1
@@ -1 +1 @@
-3f9b02b3bd038e2a30a50f5f41f250e330a948a5
\ No newline at end of file
+adb5e5f89aef00d80471fc4b1a882611fe13f988
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha256
index f9e905f..688eba7 100644
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha256
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha256
@@ -1 +1 @@
-8c6caa382373316f930a7462853072b3352cea2906cf948088676b40361e5087
\ No newline at end of file
+be069b33b086ee0c0ea38c4aa464f2feee36063975260af9beec87815a4631cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha512
index 1d9345f..ee90b92 100644
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha512
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha512
@@ -1 +1 @@
-f7fdf8abe79dbd3fc6929b881597e42ee81a5c2ea5ae4fa6bf00c9ee8fd92c1a6e0e647a9a9dacf1b46c5652fb3caeaf2a89644595591fad7b1b1d23a7e78166
\ No newline at end of file
+9c16671200fb87e20d74f6b0fa6d2f76c13368997879c4763c3a04acd6d5f5899375da73b864a298792f9a8f010c12da5ffacad00ee9bf8d6bea5f0bbf4c2876
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar
index 106a232..587aaba 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.md5
index 5140340..95b40db 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.md5
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.md5
@@ -1 +1 @@
-e5e31416133baa185790a6d91011f840
\ No newline at end of file
+6b8854c3ef4acb24a93c92adf6dc2d78
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha1
index 8e04a1b..3cf2477 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha1
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha1
@@ -1 +1 @@
-0ef94f2c217919b2785d632a408cc8cfddf33822
\ No newline at end of file
+e30b0caba5b1df052599aa62c6b7fa84cd174211
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha256
index 102fbb5..288ec1d 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha256
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha256
@@ -1 +1 @@
-091889c028a51cb7a9d9349dd175aeaffb0d8e10aa706989820fde1273660a3f
\ No newline at end of file
+88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha512
index 222f5a5..fe9ceca 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha512
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.aar.sha512
@@ -1 +1 @@
-7e9416b1e792d6f80264ca1975c2c46a8d5d84faf6e2e24e9e0190ba313ba57bcc0b1eb81d42c96e54769bc2ccb437f84fd995c47433c6160abf4678cf5b0da3
\ No newline at end of file
+9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module
index d8dfc6a..219cb7a 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "textclassifier-1.0.0-alpha03.aar",
           "url": "textclassifier-1.0.0-alpha03.aar",
-          "size": 285562,
-          "sha512": "7e9416b1e792d6f80264ca1975c2c46a8d5d84faf6e2e24e9e0190ba313ba57bcc0b1eb81d42c96e54769bc2ccb437f84fd995c47433c6160abf4678cf5b0da3",
-          "sha256": "091889c028a51cb7a9d9349dd175aeaffb0d8e10aa706989820fde1273660a3f",
-          "sha1": "0ef94f2c217919b2785d632a408cc8cfddf33822",
-          "md5": "e5e31416133baa185790a6d91011f840"
+          "size": 285834,
+          "sha512": "9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e",
+          "sha256": "88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933",
+          "sha1": "e30b0caba5b1df052599aa62c6b7fa84cd174211",
+          "md5": "6b8854c3ef4acb24a93c92adf6dc2d78"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "textclassifier-1.0.0-alpha03.aar",
           "url": "textclassifier-1.0.0-alpha03.aar",
-          "size": 285562,
-          "sha512": "7e9416b1e792d6f80264ca1975c2c46a8d5d84faf6e2e24e9e0190ba313ba57bcc0b1eb81d42c96e54769bc2ccb437f84fd995c47433c6160abf4678cf5b0da3",
-          "sha256": "091889c028a51cb7a9d9349dd175aeaffb0d8e10aa706989820fde1273660a3f",
-          "sha1": "0ef94f2c217919b2785d632a408cc8cfddf33822",
-          "md5": "e5e31416133baa185790a6d91011f840"
+          "size": 285834,
+          "sha512": "9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e",
+          "sha256": "88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933",
+          "sha1": "e30b0caba5b1df052599aa62c6b7fa84cd174211",
+          "md5": "6b8854c3ef4acb24a93c92adf6dc2d78"
         }
       ]
     },
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.md5
index 0e35ed7..3959825 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.md5
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.md5
@@ -1 +1 @@
-8f8ac2647f137f6f9135be1538ba07b0
\ No newline at end of file
+f4894c35299991ac884e3267a362de72
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha1
index eff7df7..6d501e6 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha1
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha1
@@ -1 +1 @@
-416b967aef67ef4745f63c4efc2173007a56fff1
\ No newline at end of file
+f4022cdddfa880a1bd5fc0df6ae8cfbee15e2a2b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha256
index 3265e57..5c6feea 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha256
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha256
@@ -1 +1 @@
-9b62ec8f82a5eec644eda4aa70975ffa21d241284dd302b0aba4b1d82c9638cc
\ No newline at end of file
+5838963c78cb5b4a43703d5e5c7e0376ba6424a4edfcd1a2ef6c7ebb3e26c1e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha512
index 55a712f..bcfd2a6 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha512
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.module.sha512
@@ -1 +1 @@
-53453a90baac2afb04fda4049171a90b0ff436992f625a09bd5bfabd8457a8319085e489e3f03cd935f53b0f5e3c69280d2cd4fef3163d1aeb05ee5793fa76bc
\ No newline at end of file
+d8d315b41658df743e4d08ecd297b4c2756a131d1a2496ed78dec4f5b882b8c1ebed249253c145a6af8d77509436f86771f0fb07a8fbf29964f57cb495ff178e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module
index 9dac2c9..d10d977 100644
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.md5
index 5c2d808..f9215db 100644
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.md5
@@ -1 +1 @@
-4a79776f88b52886e3502ceb8fe1ba1e
\ No newline at end of file
+7a404c92085487965482661299003936
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha1
index be2e630..ff4d6f6 100644
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha1
@@ -1 +1 @@
-214b5cff6445ab03684d06c0b9d24b87bb7a9aee
\ No newline at end of file
+3caa04a84f31594a27a1bd916ac4d0b56412b8c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha256
index 5b9c229..4c2627d 100644
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha256
@@ -1 +1 @@
-1ef9437839c633a89b82bb68f052173706e7ee05a66652e0e415c9d5bffce991
\ No newline at end of file
+565024219e8ba72fca655a1d3af32fb964e85e32c019d8d9128b0f83dfe4edfd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha512
index 23d4532..931a239 100644
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha512
@@ -1 +1 @@
-9aef2d4c2f7d3958c0d05d1d05c005ff6c516a3be4c9898ce273b2ccfddd1bd8bf68baed7cd9a91e58f6d5ab9d0f306b754869b74f5e56c12db6806174cdd351
\ No newline at end of file
+78da84003527bc3ae64e02c41cd22aae8034380185ccd4f2b1332ff26ea941276aef3202535752326cb0bdb167f2c35faa1613480c4ec1a881e64de5c46db913
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar
index 35296eb..64bda72 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.md5
index a987fc8..8bf3f7b 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-45901ddf4b7216c6bd2d150a800ab6cb
\ No newline at end of file
+55a0fdab5136d8d5c6407c9b6ea30077
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha1
index 41e01be..89edcaf 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-d20eb5f92901fdeb4f2d9a80246132458dacd3cb
\ No newline at end of file
+28389d881b8dc7a854a95d17dc53116d0783aa55
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha256
index e799ba7..12c871c 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-8a67ab392db94bb21ba3ffed5e9c96a314b00fb8fd4c5a2cee049a0c14445e13
\ No newline at end of file
+2dda300f1038d17466822f37fa03e4df1b6f072943b599094e17df5e08bf5602
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha512
index f68b63a..9461e34 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-f45b971458d5ad370448f8b77f9fba3a5ef1b304bfbb7dee73de47cbfbba400779a52d67e84169492fec22e73c966c204c211a4e83c70615f3f6f682db48ed42
\ No newline at end of file
+8cba3b12860791d14fe7f566fabe39ddab598d376b07dafbb24421c40fbd90b39913f7083c8e961ccb769a3f90e6e19995b76c77f0f21a8d99c523873710db47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar
index 3532c53..4ff8294 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.md5
index 03d48c4..8033e5f 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-d50c73f34bfefbe13591a48eef542bdc
\ No newline at end of file
+a45d0bbaac0ca4fb9d71510221ce142e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha1
index 5fe2a1e..103e61d 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-c374d9503d5627bbc5eeae8d4c74c8c8b8044a6b
\ No newline at end of file
+3eeb067878670e7cd9576fad721f0a1d3a4db456
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha256
index c616c87..0e77e00 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-acffbfe9ca0cab9fbc781f3eb41e10f561c23613aa696651eece3eeddbffdf7a
\ No newline at end of file
+455ccde377cb771982d40e84d71b2301b0f03c0319d47055d588e9c70f071baa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha512
index 7023fb8..687dd40 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-85ace4052e7191b0d341eee9bbb9380526f9ab21cb9a484f667338cc4ff2c9a950f5bd8d0b749079b42f3a31ef73e408e81958a752ed3225914133d6501fddac
\ No newline at end of file
+57213f9c3da982524fc901ed0279ba3b0cbd7138df3ebcd75c3a309af93c1df364e0998b6160730a28dee976375fdcac914c3fc28411999c8f0d5e2736b44e3f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module
index 414df06..0488aa4 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "tvprovider-1.1.0-alpha01.aar",
           "url": "tvprovider-1.1.0-alpha01.aar",
-          "size": 70065,
-          "sha512": "85ace4052e7191b0d341eee9bbb9380526f9ab21cb9a484f667338cc4ff2c9a950f5bd8d0b749079b42f3a31ef73e408e81958a752ed3225914133d6501fddac",
-          "sha256": "acffbfe9ca0cab9fbc781f3eb41e10f561c23613aa696651eece3eeddbffdf7a",
-          "sha1": "c374d9503d5627bbc5eeae8d4c74c8c8b8044a6b",
-          "md5": "d50c73f34bfefbe13591a48eef542bdc"
+          "size": 70109,
+          "sha512": "57213f9c3da982524fc901ed0279ba3b0cbd7138df3ebcd75c3a309af93c1df364e0998b6160730a28dee976375fdcac914c3fc28411999c8f0d5e2736b44e3f",
+          "sha256": "455ccde377cb771982d40e84d71b2301b0f03c0319d47055d588e9c70f071baa",
+          "sha1": "3eeb067878670e7cd9576fad721f0a1d3a4db456",
+          "md5": "a45d0bbaac0ca4fb9d71510221ce142e"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "tvprovider-1.1.0-alpha01.aar",
           "url": "tvprovider-1.1.0-alpha01.aar",
-          "size": 70065,
-          "sha512": "85ace4052e7191b0d341eee9bbb9380526f9ab21cb9a484f667338cc4ff2c9a950f5bd8d0b749079b42f3a31ef73e408e81958a752ed3225914133d6501fddac",
-          "sha256": "acffbfe9ca0cab9fbc781f3eb41e10f561c23613aa696651eece3eeddbffdf7a",
-          "sha1": "c374d9503d5627bbc5eeae8d4c74c8c8b8044a6b",
-          "md5": "d50c73f34bfefbe13591a48eef542bdc"
+          "size": 70109,
+          "sha512": "57213f9c3da982524fc901ed0279ba3b0cbd7138df3ebcd75c3a309af93c1df364e0998b6160730a28dee976375fdcac914c3fc28411999c8f0d5e2736b44e3f",
+          "sha256": "455ccde377cb771982d40e84d71b2301b0f03c0319d47055d588e9c70f071baa",
+          "sha1": "3eeb067878670e7cd9576fad721f0a1d3a4db456",
+          "md5": "a45d0bbaac0ca4fb9d71510221ce142e"
         }
       ]
     },
@@ -99,11 +99,11 @@
         {
           "name": "tvprovider-1.1.0-alpha01-sources.jar",
           "url": "tvprovider-1.1.0-alpha01-sources.jar",
-          "size": 60776,
-          "sha512": "f45b971458d5ad370448f8b77f9fba3a5ef1b304bfbb7dee73de47cbfbba400779a52d67e84169492fec22e73c966c204c211a4e83c70615f3f6f682db48ed42",
-          "sha256": "8a67ab392db94bb21ba3ffed5e9c96a314b00fb8fd4c5a2cee049a0c14445e13",
-          "sha1": "d20eb5f92901fdeb4f2d9a80246132458dacd3cb",
-          "md5": "45901ddf4b7216c6bd2d150a800ab6cb"
+          "size": 60806,
+          "sha512": "8cba3b12860791d14fe7f566fabe39ddab598d376b07dafbb24421c40fbd90b39913f7083c8e961ccb769a3f90e6e19995b76c77f0f21a8d99c523873710db47",
+          "sha256": "2dda300f1038d17466822f37fa03e4df1b6f072943b599094e17df5e08bf5602",
+          "sha1": "28389d881b8dc7a854a95d17dc53116d0783aa55",
+          "md5": "55a0fdab5136d8d5c6407c9b6ea30077"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.md5
index f05434e..2f3bb0b 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-1ad6ca0091ebf40ddbab93ff1458b7d8
\ No newline at end of file
+65a40f48dadf691cd7f033bc87e353dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha1
index c88c7e1..bc1483e 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-af135c5dc658128bfecd6544a129b069040f188f
\ No newline at end of file
+305dea7e0930ee985d54ccd2700209a8bcc556b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha256
index 1d07de8..4188f17 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-dcb7b5c82975751f06ac0b3d0f71ccd2964affe60222b97b19e981843080df9d
\ No newline at end of file
+93e47993e5075c7e3061b7931a758a0222c897322c8b0e307c67782ef494cd95
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha512
index cb812c8..57cbc4e 100644
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-2a4417c39aa104f0544ede3895b4025699b28b682376634969352bcff1a22a2c6216870f1dd1b7620449be3d9d06e7238edee4794bb9917513f10d996867dfac
\ No newline at end of file
+fb317a92e6cfb71df947199aee050ecb2c23014b4bf93b1331df5d70876d5860a18deb1d6928cf73dfbdef452ea7e7a1c1ac9247d651a91d491ddf57934d838d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module
index 367cffe..b0c9692 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.md5
index f794740..c11bee3 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-8143e89725e6141df61f0377887a92fd
\ No newline at end of file
+31d550e749b1a1db52d05b395a241e46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha1
index 8b53b40..401c519 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-9049a647470ef6e7ca858aad0bd9f9cd5192a8ce
\ No newline at end of file
+872040c0655f9b4f80bb209df12c9f0b1dcb5a47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha256
index 82b35b2..8e0be80 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-fe67e6ff04c122682c9ba6f7ef7fe753cdd909511e046c492bb65e150153033e
\ No newline at end of file
+543b7dff57e5bebc032a7d41529f45e7b54d1709ee39cc92d12d1f0b947f154e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha512
index b9c427b..2279436 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-ffab9e3847f58fd4e8d94ecc72bb0e62e46052532393fcd43cc6a5c4e8a731253e9d22a22140deb3bb0cd98e95014acd6f302b43cb26485914d0a153e200e22c
\ No newline at end of file
+80795612815064b9260c79fc92f5cd02d0d1be6c15e93e08139b87b3b0ca0c46d91c7c508b968782dab2d71cac7adc6f3200cfad37d53109bdf65d92ca121ef4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module
index 2d86c49..8401bfb 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.md5
index a7156ca..bafa9a6 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-c532a10fb48ee28d34e9173f8e59c8be
\ No newline at end of file
+bcc5a6610d86c9c260d47e111cb50ebe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha1
index d073b4a..815cca1 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-f9549c1c247da881cf2c8af8e3c593cece81adb9
\ No newline at end of file
+1360576d7ad2397800b49a9b8bb0ddda9496e0ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha256
index 0af4d2e..e2d8f1b 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-f44f18dc47dc22870dacda4569d9b0b12dc781df62667df65974b0735723e2e3
\ No newline at end of file
+0eb8b91019ce094149be7bd425afe9b24cf27e81aca69b1f37a387c66910eaa0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha512
index 9a0b07e..1cd9d82 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha01/vectordrawable-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-e5c316b10bf57867275598f15b2bd80495559e9531e5e4f3880fd0066c6a049415057bf1e9cdccd6dee1220dcf046e11c0bd3b8d2542f18d32f35273157422fc
\ No newline at end of file
+f326645adaf80933c6f5d9790f0ea688b7f3292649f9acfdaddd3a2c3c0b405b2c9fea6eaed88a8591a1a1eeec44e3052e07e4b11a776ffd318a2a17fa62d0f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module
index 69d58a5..d10ceac 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.md5
index cc31043..97951f2 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.md5
@@ -1 +1 @@
-8fff43bc34c9ef9fa9de6e90b473e1f9
\ No newline at end of file
+46de6f2858124656b93a1413592dfe44
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha1
index 46060e2..c0474b3 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha1
@@ -1 +1 @@
-1cab2ffef0d668835ac8cb9317081dea659a2fbe
\ No newline at end of file
+923aa42a5df44b66a1c26dfaecd566b5bdf96357
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha256
index 8b55141..0cc799d 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha256
@@ -1 +1 @@
-8835a953c76d094e9316cc5a29b145c299a8097e913fa1ffb4067103836c32e3
\ No newline at end of file
+3026e6356a509a1d913e629793ac82497a1356cf257f21ef0973855b152a658b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha512
index 9a50b58..1c6aebe 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.module.sha512
@@ -1 +1 @@
-f65ffe099b47a4691f0ed47b6385c4266669e2032232fc9ff9ab18b10fa381545fe72278a8a1614f2a0deaafb4bf6410c3db3fbb56571dce68e8328b6ce53d57
\ No newline at end of file
+4fa9a1d321d2cfe40fd9bd2ecf00a9cade5deb90ba75b9372226e3dfcd46afa43aa296202f6bb1450d78b3d7272095b40fa79d0d98582185f7abec03277edf47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module
index e496b23..07c7c0f 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.md5
index 0c38b66..413e371 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-794ea020500702a632d8798f39f5073b
\ No newline at end of file
+82454c767e745c1ac5efbbe1c0108e34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha1
index 70ff4e5..4cd7583 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-0e73d90b740d173594092eeada841db7bb2abfcb
\ No newline at end of file
+24353a5d17e12a90dc4dcf7a2945401f4e314380
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha256
index cd69e34..2a2a958 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-6f833f7fd68a165dc3df4a2dc71a462662d51ef80a84741714dd632049af484e
\ No newline at end of file
+5310f4ea8ef26c2fe62a642e2e0abb52ffd810eb75970906c0b8f9bf212599f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha512
index e1b62be..17c1f0c 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-de6704087dcc141a9bba5e6487e93606736a662623e11b987b4e0490891091e3f6638d70d9685211dd30d87a919963c77221374e30a5aed59aee9db53ac9dcd8
\ No newline at end of file
+b006f65cc7261f7a25a30201e470eaa1ac763098c51928c6e32ca6ff53030df59d5907eb9a39d734026d1c74b9fdc66830e5fa433f3467edb4c9b86e119755f8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module
index d72a8fc..66d9149 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.md5
index b8c16c2..70afd5b 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.md5
@@ -1 +1 @@
-45820da1efa4547211a94582edce30da
\ No newline at end of file
+6e013e1d7050071bfb7214c49669bddf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha1
index a024564..dc1dd96 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha1
@@ -1 +1 @@
-32ef973e9a341f74826fb6341be2e2940639b388
\ No newline at end of file
+c491ba735ac8d3f4949745a76e8c09a664a4efa5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha256
index 00d5da8..1cf982b 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha256
@@ -1 +1 @@
-c3b1fcce6825c85478e4b03a059ef721523c20b07f89327e7c4daa910f3c4071
\ No newline at end of file
+5733b08323ad6c3c7aaf5d3a94ba0732bdc3028574df0acb45c57ea401ec4acf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha512
index c8f6770..11f7a95 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha01/viewpager2-1.1.0-alpha01.module.sha512
@@ -1 +1 @@
-a507b913e67f61e0f1549d8a9d1c7ea0b37f9565a0cd6cc0da1866fbc62314e101ef15c990b2cf2cca37dff978cd438a66c6b03e8b8fd14fabd8bdb0c33beeed
\ No newline at end of file
+c1a090d311ebf3c0bcedf17cf697e46ca4565fbbef78af7e18c403d64b9deb88aac03f0bdd46a28fb5baa2dc1e394b80cf4af8807d9d006046ead3774ed5ae14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module
index 6d20825..032dbec 100644
--- a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module
+++ b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.md5 b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.md5
index 0fd778a..b2ee3f9 100644
--- a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.md5
+++ b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.md5
@@ -1 +1 @@
-04f39ca7d826ea7a932765a7f2eed0a1
\ No newline at end of file
+51adf97272caeea45bd1228282483454
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha1
index 23b1e20..9546925 100644
--- a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha1
+++ b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha1
@@ -1 +1 @@
-5da19fb146ce1986505f3f89171ea66dc8cf0236
\ No newline at end of file
+18936b2e8d01fb652656054ff61f9d7b3ed6adc5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha256
index 99aa8b5..8730d82 100644
--- a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha256
+++ b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha256
@@ -1 +1 @@
-828f4d0d3929a1d529be35bf500073df8925f65d49dad73585586caa3a46f452
\ No newline at end of file
+c3a477d9ce8ade3be4f3bd6699a14f908d8ffd10d468f4ab05495bd75945d286
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha512
index 1c8936e..d44f053 100644
--- a/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha512
+++ b/current/androidx/m2repository/androidx/wear/wear/1.1.0-rc01/wear-1.1.0-rc01.module.sha512
@@ -1 +1 @@
-f70eb427382153e224ec0f0ba5350708eafc548b0e92ce66a1c11453446d34ce41e846ec89bd118791953c9fd64619b94467f37f2224ed850f356b76c590fdc2
\ No newline at end of file
+e439d21e74d7d0c91c8612c804c12c887d341897e135f0b820b652928e6a69338b611489e1d8c3e8a7e4aa8d7e656d017b56550c28538ca49da8033e2ac98df0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar
index 287638b..34b98e4 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.md5
index 3ad3377..e8cb19b 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-f8f1f9faad257742ca17097b696d0241
\ No newline at end of file
+e4a94c86ad5403b23dba17b0da5cf713
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha1
index c954b99..ff31750 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-271c246cbd98bcf2f9c3aba86a99a1bb7ab828ab
\ No newline at end of file
+a2aac302a29fd75e02e0a4f8b57feec1df977059
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha256
index 71f7aba..55b1f63 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-c0923bebc50092be24f07677d42e064e809b563befacb2e97d0ba24bd41c1fed
\ No newline at end of file
+00f17a1877e57820ccfb03e51da7dcf7735f6706e40692b906ea0fd776c4e8db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha512
index 2e41a43..2a71bfb 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-8eca2275b2795b2a6c982e03999ee4c9bba2a8c86a04d8b16c78757ad785011c3e92409794a9090a6a6a0cfacab7153162e90f7cd325f1d5af67e0972aee56ba
\ No newline at end of file
+f9856b1418d543c216d06e2706a568ed7038b965054ff72f1aa44ec2706e5a80c6e62d06af631fa7e1537c72df379b30f893c691716372f7326d84d22ddbcb26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar
index 5bd87df..eed256c 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.md5
index bafc7a4..682e44f 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.md5
@@ -1 +1 @@
-6f33362209d4b89da47440ef6f2a25a0
\ No newline at end of file
+b70b9d4100e9e4f0dcacad23cdb1d53e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha1
index c94ce87..8230ea9 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha1
@@ -1 +1 @@
-8da1ab5d3a9d2f7c0cdcda324b59bdaf0347da50
\ No newline at end of file
+a08baa9d18133f24e0f1276d3e0badf0efe8018e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha256
index fec4ad2..12f3655 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha256
@@ -1 +1 @@
-027fe5dcd13cbfaffafab9a5b974534afdf95a233bd6c69fa2ba0a45ac723726
\ No newline at end of file
+337b0d0733508ffd6dbb6cb3f8d6c09453c30fd7a3d7fd793bfff36fc1062ef8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha512
index 0d0ed62..d6242f3 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.aar.sha512
@@ -1 +1 @@
-68c73862ffe1b21b4fb6904ded2e7b955b6a97e200b290a4ae7465b9afd12eab00fdba1d4c1bbdc61edd5453c99adb302701a0222c27fb066a977aece9790e99
\ No newline at end of file
+2414910521d748fbf1ae562173a868115212481964c61295f151f3704607e3291f3891c836c33d3157f9cb90deb8fd66f20b59a72f123193feab3f38ab5cfb2f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module
index c21a18c..bb49eaa 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.3",
-      "buildId:": "6455995"
+      "version": "6.4",
+      "buildId:": "6495117"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "webkit-1.3.0-alpha02.aar",
           "url": "webkit-1.3.0-alpha02.aar",
-          "size": 97973,
-          "sha512": "68c73862ffe1b21b4fb6904ded2e7b955b6a97e200b290a4ae7465b9afd12eab00fdba1d4c1bbdc61edd5453c99adb302701a0222c27fb066a977aece9790e99",
-          "sha256": "027fe5dcd13cbfaffafab9a5b974534afdf95a233bd6c69fa2ba0a45ac723726",
-          "sha1": "8da1ab5d3a9d2f7c0cdcda324b59bdaf0347da50",
-          "md5": "6f33362209d4b89da47440ef6f2a25a0"
+          "size": 99859,
+          "sha512": "2414910521d748fbf1ae562173a868115212481964c61295f151f3704607e3291f3891c836c33d3157f9cb90deb8fd66f20b59a72f123193feab3f38ab5cfb2f",
+          "sha256": "337b0d0733508ffd6dbb6cb3f8d6c09453c30fd7a3d7fd793bfff36fc1062ef8",
+          "sha1": "a08baa9d18133f24e0f1276d3e0badf0efe8018e",
+          "md5": "b70b9d4100e9e4f0dcacad23cdb1d53e"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "webkit-1.3.0-alpha02.aar",
           "url": "webkit-1.3.0-alpha02.aar",
-          "size": 97973,
-          "sha512": "68c73862ffe1b21b4fb6904ded2e7b955b6a97e200b290a4ae7465b9afd12eab00fdba1d4c1bbdc61edd5453c99adb302701a0222c27fb066a977aece9790e99",
-          "sha256": "027fe5dcd13cbfaffafab9a5b974534afdf95a233bd6c69fa2ba0a45ac723726",
-          "sha1": "8da1ab5d3a9d2f7c0cdcda324b59bdaf0347da50",
-          "md5": "6f33362209d4b89da47440ef6f2a25a0"
+          "size": 99859,
+          "sha512": "2414910521d748fbf1ae562173a868115212481964c61295f151f3704607e3291f3891c836c33d3157f9cb90deb8fd66f20b59a72f123193feab3f38ab5cfb2f",
+          "sha256": "337b0d0733508ffd6dbb6cb3f8d6c09453c30fd7a3d7fd793bfff36fc1062ef8",
+          "sha1": "a08baa9d18133f24e0f1276d3e0badf0efe8018e",
+          "md5": "b70b9d4100e9e4f0dcacad23cdb1d53e"
         }
       ]
     },
@@ -99,11 +99,11 @@
         {
           "name": "webkit-1.3.0-alpha02-sources.jar",
           "url": "webkit-1.3.0-alpha02-sources.jar",
-          "size": 113940,
-          "sha512": "8eca2275b2795b2a6c982e03999ee4c9bba2a8c86a04d8b16c78757ad785011c3e92409794a9090a6a6a0cfacab7153162e90f7cd325f1d5af67e0972aee56ba",
-          "sha256": "c0923bebc50092be24f07677d42e064e809b563befacb2e97d0ba24bd41c1fed",
-          "sha1": "271c246cbd98bcf2f9c3aba86a99a1bb7ab828ab",
-          "md5": "f8f1f9faad257742ca17097b696d0241"
+          "size": 116805,
+          "sha512": "f9856b1418d543c216d06e2706a568ed7038b965054ff72f1aa44ec2706e5a80c6e62d06af631fa7e1537c72df379b30f893c691716372f7326d84d22ddbcb26",
+          "sha256": "00f17a1877e57820ccfb03e51da7dcf7735f6706e40692b906ea0fd776c4e8db",
+          "sha1": "a2aac302a29fd75e02e0a4f8b57feec1df977059",
+          "md5": "e4a94c86ad5403b23dba17b0da5cf713"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.md5
index cc3dd53..ce98e09 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.md5
@@ -1 +1 @@
-a1deda929c5489a7d7544450061fec35
\ No newline at end of file
+77ac747e1982685a66dc4b2896779714
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha1
index ff38294..da3a8fb 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha1
@@ -1 +1 @@
-d338c967aa7c16968f5b8c669e19e77b065f32ef
\ No newline at end of file
+64b8a96700d06d7cb57f200221f1fba9c161a6d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha256
index 33078ba..033c562 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha256
@@ -1 +1 @@
-ea5f55c189390db57edcffb56234cfabada80947f4c6814aa7b54a9700b1b039
\ No newline at end of file
+997a4bdf12eb8ffcc1ddf434e5991f08801069dda241cec96be0b8b38d91b312
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha512
index f6b8dfb..0b03b7e 100644
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-alpha02/webkit-1.3.0-alpha02.module.sha512
@@ -1 +1 @@
-51f0c80d08b9f5df5586920373063cb015637adade80c1839eafeb66e6a20232869ec0c90fca2bbfaf28e1933b2e21a9d6e773b04ee7c179875e9f992ce33c61
\ No newline at end of file
+01fe26fad927a443d489f6123eeda2835052ad6ecf3a6b8c2ecf7e9f7f25a858023d16af3f545890ff968017fc4dd4cbc1d8f70c3f8a21328bd8c9983e875c4d
\ No newline at end of file