Merge "Update platform targets in //prebuilts/sdk to match //build/bazel/platforms" am: 7ccdb660e5 am: 483b2d092d am: d6850c6955

Original change: https://android-review.googlesource.com/c/platform/prebuilts/sdk/+/1691699

Change-Id: I3d5c540159e6fd59cf8e07676b2efbda912d5d86
diff --git a/30/module-lib/api/framework-permission-s-removed.txt b/30/module-lib/api/framework-permission-s-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/module-lib/api/framework-permission-s-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/module-lib/api/framework-permission-s.txt b/30/module-lib/api/framework-permission-s.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/module-lib/api/framework-permission-s.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/module-lib/api/framework-scheduling-removed.txt b/30/module-lib/api/framework-scheduling-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/module-lib/api/framework-scheduling-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/module-lib/api/framework-scheduling.txt b/30/module-lib/api/framework-scheduling.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/module-lib/api/framework-scheduling.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/public/api/framework-permission-s-removed.txt b/30/public/api/framework-permission-s-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/public/api/framework-permission-s-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/public/api/framework-permission-s.txt b/30/public/api/framework-permission-s.txt
new file mode 100644
index 0000000..4ecc989
--- /dev/null
+++ b/30/public/api/framework-permission-s.txt
@@ -0,0 +1,19 @@
+// Signature format: 2.0
+package android.app.role {
+
+  public final class RoleManager {
+    method @NonNull public android.content.Intent createRequestRoleIntent(@NonNull String);
+    method public boolean isRoleAvailable(@NonNull String);
+    method public boolean isRoleHeld(@NonNull String);
+    field public static final String ROLE_ASSISTANT = "android.app.role.ASSISTANT";
+    field public static final String ROLE_BROWSER = "android.app.role.BROWSER";
+    field public static final String ROLE_CALL_REDIRECTION = "android.app.role.CALL_REDIRECTION";
+    field public static final String ROLE_CALL_SCREENING = "android.app.role.CALL_SCREENING";
+    field public static final String ROLE_DIALER = "android.app.role.DIALER";
+    field public static final String ROLE_EMERGENCY = "android.app.role.EMERGENCY";
+    field public static final String ROLE_HOME = "android.app.role.HOME";
+    field public static final String ROLE_SMS = "android.app.role.SMS";
+  }
+
+}
+
diff --git a/30/public/api/framework-scheduling-removed.txt b/30/public/api/framework-scheduling-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/public/api/framework-scheduling-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/public/api/framework-scheduling.txt b/30/public/api/framework-scheduling.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/public/api/framework-scheduling.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/public/api/service-media-s-removed.txt b/30/public/api/service-media-s-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/public/api/service-media-s-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/public/api/service-media-s.txt b/30/public/api/service-media-s.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/public/api/service-media-s.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/system-server/api/service-media-s-removed.txt b/30/system-server/api/service-media-s-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/system-server/api/service-media-s-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/system-server/api/service-media-s.txt b/30/system-server/api/service-media-s.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/system-server/api/service-media-s.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/system/api/framework-permission-s-removed.txt b/30/system/api/framework-permission-s-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/system/api/framework-permission-s-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/system/api/framework-permission-s.txt b/30/system/api/framework-permission-s.txt
new file mode 100644
index 0000000..4e32862
--- /dev/null
+++ b/30/system/api/framework-permission-s.txt
@@ -0,0 +1,37 @@
+// Signature format: 2.0
+package android.app.role {
+
+  public interface OnRoleHoldersChangedListener {
+    method public void onRoleHoldersChanged(@NonNull String, @NonNull android.os.UserHandle);
+  }
+
+  public abstract class RoleControllerService extends android.app.Service {
+    ctor public RoleControllerService();
+    method @WorkerThread public abstract boolean onAddRoleHolder(@NonNull String, @NonNull String, int);
+    method @Nullable public final android.os.IBinder onBind(@Nullable android.content.Intent);
+    method @WorkerThread public abstract boolean onClearRoleHolders(@NonNull String, int);
+    method @WorkerThread public abstract boolean onGrantDefaultRoles();
+    method @Deprecated public abstract boolean onIsApplicationQualifiedForRole(@NonNull String, @NonNull String);
+    method public boolean onIsApplicationVisibleForRole(@NonNull String, @NonNull String);
+    method public abstract boolean onIsRoleVisible(@NonNull String);
+    method @WorkerThread public abstract boolean onRemoveRoleHolder(@NonNull String, @NonNull String, int);
+    field public static final String SERVICE_INTERFACE = "android.app.role.RoleControllerService";
+  }
+
+  public final class RoleManager {
+    method @RequiresPermission(android.Manifest.permission.OBSERVE_ROLE_HOLDERS) public void addOnRoleHoldersChangedListenerAsUser(@NonNull java.util.concurrent.Executor, @NonNull android.app.role.OnRoleHoldersChangedListener, @NonNull android.os.UserHandle);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_ROLE_HOLDERS) public void addRoleHolderAsUser(@NonNull String, @NonNull String, int, @NonNull android.os.UserHandle, @NonNull java.util.concurrent.Executor, @NonNull java.util.function.Consumer<java.lang.Boolean>);
+    method @RequiresPermission("com.android.permissioncontroller.permission.MANAGE_ROLES_FROM_CONTROLLER") public boolean addRoleHolderFromController(@NonNull String, @NonNull String);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_ROLE_HOLDERS) public void clearRoleHoldersAsUser(@NonNull String, int, @NonNull android.os.UserHandle, @NonNull java.util.concurrent.Executor, @NonNull java.util.function.Consumer<java.lang.Boolean>);
+    method @NonNull @RequiresPermission("com.android.permissioncontroller.permission.MANAGE_ROLES_FROM_CONTROLLER") public java.util.List<java.lang.String> getHeldRolesFromController(@NonNull String);
+    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_ROLE_HOLDERS) public java.util.List<java.lang.String> getRoleHolders(@NonNull String);
+    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_ROLE_HOLDERS) public java.util.List<java.lang.String> getRoleHoldersAsUser(@NonNull String, @NonNull android.os.UserHandle);
+    method @RequiresPermission(android.Manifest.permission.OBSERVE_ROLE_HOLDERS) public void removeOnRoleHoldersChangedListenerAsUser(@NonNull android.app.role.OnRoleHoldersChangedListener, @NonNull android.os.UserHandle);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_ROLE_HOLDERS) public void removeRoleHolderAsUser(@NonNull String, @NonNull String, int, @NonNull android.os.UserHandle, @NonNull java.util.concurrent.Executor, @NonNull java.util.function.Consumer<java.lang.Boolean>);
+    method @RequiresPermission("com.android.permissioncontroller.permission.MANAGE_ROLES_FROM_CONTROLLER") public boolean removeRoleHolderFromController(@NonNull String, @NonNull String);
+    method @RequiresPermission("com.android.permissioncontroller.permission.MANAGE_ROLES_FROM_CONTROLLER") public void setRoleNamesFromController(@NonNull java.util.List<java.lang.String>);
+    field public static final int MANAGE_HOLDERS_FLAG_DONT_KILL_APP = 1; // 0x1
+  }
+
+}
+
diff --git a/30/system/api/framework-scheduling-removed.txt b/30/system/api/framework-scheduling-removed.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/system/api/framework-scheduling-removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/30/system/api/framework-scheduling.txt b/30/system/api/framework-scheduling.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/30/system/api/framework-scheduling.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/31/public/api/android-incompatibilities.txt b/31/public/api/android-incompatibilities.txt
new file mode 100644
index 0000000..5ad193f
--- /dev/null
+++ b/31/public/api/android-incompatibilities.txt
@@ -0,0 +1,15 @@
+// Baseline format: 1.0
+RemovedClass: android.service.voice.AlwaysOnHotwordDetector:
+
+RemovedMethod: android.service.voice.VoiceInteractionService#createAlwaysOnHotwordDetector(String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback):
+
+RemovedDeprecatedField: android.view.WindowManager.LayoutParams#TYPE_STATUS_BAR_PANEL:
+    Removed deprecated field android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL
+
+RemovedDeprecatedMethod: android.app.ActivityManager#getMaxNumPictureInPictureActions():
+    Removed deprecated method android.app.ActivityManager.getMaxNumPictureInPictureActions()
+RemovedDeprecatedMethod: android.app.usage.StorageStats#getCodeBytes():
+    Removed deprecated method android.app.usage.StorageStats.getCodeBytes()
+
+RemovedDeprecatedField: android.net.Proxy#EXTRA_PROXY_INFO:
+    Removed deprecated field android.net.Proxy.EXTRA_PROXY_INFO
diff --git a/31/public/api/android-non-updatable-incompatibilities.txt b/31/public/api/android-non-updatable-incompatibilities.txt
index 6203034..fd01a8e 100644
--- a/31/public/api/android-non-updatable-incompatibilities.txt
+++ b/31/public/api/android-non-updatable-incompatibilities.txt
@@ -1,4 +1,13 @@
 // Baseline format: 1.0
+RemovedClass: android.graphics.ColorMatrix:
+    Removed class android.graphics.ColorMatrix
+RemovedClass: android.service.voice.AlwaysOnHotwordDetector:
+
+
+
+RemovedMethod: android.service.voice.VoiceInteractionService#createAlwaysOnHotwordDetector(String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback):
+
+
 RemovedClass: android.net.CaptivePortal:
     Removed class android.net.CaptivePortal
 RemovedClass: android.net.ConnectivityDiagnosticsManager:
@@ -202,3 +211,19 @@
     Removed package org.xmlpull.v1
 RemovedPackage: org.xmlpull.v1.sax2:
     Removed package org.xmlpull.v1.sax2
+
+
+RemovedDeprecatedField: android.view.WindowManager.LayoutParams#TYPE_STATUS_BAR_PANEL:
+    Removed deprecated field android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL
+
+
+RemovedDeprecatedMethod: android.app.ActivityManager#getMaxNumPictureInPictureActions():
+    Removed deprecated method android.app.ActivityManager.getMaxNumPictureInPictureActions()
+RemovedDeprecatedMethod: android.app.usage.StorageStats#getCodeBytes():
+    Removed deprecated method android.app.usage.StorageStats.getCodeBytes()
+
+RemovedPackage: android.app.role:
+    Removed package android.app.role
+
+RemovedDeprecatedField: android.net.Proxy#EXTRA_PROXY_INFO:
+    Removed deprecated field android.net.Proxy.EXTRA_PROXY_INFO
diff --git a/31/system/api/android-non-updatable-incompatibilities.txt b/31/system/api/android-non-updatable-incompatibilities.txt
index ab19333..d8122c3 100644
--- a/31/system/api/android-non-updatable-incompatibilities.txt
+++ b/31/system/api/android-non-updatable-incompatibilities.txt
@@ -2,6 +2,12 @@
 ChangedThrows: android.service.euicc.EuiccService#encodeSmdxSubjectAndReasonCode(String, String):
     Method android.service.euicc.EuiccService.encodeSmdxSubjectAndReasonCode no longer throws exception java.lang.IllegalArgumentException
 
+RemovedPackage: android.app.role:
+    Removed package android.app.role
+
+ChangedAbstract: android.hardware.lights.LightsManager:
+    Class android.hardware.lights.LightsManager changed 'abstract' qualifier
+
 RemovedClass: android.net.CaptivePortal:
     Removed class android.net.CaptivePortal
 RemovedClass: android.net.CaptivePortalData:
diff --git a/Android.bp b/Android.bp
index da8a731..66fbe7a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,6 +86,17 @@
     ],
 }
 
+// This filegroup is to package android.jar into CtsUsesNativeLibraryTestCase
+filegroup {
+    name: "sdk_public_30_android",
+    srcs: [
+        "30/public/android.jar",
+    ],
+    visibility: [
+        "//cts/hostsidetests/library",
+    ],
+}
+
 prebuilt_apis {
     name: "sdk",
     api_dirs: [
diff --git a/current/androidx-README.md b/current/androidx-README.md
index b7ac07e..2c77de7 100644
--- a/current/androidx-README.md
+++ b/current/androidx-README.md
@@ -3,7 +3,5 @@
 
 # Next steps
 - For source-code for your IDE, please use `*-sources.jar`s in `prebuilts/sdk/current/androidx`
-- To contribute, check out AOSP AndroidX repository ([guide here](https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/README.md)).
-    - `repo init -u https://android.googlesource.com/platform/manifest -b androidx-master-dev`
-- For secret platform work, you can use internal `ub-supportlib-master` repo.
-    - `repo init -u persistent-https://googleplex-android.git.corp.google.com/platform/manifest -b ub-supportlib-master`
+- To contribute, check out the AOSP ([onboarding guide](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:docs/onboarding.md)).
+- For internal contributions dependent on pre-release platforms, see go/androidx-dev.
diff --git a/current/androidx-legacy/Android.bp b/current/androidx-legacy/Android.bp
index 4082944..a77e345 100644
--- a/current/androidx-legacy/Android.bp
+++ b/current/androidx-legacy/Android.bp
@@ -175,41 +175,3 @@
     ],
     java_version: "1.7",
 }
-
-android_library_import {
-    name: "androidx.car_car-nodeps",
-    aars: ["m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar"],
-    sdk_version: "current",
-    min_sdk_version: "21",
-    static_libs: [
-        "androidx.annotation_annotation",
-        "com.google.android.material_material",
-        "androidx.appcompat_appcompat",
-        "androidx.cardview_cardview",
-        "androidx.recyclerview_recyclerview",
-        "androidx.core_core",
-        "androidx.gridlayout_gridlayout",
-        "androidx.preference_preference",
-        "androidx-constraintlayout_constraintlayout",
-    ],
-}
-
-android_library {
-    name: "androidx.car_car",
-    sdk_version: "current",
-    min_sdk_version: "21",
-    manifest: "manifests/androidx.car_car/AndroidManifest.xml",
-    static_libs: [
-        "androidx.car_car-nodeps",
-        "androidx.annotation_annotation",
-        "com.google.android.material_material",
-        "androidx.appcompat_appcompat",
-        "androidx.cardview_cardview",
-        "androidx.recyclerview_recyclerview",
-        "androidx.core_core",
-        "androidx.gridlayout_gridlayout",
-        "androidx.preference_preference",
-        "androidx-constraintlayout_constraintlayout",
-    ],
-    java_version: "1.7",
-}
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar
deleted file mode 100644
index 6930c84..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.md5 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.md5
deleted file mode 100644
index 583446d..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-89c3e423c941e512fe9a6a27e8630c6e
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha1 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha1
deleted file mode 100644
index 7fa4b7d..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0b1b7fabb97c1d759bfb2b0a2fc43c4cadff70ce
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha256 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha256
deleted file mode 100644
index 375130a..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-dc498e4e7d0483047d223560c8bc93e112d41fb0fe42c3a8a79a1dcb3534c75e
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha512 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha512
deleted file mode 100644
index a586af4..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-eef66e84fd4616b2c3cbbacd0d641dd27bea42336482b0b8dd5147ae4282e135430513d8a2246e455121cdc3ab894b049a2e2bbfda2a3a2f6e485a973be92692
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar
deleted file mode 100644
index bbf6de7..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.md5 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.md5
deleted file mode 100644
index 62b7694..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-dcf46139db735167dff39c6734baaa0d
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha1 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha1
deleted file mode 100644
index b1fb673..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7592e3afc6fab81fcca98d1bc4c177eb2b9d20d7
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha256 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha256
deleted file mode 100644
index d03832f..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f6f230b6c2a05329f68c66727a6afdadfd6603b35c8673132b0dccc57db35af8
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha512 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha512
deleted file mode 100644
index 9dafd61..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-77698e231a093cfd5e45dad1a3ce432dc3042d8745f8a5657f6c40e15c56091139127e1c4890673f45a4204f20000363c550f1132ac5cf3a057b404a6893f3f2
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module
deleted file mode 100644
index 7ba4cc9..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module
+++ /dev/null
@@ -1,223 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.car",
-    "module": "car",
-    "version": "1.0.0-alpha8",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.2.2",
-      "buildId:": "6390815"
-    }
-  },
-  "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.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.cardview",
-          "module": "cardview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.4.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.gridlayout",
-          "module": "gridlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.preference",
-          "module": "preference",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.constraintlayout",
-          "module": "constraintlayout",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "thirdPartyCompatibility": {
-            "artifactSelector": {
-              "name": "constraintlayout",
-              "type": "aar",
-              "extension": "aar"
-            }
-          }
-        },
-        {
-          "group": "com.google.android.material",
-          "module": "material",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "car-1.0.0-alpha8.aar",
-          "url": "car-1.0.0-alpha8.aar",
-          "size": 347405,
-          "sha512": "77698e231a093cfd5e45dad1a3ce432dc3042d8745f8a5657f6c40e15c56091139127e1c4890673f45a4204f20000363c550f1132ac5cf3a057b404a6893f3f2",
-          "sha256": "f6f230b6c2a05329f68c66727a6afdadfd6603b35c8673132b0dccc57db35af8",
-          "sha1": "7592e3afc6fab81fcca98d1bc4c177eb2b9d20d7",
-          "md5": "dcf46139db735167dff39c6734baaa0d"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.cardview",
-          "module": "cardview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.4.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.gridlayout",
-          "module": "gridlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.preference",
-          "module": "preference",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.constraintlayout",
-          "module": "constraintlayout",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "thirdPartyCompatibility": {
-            "artifactSelector": {
-              "name": "constraintlayout",
-              "type": "aar",
-              "extension": "aar"
-            }
-          }
-        },
-        {
-          "group": "com.google.android.material",
-          "module": "material",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "car-1.0.0-alpha8.aar",
-          "url": "car-1.0.0-alpha8.aar",
-          "size": 347405,
-          "sha512": "77698e231a093cfd5e45dad1a3ce432dc3042d8745f8a5657f6c40e15c56091139127e1c4890673f45a4204f20000363c550f1132ac5cf3a057b404a6893f3f2",
-          "sha256": "f6f230b6c2a05329f68c66727a6afdadfd6603b35c8673132b0dccc57db35af8",
-          "sha1": "7592e3afc6fab81fcca98d1bc4c177eb2b9d20d7",
-          "md5": "dcf46139db735167dff39c6734baaa0d"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "car-1.0.0-alpha8-sources.jar",
-          "url": "car-1.0.0-alpha8-sources.jar",
-          "size": 139715,
-          "sha512": "eef66e84fd4616b2c3cbbacd0d641dd27bea42336482b0b8dd5147ae4282e135430513d8a2246e455121cdc3ab894b049a2e2bbfda2a3a2f6e485a973be92692",
-          "sha256": "dc498e4e7d0483047d223560c8bc93e112d41fb0fe42c3a8a79a1dcb3534c75e",
-          "sha1": "0b1b7fabb97c1d759bfb2b0a2fc43c4cadff70ce",
-          "md5": "89c3e423c941e512fe9a6a27e8630c6e"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.md5 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.md5
deleted file mode 100644
index ddb501d..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-6cc9afdbd5881eae87ea35560907443a
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha1 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha1
deleted file mode 100644
index dafed86..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b09aa73d921c7b53b7b7fe2bf5fadbf0ddd52170
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha256 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha256
deleted file mode 100644
index 604c8c6..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d5ee2ed5702860b35d3affd0589f44b8673739de02b2d839db0aaafe361fb643
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha512 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha512
deleted file mode 100644
index a604b9f..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9ae33524c8c80e7659bcf0c80c5245f57c82ad511a44c5bfb7ae525a069bac25fe1298d4f0d04c0e178487b97d7ca7ac38fd3950647e2f8a12407b9b964b3369
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom
deleted file mode 100644
index bb44107..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.car</groupId>
-  <artifactId>car</artifactId>
-  <version>1.0.0-alpha8</version>
-  <packaging>aar</packaging>
-  <name>Android Car Support UI</name>
-  <description>Android Car Support UI</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.cardview</groupId>
-      <artifactId>cardview</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha02</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.4.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.gridlayout</groupId>
-      <artifactId>gridlayout</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.preference</groupId>
-      <artifactId>preference</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.constraintlayout</groupId>
-      <artifactId>constraintlayout</artifactId>
-      <version>1.1.0</version>
-      <type>aar</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.android.material</groupId>
-      <artifactId>material</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.md5 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.md5
deleted file mode 100644
index 809b8fe..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-1a81132a18a27337f58e1214e1fda01d
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha1 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha1
deleted file mode 100644
index 84ecc67..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-923675533cb87865d14364742083b87e791c8748
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha256 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha256
deleted file mode 100644
index ce84b96..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-59a608467d57102c13ac4d0f4bcf53386a3cc7ab1ebba537e966e816be2dd9e7
\ No newline at end of file
diff --git a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha512 b/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha512
deleted file mode 100644
index 1286d32..0000000
--- a/current/androidx-legacy/m2repository/androidx/car/car/1.0.0-alpha8/car-1.0.0-alpha8.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-518d46f9850085073b8cb08e878276ff34a5218b68b7596eba8a2236ed5f9f3818499ddc1be459e881591c6bce3af04ea25b49597a48362b20f926004b156377
\ No newline at end of file
diff --git a/current/androidx-legacy/manifests/androidx.car_car/AndroidManifest.xml b/current/androidx-legacy/manifests/androidx.car_car/AndroidManifest.xml
deleted file mode 100644
index 02de8e0..0000000
--- a/current/androidx-legacy/manifests/androidx.car_car/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2017 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="androidx.car" >
-
-    <uses-sdk
-        android:minSdkVersion="21"
-        android:targetSdkVersion="29" />
-
-</manifest>
\ No newline at end of file
diff --git a/current/androidx/Android.bp b/current/androidx/Android.bp
index 48a37ac..5b1fc35 100644
--- a/current/androidx/Android.bp
+++ b/current/androidx/Android.bp
@@ -1,5 +1,5 @@
 // Automatically generated with:
-// pom2bp -sdk-version 30 -default-min-sdk-version 24 -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.concurrent:concurrent-listenablefuture$=androidx.concurrent_concurrent-listenablefuture' '-rewrite=^androidx.concurrent:concurrent-listenablefuture-callback$=androidx.concurrent_concurrent-listenablefuture-callback' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.core:core-animation$=androidx.core_core-animation' '-rewrite=^androidx.core:core-ktx$=androidx.core_core-ktx' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.fragment:fragment-ktx$=androidx.fragment_fragment-ktx' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core-ktx$=androidx.lifecycle_lifecycle-livedata-core-ktx' '-rewrite=^androidx.lifecycle:lifecycle-livedata-ktx$=androidx.lifecycle_lifecycle-livedata-ktx' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-runtime-ktx$=androidx.lifecycle_lifecycle-runtime-ktx' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-ktx$=androidx.lifecycle_lifecycle-viewmodel-ktx' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-savedstate$=androidx.lifecycle_lifecycle-viewmodel-savedstate' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2-common$=androidx.media2_media2-common' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-player$=androidx.media2_media2-player' '-rewrite=^androidx.media2:media2-session$=androidx.media2_media2-session' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.navigation:navigation-common$=androidx.navigation_navigation-common' '-rewrite=^androidx.navigation:navigation-common-ktx$=androidx.navigation_navigation-common-ktx' '-rewrite=^androidx.navigation:navigation-fragment$=androidx.navigation_navigation-fragment' '-rewrite=^androidx.navigation:navigation-fragment-ktx$=androidx.navigation_navigation-fragment-ktx' '-rewrite=^androidx.navigation:navigation-runtime$=androidx.navigation_navigation-runtime' '-rewrite=^androidx.navigation:navigation-runtime-ktx$=androidx.navigation_navigation-runtime-ktx' '-rewrite=^androidx.navigation:navigation-ui$=androidx.navigation_navigation-ui' '-rewrite=^androidx.navigation:navigation-ui-ktx$=androidx.navigation_navigation-ui-ktx' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-common-ktx$=androidx.paging_paging-common-ktx' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-compiler$=androidx.room_room-compiler' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager2:viewpager2$=androidx.viewpager2_viewpager2' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^auto-common$=auto_common' '-rewrite=^auto-value-annotations$=auto_value_annotations' '-rewrite=^com.squareup:javapoet$=javapoet-prebuilt-jar' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^gson$=gson-prebuilt-jar' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' -extra-static-libs=android-support-car=prebuilt-android.car-stubs -extra-static-libs=androidx.room_room-compiler=guava-21.0 '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.room:room-compiler' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
+// pom2bp -sdk-version 30 -default-min-sdk-version 24 -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.annotation:annotation-experimental$=androidx.annotation_annotation-experimental' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.appsearch:appsearch$=androidx.appsearch_appsearch' '-rewrite=^androidx.appsearch:appsearch-compiler$=androidx.appsearch_appsearch-compiler' '-rewrite=^androidx.appsearch:appsearch-local-storage$=androidx.appsearch_appsearch_local_storage' '-rewrite=^androidx.appsearch:appsearch-platform-storage$=androidx.appsearch_appsearch_platform_storage' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.benchmark:benchmark-common$=androidx.benchmark_benchmark-common' '-rewrite=^androidx.benchmark:benchmark-junit4$=androidx.benchmark_benchmark-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.concurrent:concurrent-listenablefuture$=androidx.concurrent_concurrent-listenablefuture' '-rewrite=^androidx.concurrent:concurrent-listenablefuture-callback$=androidx.concurrent_concurrent-listenablefuture-callback' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.core:core-animation$=androidx.core_core-animation' '-rewrite=^androidx.core:core-ktx$=androidx.core_core-ktx' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.fragment:fragment-ktx$=androidx.fragment_fragment-ktx' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core-ktx$=androidx.lifecycle_lifecycle-livedata-core-ktx' '-rewrite=^androidx.lifecycle:lifecycle-livedata-ktx$=androidx.lifecycle_lifecycle-livedata-ktx' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-runtime-ktx$=androidx.lifecycle_lifecycle-runtime-ktx' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-ktx$=androidx.lifecycle_lifecycle-viewmodel-ktx' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-savedstate$=androidx.lifecycle_lifecycle-viewmodel-savedstate' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2-common$=androidx.media2_media2-common' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-player$=androidx.media2_media2-player' '-rewrite=^androidx.media2:media2-session$=androidx.media2_media2-session' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.navigation:navigation-common$=androidx.navigation_navigation-common' '-rewrite=^androidx.navigation:navigation-common-ktx$=androidx.navigation_navigation-common-ktx' '-rewrite=^androidx.navigation:navigation-fragment$=androidx.navigation_navigation-fragment' '-rewrite=^androidx.navigation:navigation-fragment-ktx$=androidx.navigation_navigation-fragment-ktx' '-rewrite=^androidx.navigation:navigation-runtime$=androidx.navigation_navigation-runtime' '-rewrite=^androidx.navigation:navigation-runtime-ktx$=androidx.navigation_navigation-runtime-ktx' '-rewrite=^androidx.navigation:navigation-ui$=androidx.navigation_navigation-ui' '-rewrite=^androidx.navigation:navigation-ui-ktx$=androidx.navigation_navigation-ui-ktx' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-common-ktx$=androidx.paging_paging-common-ktx' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-compiler$=androidx.room_room-compiler' '-rewrite=^androidx.room:room-compiler-processing$=androidx.room_room-compiler-processing' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.savedstate:savedstate-ktx$=androidx.savedstate_savedstate-ktx' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.tracing:tracing$=androidx.tracing_tracing' '-rewrite=^androidx.tracing:tracing-ktx$=androidx.tracing_tracing-ktx' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager2:viewpager2$=androidx.viewpager2_viewpager2' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.work:work-runtime$=androidx.work_work-runtime' '-rewrite=^androidx.work:work-runtime-ktx$=androidx.work_work-runtime-ktx' '-rewrite=^androidx.work:work-testing$=androidx.work_work-testing' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^auto-common$=auto_common' '-rewrite=^auto-value-annotations$=auto_value_annotations' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^gson$=gson-prebuilt-jar' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' -extra-static-libs=androidx.room_room-compiler=guava-21.0 '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.room:room-compiler' '-host=androidx.room:room-compiler-processing' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
 
 // *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
 //     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
@@ -17,7 +17,7 @@
 
 android_library_import {
     name: "androidx.activity_activity-ktx-nodeps",
-    aars: ["m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar"],
+    aars: ["m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -30,6 +30,7 @@
         "androidx.core_core-ktx",
         "androidx.lifecycle_lifecycle-runtime-ktx",
         "androidx.lifecycle_lifecycle-viewmodel-ktx",
+        "androidx.savedstate_savedstate-ktx",
     ],
 }
 
@@ -49,13 +50,14 @@
         "androidx.core_core-ktx",
         "androidx.lifecycle_lifecycle-runtime-ktx",
         "androidx.lifecycle_lifecycle-viewmodel-ktx",
+        "androidx.savedstate_savedstate-ktx",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.activity_activity-nodeps",
-    aars: ["m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar"],
+    aars: ["m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -70,6 +72,7 @@
         "androidx.lifecycle_lifecycle-viewmodel",
         "androidx.savedstate_savedstate",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
+        "androidx.tracing_tracing",
     ],
 }
 
@@ -91,13 +94,42 @@
         "androidx.lifecycle_lifecycle-viewmodel",
         "androidx.savedstate_savedstate",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
+        "androidx.tracing_tracing",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.annotation_annotation-experimental-nodeps",
+    aars: ["m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+    ],
+}
+
+android_library {
+    name: "androidx.annotation_annotation-experimental",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.annotation_annotation-experimental/AndroidManifest.xml",
+    static_libs: [
+        "androidx.annotation_annotation-experimental-nodeps",
     ],
     java_version: "1.7",
 }
 
 java_import {
     name: "androidx.annotation_annotation-nodeps",
-    jars: ["m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar"],
+    jars: ["m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar"],
     sdk_version: "30",
     host_supported: true,
     apex_available: [
@@ -124,7 +156,7 @@
 
 android_library_import {
     name: "androidx.appcompat_appcompat-resources-nodeps",
-    aars: ["m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar"],
+    aars: ["m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -162,7 +194,7 @@
 
 android_library_import {
     name: "androidx.appcompat_appcompat-nodeps",
-    aars: ["m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar"],
+    aars: ["m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -174,6 +206,7 @@
         "androidx.collection_collection",
         "androidx.core_core",
         "androidx.cursoradapter_cursoradapter",
+        "androidx.activity_activity",
         "androidx.fragment_fragment",
         "androidx.appcompat_appcompat-resources",
         "androidx.drawerlayout_drawerlayout",
@@ -198,6 +231,7 @@
         "androidx.collection_collection",
         "androidx.core_core",
         "androidx.cursoradapter_cursoradapter",
+        "androidx.activity_activity",
         "androidx.fragment_fragment",
         "androidx.appcompat_appcompat-resources",
         "androidx.drawerlayout_drawerlayout",
@@ -208,6 +242,128 @@
     java_version: "1.7",
 }
 
+java_import_host {
+    name: "androidx.appsearch_appsearch-compiler-nodeps",
+    jars: ["m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar"],
+    sdk_version: "30",
+}
+
+java_library_host {
+    name: "androidx.appsearch_appsearch-compiler",
+    static_libs: [
+        "androidx.appsearch_appsearch-compiler-nodeps",
+        "androidx.annotation_annotation",
+        "javapoet",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.appsearch_appsearch_local_storage-nodeps",
+    aars: ["m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.appsearch_appsearch",
+        "androidx.core_core",
+    ],
+}
+
+android_library {
+    name: "androidx.appsearch_appsearch_local_storage",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.appsearch_appsearch_local_storage/AndroidManifest.xml",
+    static_libs: [
+        "androidx.appsearch_appsearch_local_storage-nodeps",
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.appsearch_appsearch",
+        "androidx.core_core",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.appsearch_appsearch_platform_storage-nodeps",
+    aars: ["m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.appsearch_appsearch",
+        "androidx.core_core",
+    ],
+}
+
+android_library {
+    name: "androidx.appsearch_appsearch_platform_storage",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.appsearch_appsearch_platform_storage/AndroidManifest.xml",
+    static_libs: [
+        "androidx.appsearch_appsearch_platform_storage-nodeps",
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.appsearch_appsearch",
+        "androidx.core_core",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.appsearch_appsearch-nodeps",
+    aars: ["m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.core_core",
+    ],
+}
+
+android_library {
+    name: "androidx.appsearch_appsearch",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.appsearch_appsearch/AndroidManifest.xml",
+    static_libs: [
+        "androidx.appsearch_appsearch-nodeps",
+        "androidx.annotation_annotation",
+        "androidx.concurrent_concurrent-futures",
+        "androidx.core_core",
+    ],
+    java_version: "1.7",
+}
+
 java_import {
     name: "androidx.arch.core_core-common-nodeps",
     jars: ["m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar"],
@@ -300,7 +456,7 @@
 
 android_library_import {
     name: "androidx.autofill_autofill-nodeps",
-    aars: ["m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar"],
+    aars: ["m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -329,8 +485,8 @@
 }
 
 android_library_import {
-    name: "androidx.biometric_biometric-nodeps",
-    aars: ["m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar"],
+    name: "androidx.benchmark_benchmark-common-nodeps",
+    aars: ["m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -339,10 +495,91 @@
     min_sdk_version: "14",
     static_libs: [
         "androidx.annotation_annotation",
+        "kotlin-stdlib",
+        "androidx.test.monitor",
+        "androidx.annotation_annotation-experimental",
+        "androidx.tracing_tracing-ktx",
+    ],
+}
+
+android_library {
+    name: "androidx.benchmark_benchmark-common",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.benchmark_benchmark-common/AndroidManifest.xml",
+    static_libs: [
+        "androidx.benchmark_benchmark-common-nodeps",
+        "androidx.annotation_annotation",
+        "kotlin-stdlib",
+        "androidx.test.monitor",
+        "androidx.annotation_annotation-experimental",
+        "androidx.tracing_tracing-ktx",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.benchmark_benchmark-junit4-nodeps",
+    aars: ["m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "junit",
+        "kotlin-stdlib",
+        "androidx.annotation_annotation",
+        "androidx.test.rules",
+        "androidx.test.runner",
+        "androidx.benchmark_benchmark-common",
+        "androidx.tracing_tracing-ktx",
+    ],
+}
+
+android_library {
+    name: "androidx.benchmark_benchmark-junit4",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.benchmark_benchmark-junit4/AndroidManifest.xml",
+    static_libs: [
+        "androidx.benchmark_benchmark-junit4-nodeps",
+        "junit",
+        "kotlin-stdlib",
+        "androidx.annotation_annotation",
+        "androidx.test.rules",
+        "androidx.test.runner",
+        "androidx.benchmark_benchmark-common",
+        "androidx.tracing_tracing-ktx",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.biometric_biometric-nodeps",
+    aars: ["m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.annotation_annotation",
+        "androidx.core_core",
         "androidx.fragment_fragment",
         "androidx.activity_activity",
         "androidx.appcompat_appcompat",
-        "androidx.core_core",
+        "androidx.lifecycle_lifecycle-livedata-core",
         "androidx.lifecycle_lifecycle-viewmodel",
     ],
 }
@@ -359,10 +596,11 @@
     static_libs: [
         "androidx.biometric_biometric-nodeps",
         "androidx.annotation_annotation",
+        "androidx.core_core",
         "androidx.fragment_fragment",
         "androidx.activity_activity",
         "androidx.appcompat_appcompat",
-        "androidx.core_core",
+        "androidx.lifecycle_lifecycle-livedata-core",
         "androidx.lifecycle_lifecycle-viewmodel",
     ],
     java_version: "1.7",
@@ -370,7 +608,7 @@
 
 android_library_import {
     name: "androidx.browser_browser-nodeps",
-    aars: ["m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar"],
+    aars: ["m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -442,7 +680,7 @@
 
 java_import {
     name: "androidx.collection_collection-ktx-nodeps",
-    jars: ["m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar"],
+    jars: ["m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -469,7 +707,7 @@
 
 java_import {
     name: "androidx.collection_collection-nodeps",
-    jars: ["m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar"],
+    jars: ["m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -495,7 +733,7 @@
 
 java_import {
     name: "androidx.concurrent_concurrent-futures-nodeps",
-    jars: ["m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar"],
+    jars: ["m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -558,7 +796,7 @@
 
 android_library_import {
     name: "androidx.core_core-animation-nodeps",
-    aars: ["m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar"],
+    aars: ["m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -592,7 +830,7 @@
 
 android_library_import {
     name: "androidx.core_core-ktx-nodeps",
-    aars: ["m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar"],
+    aars: ["m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -626,7 +864,7 @@
 
 android_library_import {
     name: "androidx.core_core-nodeps",
-    aars: ["m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar"],
+    aars: ["m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -822,7 +1060,7 @@
 
 android_library_import {
     name: "androidx.emoji_emoji-appcompat-nodeps",
-    aars: ["m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar"],
+    aars: ["m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -854,7 +1092,7 @@
 
 android_library_import {
     name: "androidx.emoji_emoji-bundled-nodeps",
-    aars: ["m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar"],
+    aars: ["m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -884,7 +1122,7 @@
 
 android_library_import {
     name: "androidx.emoji_emoji-nodeps",
-    aars: ["m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar"],
+    aars: ["m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -916,7 +1154,7 @@
 
 android_library_import {
     name: "androidx.exifinterface_exifinterface-nodeps",
-    aars: ["m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar"],
+    aars: ["m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -946,7 +1184,7 @@
 
 android_library_import {
     name: "androidx.fragment_fragment-ktx-nodeps",
-    aars: ["m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -961,6 +1199,7 @@
         "androidx.core_core-ktx",
         "androidx.lifecycle_lifecycle-livedata-core-ktx",
         "androidx.lifecycle_lifecycle-viewmodel-ktx",
+        "androidx.savedstate_savedstate-ktx",
     ],
 }
 
@@ -982,13 +1221,14 @@
         "androidx.core_core-ktx",
         "androidx.lifecycle_lifecycle-livedata-core-ktx",
         "androidx.lifecycle_lifecycle-viewmodel-ktx",
+        "androidx.savedstate_savedstate-ktx",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.fragment_fragment-nodeps",
-    aars: ["m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar"],
+    aars: ["m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1006,6 +1246,7 @@
         "androidx.lifecycle_lifecycle-viewmodel",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
         "androidx.savedstate_savedstate",
+        "androidx.annotation_annotation-experimental",
     ],
 }
 
@@ -1030,6 +1271,7 @@
         "androidx.lifecycle_lifecycle-viewmodel",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
         "androidx.savedstate_savedstate",
+        "androidx.annotation_annotation-experimental",
     ],
     java_version: "1.7",
 }
@@ -1068,7 +1310,7 @@
 
 android_library_import {
     name: "androidx.heifwriter_heifwriter-nodeps",
-    aars: ["m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1128,7 +1370,7 @@
 
 android_library_import {
     name: "androidx.leanback_leanback-preference-nodeps",
-    aars: ["m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar"],
+    aars: ["m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1168,7 +1410,7 @@
 
 android_library_import {
     name: "androidx.leanback_leanback-nodeps",
-    aars: ["m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar"],
+    aars: ["m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1252,7 +1494,7 @@
 
 java_import {
     name: "androidx.lifecycle_lifecycle-common-java8-nodeps",
-    jars: ["m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar"],
+    jars: ["m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1279,7 +1521,7 @@
 
 java_import {
     name: "androidx.lifecycle_lifecycle-common-nodeps",
-    jars: ["m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar"],
+    jars: ["m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1305,7 +1547,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-livedata-core-ktx-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1337,7 +1579,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-livedata-core-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1371,7 +1613,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-livedata-ktx-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1407,7 +1649,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-livedata-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1441,7 +1683,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-process-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1471,7 +1713,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-runtime-ktx-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1507,7 +1749,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-runtime-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1518,6 +1760,7 @@
         "androidx.lifecycle_lifecycle-common",
         "androidx.arch.core_core-common",
         "androidx.annotation_annotation",
+        "androidx.arch.core_core-runtime",
     ],
 }
 
@@ -1535,13 +1778,14 @@
         "androidx.lifecycle_lifecycle-common",
         "androidx.arch.core_core-common",
         "androidx.annotation_annotation",
+        "androidx.arch.core_core-runtime",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-service-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1571,7 +1815,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-viewmodel-ktx-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1605,7 +1849,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-viewmodel-savedstate-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1641,7 +1885,7 @@
 
 android_library_import {
     name: "androidx.lifecycle_lifecycle-viewmodel-nodeps",
-    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar"],
+    aars: ["m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1739,7 +1983,7 @@
 
 android_library_import {
     name: "androidx.media_media-nodeps",
-    aars: ["m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar"],
+    aars: ["m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1771,7 +2015,7 @@
 
 android_library_import {
     name: "androidx.media2_media2-common-nodeps",
-    aars: ["m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1780,9 +2024,10 @@
     min_sdk_version: "16",
     static_libs: [
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media_media",
+        "androidx.versionedparcelable_versionedparcelable",
     ],
 }
 
@@ -1798,16 +2043,17 @@
     static_libs: [
         "androidx.media2_media2-common-nodeps",
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media_media",
+        "androidx.versionedparcelable_versionedparcelable",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.media2_media2-exoplayer-nodeps",
-    aars: ["m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1835,7 +2081,7 @@
 
 android_library_import {
     name: "androidx.media2_media2-player-nodeps",
-    aars: ["m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1844,8 +2090,8 @@
     min_sdk_version: "16",
     static_libs: [
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media2_media2-common",
         "androidx.media2_media2-exoplayer",
     ],
@@ -1863,8 +2109,8 @@
     static_libs: [
         "androidx.media2_media2-player-nodeps",
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media2_media2-common",
         "androidx.media2_media2-exoplayer",
     ],
@@ -1873,7 +2119,7 @@
 
 android_library_import {
     name: "androidx.media2_media2-session-nodeps",
-    aars: ["m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1882,8 +2128,8 @@
     min_sdk_version: "16",
     static_libs: [
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media2_media2-common",
     ],
 }
@@ -1900,8 +2146,8 @@
     static_libs: [
         "androidx.media2_media2-session-nodeps",
         "guava-listenablefuture-prebuilt-jar",
-        "androidx.concurrent_concurrent-futures",
         "androidx.collection_collection",
+        "androidx.concurrent_concurrent-futures",
         "androidx.media2_media2-common",
     ],
     java_version: "1.7",
@@ -1909,7 +2155,7 @@
 
 android_library_import {
     name: "androidx.media2_media2-widget-nodeps",
-    aars: ["m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1943,7 +2189,7 @@
 
 android_library_import {
     name: "androidx.mediarouter_mediarouter-nodeps",
-    aars: ["m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar"],
+    aars: ["m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -1951,11 +2197,12 @@
     ],
     min_sdk_version: "14",
     static_libs: [
+        "guava-listenablefuture-prebuilt-jar",
         "androidx.media_media",
-        "androidx.core_core",
         "androidx.appcompat_appcompat",
         "androidx.palette_palette",
         "androidx.recyclerview_recyclerview",
+        "androidx.appcompat_appcompat-resources",
     ],
 }
 
@@ -1970,11 +2217,12 @@
     manifest: "manifests/androidx.mediarouter_mediarouter/AndroidManifest.xml",
     static_libs: [
         "androidx.mediarouter_mediarouter-nodeps",
+        "guava-listenablefuture-prebuilt-jar",
         "androidx.media_media",
-        "androidx.core_core",
         "androidx.appcompat_appcompat",
         "androidx.palette_palette",
         "androidx.recyclerview_recyclerview",
+        "androidx.appcompat_appcompat-resources",
     ],
     java_version: "1.7",
 }
@@ -2026,8 +2274,9 @@
     min_sdk_version: "14",
     static_libs: [
         "androidx.annotation_annotation",
-        "androidx.collection_collection",
-        "androidx.core_core",
+        "kotlin-stdlib",
+        "androidx.collection_collection-ktx",
+        "androidx.core_core-ktx",
     ],
 }
 
@@ -2043,8 +2292,9 @@
     static_libs: [
         "androidx.navigation_navigation-common-nodeps",
         "androidx.annotation_annotation",
-        "androidx.collection_collection",
-        "androidx.core_core",
+        "kotlin-stdlib",
+        "androidx.collection_collection-ktx",
+        "androidx.core_core-ktx",
     ],
     java_version: "1.7",
 }
@@ -2097,8 +2347,9 @@
     ],
     min_sdk_version: "14",
     static_libs: [
-        "androidx.fragment_fragment",
-        "androidx.navigation_navigation-runtime",
+        "kotlin-stdlib",
+        "androidx.fragment_fragment-ktx",
+        "androidx.navigation_navigation-runtime-ktx",
     ],
 }
 
@@ -2113,8 +2364,9 @@
     manifest: "manifests/androidx.navigation_navigation-fragment/AndroidManifest.xml",
     static_libs: [
         "androidx.navigation_navigation-fragment-nodeps",
-        "androidx.fragment_fragment",
-        "androidx.navigation_navigation-runtime",
+        "kotlin-stdlib",
+        "androidx.fragment_fragment-ktx",
+        "androidx.navigation_navigation-runtime-ktx",
     ],
     java_version: "1.7",
 }
@@ -2167,9 +2419,10 @@
     ],
     min_sdk_version: "14",
     static_libs: [
-        "androidx.navigation_navigation-common",
-        "androidx.activity_activity",
-        "androidx.lifecycle_lifecycle-viewmodel",
+        "kotlin-stdlib",
+        "androidx.navigation_navigation-common-ktx",
+        "androidx.activity_activity-ktx",
+        "androidx.lifecycle_lifecycle-viewmodel-ktx",
         "androidx.savedstate_savedstate",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
     ],
@@ -2186,9 +2439,10 @@
     manifest: "manifests/androidx.navigation_navigation-runtime/AndroidManifest.xml",
     static_libs: [
         "androidx.navigation_navigation-runtime-nodeps",
-        "androidx.navigation_navigation-common",
-        "androidx.activity_activity",
-        "androidx.lifecycle_lifecycle-viewmodel",
+        "kotlin-stdlib",
+        "androidx.navigation_navigation-common-ktx",
+        "androidx.activity_activity-ktx",
+        "androidx.lifecycle_lifecycle-viewmodel-ktx",
         "androidx.savedstate_savedstate",
         "androidx.lifecycle_lifecycle-viewmodel-savedstate",
     ],
@@ -2240,7 +2494,7 @@
     min_sdk_version: "14",
     static_libs: [
         "com.google.android.material_material",
-        "androidx.navigation_navigation-runtime",
+        "androidx.navigation_navigation-runtime-ktx",
         "androidx.customview_customview",
         "androidx.drawerlayout_drawerlayout",
         "androidx.transition_transition",
@@ -2259,7 +2513,7 @@
     static_libs: [
         "androidx.navigation_navigation-ui-nodeps",
         "com.google.android.material_material",
-        "androidx.navigation_navigation-runtime",
+        "androidx.navigation_navigation-runtime-ktx",
         "androidx.customview_customview",
         "androidx.drawerlayout_drawerlayout",
         "androidx.transition_transition",
@@ -2269,7 +2523,7 @@
 
 java_import {
     name: "androidx.paging_paging-common-ktx-nodeps",
-    jars: ["m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar"],
+    jars: ["m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2295,7 +2549,7 @@
 
 java_import {
     name: "androidx.paging_paging-common-nodeps",
-    jars: ["m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar"],
+    jars: ["m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2317,14 +2571,14 @@
         "androidx.annotation_annotation",
         "androidx.arch.core_core-common",
         "kotlin-stdlib",
-        "kotlinx-coroutines-core",
+        "kotlinx-coroutines-core-jvm",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.paging_paging-runtime-nodeps",
-    aars: ["m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar"],
+    aars: ["m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2336,8 +2590,9 @@
         "androidx.paging_paging-common-ktx",
         "kotlin-stdlib",
         "kotlinx-coroutines-android",
-        "androidx.lifecycle_lifecycle-runtime-ktx",
         "androidx.lifecycle_lifecycle-livedata-ktx",
+        "androidx.lifecycle_lifecycle-runtime-ktx",
+        "androidx.lifecycle_lifecycle-viewmodel-ktx",
         "androidx.recyclerview_recyclerview",
         "androidx.core_core-ktx",
     ],
@@ -2358,8 +2613,9 @@
         "androidx.paging_paging-common-ktx",
         "kotlin-stdlib",
         "kotlinx-coroutines-android",
-        "androidx.lifecycle_lifecycle-runtime-ktx",
         "androidx.lifecycle_lifecycle-livedata-ktx",
+        "androidx.lifecycle_lifecycle-runtime-ktx",
+        "androidx.lifecycle_lifecycle-viewmodel-ktx",
         "androidx.recyclerview_recyclerview",
         "androidx.core_core-ktx",
     ],
@@ -2472,7 +2728,7 @@
 
 android_library_import {
     name: "androidx.print_print-nodeps",
-    aars: ["m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2568,7 +2824,7 @@
 
 android_library_import {
     name: "androidx.recyclerview_recyclerview-nodeps",
-    aars: ["m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar"],
+    aars: ["m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2613,7 +2869,7 @@
     static_libs: [
         "androidx.remotecallback_remotecallback-processor-nodeps",
         "androidx.annotation_annotation",
-        "javapoet-prebuilt-jar",
+        "javapoet",
     ],
     java_version: "1.7",
 }
@@ -2652,7 +2908,7 @@
 
 java_import {
     name: "androidx.room_room-common-nodeps",
-    jars: ["m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar"],
+    jars: ["m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar"],
     sdk_version: "30",
     host_supported: true,
     apex_available: [
@@ -2679,8 +2935,32 @@
 }
 
 java_import_host {
+    name: "androidx.room_room-compiler-processing-nodeps",
+    jars: ["m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar"],
+    sdk_version: "30",
+}
+
+java_library_host {
+    name: "androidx.room_room-compiler-processing",
+    static_libs: [
+        "androidx.room_room-compiler-processing-nodeps",
+        "kotlin-stdlib",
+        "javapoet",
+        "androidx.annotation_annotation",
+        "guava",
+        "auto_common",
+        "auto_value_annotations",
+        "kotlinx-metadata-jvm",
+        "jetbrains-annotations",
+        "symbol-processing-api",
+        "kotlin-stdlib-jdk8",
+    ],
+    java_version: "1.7",
+}
+
+java_import_host {
     name: "androidx.room_room-compiler-nodeps",
-    jars: ["m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar"],
+    jars: ["m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar"],
     sdk_version: "30",
 }
 
@@ -2690,10 +2970,12 @@
         "androidx.room_room-compiler-nodeps",
         "androidx.room_room-common",
         "androidx.room_room-migration",
+        "androidx.room_room-compiler-processing",
         "kotlin-stdlib",
         "auto_common",
         "auto_value_annotations",
-        "javapoet-prebuilt-jar",
+        "javapoet",
+        "symbol-processing-api",
         "xerial-sqlite-jdbc",
         "kotlinx-metadata-jvm",
         "commons-codec",
@@ -2705,7 +2987,7 @@
 
 java_import {
     name: "androidx.room_room-migration-nodeps",
-    jars: ["m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar"],
+    jars: ["m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar"],
     sdk_version: "30",
     host_supported: true,
     apex_available: [
@@ -2735,7 +3017,7 @@
 
 android_library_import {
     name: "androidx.room_room-runtime-nodeps",
-    aars: ["m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar"],
+    aars: ["m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2747,6 +3029,7 @@
         "androidx.sqlite_sqlite-framework",
         "androidx.sqlite_sqlite",
         "androidx.arch.core_core-runtime",
+        "androidx.annotation_annotation-experimental",
     ],
 }
 
@@ -2765,13 +3048,14 @@
         "androidx.sqlite_sqlite-framework",
         "androidx.sqlite_sqlite",
         "androidx.arch.core_core-runtime",
+        "androidx.annotation_annotation-experimental",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.room_room-testing-nodeps",
-    aars: ["m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar"],
+    aars: ["m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2812,8 +3096,40 @@
 }
 
 android_library_import {
+    name: "androidx.savedstate_savedstate-ktx-nodeps",
+    aars: ["m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "kotlin-stdlib",
+        "androidx.savedstate_savedstate",
+    ],
+}
+
+android_library {
+    name: "androidx.savedstate_savedstate-ktx",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.savedstate_savedstate-ktx/AndroidManifest.xml",
+    static_libs: [
+        "androidx.savedstate_savedstate-ktx-nodeps",
+        "kotlin-stdlib",
+        "androidx.savedstate_savedstate",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
     name: "androidx.savedstate_savedstate-nodeps",
-    aars: ["m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -2991,7 +3307,7 @@
 
 android_library_import {
     name: "androidx.sqlite_sqlite-framework-nodeps",
-    aars: ["m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar"],
+    aars: ["m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3023,7 +3339,7 @@
 
 android_library_import {
     name: "androidx.sqlite_sqlite-nodeps",
-    aars: ["m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar"],
+    aars: ["m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3053,7 +3369,7 @@
 
 android_library_import {
     name: "androidx.swiperefreshlayout_swiperefreshlayout-nodeps",
-    aars: ["m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar"],
+    aars: ["m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3122,8 +3438,70 @@
 }
 
 android_library_import {
+    name: "androidx.tracing_tracing-ktx-nodeps",
+    aars: ["m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "kotlin-stdlib",
+        "androidx.tracing_tracing",
+    ],
+}
+
+android_library {
+    name: "androidx.tracing_tracing-ktx",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.tracing_tracing-ktx/AndroidManifest.xml",
+    static_libs: [
+        "androidx.tracing_tracing-ktx-nodeps",
+        "kotlin-stdlib",
+        "androidx.tracing_tracing",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.tracing_tracing-nodeps",
+    aars: ["m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.annotation_annotation",
+    ],
+}
+
+android_library {
+    name: "androidx.tracing_tracing",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.tracing_tracing/AndroidManifest.xml",
+    static_libs: [
+        "androidx.tracing_tracing-nodeps",
+        "androidx.annotation_annotation",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
     name: "androidx.transition_transition-nodeps",
-    aars: ["m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar"],
+    aars: ["m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3157,7 +3535,7 @@
 
 android_library_import {
     name: "androidx.tvprovider_tvprovider-nodeps",
-    aars: ["m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar"],
+    aars: ["m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3223,7 +3601,7 @@
 
 android_library_import {
     name: "androidx.vectordrawable_vectordrawable-nodeps",
-    aars: ["m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar"],
+    aars: ["m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3361,7 +3739,7 @@
 
 android_library_import {
     name: "androidx.wear_wear-nodeps",
-    aars: ["m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar"],
+    aars: ["m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3374,7 +3752,8 @@
         "androidx.fragment_fragment",
         "androidx.recyclerview_recyclerview",
         "androidx.core_core",
-        "androidx-constraintlayout_constraintlayout",
+        "androidx.versionedparcelable_versionedparcelable",
+        "androidx.core_core-ktx",
     ],
 }
 
@@ -3394,14 +3773,15 @@
         "androidx.fragment_fragment",
         "androidx.recyclerview_recyclerview",
         "androidx.core_core",
-        "androidx-constraintlayout_constraintlayout",
+        "androidx.versionedparcelable_versionedparcelable",
+        "androidx.core_core-ktx",
     ],
     java_version: "1.7",
 }
 
 android_library_import {
     name: "androidx.webkit_webkit-nodeps",
-    aars: ["m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar"],
+    aars: ["m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar"],
     sdk_version: "30",
     apex_available: [
         "//apex_available:platform",
@@ -3431,4 +3811,116 @@
     java_version: "1.7",
 }
 
+android_library_import {
+    name: "androidx.work_work-runtime-ktx-nodeps",
+    aars: ["m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "kotlin-stdlib",
+        "kotlinx-coroutines-android",
+        "androidx.work_work-runtime",
+    ],
+}
+
+android_library {
+    name: "androidx.work_work-runtime-ktx",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.work_work-runtime-ktx/AndroidManifest.xml",
+    static_libs: [
+        "androidx.work_work-runtime-ktx-nodeps",
+        "kotlin-stdlib",
+        "kotlinx-coroutines-android",
+        "androidx.work_work-runtime",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.work_work-runtime-nodeps",
+    aars: ["m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "guava-listenablefuture-prebuilt-jar",
+        "androidx.annotation_annotation-experimental",
+        "androidx.lifecycle_lifecycle-livedata",
+        "androidx.core_core",
+        "androidx.room_room-runtime",
+        "androidx.sqlite_sqlite",
+        "androidx.sqlite_sqlite-framework",
+        "androidx.lifecycle_lifecycle-service",
+    ],
+}
+
+android_library {
+    name: "androidx.work_work-runtime",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.work_work-runtime/AndroidManifest.xml",
+    static_libs: [
+        "androidx.work_work-runtime-nodeps",
+        "guava-listenablefuture-prebuilt-jar",
+        "androidx.annotation_annotation-experimental",
+        "androidx.lifecycle_lifecycle-livedata",
+        "androidx.core_core",
+        "androidx.room_room-runtime",
+        "androidx.sqlite_sqlite",
+        "androidx.sqlite_sqlite-framework",
+        "androidx.lifecycle_lifecycle-service",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.work_work-testing-nodeps",
+    aars: ["m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar"],
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    static_libs: [
+        "androidx.work_work-runtime-ktx",
+        "androidx.lifecycle_lifecycle-livedata-core",
+        "androidx.room_room-runtime",
+    ],
+}
+
+android_library {
+    name: "androidx.work_work-testing",
+    sdk_version: "30",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "14",
+    manifest: "manifests/androidx.work_work-testing/AndroidManifest.xml",
+    static_libs: [
+        "androidx.work_work-testing-nodeps",
+        "androidx.work_work-runtime-ktx",
+        "androidx.lifecycle_lifecycle-livedata-core",
+        "androidx.room_room-runtime",
+    ],
+    java_version: "1.7",
+}
+
 build = ["JavaPlugins.bp"]
diff --git a/current/androidx/JavaPlugins.bp b/current/androidx/JavaPlugins.bp
index c045722..c541f9b 100644
--- a/current/androidx/JavaPlugins.bp
+++ b/current/androidx/JavaPlugins.bp
@@ -14,6 +14,12 @@
 // limitations under the License.
 
 java_plugin {
+    name: "androidx.appsearch_appsearch-compiler-plugin",
+    static_libs: ["androidx.appsearch_appsearch-compiler"],
+    processor_class: "androidx.appsearch.compiler.AppSearchCompiler",
+}
+
+java_plugin {
     name: "androidx.room_room-compiler-plugin",
     static_libs: [
         "androidx.room_room-compiler",
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar
deleted file mode 100644
index 8c687ca..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.md5
deleted file mode 100644
index 07bfa42..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-15faec8edd1a9372062c7331ee5c8d4a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha1
deleted file mode 100644
index fcef5fb..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-46779e794d5fa3d241bd54602f058ef01bd75f20
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha256
deleted file mode 100644
index 1a5b86b..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5226aa053cb21109e845fe75c0a4e743a3fa74fad79fadc0aa47399b6b4992ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha512
deleted file mode 100644
index 147fde7..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e76ce421229268e23fc4b6e4c9bbd7bd56437f64c848cb1e918a694cdc37590c78f9bd4e9199c48d6747f30da5d8662a02738c0ed017a6c40a772f9832dc9368
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar
deleted file mode 100644
index 8abe4d1..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.md5
deleted file mode 100644
index a309c91..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-3126903c6dd5a883d3f0f8aabf33026f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha1
deleted file mode 100644
index 678a58b..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9d36d0c976c369c2364251578e08f0d7adf1fd23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha256
deleted file mode 100644
index f67f4ae..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-05a05ca915e11b41afd9e9b801a758ebc1cc4a73c1a667487a0c96be4529711d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha512
deleted file mode 100644
index 8e4fa83..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2651b6a9aff8831ce06655751831bb5a1fac6c2cd76eb6d6774761100904931367b6b18480275b849f7440af2356098406df0485eeffc55f68b02195729b7cba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module
deleted file mode 100644
index 2abf987..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module
+++ /dev/null
@@ -1,157 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.activity",
-    "module": "activity-ktx",
-    "version": "1.2.0-alpha07",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.activity",
-          "module": "activity",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror activity dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          },
-          "reason": "Mirror activity dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "activity-ktx-1.2.0-alpha07.aar",
-          "url": "activity-ktx-1.2.0-alpha07.aar",
-          "size": 15551,
-          "sha512": "2651b6a9aff8831ce06655751831bb5a1fac6c2cd76eb6d6774761100904931367b6b18480275b849f7440af2356098406df0485eeffc55f68b02195729b7cba",
-          "sha256": "05a05ca915e11b41afd9e9b801a758ebc1cc4a73c1a667487a0c96be4529711d",
-          "sha1": "9d36d0c976c369c2364251578e08f0d7adf1fd23",
-          "md5": "3126903c6dd5a883d3f0f8aabf33026f"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.activity",
-          "module": "activity",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror activity dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          },
-          "reason": "Mirror activity dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "activity-ktx-1.2.0-alpha07.aar",
-          "url": "activity-ktx-1.2.0-alpha07.aar",
-          "size": 15551,
-          "sha512": "2651b6a9aff8831ce06655751831bb5a1fac6c2cd76eb6d6774761100904931367b6b18480275b849f7440af2356098406df0485eeffc55f68b02195729b7cba",
-          "sha256": "05a05ca915e11b41afd9e9b801a758ebc1cc4a73c1a667487a0c96be4529711d",
-          "sha1": "9d36d0c976c369c2364251578e08f0d7adf1fd23",
-          "md5": "3126903c6dd5a883d3f0f8aabf33026f"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "activity-ktx-1.2.0-alpha07-sources.jar",
-          "url": "activity-ktx-1.2.0-alpha07-sources.jar",
-          "size": 4962,
-          "sha512": "e76ce421229268e23fc4b6e4c9bbd7bd56437f64c848cb1e918a694cdc37590c78f9bd4e9199c48d6747f30da5d8662a02738c0ed017a6c40a772f9832dc9368",
-          "sha256": "5226aa053cb21109e845fe75c0a4e743a3fa74fad79fadc0aa47399b6b4992ff",
-          "sha1": "46779e794d5fa3d241bd54602f058ef01bd75f20",
-          "md5": "15faec8edd1a9372062c7331ee5c8d4a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.md5
deleted file mode 100644
index 0b3377d..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-e4880599e7b5811307f9b0acec7099e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha1
deleted file mode 100644
index 6b75e73..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1f5b7fe64ea0cb28710e5053bdd80a69cdcf0ad7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha256
deleted file mode 100644
index 60b108c..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c2b7778027aff12397badf15fb86a4af2942706ff051065e1c8fa94d88b43b5f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha512
deleted file mode 100644
index 5cda5a9..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9ede01ea485f29232e05ec90d229fb96005793d01ccf9f05d47306d2736f85fd46eda8b51c5cc9472698a7e83c0a9113ceafb21dde41848a577b2afc39c79cac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom
deleted file mode 100644
index 37fb8e1..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.activity</groupId>
-  <artifactId>activity-ktx</artifactId>
-  <version>1.2.0-alpha07</version>
-  <packaging>aar</packaging>
-  <name>Activity Kotlin Extensions</name>
-  <description>Kotlin extensions for 'activity' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.activity</groupId>
-      <artifactId>activity</artifactId>
-      <version>[1.2.0-alpha07]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core-ktx</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime-ktx</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel-ktx</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.md5
deleted file mode 100644
index e52982a..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-774354aacd01a406d8c626d8f3bf79ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha1
deleted file mode 100644
index 38a5a8c..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b28c006928b45b89fc113b4ece2130f529ece762
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha256
deleted file mode 100644
index f153ce7..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-8be4cea65f474af7f1813f40e788592b64edcc5802c2d64230a5c706222347f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha512
deleted file mode 100644
index 5caa2da..0000000
--- a/current/androidx/m2repository/androidx/activity/activity-ktx/1.2.0-alpha07/activity-ktx-1.2.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e22629303adc128a33ac1a3056b178445ac4fd715d50164818a56701e7999c7477d50ae54db2e9f323c25ac787b63733cbfa050ed9b939b078a13cfb59781762
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar
new file mode 100644
index 0000000..d0df4b2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..0fc9ff3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+df582cf41df416363a854f5a5cede6ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..2daddbd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+827664f9421e56e79f9eed7223ba4a5d67d941c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..68d2f02
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+efaf9cabd37472c01a222864f955218fb43dfe1a8f0ceddf7bf99bae11000af3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..c43e3f8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+c200adb95b52aa1e21baa37cc4a09ba40c7953e5b9d976af27d341358120aa6fcff35820566e852c698600379ff4421927b7defe72b39664709c6cf1ff1c9bb6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar
new file mode 100644
index 0000000..eaedd79
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.md5
new file mode 100644
index 0000000..4dbdef5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.md5
@@ -0,0 +1 @@
+ee4dff7aed23b0e577f8eaf2f3f4737c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha1
new file mode 100644
index 0000000..ed3ca3e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+369cf22174f07051044341b471d54d51fb29df19
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha256
new file mode 100644
index 0000000..521bdb3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+4a91e267a33159afc2197b2fbe7a14746e5cc31bae9420936ee0865c731168ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha512
new file mode 100644
index 0000000..2b48961
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+96eb8768d28efc848e3df0393257c9f68c2862cdc9695f97d9d5cd559b84e6bdd600c504e32410bc02e6f93bb1f187d2725c2aec25f2186e8541646b18bb6821
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module
new file mode 100644
index 0000000..bf36e0e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module
@@ -0,0 +1,173 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.activity",
+    "module": "activity-ktx",
+    "version": "1.3.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.3.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime-ktx",
+          "version": {
+            "requires": "2.3.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "activity-ktx-1.3.0-alpha03.aar",
+          "url": "activity-ktx-1.3.0-alpha03.aar",
+          "size": 20372,
+          "sha512": "96eb8768d28efc848e3df0393257c9f68c2862cdc9695f97d9d5cd559b84e6bdd600c504e32410bc02e6f93bb1f187d2725c2aec25f2186e8541646b18bb6821",
+          "sha256": "4a91e267a33159afc2197b2fbe7a14746e5cc31bae9420936ee0865c731168ee",
+          "sha1": "369cf22174f07051044341b471d54d51fb29df19",
+          "md5": "ee4dff7aed23b0e577f8eaf2f3f4737c"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.3.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime-ktx",
+          "version": {
+            "requires": "2.3.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror activity dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "activity-ktx-1.3.0-alpha03.aar",
+          "url": "activity-ktx-1.3.0-alpha03.aar",
+          "size": 20372,
+          "sha512": "96eb8768d28efc848e3df0393257c9f68c2862cdc9695f97d9d5cd559b84e6bdd600c504e32410bc02e6f93bb1f187d2725c2aec25f2186e8541646b18bb6821",
+          "sha256": "4a91e267a33159afc2197b2fbe7a14746e5cc31bae9420936ee0865c731168ee",
+          "sha1": "369cf22174f07051044341b471d54d51fb29df19",
+          "md5": "ee4dff7aed23b0e577f8eaf2f3f4737c"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "activity-ktx-1.3.0-alpha03-sources.jar",
+          "url": "activity-ktx-1.3.0-alpha03-sources.jar",
+          "size": 6129,
+          "sha512": "c200adb95b52aa1e21baa37cc4a09ba40c7953e5b9d976af27d341358120aa6fcff35820566e852c698600379ff4421927b7defe72b39664709c6cf1ff1c9bb6",
+          "sha256": "efaf9cabd37472c01a222864f955218fb43dfe1a8f0ceddf7bf99bae11000af3",
+          "sha1": "827664f9421e56e79f9eed7223ba4a5d67d941c2",
+          "md5": "df582cf41df416363a854f5a5cede6ca"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.md5
new file mode 100644
index 0000000..4a32046
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.md5
@@ -0,0 +1 @@
+b53e30deb05e60ace3d5007f402e5d19
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha1
new file mode 100644
index 0000000..5b4ade4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha1
@@ -0,0 +1 @@
+b31828833cc6b83b362796fdf5597ff560d89b91
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha256
new file mode 100644
index 0000000..8c57b31
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha256
@@ -0,0 +1 @@
+7b74c8c124e381199247eee626cfc9b6bf1c2726b5601ae72c1a03f91bb6a47f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha512
new file mode 100644
index 0000000..fac3d80
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.module.sha512
@@ -0,0 +1 @@
+2943e1d1c15ab0e5402d1f866a3a98e537c0372e43c8858672cfc529be2361e653074aded9ce6f07d892ada9580fcb12c97f19b802fd6929bc8e7910d42b44f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom
new file mode 100644
index 0000000..f088df9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.activity</groupId>
+  <artifactId>activity-ktx</artifactId>
+  <version>1.3.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Activity Kotlin Extensions</name>
+  <description>Kotlin extensions for 'activity' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/activity#1.3.0-alpha03</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>[1.3.0-alpha03]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime-ktx</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-ktx</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.md5
new file mode 100644
index 0000000..082abd2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.md5
@@ -0,0 +1 @@
+507504f22aa9e50855969e074dffcefb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha1
new file mode 100644
index 0000000..f4876bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+1734384dd3189797f081b04116f7a41012bf68b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha256
new file mode 100644
index 0000000..d27bb2f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+ec92d5a3dce20d5e44aa39239cd50f010ac3f22f2bffbe31d0e583199319aa03
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha512
new file mode 100644
index 0000000..30e8245
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity-ktx/1.3.0-alpha03/activity-ktx-1.3.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+73a13f2793d7610dc901664b7f9653fe42b6bf1cf5e823b522203d3dbeec31a95d4d71fd16e3935100ccb819bca8d6776fb269ff98b8ee24e50af9c96617377a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar
deleted file mode 100644
index e5f73e2..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.md5
deleted file mode 100644
index 4082795..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b7ef5b92e59ef6768a93077d43e9a48a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha1
deleted file mode 100644
index 038abd1..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4a65a731d3f77e11adf3258c5b94ec7513e5baf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha256
deleted file mode 100644
index 9b69d67..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-992347633700180f0466bc0a3a413361ad4b450494bc394d08930e883f952c16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha512
deleted file mode 100644
index 305b687..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f5dc6a7e035862035b1508016420982ad70f4ff364408d93094f5460b9f13d9d1524edcb9d9ba5042ea515d7e81909565ad52ba84f2ca55d2787171deb9d1bc2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar
deleted file mode 100644
index b03a825..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.md5
deleted file mode 100644
index a55e7ce..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-a93d9fbf7c2b3fbe51db6acfa4bb0654
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha1
deleted file mode 100644
index 09a6555..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6ff0b2b38bd79805608180ebf513eb1f2332d669
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha256
deleted file mode 100644
index e7e3517..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c07e09b5c349e7575cd826ed48ee1f535dabb65715b05a82dccde7b87c89eba9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha512
deleted file mode 100644
index 3ca8c7b..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a0c329cd36b026d4c0b34414b9710b9c7e9afc9125e195d4423109c00773285c564956db993b510be8fe4f8cd8edf524a91eebe08241c7dec308ebeba1b61926
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module
deleted file mode 100644
index cd3f09c..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module
+++ /dev/null
@@ -1,174 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.activity",
-    "module": "activity",
-    "version": "1.2.0-alpha07",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-savedstate",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "activity-1.2.0-alpha07.aar",
-          "url": "activity-1.2.0-alpha07.aar",
-          "size": 52276,
-          "sha512": "a0c329cd36b026d4c0b34414b9710b9c7e9afc9125e195d4423109c00773285c564956db993b510be8fe4f8cd8edf524a91eebe08241c7dec308ebeba1b61926",
-          "sha256": "c07e09b5c349e7575cd826ed48ee1f535dabb65715b05a82dccde7b87c89eba9",
-          "sha1": "6ff0b2b38bd79805608180ebf513eb1f2332d669",
-          "md5": "a93d9fbf7c2b3fbe51db6acfa4bb0654"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-savedstate",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "activity-1.2.0-alpha07.aar",
-          "url": "activity-1.2.0-alpha07.aar",
-          "size": 52276,
-          "sha512": "a0c329cd36b026d4c0b34414b9710b9c7e9afc9125e195d4423109c00773285c564956db993b510be8fe4f8cd8edf524a91eebe08241c7dec308ebeba1b61926",
-          "sha256": "c07e09b5c349e7575cd826ed48ee1f535dabb65715b05a82dccde7b87c89eba9",
-          "sha1": "6ff0b2b38bd79805608180ebf513eb1f2332d669",
-          "md5": "a93d9fbf7c2b3fbe51db6acfa4bb0654"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "activity-1.2.0-alpha07-sources.jar",
-          "url": "activity-1.2.0-alpha07-sources.jar",
-          "size": 30255,
-          "sha512": "f5dc6a7e035862035b1508016420982ad70f4ff364408d93094f5460b9f13d9d1524edcb9d9ba5042ea515d7e81909565ad52ba84f2ca55d2787171deb9d1bc2",
-          "sha256": "992347633700180f0466bc0a3a413361ad4b450494bc394d08930e883f952c16",
-          "sha1": "4a65a731d3f77e11adf3258c5b94ec7513e5baf2",
-          "md5": "b7ef5b92e59ef6768a93077d43e9a48a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.md5
deleted file mode 100644
index 1fac621..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-29f5a720414a1bb9c54a0d5b54e7b57b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha1
deleted file mode 100644
index cbf1970..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-98a8845e7de9e948a3107ebefa39f01a31e239f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha256
deleted file mode 100644
index 898bb6b..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c294c274810c7050ae0b4c60203021930a79927d910a430b6dae55fe5a1f0aa0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha512
deleted file mode 100644
index 263a17a..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-50d8664c8d68fe6c5ebd819ec24e3fe6819284903afd350d36be5ca9b3d9f096a4862783a4523fffdc094efe140152b36327d82a24751a21f2c530175ea9239d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom
deleted file mode 100644
index 862dd2a..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.activity</groupId>
-  <artifactId>activity</artifactId>
-  <version>1.2.0-alpha07</version>
-  <packaging>aar</packaging>
-  <name>Activity</name>
-  <description>Provides the base Activity subclass and the relevant hooks to build a composable structure on top.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.savedstate</groupId>
-      <artifactId>savedstate</artifactId>
-      <version>1.1.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.md5
deleted file mode 100644
index 3b62fe8..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-79d230e9ecb1655570d822af4cee1938
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha1
deleted file mode 100644
index 3783cd8..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-65a3928cae1fd4f590cc46bfcbbbe51da66f1f28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha256
deleted file mode 100644
index 24bafd4..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bf0f3d606cc49dc853380d5f74759710f317c9eb473a614d0717a74b6f4118cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha512
deleted file mode 100644
index e32e747..0000000
--- a/current/androidx/m2repository/androidx/activity/activity/1.2.0-alpha07/activity-1.2.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-606a98cc94557747ad3a149d4774acc1f72513a24ca75466a517b0795f23b28c188dd51eaf178f0e9ebc08dd4678be52a216a74f33c67c715a9c99259eb00276
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar
new file mode 100644
index 0000000..6ae6b0f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..062d183
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+5a1c97c57b90b11745362038b57c0921
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..033fd11
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+988100e0a96037d6fe7bcf38c59e766fc6aa009c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..778a1bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+991bd82e98040cd65181c6326f150e3868b36e417feb4ef3db176e87508d4dde
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..af3a48e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+2e6e125b1411f0ea35e263e820c1ad6774df744803678bf65b4d0fffa638794c49360c9163044921b586e0722d0fcc4ae7efb72ee56f0e538c81c9dd67951e5a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar
new file mode 100644
index 0000000..6f7e698
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.md5
new file mode 100644
index 0000000..d72905f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.md5
@@ -0,0 +1 @@
+346e1f14d2ebc63182538e2ab63e5598
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha1
new file mode 100644
index 0000000..8ebe258
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+5045a40fbbd7e6cf7bd4590c06c7ae5ddda5b586
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha256
new file mode 100644
index 0000000..5f4c24e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+b204b383b9281d37d7155b8ff14935a3cb71d5858904a5036f6e6aeeb988c731
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha512
new file mode 100644
index 0000000..069bdb0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+b407175adf57acbf6c896a58b1341af467ae5a0ecf54afdb99716972efc83bd767286167d6170b221bd79bb550fb423ad02cba6673af17a8a7279626e32c1317
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module
new file mode 100644
index 0000000..dd99288
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module
@@ -0,0 +1,181 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.activity",
+    "module": "activity",
+    "version": "1.3.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-savedstate",
+          "version": {
+            "requires": "2.3.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "activity-1.3.0-alpha03.aar",
+          "url": "activity-1.3.0-alpha03.aar",
+          "size": 68097,
+          "sha512": "b407175adf57acbf6c896a58b1341af467ae5a0ecf54afdb99716972efc83bd767286167d6170b221bd79bb550fb423ad02cba6673af17a8a7279626e32c1317",
+          "sha256": "b204b383b9281d37d7155b8ff14935a3cb71d5858904a5036f6e6aeeb988c731",
+          "sha1": "5045a40fbbd7e6cf7bd4590c06c7ae5ddda5b586",
+          "md5": "346e1f14d2ebc63182538e2ab63e5598"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-savedstate",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "activity-1.3.0-alpha03.aar",
+          "url": "activity-1.3.0-alpha03.aar",
+          "size": 68097,
+          "sha512": "b407175adf57acbf6c896a58b1341af467ae5a0ecf54afdb99716972efc83bd767286167d6170b221bd79bb550fb423ad02cba6673af17a8a7279626e32c1317",
+          "sha256": "b204b383b9281d37d7155b8ff14935a3cb71d5858904a5036f6e6aeeb988c731",
+          "sha1": "5045a40fbbd7e6cf7bd4590c06c7ae5ddda5b586",
+          "md5": "346e1f14d2ebc63182538e2ab63e5598"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "activity-1.3.0-alpha03-sources.jar",
+          "url": "activity-1.3.0-alpha03-sources.jar",
+          "size": 35545,
+          "sha512": "2e6e125b1411f0ea35e263e820c1ad6774df744803678bf65b4d0fffa638794c49360c9163044921b586e0722d0fcc4ae7efb72ee56f0e538c81c9dd67951e5a",
+          "sha256": "991bd82e98040cd65181c6326f150e3868b36e417feb4ef3db176e87508d4dde",
+          "sha1": "988100e0a96037d6fe7bcf38c59e766fc6aa009c",
+          "md5": "5a1c97c57b90b11745362038b57c0921"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.md5
new file mode 100644
index 0000000..827a547
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.md5
@@ -0,0 +1 @@
+3c5e1f3905d47ef08bd2fd1f97d58549
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha1
new file mode 100644
index 0000000..334bfd2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha1
@@ -0,0 +1 @@
+55a65ff9aa13ddf69196141782ccfcf855051e82
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha256
new file mode 100644
index 0000000..0877c3c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha256
@@ -0,0 +1 @@
+84e63019cf44f3e6fbce7ea74202210a4d09e2b67dc9a4d700ffc7cce2c59cf4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha512
new file mode 100644
index 0000000..dab7c48
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.module.sha512
@@ -0,0 +1 @@
+aa94d7750a211fba38aa181be8bf204b2c6d365d42120a77fb96d713127a53c899294d221fefe2ca4ba57464c6ba61503283d89fc619f1014aaf2aa0d3531008
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom
new file mode 100644
index 0000000..4dc9179
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.activity</groupId>
+  <artifactId>activity</artifactId>
+  <version>1.3.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Activity</name>
+  <description>Provides the base Activity subclass and the relevant hooks to build a composable structure on top.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/activity#1.3.0-alpha03</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.tracing</groupId>
+      <artifactId>tracing</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.md5
new file mode 100644
index 0000000..2c56072
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.md5
@@ -0,0 +1 @@
+766529e58e062f525a264476fa765d74
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha1
new file mode 100644
index 0000000..7b4da16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+da2682b77725c1ec20c6bce15432631be48fd9ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha256
new file mode 100644
index 0000000..34cb236
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+83ad30a24ff0db42669c317106b881d59cd26bf5bcc07b26a6a253dce0aeb175
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha512
new file mode 100644
index 0000000..23d3e37
--- /dev/null
+++ b/current/androidx/m2repository/androidx/activity/activity/1.3.0-alpha03/activity-1.3.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+f22be2bbe6119143401419cf86ee527c87fab6faee1b870e5916243ff49e6dde35cd2c744cde415eaaf99e0a29dc7a87f509d0f459b6b8e306edb9b1e9181aae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar
new file mode 100644
index 0000000..b838b05
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.md5
new file mode 100644
index 0000000..9c03d04
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.md5
@@ -0,0 +1 @@
+05d975aadee90454e8e41c039e3895ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha1
new file mode 100644
index 0000000..2546a3c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha1
@@ -0,0 +1 @@
+238eb640abf1ca6c952c7cd2e9423fe7f715713f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha256
new file mode 100644
index 0000000..cc3af7e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha256
@@ -0,0 +1 @@
+7ea8c98ebd649ee4c0a74b19e1e81ac5f4469be5a12555f288083f1efd4f29d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha512
new file mode 100644
index 0000000..a50bf12
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01-sources.jar.sha512
@@ -0,0 +1 @@
+24d5b9245f60fc2b8b321e49743b4196dec130e42a83ca6a880353f78070d1772e64a3baae6cfef73f3e5616c803c7461eeb4833c4f9b48f56536c113fcfbe99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar
new file mode 100644
index 0000000..426a828
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.md5
new file mode 100644
index 0000000..bd0039c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.md5
@@ -0,0 +1 @@
+75dea331063365bb95ade01250642129
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha1
new file mode 100644
index 0000000..5638ece
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha1
@@ -0,0 +1 @@
+182ad07bb9a04f0a1a8988a5960b167aa526c543
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha256
new file mode 100644
index 0000000..96c3b94
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha256
@@ -0,0 +1 @@
+afde29eec0cbef54bb97af487678fdc6f4e51c7acd38d9ea5ff699730fa3f2c8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha512
new file mode 100644
index 0000000..02ddc57
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.aar.sha512
@@ -0,0 +1 @@
+f8de137f9f58528d2cd6ed30ebc7e022e84c0926f12767a76251261945bf00461672f2d26aab518181402d76700960432e29e7701507464e21bb01a10054167e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module
new file mode 100644
index 0000000..72f8457
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module
@@ -0,0 +1,79 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.annotation",
+    "module": "annotation-experimental",
+    "version": "1.1.0-rc01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "annotation-experimental-1.1.0-rc01.aar",
+          "url": "annotation-experimental-1.1.0-rc01.aar",
+          "size": 17197,
+          "sha512": "f8de137f9f58528d2cd6ed30ebc7e022e84c0926f12767a76251261945bf00461672f2d26aab518181402d76700960432e29e7701507464e21bb01a10054167e",
+          "sha256": "afde29eec0cbef54bb97af487678fdc6f4e51c7acd38d9ea5ff699730fa3f2c8",
+          "sha1": "182ad07bb9a04f0a1a8988a5960b167aa526c543",
+          "md5": "75dea331063365bb95ade01250642129"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "annotation-experimental-1.1.0-rc01.aar",
+          "url": "annotation-experimental-1.1.0-rc01.aar",
+          "size": 17197,
+          "sha512": "f8de137f9f58528d2cd6ed30ebc7e022e84c0926f12767a76251261945bf00461672f2d26aab518181402d76700960432e29e7701507464e21bb01a10054167e",
+          "sha256": "afde29eec0cbef54bb97af487678fdc6f4e51c7acd38d9ea5ff699730fa3f2c8",
+          "sha1": "182ad07bb9a04f0a1a8988a5960b167aa526c543",
+          "md5": "75dea331063365bb95ade01250642129"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "annotation-experimental-1.1.0-rc01-sources.jar",
+          "url": "annotation-experimental-1.1.0-rc01-sources.jar",
+          "size": 5310,
+          "sha512": "24d5b9245f60fc2b8b321e49743b4196dec130e42a83ca6a880353f78070d1772e64a3baae6cfef73f3e5616c803c7461eeb4833c4f9b48f56536c113fcfbe99",
+          "sha256": "7ea8c98ebd649ee4c0a74b19e1e81ac5f4469be5a12555f288083f1efd4f29d9",
+          "sha1": "238eb640abf1ca6c952c7cd2e9423fe7f715713f",
+          "md5": "05d975aadee90454e8e41c039e3895ed"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.md5 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.md5
new file mode 100644
index 0000000..f193f2c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.md5
@@ -0,0 +1 @@
+a2c862359cdd7fdbcbb8cd4867a77197
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha1
new file mode 100644
index 0000000..a05506d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha1
@@ -0,0 +1 @@
+d28253cc8e8b10d47dbc7858f329472f2c4fe523
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha256
new file mode 100644
index 0000000..d4414c0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha256
@@ -0,0 +1 @@
+f826e97dd4baafbd5c2368a58c5aba1a24a7e52a3d0118ba15f659f18cbcdd31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha512
new file mode 100644
index 0000000..8bf1e05
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.module.sha512
@@ -0,0 +1 @@
+3377d37cb4fdd3046d801f0cd043362236a40868317c764862cd2bf40da3cbff2b88c15602aae499ff173b87cdfeaa27658ce793da908d39787785774b50b5a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom
new file mode 100644
index 0000000..106f690
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.annotation</groupId>
+  <artifactId>annotation-experimental</artifactId>
+  <version>1.1.0-rc01</version>
+  <packaging>aar</packaging>
+  <name>Experimental annotation</name>
+  <description>Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0-rc01</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+</project>
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.md5
new file mode 100644
index 0000000..192117b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.md5
@@ -0,0 +1 @@
+8d04e9c0c4da26d490e042b0259f9eb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha1
new file mode 100644
index 0000000..e9005c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha1
@@ -0,0 +1 @@
+f3442e33decf899bff1fb652638ff0cdde869781
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha256
new file mode 100644
index 0000000..e987170
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha256
@@ -0,0 +1 @@
+1dffc53fa50cbd7ebcc4c050156436523e4d02ae658ef3153f7ae0505e1d51b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha512
new file mode 100644
index 0000000..1687afe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.1.0-rc01/annotation-experimental-1.1.0-rc01.pom.sha512
@@ -0,0 +1 @@
+b9364300ca9bec5a158c2aae45a37e0fe508d7b930f8640820b2ef77d6db09f0407e8367377e10e7d0eab6322cd1d1b930a52feb8dc2acbfa9e965e69d2715a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar
deleted file mode 100644
index 4fb3386..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.md5
deleted file mode 100644
index e04bacf..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-9e6395da7520fbc6634fbd1fa705d04b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 56ae50d..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-df9acce4eab41184c6ad166b55f36a753d2b5de0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha256
deleted file mode 100644
index f9ea08a..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e161e7a3618067862d5d3250c52f56cd3b2a81e1d52e49dbe660aa397ae17781
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha512
deleted file mode 100644
index 31c50df..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1898d88319213ccbda9369ced541b62c231894b6c540572ea35ff96c53c4d2179ad4b3d092c7f85806a95dbdcef4d42c3961548f96f90bbbd66bab0ed91dd306
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar
deleted file mode 100644
index 8f43e8f..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.md5
deleted file mode 100644
index 8f46d98..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-12a9e886204e3aef3172f7d3cf8c4db7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha1
deleted file mode 100644
index 31d137f..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cf0f760ea00702c040b3f8c9ccbe615ae26356dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha256
deleted file mode 100644
index 11c8085..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha512
deleted file mode 100644
index 177218a..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module
deleted file mode 100644
index 87f501f..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module
+++ /dev/null
@@ -1,81 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.annotation",
-    "module": "annotation",
-    "version": "1.2.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
-      },
-      "files": [
-        {
-          "name": "annotation-1.2.0-alpha02.jar",
-          "url": "annotation-1.2.0-alpha02.jar",
-          "size": 29110,
-          "sha512": "e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee",
-          "sha256": "d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774",
-          "sha1": "cf0f760ea00702c040b3f8c9ccbe615ae26356dc",
-          "md5": "12a9e886204e3aef3172f7d3cf8c4db7"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "annotation-1.2.0-alpha02.jar",
-          "url": "annotation-1.2.0-alpha02.jar",
-          "size": 29110,
-          "sha512": "e82b44f646d226b74d49c7c9340597e21df40a35d3c7f391a4667c5b6d1aec497d7aa38430842dc7c88411765206830128e919c724ce49355e2de047258848ee",
-          "sha256": "d872cf824227017565444d5aa0073a45b33bc641650a74a09cea3ca05cfc7774",
-          "sha1": "cf0f760ea00702c040b3f8c9ccbe615ae26356dc",
-          "md5": "12a9e886204e3aef3172f7d3cf8c4db7"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "annotation-1.2.0-alpha02-sources.jar",
-          "url": "annotation-1.2.0-alpha02-sources.jar",
-          "size": 53829,
-          "sha512": "1898d88319213ccbda9369ced541b62c231894b6c540572ea35ff96c53c4d2179ad4b3d092c7f85806a95dbdcef4d42c3961548f96f90bbbd66bab0ed91dd306",
-          "sha256": "e161e7a3618067862d5d3250c52f56cd3b2a81e1d52e49dbe660aa397ae17781",
-          "sha1": "df9acce4eab41184c6ad166b55f36a753d2b5de0",
-          "md5": "9e6395da7520fbc6634fbd1fa705d04b"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.md5
deleted file mode 100644
index 16d996e..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-5a1a6c26c9427b32f837cd35e06abe86
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha1
deleted file mode 100644
index b1a46ca..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-dac6d63bbaa135dc0761cfb7d89682ce0f7c38cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha256
deleted file mode 100644
index d354850..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b61ea1e557ab90e6ecbe5b006aa4cb961ccd1d7590604a5b9226a074493c69de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha512
deleted file mode 100644
index e2bccaa..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6b700effa4906b3e00ff02b9ffb3d75b7eaeb8ab5841c4bf2f9675ffbd5097578bda3f13a843fc6f1014ac6082117f09eaceb9ae7e3b97bcd8c097cf89344086
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom
deleted file mode 100644
index a083dda..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.annotation</groupId>
-  <artifactId>annotation</artifactId>
-  <version>1.2.0-alpha02</version>
-  <name>Android Support Library Annotations</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2013</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-</project>
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.md5
deleted file mode 100644
index afc6d0a..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-716b1e64dd26339fb11ce8cd043e0d17
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha1
deleted file mode 100644
index 675185d..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1f0fb07f3b0a30b749235554f065b2ada7cbdcbc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha256
deleted file mode 100644
index 786de83..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b6177fb5823d328e6f20c61be8380f124adaf2d2ad2ba343ca750018c99a5457
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha512
deleted file mode 100644
index 835d371..0000000
--- a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-alpha02/annotation-1.2.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8b337a92d9338c65b0c783f7b658aabf5707b58646e3bd09e5a44a7d909fa069699c3012d1a8dd3cbafe24e87c3458a15b61e1d009cabb3b9b1a498d61952222
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar
new file mode 100644
index 0000000..523f3ea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.md5
new file mode 100644
index 0000000..45cf70f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.md5
@@ -0,0 +1 @@
+6c8c8345a7ca9654317b6af9a8899185
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha1
new file mode 100644
index 0000000..a66d2e6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha1
@@ -0,0 +1 @@
+8945212022e5276658ab7864714ced3553ea724a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha256
new file mode 100644
index 0000000..e125d3c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha256
@@ -0,0 +1 @@
+a96c9705bda5bd4e8671f940e031417627f340cf1d4196f29bf6dfcd54900fec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha512
new file mode 100644
index 0000000..b3b17c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01-sources.jar.sha512
@@ -0,0 +1 @@
+465ac8468a1f8f2eb0f9e2fa92e516e76781cb4ea776430c5ff94b0d33fe6f123ad8efb83935b25c3d67e6b9231761488d57f87a3c696b02ebe007ec2bc30734
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar
new file mode 100644
index 0000000..7c49e1c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.md5
new file mode 100644
index 0000000..3acbee1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.md5
@@ -0,0 +1 @@
+9120b153f33a2d61a6252935839f6d4e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha1
new file mode 100644
index 0000000..945d690
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha1
@@ -0,0 +1 @@
+57136ff68ee784c6e19db34ed4a175338fadfde1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha256
new file mode 100644
index 0000000..5e5ac1f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha256
@@ -0,0 +1 @@
+9029262bddce116e6d02be499e4afdba21f24c239087b76b3b57d7e98b490a36
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha512
new file mode 100644
index 0000000..de634a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.jar.sha512
@@ -0,0 +1 @@
+95a20f401e3cf6caeb74cf06bc1cb3d44e79ad8f724674564b54ee3163c0c3c99854b3f2b1d087245792d0afb85ff56707ced0ad96276a2ef3097efae8c9d454
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module
new file mode 100644
index 0000000..115fd30
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module
@@ -0,0 +1,81 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.annotation",
+    "module": "annotation",
+    "version": "1.2.0-rc01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "annotation-1.2.0-rc01.jar",
+          "url": "annotation-1.2.0-rc01.jar",
+          "size": 29520,
+          "sha512": "95a20f401e3cf6caeb74cf06bc1cb3d44e79ad8f724674564b54ee3163c0c3c99854b3f2b1d087245792d0afb85ff56707ced0ad96276a2ef3097efae8c9d454",
+          "sha256": "9029262bddce116e6d02be499e4afdba21f24c239087b76b3b57d7e98b490a36",
+          "sha1": "57136ff68ee784c6e19db34ed4a175338fadfde1",
+          "md5": "9120b153f33a2d61a6252935839f6d4e"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "annotation-1.2.0-rc01.jar",
+          "url": "annotation-1.2.0-rc01.jar",
+          "size": 29520,
+          "sha512": "95a20f401e3cf6caeb74cf06bc1cb3d44e79ad8f724674564b54ee3163c0c3c99854b3f2b1d087245792d0afb85ff56707ced0ad96276a2ef3097efae8c9d454",
+          "sha256": "9029262bddce116e6d02be499e4afdba21f24c239087b76b3b57d7e98b490a36",
+          "sha1": "57136ff68ee784c6e19db34ed4a175338fadfde1",
+          "md5": "9120b153f33a2d61a6252935839f6d4e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "annotation-1.2.0-rc01-sources.jar",
+          "url": "annotation-1.2.0-rc01-sources.jar",
+          "size": 54688,
+          "sha512": "465ac8468a1f8f2eb0f9e2fa92e516e76781cb4ea776430c5ff94b0d33fe6f123ad8efb83935b25c3d67e6b9231761488d57f87a3c696b02ebe007ec2bc30734",
+          "sha256": "a96c9705bda5bd4e8671f940e031417627f340cf1d4196f29bf6dfcd54900fec",
+          "sha1": "8945212022e5276658ab7864714ced3553ea724a",
+          "md5": "6c8c8345a7ca9654317b6af9a8899185"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.md5
new file mode 100644
index 0000000..163e137
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.md5
@@ -0,0 +1 @@
+0efc33706dc9da4d4119d406d83d3605
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha1
new file mode 100644
index 0000000..2a47401
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha1
@@ -0,0 +1 @@
+6c81852d174a066bac8f8fdf18c697310264cbbd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha256
new file mode 100644
index 0000000..c49a96a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha256
@@ -0,0 +1 @@
+af4e35744209b999dae7af7b60bfcbeaa37de7b70bf904b4e0fbc040ede791a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha512
new file mode 100644
index 0000000..c874ce9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.module.sha512
@@ -0,0 +1 @@
+6418456e3beea330e90b5245c3c37aecfa1d25c26132f59923a2574ca847324d72fd95b0632b6d93193ae8af6bf2209021f7019b691093605f598cec45ce8261
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom
new file mode 100644
index 0000000..9ba0df1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.annotation</groupId>
+  <artifactId>annotation</artifactId>
+  <version>1.2.0-rc01</version>
+  <name>Android Support Library Annotations</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/annotation#1.2.0-rc01</url>
+  <inceptionYear>2013</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+</project>
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.md5
new file mode 100644
index 0000000..290f481
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.md5
@@ -0,0 +1 @@
+a9011c5a40809814e6837cb6ad70fd63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha1
new file mode 100644
index 0000000..547dc98
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha1
@@ -0,0 +1 @@
+70f8b6404844b905ebf1ad00674ebd5a1bc4e847
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha256
new file mode 100644
index 0000000..bb3f85a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha256
@@ -0,0 +1 @@
+dde05b24aa921956711d70b13bc65e88d84ea5d39456a0bfa82a07d5345d326b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha512
new file mode 100644
index 0000000..68ae9a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/annotation/annotation/1.2.0-rc01/annotation-1.2.0-rc01.pom.sha512
@@ -0,0 +1 @@
+0711ed32098301ac02cc7745b35beebe7597f43a6588ac57760eaa9b86857789d4d2cf76fc2f912bddb0850b0237f54f14885809f8b203480c74dc95ff6ee3f4
\ 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
deleted file mode 100644
index b4e8b58..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index db089ac..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8e3e21c5c4e6d80a6587879628a3c8b3
\ 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
deleted file mode 100644
index 42baa18..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-24f173365f01627889533d5931fd5e8a26be6c21
\ 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
deleted file mode 100644
index c07f371..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ac712f6c0661535fb7aace52804fe4520d49a2d6a8e8409b6836f8404d5f26e4
\ 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
deleted file mode 100644
index 3d03baa..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b0fb4f1a26f49e0679b13dc78f51af7b68d221107d580a311ebb6fb6a1ff959e2c4327b0c95be9288d20f44d67f47f9a9cb252a210d4cf3dfff85d7e716061c1
\ 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
deleted file mode 100644
index 89d8f8f..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index 9c36cd4..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-9a2debc5390cebba3e88c98bb11f24a6
\ 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
deleted file mode 100644
index e66e705..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-28dbb88b3a5493ce55b4e3311b72204b93a8b884
\ 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
deleted file mode 100644
index a6ffbd5..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e0aeb12700a51e336580c1d053694f35dfd64c619132ba94532dbbce688df2c2
\ 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
deleted file mode 100644
index fa27717..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2fe9e98fd16443a1ca7cab23fd872db7d1507f481a0404c03f46f64d7c4d34226bd1058ef4a3cc32a34cbfef28f4802dbf835c260277e4572522d5c9e768ea36
\ 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
deleted file mode 100644
index 0f4b6a4..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module
+++ /dev/null
@@ -1,146 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.appcompat",
-    "module": "appcompat-resources",
-    "version": "1.3.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.0.1"
-          }
-        },
-        {
-          "group": "androidx.vectordrawable",
-          "module": "vectordrawable",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.vectordrawable",
-          "module": "vectordrawable-animated",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "appcompat-resources-1.3.0-alpha01.aar",
-          "url": "appcompat-resources-1.3.0-alpha01.aar",
-          "size": 61738,
-          "sha512": "2fe9e98fd16443a1ca7cab23fd872db7d1507f481a0404c03f46f64d7c4d34226bd1058ef4a3cc32a34cbfef28f4802dbf835c260277e4572522d5c9e768ea36",
-          "sha256": "e0aeb12700a51e336580c1d053694f35dfd64c619132ba94532dbbce688df2c2",
-          "sha1": "28dbb88b3a5493ce55b4e3311b72204b93a8b884",
-          "md5": "9a2debc5390cebba3e88c98bb11f24a6"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.0.1"
-          }
-        },
-        {
-          "group": "androidx.vectordrawable",
-          "module": "vectordrawable",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.vectordrawable",
-          "module": "vectordrawable-animated",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "appcompat-resources-1.3.0-alpha01.aar",
-          "url": "appcompat-resources-1.3.0-alpha01.aar",
-          "size": 61738,
-          "sha512": "2fe9e98fd16443a1ca7cab23fd872db7d1507f481a0404c03f46f64d7c4d34226bd1058ef4a3cc32a34cbfef28f4802dbf835c260277e4572522d5c9e768ea36",
-          "sha256": "e0aeb12700a51e336580c1d053694f35dfd64c619132ba94532dbbce688df2c2",
-          "sha1": "28dbb88b3a5493ce55b4e3311b72204b93a8b884",
-          "md5": "9a2debc5390cebba3e88c98bb11f24a6"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "appcompat-resources-1.3.0-alpha01-sources.jar",
-          "url": "appcompat-resources-1.3.0-alpha01-sources.jar",
-          "size": 38423,
-          "sha512": "b0fb4f1a26f49e0679b13dc78f51af7b68d221107d580a311ebb6fb6a1ff959e2c4327b0c95be9288d20f44d67f47f9a9cb252a210d4cf3dfff85d7e716061c1",
-          "sha256": "ac712f6c0661535fb7aace52804fe4520d49a2d6a8e8409b6836f8404d5f26e4",
-          "sha1": "24f173365f01627889533d5931fd5e8a26be6c21",
-          "md5": "8e3e21c5c4e6d80a6587879628a3c8b3"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 4e77213..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-9751575b13553d7473eb5c54af926b93
\ 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
deleted file mode 100644
index 9fed4db..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fd1b6328a478e22c882aacd6797ef743f4c65973
\ 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
deleted file mode 100644
index f7f59cb..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-58bf7aa558bd088ababe1386bf06069569f3a0833d4c69b4dd2dad4a7012595a
\ 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
deleted file mode 100644
index d7781d6..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8c80793a57d58abc586dc4f8edf62947141174bfbeb0aaffff3fae71ebbf63a33636e918a9cec7d6d82311a7aa871114a846408431c17fa813b0ec313abdcdfb
\ 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.pom b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom
deleted file mode 100644
index 0c9446f..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.appcompat</groupId>
-  <artifactId>appcompat-resources</artifactId>
-  <version>1.3.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Resources Library</name>
-  <description>The Resources Library is a static library that you can add to your Android application in order to use resource APIs that backport the latest APIs to older versions of the platform. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2019</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.0.1</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.vectordrawable</groupId>
-      <artifactId>vectordrawable</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.vectordrawable</groupId>
-      <artifactId>vectordrawable-animated</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.md5
deleted file mode 100644
index edf53a4..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-462e31232500c6fffe28deb07984e81e
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha1
deleted file mode 100644
index 0c3b574..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5b6c2be577ff7d95413e08147d5e5b3ca4eddb48
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha256
deleted file mode 100644
index 55272b5..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0d0d15ee6f8c11a0c75492bea664aaff52b7ae1c6461df8ac53164902fdbfc77
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha512
deleted file mode 100644
index 1343f8b..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-alpha01/appcompat-resources-1.3.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-462be1d717eb2b741950681d8bbe0014b4fb4e18988f4e3e7255497634613e260a4e98e8eb49ec886dea84a8c9217c9932deb58c65ba9a47bd97d16233c71651
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar
new file mode 100644
index 0000000..5505891
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..24175a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+b8ebde19acd29c203a88d334c5d629b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..9e3830c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+fa1169a9b404f7e905756330af6d13e27dcee50e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..e249789
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+26455b2dbdbd4326c5ad406960005e48dcdb7fc495b0a3a22aa3a703a18ed302
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..8e33593
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+74468531b69f9c0ae550a7e84def80d98d2de325c6ed36043a50ea8c090f94045901823c256c3ec31dcf68d01e5e92e73fe57066def2330eb2e89c214826914d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar
new file mode 100644
index 0000000..300d89c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.md5
new file mode 100644
index 0000000..f5eff62
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.md5
@@ -0,0 +1 @@
+bf9bec776bdd22e0b3f1e0d84ddf1df0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha1
new file mode 100644
index 0000000..42dfa5b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha1
@@ -0,0 +1 @@
+9a62a7b95dcc768e7abb8588a83045fca15af38b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha256
new file mode 100644
index 0000000..a6cf06f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha256
@@ -0,0 +1 @@
+97ce74cb3cc8d25426d35d3f4733043e024333ba8fa2b49861251c6911989bd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha512
new file mode 100644
index 0000000..6c89f52
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.aar.sha512
@@ -0,0 +1 @@
+053f0f71fc6b1cebeecdeafda5d200edbe59e5709a919e713a5c388b7157a3c5481314839bc1a682f549eee8cc09ecbb8078639ca1900331eefe504d613d54c8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module
new file mode 100644
index 0000000..8ad4b4e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module
@@ -0,0 +1,146 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appcompat",
+    "module": "appcompat-resources",
+    "version": "1.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable-animated",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appcompat-resources-1.3.0-beta02.aar",
+          "url": "appcompat-resources-1.3.0-beta02.aar",
+          "size": 65252,
+          "sha512": "053f0f71fc6b1cebeecdeafda5d200edbe59e5709a919e713a5c388b7157a3c5481314839bc1a682f549eee8cc09ecbb8078639ca1900331eefe504d613d54c8",
+          "sha256": "97ce74cb3cc8d25426d35d3f4733043e024333ba8fa2b49861251c6911989bd2",
+          "sha1": "9a62a7b95dcc768e7abb8588a83045fca15af38b",
+          "md5": "bf9bec776bdd22e0b3f1e0d84ddf1df0"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable-animated",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appcompat-resources-1.3.0-beta02.aar",
+          "url": "appcompat-resources-1.3.0-beta02.aar",
+          "size": 65252,
+          "sha512": "053f0f71fc6b1cebeecdeafda5d200edbe59e5709a919e713a5c388b7157a3c5481314839bc1a682f549eee8cc09ecbb8078639ca1900331eefe504d613d54c8",
+          "sha256": "97ce74cb3cc8d25426d35d3f4733043e024333ba8fa2b49861251c6911989bd2",
+          "sha1": "9a62a7b95dcc768e7abb8588a83045fca15af38b",
+          "md5": "bf9bec776bdd22e0b3f1e0d84ddf1df0"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appcompat-resources-1.3.0-beta02-sources.jar",
+          "url": "appcompat-resources-1.3.0-beta02-sources.jar",
+          "size": 39771,
+          "sha512": "74468531b69f9c0ae550a7e84def80d98d2de325c6ed36043a50ea8c090f94045901823c256c3ec31dcf68d01e5e92e73fe57066def2330eb2e89c214826914d",
+          "sha256": "26455b2dbdbd4326c5ad406960005e48dcdb7fc495b0a3a22aa3a703a18ed302",
+          "sha1": "fa1169a9b404f7e905756330af6d13e27dcee50e",
+          "md5": "b8ebde19acd29c203a88d334c5d629b4"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.md5
new file mode 100644
index 0000000..424330a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.md5
@@ -0,0 +1 @@
+ef06a0d6318b8a74bcca1fddf5607622
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha1
new file mode 100644
index 0000000..294ddfe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+9d2335af1b22e048763a5ab094fa72ddb67621a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha256
new file mode 100644
index 0000000..6e3d194
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+3611bdfee720709024d835770ae09a709352589712bf82edbdd8e885ee0d700f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha512
new file mode 100644
index 0000000..dbf9842
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+0a963f0cfeda79ac25fb180a712def8f60c94edaa369a08b6ba50c1b2215ecbd29a90df759f94b7ac36821f83e924778083c74d78b262aafd24f1b7d924a71d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom
new file mode 100644
index 0000000..ff1a1b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appcompat</groupId>
+  <artifactId>appcompat-resources</artifactId>
+  <version>1.3.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android Resources Library</name>
+  <description>The Resources Library is a static library that you can add to your Android application in order to use resource APIs that backport the latest APIs to older versions of the platform. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appcompat#1.3.0-beta02</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.vectordrawable</groupId>
+      <artifactId>vectordrawable</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.vectordrawable</groupId>
+      <artifactId>vectordrawable-animated</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.md5
new file mode 100644
index 0000000..8e1c36e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+a00a994920275508e9918501dc8d7979
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..70c6377
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+62ff72e706deb41f261644354e9c2bfecbf51f4e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..0b1da96
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+96c1a1578072b3ebe3fd48111282f7cd5867379050a30db871270e4ce74eaaae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..8b7491f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat-resources/1.3.0-beta02/appcompat-resources-1.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+ca2fcba2bfdf948858ecc876194a3534893edc5f5b9afa5d03ce9ed040556df4b67f87e19f764fc8c298497c66c8498bf5b8b402c9fda5f8985919c1e1557e7b
\ 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
deleted file mode 100644
index e31d918..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index dbf640e..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-304a0c451668d1e11634790e06985af6
\ 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
deleted file mode 100644
index 5ac6914..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e8296d2edccfd6a19299402b62d48c5950880f86
\ 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
deleted file mode 100644
index 64076d8..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-fd56408eb5c6842028032eac56d0700a968090019470370ad8f9089b304a40ef
\ 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
deleted file mode 100644
index e746d25..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9d0ade11019aa6362b2f124c062f6a529b655d4d468bdb27752bd7cff42bd67f6ac4bb49a2218db3ef341d813c18aa0c7c38af21c1bcdbb6879f90353e680e29
\ 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
deleted file mode 100644
index 0a01a60..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index 80b91c3..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-4a555a6a53855c3ac4d336c1e33c1a70
\ 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
deleted file mode 100644
index f7b5900..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cacf20bc7c668921c85dcdc7feac3cb0b0b28f42
\ 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
deleted file mode 100644
index f29ecf4..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-294e72b588efaee1443dc2221f5007883ad423e047c63f9dd7569657e4b2191d
\ 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
deleted file mode 100644
index e9ea2ca..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9660ac9278c24ca20cbf4f253b906b7d63510b0ddec424e3156677086c5ed84b08847eed4b5ddd70802ba6e9e8d441e54b89066183144921c0282a9f87d34214
\ 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
deleted file mode 100644
index dde816a..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module
+++ /dev/null
@@ -1,202 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.appcompat",
-    "module": "appcompat",
-    "version": "1.3.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.5.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.cursoradapter",
-          "module": "cursoradapter",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat-resources",
-          "version": {
-            "requires": "1.3.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.drawerlayout",
-          "module": "drawerlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "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": 1118158,
-          "sha512": "9660ac9278c24ca20cbf4f253b906b7d63510b0ddec424e3156677086c5ed84b08847eed4b5ddd70802ba6e9e8d441e54b89066183144921c0282a9f87d34214",
-          "sha256": "294e72b588efaee1443dc2221f5007883ad423e047c63f9dd7569657e4b2191d",
-          "sha1": "cacf20bc7c668921c85dcdc7feac3cb0b0b28f42",
-          "md5": "4a555a6a53855c3ac4d336c1e33c1a70"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.5.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.cursoradapter",
-          "module": "cursoradapter",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat-resources",
-          "version": {
-            "requires": "1.3.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.drawerlayout",
-          "module": "drawerlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "appcompat-1.3.0-alpha01.aar",
-          "url": "appcompat-1.3.0-alpha01.aar",
-          "size": 1118158,
-          "sha512": "9660ac9278c24ca20cbf4f253b906b7d63510b0ddec424e3156677086c5ed84b08847eed4b5ddd70802ba6e9e8d441e54b89066183144921c0282a9f87d34214",
-          "sha256": "294e72b588efaee1443dc2221f5007883ad423e047c63f9dd7569657e4b2191d",
-          "sha1": "cacf20bc7c668921c85dcdc7feac3cb0b0b28f42",
-          "md5": "4a555a6a53855c3ac4d336c1e33c1a70"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "appcompat-1.3.0-alpha01-sources.jar",
-          "url": "appcompat-1.3.0-alpha01-sources.jar",
-          "size": 456020,
-          "sha512": "9d0ade11019aa6362b2f124c062f6a529b655d4d468bdb27752bd7cff42bd67f6ac4bb49a2218db3ef341d813c18aa0c7c38af21c1bcdbb6879f90353e680e29",
-          "sha256": "fd56408eb5c6842028032eac56d0700a968090019470370ad8f9089b304a40ef",
-          "sha1": "e8296d2edccfd6a19299402b62d48c5950880f86",
-          "md5": "304a0c451668d1e11634790e06985af6"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index d16878b..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-e62b72438246225d5c7d79f93a376cb4
\ 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
deleted file mode 100644
index e6462c5..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5284e3f8cab8a1d7a6dd1b29efd419de2a4a6c4a
\ 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
deleted file mode 100644
index 4a4c412..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6b2d595d9403f4e5f1e9c26ced3437e6d52ad01847ccea6fa59f3192e8db5c88
\ 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
deleted file mode 100644
index 36f165b..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-522882dec8f80cd83d932292bfe11f6ea9875a2083bb673ad92a5f476c0576d1b25dc82ecb433d0e00a3cff33e465f737c781a88c39ff4fe1843297dcd9de15f
\ 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
deleted file mode 100644
index eb90735..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.appcompat</groupId>
-  <artifactId>appcompat</artifactId>
-  <version>1.3.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android AppCompat Library v7</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2011</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.5.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.cursoradapter</groupId>
-      <artifactId>cursoradapter</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat-resources</artifactId>
-      <version>1.3.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.drawerlayout</groupId>
-      <artifactId>drawerlayout</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.savedstate</groupId>
-      <artifactId>savedstate</artifactId>
-      <version>1.1.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha05</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
deleted file mode 100644
index 9a6634b..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-33bb4313d7add97b9e7a274a2e7184d8
\ 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
deleted file mode 100644
index bf8b19a..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-30c348571f29b55f18b53d92bd8333f70b9f7033
\ 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
deleted file mode 100644
index cb6c272..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-270887799a7d28faceac2e7e900bba19b7183f89661c4d983b90ff0b2850e4cd
\ 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
deleted file mode 100644
index 7676998..0000000
--- a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-alpha01/appcompat-1.3.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-bb6995c8c726a57c068ce87475ff3268ae0d0faecc903f618ed4d589c12af50b4fdee15c8e6843d752a6fca615ccb271034a3900f784b22717ec0c8f15a65493
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar
new file mode 100644
index 0000000..7c795e9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..bb73f67
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+58b8e29129caf416b2e30ba80f76fa89
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..48a4342
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+58b75c070cf25a7b47655a9d72cf65f2bc8fd2bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..0972f76
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+17642f90d44fb0354dd8aca82f01b7229481893bf992ec2f6fbd88de544b4ace
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..ff5d6aa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+b104dc024505ee8ac0fe9583d56fb37ed6362baf875e360d06cd42593021119002392f7ae92115fc004aee180234f7b520ea69caf76014afc73979d54e2f93e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar
new file mode 100644
index 0000000..f2956e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.md5
new file mode 100644
index 0000000..143c59b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.md5
@@ -0,0 +1 @@
+ade207caad325901a1f9c42b638c19cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha1
new file mode 100644
index 0000000..adc3d9b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha1
@@ -0,0 +1 @@
+b19be8da70e80cbe6b4d5477c940892cda79b855
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha256
new file mode 100644
index 0000000..41626e4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha256
@@ -0,0 +1 @@
+941680f783a84f587e7a977efe7825fee8facf49c85fab802d57539ad56c29c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha512
new file mode 100644
index 0000000..7e5e0a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.aar.sha512
@@ -0,0 +1 @@
+2d4fb1629d44bb3f4dced1e53a462d17b6210e6da449014ebe751873191d8e4fdffd67b1b5d24ebb97a32f9342d13517cf627782c4b7c40b06eee1e053401541
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module
new file mode 100644
index 0000000..e137621
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module
@@ -0,0 +1,216 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appcompat",
+    "module": "appcompat",
+    "version": "1.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.cursoradapter",
+          "module": "cursoradapter",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.3.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat-resources",
+          "version": {
+            "requires": "1.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.drawerlayout",
+          "module": "drawerlayout",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appcompat-1.3.0-beta02.aar",
+          "url": "appcompat-1.3.0-beta02.aar",
+          "size": 1081902,
+          "sha512": "2d4fb1629d44bb3f4dced1e53a462d17b6210e6da449014ebe751873191d8e4fdffd67b1b5d24ebb97a32f9342d13517cf627782c4b7c40b06eee1e053401541",
+          "sha256": "941680f783a84f587e7a977efe7825fee8facf49c85fab802d57539ad56c29c5",
+          "sha1": "b19be8da70e80cbe6b4d5477c940892cda79b855",
+          "md5": "ade207caad325901a1f9c42b638c19cc"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.cursoradapter",
+          "module": "cursoradapter",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.3.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat-resources",
+          "version": {
+            "requires": "1.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.drawerlayout",
+          "module": "drawerlayout",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appcompat-1.3.0-beta02.aar",
+          "url": "appcompat-1.3.0-beta02.aar",
+          "size": 1081902,
+          "sha512": "2d4fb1629d44bb3f4dced1e53a462d17b6210e6da449014ebe751873191d8e4fdffd67b1b5d24ebb97a32f9342d13517cf627782c4b7c40b06eee1e053401541",
+          "sha256": "941680f783a84f587e7a977efe7825fee8facf49c85fab802d57539ad56c29c5",
+          "sha1": "b19be8da70e80cbe6b4d5477c940892cda79b855",
+          "md5": "ade207caad325901a1f9c42b638c19cc"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appcompat-1.3.0-beta02-sources.jar",
+          "url": "appcompat-1.3.0-beta02-sources.jar",
+          "size": 459688,
+          "sha512": "b104dc024505ee8ac0fe9583d56fb37ed6362baf875e360d06cd42593021119002392f7ae92115fc004aee180234f7b520ea69caf76014afc73979d54e2f93e5",
+          "sha256": "17642f90d44fb0354dd8aca82f01b7229481893bf992ec2f6fbd88de544b4ace",
+          "sha1": "58b75c070cf25a7b47655a9d72cf65f2bc8fd2bf",
+          "md5": "58b8e29129caf416b2e30ba80f76fa89"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.md5
new file mode 100644
index 0000000..bf97eae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.md5
@@ -0,0 +1 @@
+a145c3ab5d621427a03e11bb97209340
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha1
new file mode 100644
index 0000000..811c027
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+b555500b05d78c44f39c31594908ac3fcdd5cd32
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha256
new file mode 100644
index 0000000..942e2e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+8996c8586c6e41a60cd54983419bc93a13581c2c50a43b755c0eeb834de6e63d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha512
new file mode 100644
index 0000000..fc6c31e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+f0287e24b7dcaa964b0232bfd274d1c55130e7461b6c02067b115f5ed1975618d965f423e697d13c0ec340333d0b6997eb28fe1797c484e553f17f9b1075e57d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom
new file mode 100644
index 0000000..08fcd20
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appcompat</groupId>
+  <artifactId>appcompat</artifactId>
+  <version>1.3.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android AppCompat Library</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appcompat#1.3.0-beta02</url>
+  <inceptionYear>2011</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.5.0-beta02</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.cursoradapter</groupId>
+      <artifactId>cursoradapter</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>1.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat-resources</artifactId>
+      <version>1.3.0-beta02</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.drawerlayout</groupId>
+      <artifactId>drawerlayout</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.3.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.3.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.md5
new file mode 100644
index 0000000..4e80e5e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+f3013df81e6efe7219b1c563bec515f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..8f72c7c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+0b1bf4bb0fbb4402ac156663864bd91ea4bd4470
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..fdfd2a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+ba054f3137c707ee10d4d05d0e65e9303f1f2e8394c0768187b1a20f74457447
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..b5fa80f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appcompat/appcompat/1.3.0-beta02/appcompat-1.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+de7e02278e29c88e1c7929930ead48bbe7da62118065e33cfbff01a5ebfcc3446cadabb1fad7d5b77f676ccdce85f3af4e81c39b0fe7bb0169c80fbe48af9a2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar
new file mode 100644
index 0000000..293e67e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..6d8e8cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+a7935ef7504ab1eb446b0da9715d0f25
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..571d198
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+1b2e1361107e97659541c3fd976f680061d9b766
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..5db2bc5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+d6afe12447c78fce00ca90dc6a7b3998259d8add3f7b1099b65da9ee0aee542d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..5164d7c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+faf8361d4428fcc1981a93442f26beeab7d020d922e2d0c6d5d1fef65f5a1acde812f376b0f3b746663295f260e78b7fa0afba34962af3c7a408a0fc5de335f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar
new file mode 100644
index 0000000..d1065d7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.md5
new file mode 100644
index 0000000..8cbfadb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.md5
@@ -0,0 +1 @@
+87d05c4a3608ead5e0d3fc8d662edf34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha1
new file mode 100644
index 0000000..37a3ba9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha1
@@ -0,0 +1 @@
+37d3e8fef10ea4b1073269d5ade79c80204fbcb8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha256
new file mode 100644
index 0000000..61a581e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha256
@@ -0,0 +1 @@
+df3a8fd7606596037c6e65e7253ab1de66b9c6632610b546ff1e44bf7d0365f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha512
new file mode 100644
index 0000000..ed4082a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.jar.sha512
@@ -0,0 +1 @@
+3c24b9c5333b8532ec947d84781937313bf8d08139ad3ad65c76948387421d7a79cb18ef819a3da5dc33afb6569dc621cb7c15e2f242652b5076536073afc362
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module
new file mode 100644
index 0000000..7ec03ad
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module
@@ -0,0 +1,106 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-compiler",
+    "version": "1.0.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-compiler-1.0.0-alpha01.jar",
+          "url": "appsearch-compiler-1.0.0-alpha01.jar",
+          "size": 40106,
+          "sha512": "3c24b9c5333b8532ec947d84781937313bf8d08139ad3ad65c76948387421d7a79cb18ef819a3da5dc33afb6569dc621cb7c15e2f242652b5076536073afc362",
+          "sha256": "df3a8fd7606596037c6e65e7253ab1de66b9c6632610b546ff1e44bf7d0365f6",
+          "sha1": "37d3e8fef10ea4b1073269d5ade79c80204fbcb8",
+          "md5": "87d05c4a3608ead5e0d3fc8d662edf34"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "com.squareup",
+          "module": "javapoet",
+          "version": {
+            "requires": "1.13.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-compiler-1.0.0-alpha01.jar",
+          "url": "appsearch-compiler-1.0.0-alpha01.jar",
+          "size": 40106,
+          "sha512": "3c24b9c5333b8532ec947d84781937313bf8d08139ad3ad65c76948387421d7a79cb18ef819a3da5dc33afb6569dc621cb7c15e2f242652b5076536073afc362",
+          "sha256": "df3a8fd7606596037c6e65e7253ab1de66b9c6632610b546ff1e44bf7d0365f6",
+          "sha1": "37d3e8fef10ea4b1073269d5ade79c80204fbcb8",
+          "md5": "87d05c4a3608ead5e0d3fc8d662edf34"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appsearch-compiler-1.0.0-alpha01-sources.jar",
+          "url": "appsearch-compiler-1.0.0-alpha01-sources.jar",
+          "size": 25290,
+          "sha512": "faf8361d4428fcc1981a93442f26beeab7d020d922e2d0c6d5d1fef65f5a1acde812f376b0f3b746663295f260e78b7fa0afba34962af3c7a408a0fc5de335f2",
+          "sha256": "d6afe12447c78fce00ca90dc6a7b3998259d8add3f7b1099b65da9ee0aee542d",
+          "sha1": "1b2e1361107e97659541c3fd976f680061d9b766",
+          "md5": "a7935ef7504ab1eb446b0da9715d0f25"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.md5
new file mode 100644
index 0000000..639f296
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.md5
@@ -0,0 +1 @@
+12473bca540a020e26605b7f27e6fa71
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha1
new file mode 100644
index 0000000..666a495
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha1
@@ -0,0 +1 @@
+51291f6c826e15c26d09a8979f1b6cae34b2fb86
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha256
new file mode 100644
index 0000000..71fb126
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha256
@@ -0,0 +1 @@
+f25bf7e9ca3fb0ffc9ec9b5660f073353b01120842a165054f593cf11d0867b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha512
new file mode 100644
index 0000000..564b442
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.module.sha512
@@ -0,0 +1 @@
+57636e03d8e3263dc0f8018384f72d0aa2a262d3cc49ef8865e8bf00f738437606a4d5e87d94570e161a05428cc9ca1bb9a4e0bfcddd8eae5cb3c94d313a0494
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom
new file mode 100644
index 0000000..5830a1b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appsearch</groupId>
+  <artifactId>appsearch-compiler</artifactId>
+  <version>1.0.0-alpha01</version>
+  <name>AndroidX AppSearch Compiler</name>
+  <description>Compiler for classes annotated with @androidx.appsearch.annotation.Document</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appsearch#1.0.0-alpha01</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.13.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.md5
new file mode 100644
index 0000000..930094b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.md5
@@ -0,0 +1 @@
+fed4655824d830c423bcc51d6a2e099c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha1
new file mode 100644
index 0000000..4bf22b7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+edfbb1c73d9d57f0099d50b848f9c5e4f702b7e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha256
new file mode 100644
index 0000000..21987b0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+f0b6b92d8d2fa970968caa52da3fec15273a5ddd0264e0a23da174c672ab6867
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha512
new file mode 100644
index 0000000..acb6884
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha01/appsearch-compiler-1.0.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+42da71d95378a0a8c8eea60b676f1dcb5ece9605353a8245bdb55c8dde6fc7a97aa12cb2209cce6ad395593e1c377c09fc968d15fe1d1f82437038686b969b60
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar
new file mode 100644
index 0000000..1c07abf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..cc88402
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+38459b30b0ec89cfb28a3e299bf9a840
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..473618c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+d65d24726d412ed6a8764cc41203080d9a181b8c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..9c643bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+7d3cc826c16df8d50968485fcf938eb60704d0ae27153d3e49b2fb7fa539a94d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..95563a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+df852237306223794204a0ac48b475486300f06bbfeefa8761c7184b686874e24d52092de0484ae320df22e22034c312a23f7379d115edce6cdbb4f1c92c319b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar
new file mode 100644
index 0000000..49fd2ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.md5
new file mode 100644
index 0000000..fa19151
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.md5
@@ -0,0 +1 @@
+968c7c025d0e74cc047d1f9369757814
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha1
new file mode 100644
index 0000000..58734a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+d4b65e81fda071ed5120533e979101bdd4196707
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha256
new file mode 100644
index 0000000..92fd28a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+d6ef9251be01013b2f2c8bf4c1bdfffbc580cc9ce7d599b425cb35f26807f0a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha512
new file mode 100644
index 0000000..b90122e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+bcddfee9216d3e03a8f43b5dbba39fc66a5f0fab76f6c778c8edb2cbbe5d84f087d350c4044581d145ebabf5ddc11cc0172d804071f19a518594c4ef78cebdc5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module
new file mode 100644
index 0000000..631f109
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module
@@ -0,0 +1,118 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-local-storage",
+    "version": "1.0.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-local-storage-1.0.0-alpha01.aar",
+          "url": "appsearch-local-storage-1.0.0-alpha01.aar",
+          "size": 6431435,
+          "sha512": "bcddfee9216d3e03a8f43b5dbba39fc66a5f0fab76f6c778c8edb2cbbe5d84f087d350c4044581d145ebabf5ddc11cc0172d804071f19a518594c4ef78cebdc5",
+          "sha256": "d6ef9251be01013b2f2c8bf4c1bdfffbc580cc9ce7d599b425cb35f26807f0a2",
+          "sha1": "d4b65e81fda071ed5120533e979101bdd4196707",
+          "md5": "968c7c025d0e74cc047d1f9369757814"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.appsearch",
+          "module": "appsearch",
+          "version": {
+            "requires": "1.0.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-local-storage-1.0.0-alpha01.aar",
+          "url": "appsearch-local-storage-1.0.0-alpha01.aar",
+          "size": 6431435,
+          "sha512": "bcddfee9216d3e03a8f43b5dbba39fc66a5f0fab76f6c778c8edb2cbbe5d84f087d350c4044581d145ebabf5ddc11cc0172d804071f19a518594c4ef78cebdc5",
+          "sha256": "d6ef9251be01013b2f2c8bf4c1bdfffbc580cc9ce7d599b425cb35f26807f0a2",
+          "sha1": "d4b65e81fda071ed5120533e979101bdd4196707",
+          "md5": "968c7c025d0e74cc047d1f9369757814"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appsearch-local-storage-1.0.0-alpha01-sources.jar",
+          "url": "appsearch-local-storage-1.0.0-alpha01-sources.jar",
+          "size": 45838,
+          "sha512": "df852237306223794204a0ac48b475486300f06bbfeefa8761c7184b686874e24d52092de0484ae320df22e22034c312a23f7379d115edce6cdbb4f1c92c319b",
+          "sha256": "7d3cc826c16df8d50968485fcf938eb60704d0ae27153d3e49b2fb7fa539a94d",
+          "sha1": "d65d24726d412ed6a8764cc41203080d9a181b8c",
+          "md5": "38459b30b0ec89cfb28a3e299bf9a840"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.md5
new file mode 100644
index 0000000..f05cdf7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.md5
@@ -0,0 +1 @@
+005e207c75028b0d6b8f5a9bcd853f67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha1
new file mode 100644
index 0000000..01299db
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha1
@@ -0,0 +1 @@
+253a1217eadc61aa5c36c59f73de1f93000bb9b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha256
new file mode 100644
index 0000000..f8a1995
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha256
@@ -0,0 +1 @@
+ca240647bf092c17fe9de530e8fbe7753ce726e93ff5244d7e2b29de676caa18
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha512
new file mode 100644
index 0000000..c74e8f4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.module.sha512
@@ -0,0 +1 @@
+92495d0e8e75c3d7d73ce5a6280fc7d2ae8264bea24dfddd1ba78e83a98b720a9b7ad597dbb16fd07d48b643574ae51e36d8f9a3eb69414080a210deae60bd48
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom
new file mode 100644
index 0000000..d4fe47c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appsearch</groupId>
+  <artifactId>appsearch-local-storage</artifactId>
+  <version>1.0.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AppSearch Local Storage</name>
+  <description>An implementation of AppSearchSession which uses local app storage and a local copy of the search library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appsearch#1.0.0-alpha01</url>
+  <inceptionYear>2020</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appsearch</groupId>
+      <artifactId>appsearch</artifactId>
+      <version>[1.0.0-alpha01]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.md5
new file mode 100644
index 0000000..9368f5e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.md5
@@ -0,0 +1 @@
+6582e6d3982161f9d2f13ae075159a4d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha1
new file mode 100644
index 0000000..58c2154
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+e89f46360224423e2014c3ecc7f321e733f08784
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha256
new file mode 100644
index 0000000..1bf8df0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+2a3f0c423316bd46b713378bdfe7e4d9e30deacadf797c3416ca3ffd6e3a3f38
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha512
new file mode 100644
index 0000000..33b94bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha01/appsearch-local-storage-1.0.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+8e50b9cc91c5caee2389b33545553abaf02e797a67b03598c725c767ea873b07672a60fb9aa8e7dddcfc0f818609d7ddaf8d8eb5ded6753d4d4ee01a5f331149
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar
new file mode 100644
index 0000000..70c6c56
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..969798c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+11fd2e84624637e137e6eb7e0eea8928
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..be9b70f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+00b0894475c2fc1bcee6851c3b1ef3afe6fd36b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..969be00
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+36ab1c7373b12835c378bce225243b0a62e1bd60b604bb09151f6370dc6bdc0d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..eabfcb7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+035550ffc11b4c7c89dc986689c4a50a7f1b092181ade1f483f1bba18aa6289ba95ef730c25d66da5ba03c34521994d586713c2c947259aecd94d0005c3d50a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar
new file mode 100644
index 0000000..e0155b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.md5
new file mode 100644
index 0000000..9f0fb27
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.md5
@@ -0,0 +1 @@
+9440086f0ff486941dfc38745ccf2601
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha1
new file mode 100644
index 0000000..0228534
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+43739ef78b4e4ce45e2ab5db522bcc6fedea1135
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha256
new file mode 100644
index 0000000..ad863a3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+cb7fca9aafc284e50c7a85cd432d027ddbaa72a4dfd51fa8c2623b4a47c3d137
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha512
new file mode 100644
index 0000000..debb4e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+767b5cd8bdf6f2be774eca13f079ee24dfa9a45b322e1c92826fb4d83c6c32dcce84aad9016d737fa53c19cd4216ea20f206998d4a70b8c21b7a74c07e642d3f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module
new file mode 100644
index 0000000..ff3f915
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module
@@ -0,0 +1,118 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-platform-storage",
+    "version": "1.0.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-platform-storage-1.0.0-alpha01.aar",
+          "url": "appsearch-platform-storage-1.0.0-alpha01.aar",
+          "size": 28865,
+          "sha512": "767b5cd8bdf6f2be774eca13f079ee24dfa9a45b322e1c92826fb4d83c6c32dcce84aad9016d737fa53c19cd4216ea20f206998d4a70b8c21b7a74c07e642d3f",
+          "sha256": "cb7fca9aafc284e50c7a85cd432d027ddbaa72a4dfd51fa8c2623b4a47c3d137",
+          "sha1": "43739ef78b4e4ce45e2ab5db522bcc6fedea1135",
+          "md5": "9440086f0ff486941dfc38745ccf2601"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.appsearch",
+          "module": "appsearch",
+          "version": {
+            "requires": "1.0.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-platform-storage-1.0.0-alpha01.aar",
+          "url": "appsearch-platform-storage-1.0.0-alpha01.aar",
+          "size": 28865,
+          "sha512": "767b5cd8bdf6f2be774eca13f079ee24dfa9a45b322e1c92826fb4d83c6c32dcce84aad9016d737fa53c19cd4216ea20f206998d4a70b8c21b7a74c07e642d3f",
+          "sha256": "cb7fca9aafc284e50c7a85cd432d027ddbaa72a4dfd51fa8c2623b4a47c3d137",
+          "sha1": "43739ef78b4e4ce45e2ab5db522bcc6fedea1135",
+          "md5": "9440086f0ff486941dfc38745ccf2601"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appsearch-platform-storage-1.0.0-alpha01-sources.jar",
+          "url": "appsearch-platform-storage-1.0.0-alpha01-sources.jar",
+          "size": 19666,
+          "sha512": "035550ffc11b4c7c89dc986689c4a50a7f1b092181ade1f483f1bba18aa6289ba95ef730c25d66da5ba03c34521994d586713c2c947259aecd94d0005c3d50a3",
+          "sha256": "36ab1c7373b12835c378bce225243b0a62e1bd60b604bb09151f6370dc6bdc0d",
+          "sha1": "00b0894475c2fc1bcee6851c3b1ef3afe6fd36b5",
+          "md5": "11fd2e84624637e137e6eb7e0eea8928"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.md5
new file mode 100644
index 0000000..4da8432
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.md5
@@ -0,0 +1 @@
+db7f341d050c398bfefd0bc4fe3becf5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha1
new file mode 100644
index 0000000..b292491
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha1
@@ -0,0 +1 @@
+e5d988935631bd2dc3abf4dece60f7acd77722f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha256
new file mode 100644
index 0000000..eb5d692
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha256
@@ -0,0 +1 @@
+c7fdbcec05c8b679d7cac9433d2d35b722d1522864f966a474d3d9f9b981c695
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha512
new file mode 100644
index 0000000..7a3c76c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.module.sha512
@@ -0,0 +1 @@
+126967a9450924078a9079c23ef42e60f7b1761321a5894b696802d02b9cd68089b027ad709d080b7be30ec9e9e91d5493d64efdf14537237ba8c736ae0a0267
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom
new file mode 100644
index 0000000..19c46d4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appsearch</groupId>
+  <artifactId>appsearch-platform-storage</artifactId>
+  <version>1.0.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AppSearch Platform Storage</name>
+  <description>An implementation of AppSearchSession which uses the AppSearch service on Android S+</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appsearch#1.0.0-alpha01</url>
+  <inceptionYear>2021</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appsearch</groupId>
+      <artifactId>appsearch</artifactId>
+      <version>[1.0.0-alpha01]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.md5
new file mode 100644
index 0000000..69f9b07
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.md5
@@ -0,0 +1 @@
+dcc9ff6d0901afe29c0a4817f051b95e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha1
new file mode 100644
index 0000000..68f7144
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+f4a17b5fe374d4fdd04e0492f1c04d6c2cc9c243
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha256
new file mode 100644
index 0000000..3c5882d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+b662bc5564d531574c25dce45a6cb976089664819d8e5f03054ea8dc89c97bba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha512
new file mode 100644
index 0000000..cea5180
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha01/appsearch-platform-storage-1.0.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+891be50ebc5d7b72d80fc97fad871f64e8790f85ebb1abcf9f54d8ce92d7b132de069764e27d31799c2069aaaf4c4e30b664fa4c1b3485222e3b28a626ba065b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar
new file mode 100644
index 0000000..43a5bb7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..3a3f276
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+df9d45d7d9b7e75dbb5b36c1576a845c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..30163dc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+e495cf05ca451be6c58a0032312d9a3498753bac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..777756f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+549b29bb66e2c9c7fe926cc1bb4ea8445d0a72b3729ccff486c80e278957f3da
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..aa5e9e1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+58cc314f938bc63ad130710a338d218920c9bae3f485cc0d459d185936c34e049397f6efb173337743c9d8c9ecaef572ed530bafffef377e646e8f0a1e2a5dac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar
new file mode 100644
index 0000000..00e5202
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.md5
new file mode 100644
index 0000000..ef61e7e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.md5
@@ -0,0 +1 @@
+9e130599f51336f89782caf8eb5c31e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha1
new file mode 100644
index 0000000..bcdee15
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+2a85d5881966505c632c42b03bb10d9a3a472209
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha256
new file mode 100644
index 0000000..747740b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+56b84d7e5b4ab48a05f08eadae20d6b28f1dba40d03c494031e3169e5413f001
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha512
new file mode 100644
index 0000000..25e3670
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+a5f91825c550c86ae6920d25625cd2234d0a0209c479b7d9d1302a3100120984d0fd3969dbaf2dc931084ac6c6a6d1c82e98ed09fdd8d4d204fab02e4925ec6b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module
new file mode 100644
index 0000000..78641b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch",
+    "version": "1.0.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-1.0.0-alpha01.aar",
+          "url": "appsearch-1.0.0-alpha01.aar",
+          "size": 81966,
+          "sha512": "a5f91825c550c86ae6920d25625cd2234d0a0209c479b7d9d1302a3100120984d0fd3969dbaf2dc931084ac6c6a6d1c82e98ed09fdd8d4d204fab02e4925ec6b",
+          "sha256": "56b84d7e5b4ab48a05f08eadae20d6b28f1dba40d03c494031e3169e5413f001",
+          "sha1": "2a85d5881966505c632c42b03bb10d9a3a472209",
+          "md5": "9e130599f51336f89782caf8eb5c31e9"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-1.0.0-alpha01.aar",
+          "url": "appsearch-1.0.0-alpha01.aar",
+          "size": 81966,
+          "sha512": "a5f91825c550c86ae6920d25625cd2234d0a0209c479b7d9d1302a3100120984d0fd3969dbaf2dc931084ac6c6a6d1c82e98ed09fdd8d4d204fab02e4925ec6b",
+          "sha256": "56b84d7e5b4ab48a05f08eadae20d6b28f1dba40d03c494031e3169e5413f001",
+          "sha1": "2a85d5881966505c632c42b03bb10d9a3a472209",
+          "md5": "9e130599f51336f89782caf8eb5c31e9"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "appsearch-1.0.0-alpha01-sources.jar",
+          "url": "appsearch-1.0.0-alpha01-sources.jar",
+          "size": 63771,
+          "sha512": "58cc314f938bc63ad130710a338d218920c9bae3f485cc0d459d185936c34e049397f6efb173337743c9d8c9ecaef572ed530bafffef377e646e8f0a1e2a5dac",
+          "sha256": "549b29bb66e2c9c7fe926cc1bb4ea8445d0a72b3729ccff486c80e278957f3da",
+          "sha1": "e495cf05ca451be6c58a0032312d9a3498753bac",
+          "md5": "df9d45d7d9b7e75dbb5b36c1576a845c"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.md5
new file mode 100644
index 0000000..6ddaf1e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.md5
@@ -0,0 +1 @@
+365a2dec8aa1a36b4080f33f71e9cdc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha1
new file mode 100644
index 0000000..de61e32
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha1
@@ -0,0 +1 @@
+4d3457e545f6783e2bab777d96e9dc96e56c2891
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha256
new file mode 100644
index 0000000..b2cadef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha256
@@ -0,0 +1 @@
+eee1c491e4227fbaf46161e862739bd85f36158fb23f24a1df35f578e16c68ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha512
new file mode 100644
index 0000000..3b40bda
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.module.sha512
@@ -0,0 +1 @@
+1a93b020a319702d23af94b2decb68c1323f69af225bb416aae191bf917f7419b1001ca6a061d20cc1d42c4e78c302768cdbf6d66a115b46336f8da23ee8276d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom
new file mode 100644
index 0000000..94cddd8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.appsearch</groupId>
+  <artifactId>appsearch</artifactId>
+  <version>1.0.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX AppSearch</name>
+  <description>AndroidX AppSearch - App Indexing</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/appsearch#1.0.0-alpha01</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.md5
new file mode 100644
index 0000000..162a7f8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.md5
@@ -0,0 +1 @@
+f2f321cf52a6a98eddf088b7a27d126a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha1
new file mode 100644
index 0000000..bf40983
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+13fcd2fb1c33863f67dc296bb7fb3e1e24f71998
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha256
new file mode 100644
index 0000000..02b6193
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+abf0f5214506edffda6a291e78778c0c62d13ff0678ea8435ef9c13c5bd37c5d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha512
new file mode 100644
index 0000000..ec12fcc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha01/appsearch-1.0.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+6db356f7a2e18c1f4650c4ef0f90f87358fb0f40951694be78f38dff416bfb3fda1744c5840881d7bb306967fd653f0ff1a894ead5036665a5ddfb2bd7f6b94c
\ 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-sources.jar b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar
index 826f0a8..58f4eb4 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.md5
index 758d5e8..7343334 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-49cca09030f291cf54cc8dbaba247679
\ No newline at end of file
+e957ed668e3b4cbb2a188d14bf0e3342
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha1
index c612b55..0c0e143 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-80ac2d7c8e6400ce2fbc663cd1a7e1cbef38c4b8
\ No newline at end of file
+57706d8518dbfa2a664c770dda9285e6950680fd
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha256
index 08188b9..0079429 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-01ef2736c9b688658d7446e8396099ff0c598d9a7e753131d566f953270c5878
\ No newline at end of file
+44fe3e9a965aaa2ad85d81d7a1f0911fd4ede29d1f2079da8858d304c5d880e6
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha512
index e9f0602..d2908ed 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-16c720df6ffbca8553b8cbb11f6b146b7a1077a7fd4c349c83ceff8d03f4d939ac1d78cd7952e5e0907ac6d6cfc9d99760f63b1d57296b8a75a127c377eaa652
\ No newline at end of file
+f955f8e10858f7a13a6ed433029a511544a207776c9beeecb8d33550171e474ab91d52444ee2d32fb2ed15af7eb48012233c7b0ceecc6f2bcba8ca6d86d0d545
\ 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.jar b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar
index d314512..395fd9c 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.md5
index 12b26c9..c0657e6 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.md5
@@ -1 +1 @@
-048ce63348aeaa5ac3b30d45c76b6716
\ No newline at end of file
+3c8ab092cfa1bff1f4f3bdc91677a8ed
\ 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.jar.sha1 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha1
index 879bd58..62f866a 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha1
@@ -1 +1 @@
-a97a5580c6c55c83c03546b553825c0965a01da3
\ No newline at end of file
+3ea01428c06e8b7fd025e31d159a75b1b7aa1711
\ 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.jar.sha256 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha256
index 8d6d010..3a0421c 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha256
@@ -1 +1 @@
-ef1aec663ce020fabf3ccc7b07248df12600dbe52b24e66b83ed37669c754fd7
\ No newline at end of file
+62c021aa36e073fff38dbeb2c433e87a6012a71037dbf0f99111fc6b6b456d43
\ 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.jar.sha512 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha512
index 0407087..7b1df22 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.jar.sha512
@@ -1 +1 @@
-e7ba3d69178194ac1b3bf57a43aa30fde75fbebf19b829aa803fcff5e5514cf30ca3be876c4bd83f4a0c94cc24515783e991eda7bc090c756795225c7afa2bb8
\ No newline at end of file
+6497e79cecefdf836966436971502abb2adb82aa47248bc7189a7f5bf9e97e7405c001320d0fb133784f59794bf82123b23f76c53843cdbc411c14f1ae3167d4
\ 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 7616bb0..0790a72 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -37,11 +37,11 @@
         {
           "name": "core-common-2.2.0-alpha01.jar",
           "url": "core-common-2.2.0-alpha01.jar",
-          "size": 11230,
-          "sha512": "e7ba3d69178194ac1b3bf57a43aa30fde75fbebf19b829aa803fcff5e5514cf30ca3be876c4bd83f4a0c94cc24515783e991eda7bc090c756795225c7afa2bb8",
-          "sha256": "ef1aec663ce020fabf3ccc7b07248df12600dbe52b24e66b83ed37669c754fd7",
-          "sha1": "a97a5580c6c55c83c03546b553825c0965a01da3",
-          "md5": "048ce63348aeaa5ac3b30d45c76b6716"
+          "size": 11431,
+          "sha512": "6497e79cecefdf836966436971502abb2adb82aa47248bc7189a7f5bf9e97e7405c001320d0fb133784f59794bf82123b23f76c53843cdbc411c14f1ae3167d4",
+          "sha256": "62c021aa36e073fff38dbeb2c433e87a6012a71037dbf0f99111fc6b6b456d43",
+          "sha1": "3ea01428c06e8b7fd025e31d159a75b1b7aa1711",
+          "md5": "3c8ab092cfa1bff1f4f3bdc91677a8ed"
         }
       ]
     },
@@ -67,11 +67,11 @@
         {
           "name": "core-common-2.2.0-alpha01.jar",
           "url": "core-common-2.2.0-alpha01.jar",
-          "size": 11230,
-          "sha512": "e7ba3d69178194ac1b3bf57a43aa30fde75fbebf19b829aa803fcff5e5514cf30ca3be876c4bd83f4a0c94cc24515783e991eda7bc090c756795225c7afa2bb8",
-          "sha256": "ef1aec663ce020fabf3ccc7b07248df12600dbe52b24e66b83ed37669c754fd7",
-          "sha1": "a97a5580c6c55c83c03546b553825c0965a01da3",
-          "md5": "048ce63348aeaa5ac3b30d45c76b6716"
+          "size": 11431,
+          "sha512": "6497e79cecefdf836966436971502abb2adb82aa47248bc7189a7f5bf9e97e7405c001320d0fb133784f59794bf82123b23f76c53843cdbc411c14f1ae3167d4",
+          "sha256": "62c021aa36e073fff38dbeb2c433e87a6012a71037dbf0f99111fc6b6b456d43",
+          "sha1": "3ea01428c06e8b7fd025e31d159a75b1b7aa1711",
+          "md5": "3c8ab092cfa1bff1f4f3bdc91677a8ed"
         }
       ]
     },
@@ -87,11 +87,11 @@
         {
           "name": "core-common-2.2.0-alpha01-sources.jar",
           "url": "core-common-2.2.0-alpha01-sources.jar",
-          "size": 5563,
-          "sha512": "16c720df6ffbca8553b8cbb11f6b146b7a1077a7fd4c349c83ceff8d03f4d939ac1d78cd7952e5e0907ac6d6cfc9d99760f63b1d57296b8a75a127c377eaa652",
-          "sha256": "01ef2736c9b688658d7446e8396099ff0c598d9a7e753131d566f953270c5878",
-          "sha1": "80ac2d7c8e6400ce2fbc663cd1a7e1cbef38c4b8",
-          "md5": "49cca09030f291cf54cc8dbaba247679"
+          "size": 5618,
+          "sha512": "f955f8e10858f7a13a6ed433029a511544a207776c9beeecb8d33550171e474ab91d52444ee2d32fb2ed15af7eb48012233c7b0ceecc6f2bcba8ca6d86d0d545",
+          "sha256": "44fe3e9a965aaa2ad85d81d7a1f0911fd4ede29d1f2079da8858d304c5d880e6",
+          "sha1": "57706d8518dbfa2a664c770dda9285e6950680fd",
+          "md5": "e957ed668e3b4cbb2a188d14bf0e3342"
         }
       ]
     }
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 c20976a..38c7e43 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 @@
-ab6764316ac108a992ce317908bb32c2
\ No newline at end of file
+6d4e1b72bdc0ef7198a9a477a33f1aa3
\ 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 61081a8..3ae4872 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 @@
-983123432fe99118b16276c38ec9091c12c85044
\ No newline at end of file
+5a6e276cd56a7eb90f06b94238a264125c775ff1
\ 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 6851ab7..1d6475b 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 @@
-56c6c6881c7efcdfa28d2e801a8ff86cd0f44a5b8cfa5427fa10805b51e73727
\ No newline at end of file
+ce8334b18f2b9fa39cb975b05af0c512f449d4ec9b38431f3c4bca18204919fa
\ 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 d14c9fb..bd03aad 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 @@
-0f3d700b56ad6b3ed641d82102acaed74c954418621f45e9eef6c086f1144da93f792d2a48337c34b1542df593f15291dc40dca2ad0411faa6000d9eaf988fc5
\ No newline at end of file
+57dbed9f5364e884ab15e5adede4df88eb7e3430bf67c647064a1f0bcdfe817ee2f0a24e15557064b730e3b815fb737c46bad680b6f28bd99e421a912bf003fa
\ 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.pom b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom
index 103fb09..920406b 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom
@@ -11,7 +11,7 @@
   <version>2.2.0-alpha01</version>
   <name>Android Arch-Common</name>
   <description>Android Arch-Common</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -27,7 +27,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.md5
index 80a6423..032a050 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.md5
@@ -1 +1 @@
-ff637f27e53ef44e4d122fe90f5290bf
\ No newline at end of file
+44801e732497bb43eb43d5f3a4a261ac
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha1
index 50c9601..00f6cc3 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-eb12ee987e0b3de58ef49df29cf04d8238d7a42a
\ No newline at end of file
+777c61357e0a5f4460aff1f8b33d341fc340f396
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha256
index ddbfe14..50eb027 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-dbd3ebad8dfe47103648889c0bb70a7f151d251071adddaeb0e1ab78a70339a1
\ No newline at end of file
+54fa42abfc84e5c7a197da9e25e7df787c9fed2706ac1ff21c5a7d4dc4ab2822
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha512
index 6bc4172..fba0dcc 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-common/2.2.0-alpha01/core-common-2.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-70d954b73f4f922686ebd6fcf8b9317313f14afaeebb7696c853931b01a9e784429cb6240155657c528f77d6735470393f300dcd4b031df83a9c21594004872b
\ No newline at end of file
+7aa0f8b119da7305271855cb232a354ef91311aff85b35a19576716c379645774fbedd4283c21446cfc065f6479cb38c757e3ded69a8ffa6dec601e498504ee2
\ 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.aar b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar
index 4ddd173..1b27c30 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.md5
index 1787b6e..1416a9d 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.md5
@@ -1 +1 @@
-71e4723fdc749dab4d46ac4b52c06d4f
\ No newline at end of file
+2c68d5c2e5dfa744125e3b97e4522f0c
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha1
index 5951367..1479e5e 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-715959c400e081060829fd784d92e9ae2435ac9c
\ No newline at end of file
+cb5b4dddcd7f5de5a66668c8b3e7e2bc407b640e
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha256
index 388753c..00bee5b 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-8b82965e1d1d4e9b61292008d98645caa7420b9e7c6e444737ede3f2ad187e3c
\ No newline at end of file
+576ba782aa24f75ba2b95a3b6ef2ae3a7f4e3e83e1f0f92b0526bece84a18bcf
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha512
index 9f5a840..0544a42 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-be08a2ff582abed2e1c892b18eec242daef335e23b6de23002784b51a045877add78f56326091e57e49fc24bff7afeb9000096c6b63ec2b0947d425acf1ba7bb
\ No newline at end of file
+c3c1fa3631422a96692c75237f0721fb1e4c28d87bf88ff44644bc4acf61af2eee3b8b697679ceda4fa75cb75498a9838bd68bedf87d2b74a222d91040822371
\ 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 5be7895..835fa5c 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "core-runtime-2.2.0-alpha01.aar",
           "url": "core-runtime-2.2.0-alpha01.aar",
-          "size": 5988,
-          "sha512": "be08a2ff582abed2e1c892b18eec242daef335e23b6de23002784b51a045877add78f56326091e57e49fc24bff7afeb9000096c6b63ec2b0947d425acf1ba7bb",
-          "sha256": "8b82965e1d1d4e9b61292008d98645caa7420b9e7c6e444737ede3f2ad187e3c",
-          "sha1": "715959c400e081060829fd784d92e9ae2435ac9c",
-          "md5": "71e4723fdc749dab4d46ac4b52c06d4f"
+          "size": 6772,
+          "sha512": "c3c1fa3631422a96692c75237f0721fb1e4c28d87bf88ff44644bc4acf61af2eee3b8b697679ceda4fa75cb75498a9838bd68bedf87d2b74a222d91040822371",
+          "sha256": "576ba782aa24f75ba2b95a3b6ef2ae3a7f4e3e83e1f0f92b0526bece84a18bcf",
+          "sha1": "cb5b4dddcd7f5de5a66668c8b3e7e2bc407b640e",
+          "md5": "2c68d5c2e5dfa744125e3b97e4522f0c"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "core-runtime-2.2.0-alpha01.aar",
           "url": "core-runtime-2.2.0-alpha01.aar",
-          "size": 5988,
-          "sha512": "be08a2ff582abed2e1c892b18eec242daef335e23b6de23002784b51a045877add78f56326091e57e49fc24bff7afeb9000096c6b63ec2b0947d425acf1ba7bb",
-          "sha256": "8b82965e1d1d4e9b61292008d98645caa7420b9e7c6e444737ede3f2ad187e3c",
-          "sha1": "715959c400e081060829fd784d92e9ae2435ac9c",
-          "md5": "71e4723fdc749dab4d46ac4b52c06d4f"
+          "size": 6772,
+          "sha512": "c3c1fa3631422a96692c75237f0721fb1e4c28d87bf88ff44644bc4acf61af2eee3b8b697679ceda4fa75cb75498a9838bd68bedf87d2b74a222d91040822371",
+          "sha256": "576ba782aa24f75ba2b95a3b6ef2ae3a7f4e3e83e1f0f92b0526bece84a18bcf",
+          "sha1": "cb5b4dddcd7f5de5a66668c8b3e7e2bc407b640e",
+          "md5": "2c68d5c2e5dfa744125e3b97e4522f0c"
         }
       ]
     },
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 f21784e..0886a89 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 @@
-809034d1297e8e3dfb276a877d53bad8
\ No newline at end of file
+f7e2f994c8f1fbbf11611b490ac1512b
\ 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 1901b9e..ea1a6a9 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 @@
-81ff6dcf63a21fedb55a39090a742622c68fb7c0
\ No newline at end of file
+ab1cbf76f004a9ddf22a576b92d462be431d3d5e
\ 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 c08fa10..ea5981b 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 @@
-67cab25b0a204a187f55e7d15fff0d2d7315df17157d30f52dff9f289d83891c
\ No newline at end of file
+bb48e990d2a94c77d205ad326d4f5dd44112bb8d32be59354f9c508b73218101
\ 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 05725af..266cfc6 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 @@
-3d8897f24e2c77bce17134777d2c5a698f9f0ccf8be923371e6eae63b12b7ad182fc9af6f203b271a5d3e2db1f14922b60397be038438a792f2279c580350308
\ No newline at end of file
+9938852a5d7235a18b10da37dc7ac76097f56b0946988b34f6cccf2f501784ab04f158aac0104c56bf3014f0a5ccfa0c03b68d374c0905f541e0c1f384a84eff
\ 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.pom b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom
index eee229a..8e81a87 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Arch-Runtime</name>
   <description>Android Arch-Runtime</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.md5
index a5f0497..ff7357e 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.md5
@@ -1 +1 @@
-bc8461285ed28707be7d806195df4961
\ No newline at end of file
+5192571e9b38845ea62d5074d1bcca9c
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha1
index 2bae297..f752c15 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-8aa6e7049d2290697a9ffb61cbf8246918c2b665
\ No newline at end of file
+905805e87471bc832dbf6d9cf3e9b91e8f11d687
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha256
index 519de0b..5970ab0 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-1bc535bcb6aa9ac17c14c8d1e8e72841055194d9cda0a90af1b51b7d2cb6d291
\ No newline at end of file
+baf46ef571aa6c23a72448abdf03d9e69364b3c44d801282e3d58c476379196e
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha512
index 12ecbf7..2cafbff 100644
--- a/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/arch/core/core-runtime/2.2.0-alpha01/core-runtime-2.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-d87be55f40abdd065f62b5abb68202a99f9fd10105155e894a2ea2692e921b4a3754f97642bebc1bc30a0c77306194d122c19d526061c2ec92f5dc6ea5c9c828
\ No newline at end of file
+ba1a813b8b2e073378563e406a54297128e178baac98a2a9914e31a56aaff842afbe60677be0e2479ccb5b0f2f9e53d51a182fc749271a973f2aa570fd3e19e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar
index 2dcb3af..4a00522 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.md5
index c4c3138..51b4994 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-38339bb8e00300a99d7b1760a4b395cc
\ No newline at end of file
+17b27166ea482d7eaa41a772a71d8c7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha1
index 7502d2b..4b182f2 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-883c2ea90ea2a96155f0c6b7dd51782b82935ad8
\ No newline at end of file
+b331d8bd9aba0ea214a713e08a1a404aa46ec976
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha256
index e9be082..d146e7a 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-4f1508f053a4ca1124dd0a92ed84c791389555531c5fa0fd6262e4a518141805
\ No newline at end of file
+59e2f7290e20794559836297505f1a9d370f065910298c3c4d1cc55b591a05c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha512
index 1c26258..655eaf1 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-9244819cee2fc9bf54a97471c620304a03ed661bbd2664e7d8fb42fc48276385b7a734fe0d1eff5a661b2b5f3c63f50079ed27720fd8846b1bce841bdc399446
\ No newline at end of file
+da57cdf5d8dbd9027b719cd782126e2216d07c873ad1258550bb4e8314ba13df1969848a76ad67529f73f790ee320420b9bd7c4548b48b813206f1d3463982fc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar
index cd60fc8..2dd6afe 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.md5
index 0bf253d..163b617 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-47282411c014207a7e17c5f2fcbe7d7f
\ No newline at end of file
+47558d25ea0d6dd9e04c4ecd6af7b7be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha1
index 47c0d07..5642fa7 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-5dac7a82f12455a6172715fc4a072a1a26c912e0
\ No newline at end of file
+0dff8798a613289c33ee7a76d60959cb25c4d009
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha256
index 909179d..671fa5f 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-d260cef802d2b7760f6281ac476c9d25900aef26ae7f04d3418be8d928ddc385
\ No newline at end of file
+4a16e9c1f15ae32ffff49a5ab3a0db22bf35b174a3f57a7f07bf382eb6dd6326
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha512
index d6b8999..36dcaec 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-575c1f2de3f9e7543ba17713cbc7aa2922c5e80f45f3db011a47389674955f048b1496457b611a9b6294b43b306104d2890b3e937b6e064264b883005c0f4a08
\ No newline at end of file
+e0743fe9fc5628ea16397d136771a1b92fb0d408dbd773563acd6bb0807d6c9396938050f8110fc7bcf201c6d2d8120e0534e0dc5aaed755b7ab4470a023bc4c
\ 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 8e967a5..569680b 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "asynclayoutinflater-1.1.0-alpha01.aar",
           "url": "asynclayoutinflater-1.1.0-alpha01.aar",
-          "size": 7669,
-          "sha512": "575c1f2de3f9e7543ba17713cbc7aa2922c5e80f45f3db011a47389674955f048b1496457b611a9b6294b43b306104d2890b3e937b6e064264b883005c0f4a08",
-          "sha256": "d260cef802d2b7760f6281ac476c9d25900aef26ae7f04d3418be8d928ddc385",
-          "sha1": "5dac7a82f12455a6172715fc4a072a1a26c912e0",
-          "md5": "47282411c014207a7e17c5f2fcbe7d7f"
+          "size": 8609,
+          "sha512": "e0743fe9fc5628ea16397d136771a1b92fb0d408dbd773563acd6bb0807d6c9396938050f8110fc7bcf201c6d2d8120e0534e0dc5aaed755b7ab4470a023bc4c",
+          "sha256": "4a16e9c1f15ae32ffff49a5ab3a0db22bf35b174a3f57a7f07bf382eb6dd6326",
+          "sha1": "0dff8798a613289c33ee7a76d60959cb25c4d009",
+          "md5": "47558d25ea0d6dd9e04c4ecd6af7b7be"
         }
       ]
     },
@@ -79,11 +79,11 @@
         {
           "name": "asynclayoutinflater-1.1.0-alpha01.aar",
           "url": "asynclayoutinflater-1.1.0-alpha01.aar",
-          "size": 7669,
-          "sha512": "575c1f2de3f9e7543ba17713cbc7aa2922c5e80f45f3db011a47389674955f048b1496457b611a9b6294b43b306104d2890b3e937b6e064264b883005c0f4a08",
-          "sha256": "d260cef802d2b7760f6281ac476c9d25900aef26ae7f04d3418be8d928ddc385",
-          "sha1": "5dac7a82f12455a6172715fc4a072a1a26c912e0",
-          "md5": "47282411c014207a7e17c5f2fcbe7d7f"
+          "size": 8609,
+          "sha512": "e0743fe9fc5628ea16397d136771a1b92fb0d408dbd773563acd6bb0807d6c9396938050f8110fc7bcf201c6d2d8120e0534e0dc5aaed755b7ab4470a023bc4c",
+          "sha256": "4a16e9c1f15ae32ffff49a5ab3a0db22bf35b174a3f57a7f07bf382eb6dd6326",
+          "sha1": "0dff8798a613289c33ee7a76d60959cb25c4d009",
+          "md5": "47558d25ea0d6dd9e04c4ecd6af7b7be"
         }
       ]
     },
@@ -99,11 +99,11 @@
         {
           "name": "asynclayoutinflater-1.1.0-alpha01-sources.jar",
           "url": "asynclayoutinflater-1.1.0-alpha01-sources.jar",
-          "size": 3460,
-          "sha512": "9244819cee2fc9bf54a97471c620304a03ed661bbd2664e7d8fb42fc48276385b7a734fe0d1eff5a661b2b5f3c63f50079ed27720fd8846b1bce841bdc399446",
-          "sha256": "4f1508f053a4ca1124dd0a92ed84c791389555531c5fa0fd6262e4a518141805",
-          "sha1": "883c2ea90ea2a96155f0c6b7dd51782b82935ad8",
-          "md5": "38339bb8e00300a99d7b1760a4b395cc"
+          "size": 3457,
+          "sha512": "da57cdf5d8dbd9027b719cd782126e2216d07c873ad1258550bb4e8314ba13df1969848a76ad67529f73f790ee320420b9bd7c4548b48b813206f1d3463982fc",
+          "sha256": "59e2f7290e20794559836297505f1a9d370f065910298c3c4d1cc55b591a05c3",
+          "sha1": "b331d8bd9aba0ea214a713e08a1a404aa46ec976",
+          "md5": "17b27166ea482d7eaa41a772a71d8c7d"
         }
       ]
     }
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 90d9fe4..e9b12bf 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 @@
-496d6f29a56409afdedf996289f22009
\ No newline at end of file
+43b1f6f528eafa62a8c728d52bfd7f5b
\ 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 a0e85d9..4659070 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 @@
-84f932979aa4e1cd7e0acfca44262ccb4b3b8fd8
\ No newline at end of file
+36bb28f1f127fb8b4d0f18306af3ab2987090508
\ 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 0d21b41..24ac5c6 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 @@
-b6d62f52d9d95f94f7f284e05752be1fdc5925fd235eeee91cd0a1aa02187b91
\ No newline at end of file
+df38266365bdb2e8bdced3c133c4df6ad273369269b2129af8ca63c9204e3b42
\ 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 9b6d650..376154a 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 @@
-b37c2db2b0486f1f082a849d089aa7dfd1af9377cf6ad99fa448e302fc931cd67345fbd11723204f5396cdc38c4a501553a1bb3e7143d2a739cf23fef929a73e
\ No newline at end of file
+ee4ca713719bce33088a7a0e8eaa2e306c9f413df0883d66e264fff049abd7c896c731e743ec397e38d4614b69e710287c6197032a27ecbc828c5504a437c66d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom
index ab42493..e06e946 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Async Layout Inflater</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/asynclayoutinflater#1.1.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.md5
index eaa198b..391f691 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-12befebd7a783f417048456584a921e1
\ No newline at end of file
+799bd494d34223bfe83ab6a9adaf9518
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha1
index 4002c70..be86749 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-0a905040e48fd2190a4d9badc29bb66ef1e5d3e7
\ No newline at end of file
+e5bc370f4b1245b65cb4b9e29ff53b3fd5e7d9ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha256
index 089ae17..cecbc20 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-a31c5579c5df24ec65001e7543a416e4f479f229f876bda0cc3870086a94e0a4
\ No newline at end of file
+e72ea4cd3d719d99a6dd67d1f5f7ea3cb25156a9032211852abbab5d7fcf0fef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha512
index c0b1368..ecffe11 100644
--- a/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/asynclayoutinflater/asynclayoutinflater/1.1.0-alpha01/asynclayoutinflater-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-f632335589fef9ffc5b576eb419148ea5586bb6f4b80aa59376789f78fdaae7d6dbd47cab9c87a78be2a903abe323b8622a1ee5dbabb40bc6d77842dc577c527
\ No newline at end of file
+7f15eec65a0e6efc63ef7fc29e99fe7038c37da7d52a58f2ec0192979fb8ed4c81041c437b04758d2be8e11a796e18d8dbc151d2fea063a19e9af3c739e18e60
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar
deleted file mode 100644
index 3d4c423..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.md5
deleted file mode 100644
index 088c9c8..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-49cf7abff84e94edbaaf47081184da62
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha1
deleted file mode 100644
index a749d71..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f0cc512787fa562a618dcfa02ffffa423be1f260
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha256
deleted file mode 100644
index f08012d..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c994b3e3ebe873a9044b55d1927c0c3f61bce9362fc519c1a93f92fcb041c2a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha512
deleted file mode 100644
index df3d135..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6dd416831bdcd554ddd1242a5d1ee9619a5fbaf11a1c61fb6c33fb4cc2834d5c68c5876d8aa8ac662fec72c03fc534379a3752b920514f097ed25a04cb3747de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar
deleted file mode 100644
index 0555a26..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.md5
deleted file mode 100644
index 6a49139..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-c7084b1747f908b39d3c460b928b8f82
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha1
deleted file mode 100644
index 9dbb6d6..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b6e256a79e378ac75fd172e1f9b542d428372279
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha256
deleted file mode 100644
index efc4a90..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b013af5ad02ab6d82899d5eace0c303e3658fb53cc1cba48d362175c08d9e15b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha512
deleted file mode 100644
index d7b9986..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-59c6175461d1b0a8927a034bc05f17891ae7e97c6938d4a2a299e00825ec53be9392e7f7d1d1919dd65336b0a2f847857df3a480af178cf40a4601c6e7d02483
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module
deleted file mode 100644
index b55c2d8..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module
+++ /dev/null
@@ -1,88 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.autofill",
-    "module": "autofill",
-    "version": "1.1.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "releaseApiPublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-api"
-      },
-      "files": [
-        {
-          "name": "autofill-1.1.0-alpha02.aar",
-          "url": "autofill-1.1.0-alpha02.aar",
-          "size": 36046,
-          "sha512": "59c6175461d1b0a8927a034bc05f17891ae7e97c6938d4a2a299e00825ec53be9392e7f7d1d1919dd65336b0a2f847857df3a480af178cf40a4601c6e7d02483",
-          "sha256": "b013af5ad02ab6d82899d5eace0c303e3658fb53cc1cba48d362175c08d9e15b",
-          "sha1": "b6e256a79e378ac75fd172e1f9b542d428372279",
-          "md5": "c7084b1747f908b39d3c460b928b8f82"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "autofill-1.1.0-alpha02.aar",
-          "url": "autofill-1.1.0-alpha02.aar",
-          "size": 36046,
-          "sha512": "59c6175461d1b0a8927a034bc05f17891ae7e97c6938d4a2a299e00825ec53be9392e7f7d1d1919dd65336b0a2f847857df3a480af178cf40a4601c6e7d02483",
-          "sha256": "b013af5ad02ab6d82899d5eace0c303e3658fb53cc1cba48d362175c08d9e15b",
-          "sha1": "b6e256a79e378ac75fd172e1f9b542d428372279",
-          "md5": "c7084b1747f908b39d3c460b928b8f82"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "autofill-1.1.0-alpha02-sources.jar",
-          "url": "autofill-1.1.0-alpha02-sources.jar",
-          "size": 24656,
-          "sha512": "6dd416831bdcd554ddd1242a5d1ee9619a5fbaf11a1c61fb6c33fb4cc2834d5c68c5876d8aa8ac662fec72c03fc534379a3752b920514f097ed25a04cb3747de",
-          "sha256": "c994b3e3ebe873a9044b55d1927c0c3f61bce9362fc519c1a93f92fcb041c2a6",
-          "sha1": "f0cc512787fa562a618dcfa02ffffa423be1f260",
-          "md5": "49cf7abff84e94edbaaf47081184da62"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.md5
deleted file mode 100644
index 5d82a4f..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-3f1cffe9fd642d3fd21920a52b8612c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha1
deleted file mode 100644
index 7416f6a..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ca1fb6269a043c121a512b6369cb0d5bf82e72c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha256
deleted file mode 100644
index aef105e..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4431b43b943b2c5b2950789fd0953dc164b4f0f46444add1113ef74960b6ffdc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha512
deleted file mode 100644
index 42d2f1b..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7db072dce9db119a5ac76369e899aac30e86303000266d550b9b98179b5e835f85bd43c707b4fdf6672e385d4bfef8641b2a57f798701c1a82197bcf3d430120
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom
deleted file mode 100644
index 7d72514..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.autofill</groupId>
-  <artifactId>autofill</artifactId>
-  <version>1.1.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>AndroidX Autofill</name>
-  <description>AndroidX Autofill</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2019</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.md5
deleted file mode 100644
index 1061e5f..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-ec19dd948155da307be7a6f7ef4e7b9f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha1
deleted file mode 100644
index f2e0e7e..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6556105eef9849d2be311d8569efa83880a61e24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha256
deleted file mode 100644
index 8cb3fc0..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-67be4acd566e170033d06e30b2ed5cb7d6155cc52e1d9983e971a590efaafc24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha512
deleted file mode 100644
index 01fd5ae..0000000
--- a/current/androidx/m2repository/androidx/autofill/autofill/1.1.0-alpha02/autofill-1.1.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-99f213df3455e5ac89fddfc7cf6d9a7d37e29c904918fe76bb3045afc0d36bb48b15e5527a6eb5cde735b89075cd01cbb31c61bfacd13ae257c94cd442e234ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..698cc8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..92c7771
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+25dd0e229cae0f7da23bddf7c9423e91
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..7bdf15c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+078bdbf14bb97d579bf191bc0de7e969027c4375
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..129dfa9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+e154868bda2328908a4674998af3a09e3f65a649d95a87cbfe3f1aa415e28f2b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..a01133e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+d3e8e86656c9b14e4a1ae10e5667f4334f4e7955fc3f308b28fa3e04745be0d1e7c2a9707e888009c42652ddc4f7427c1d993d164a7d35d749602bd3228964f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar
new file mode 100644
index 0000000..671f7d6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..2cfa8dc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+9888a13032bba046607709cffcddea45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..053d135
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+60b95067c7aa0ac1e13c70ca0ed0e38e4eaa2cd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..ef09ecf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+b4bdcd855f43965f7d0c84a1a6da54c91797d7acd2a5404cc1aa0f872e5899cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..49be9f1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+aed3fcf229cf02715a299763f918ae95c845a6e987e506ece1eb1b487574f98eaaed288e0cc2966af21d3da04dc94ff66d22fb18577945c66f6de4e89e6866fa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module
new file mode 100644
index 0000000..12ee3fb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module
@@ -0,0 +1,88 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.autofill",
+    "module": "autofill",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "autofill-1.2.0-alpha01.aar",
+          "url": "autofill-1.2.0-alpha01.aar",
+          "size": 36936,
+          "sha512": "aed3fcf229cf02715a299763f918ae95c845a6e987e506ece1eb1b487574f98eaaed288e0cc2966af21d3da04dc94ff66d22fb18577945c66f6de4e89e6866fa",
+          "sha256": "b4bdcd855f43965f7d0c84a1a6da54c91797d7acd2a5404cc1aa0f872e5899cc",
+          "sha1": "60b95067c7aa0ac1e13c70ca0ed0e38e4eaa2cd2",
+          "md5": "9888a13032bba046607709cffcddea45"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "autofill-1.2.0-alpha01.aar",
+          "url": "autofill-1.2.0-alpha01.aar",
+          "size": 36936,
+          "sha512": "aed3fcf229cf02715a299763f918ae95c845a6e987e506ece1eb1b487574f98eaaed288e0cc2966af21d3da04dc94ff66d22fb18577945c66f6de4e89e6866fa",
+          "sha256": "b4bdcd855f43965f7d0c84a1a6da54c91797d7acd2a5404cc1aa0f872e5899cc",
+          "sha1": "60b95067c7aa0ac1e13c70ca0ed0e38e4eaa2cd2",
+          "md5": "9888a13032bba046607709cffcddea45"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "autofill-1.2.0-alpha01-sources.jar",
+          "url": "autofill-1.2.0-alpha01-sources.jar",
+          "size": 25672,
+          "sha512": "d3e8e86656c9b14e4a1ae10e5667f4334f4e7955fc3f308b28fa3e04745be0d1e7c2a9707e888009c42652ddc4f7427c1d993d164a7d35d749602bd3228964f2",
+          "sha256": "e154868bda2328908a4674998af3a09e3f65a649d95a87cbfe3f1aa415e28f2b",
+          "sha1": "078bdbf14bb97d579bf191bc0de7e969027c4375",
+          "md5": "25dd0e229cae0f7da23bddf7c9423e91"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..c4331f7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+c4c60f41206a8ad1ba42f534899332ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..75fca19
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+328cfa66a74e6652ca86d2a2676229c048b7368a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..593f986
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+6d0a6b2ee3aa01bc85ba08256a774bbd3f4ef9bb898bbba4a3c3625a02fb86a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..fd8fd82
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+a673bbeb466296eafa8bc504ffe40d8585b4d5f0d182fab19c4bb6ac91a5ce576f3222d7666e813cf652d137f79a51fca69c41a5ceb5418e1f87c62420ac55a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom
new file mode 100644
index 0000000..13ac8e9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.autofill</groupId>
+  <artifactId>autofill</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX Autofill</name>
+  <description>AndroidX Autofill</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/autofill#1.2.0-alpha01</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..c48ba14
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+ed5eaacb41f1248466ac2aca5f335d56
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..520fbc7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+fc182644f94ca67fad4554f2b5251fd624f43637
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..17d843e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+187835805a709e8e772fc8a638494037359b415120a41de39e67174e8266e617
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..1e6b582
--- /dev/null
+++ b/current/androidx/m2repository/androidx/autofill/autofill/1.2.0-alpha01/autofill-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+e59d99ec98ef907b48d8681f5800ecf8fe7468d43c3cddc026988dbecf9a599aaa57b42960bd3f0ba5ceb51ea4fb2a52d0f003542c04818e8ce57f34ca6c8f5a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar
new file mode 100644
index 0000000..ff17afd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..bb656e6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+d7ecc171784dfe09db6c9863ac8bc295
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..09536d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+1ce38144c8791930b0192fc147094f4330072747
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..8628e19
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+1fca3f633b20426c88357f465efb4e487d216e0927643c0d489310df23d5bbf6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..352348b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+dfdddd67f36f8558865548c85d8c5f3d6e1e2ed712eaaaacaf499f7e2f9d129740dd8ed9cfa2825204e7adf88d83fc63de4f80968670a1a4a7a5c0cf063dc725
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar
new file mode 100644
index 0000000..ab7e7d2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.md5
new file mode 100644
index 0000000..364e472
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.md5
@@ -0,0 +1 @@
+821dcf3e0aad9ac0981687d0eb38c8b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha1
new file mode 100644
index 0000000..417fcae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+0522dc477413895a06642c588ccfa302818c4182
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha256
new file mode 100644
index 0000000..1ab3acc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+e55f385903a717f5a37dec96a41c0b740f3c62b1f699918aaf27b1266d215e54
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha512
new file mode 100644
index 0000000..600a398
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+5406f6b02603719f923ea725813a91131be5cb6047a990be4694e34ff8d2fdd188c9029c344e4adc2ee3bde97f0624ad71fecd20d9113894526f888823be07d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module
new file mode 100644
index 0000000..efb2110
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module
@@ -0,0 +1,132 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-common",
+    "version": "1.1.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-common-1.1.0-alpha02.aar",
+          "url": "benchmark-common-1.1.0-alpha02.aar",
+          "size": 132548,
+          "sha512": "5406f6b02603719f923ea725813a91131be5cb6047a990be4694e34ff8d2fdd188c9029c344e4adc2ee3bde97f0624ad71fecd20d9113894526f888823be07d9",
+          "sha256": "e55f385903a717f5a37dec96a41c0b740f3c62b1f699918aaf27b1266d215e54",
+          "sha1": "0522dc477413895a06642c588ccfa302818c4182",
+          "md5": "821dcf3e0aad9ac0981687d0eb38c8b6"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing-ktx",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "monitor",
+          "version": {
+            "requires": "1.3.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-common-1.1.0-alpha02.aar",
+          "url": "benchmark-common-1.1.0-alpha02.aar",
+          "size": 132548,
+          "sha512": "5406f6b02603719f923ea725813a91131be5cb6047a990be4694e34ff8d2fdd188c9029c344e4adc2ee3bde97f0624ad71fecd20d9113894526f888823be07d9",
+          "sha256": "e55f385903a717f5a37dec96a41c0b740f3c62b1f699918aaf27b1266d215e54",
+          "sha1": "0522dc477413895a06642c588ccfa302818c4182",
+          "md5": "821dcf3e0aad9ac0981687d0eb38c8b6"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "benchmark-common-1.1.0-alpha02-sources.jar",
+          "url": "benchmark-common-1.1.0-alpha02-sources.jar",
+          "size": 42056,
+          "sha512": "dfdddd67f36f8558865548c85d8c5f3d6e1e2ed712eaaaacaf499f7e2f9d129740dd8ed9cfa2825204e7adf88d83fc63de4f80968670a1a4a7a5c0cf063dc725",
+          "sha256": "1fca3f633b20426c88357f465efb4e487d216e0927643c0d489310df23d5bbf6",
+          "sha1": "1ce38144c8791930b0192fc147094f4330072747",
+          "md5": "d7ecc171784dfe09db6c9863ac8bc295"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.md5
new file mode 100644
index 0000000..6fa4859
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.md5
@@ -0,0 +1 @@
+38e0c2104d7aacdd62507631d1850385
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha1
new file mode 100644
index 0000000..a9d15bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha1
@@ -0,0 +1 @@
+46c127266e4278d4928dafa1954fe2176938a9f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha256
new file mode 100644
index 0000000..01ddb1b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha256
@@ -0,0 +1 @@
+37f9fd01328aef77490697579e87b4b325ca7424d06767106bfd8682fca54444
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha512
new file mode 100644
index 0000000..2b4daa1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.module.sha512
@@ -0,0 +1 @@
+e90137bf5927121cdd55f0b6f466841230fdb58186c5a3a275b0819d9889b3c92501437aeb42f6468996b4c992bc12d807c215c8029cb317727ccdbb74e33aef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom
new file mode 100644
index 0000000..5717e48
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.benchmark</groupId>
+  <artifactId>benchmark-common</artifactId>
+  <version>1.1.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android Benchmark - Common</name>
+  <description>Android Benchmark - Common</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/benchmark#1.1.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation-experimental</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.tracing</groupId>
+      <artifactId>tracing-ktx</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>monitor</artifactId>
+      <version>1.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.md5
new file mode 100644
index 0000000..30efc74
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.md5
@@ -0,0 +1 @@
+3bc19dec849c8dacf3851f2ca5e9baa3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha1
new file mode 100644
index 0000000..f67cd1f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+2a46d00bbf467a1adbd098c304ad043b6e3b7ec9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha256
new file mode 100644
index 0000000..be27cb4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+81a7a72b567d4f030b0aba3ff919eb767cbda6597d2cb3d6cabe113639ff4266
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha512
new file mode 100644
index 0000000..0bc5513
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-alpha02/benchmark-common-1.1.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+1e342aca4f02f4f03a7191969d0dcb97d5a1855cc5e411c69541f0e615064ee845b4b742b0556d6a82875584440fe4cc31642a5fe1d3d751ce943623a6becc63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar
new file mode 100644
index 0000000..fe5eeb2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..b245f96
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+9a925671036185b53b77b836633c3b34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..7fe93f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+65ecc5bb0c3ef4b9732746fefc41964caf33f4d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..0b65f94
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+da54f74b951e2245110f62b3dd446a671a7c8fcaf00c25bb4ec9214d4d6ba7a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..76ad48f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+099a35ebbd1f5b245c02859773574b826221b22de632206de9fa861f54d0f85cb506b3e03345d53a76ca2a3519f974cbaac40b974a504b94133b185171aa881f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar
new file mode 100644
index 0000000..622b86a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.md5
new file mode 100644
index 0000000..a1f5237
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.md5
@@ -0,0 +1 @@
+4869f6c82af08bfe12e8d7a560fd568c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha1
new file mode 100644
index 0000000..b16e3f4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+c183dbd7352189952c8ff662899b92230a2fed4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha256
new file mode 100644
index 0000000..7585da1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+b62429c0f0811ec856320a59cdd8b9c3fa48587e090779fde7379f48c4be1a39
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha512
new file mode 100644
index 0000000..5557f16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+09537e377b68b4b53593f2c333a10e22893f648f76467ee55cbfa282476b5d8720955179004f913f7711b2fd2153a2e7be6781c9598aaa71c7597c22abe32053
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module
new file mode 100644
index 0000000..90951c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module
@@ -0,0 +1,160 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-junit4",
+    "version": "1.1.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.benchmark",
+          "module": "benchmark-common",
+          "version": {
+            "requires": "1.1.0-alpha02"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.12"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-junit4-1.1.0-alpha02.aar",
+          "url": "benchmark-junit4-1.1.0-alpha02.aar",
+          "size": 14862,
+          "sha512": "09537e377b68b4b53593f2c333a10e22893f648f76467ee55cbfa282476b5d8720955179004f913f7711b2fd2153a2e7be6781c9598aaa71c7597c22abe32053",
+          "sha256": "b62429c0f0811ec856320a59cdd8b9c3fa48587e090779fde7379f48c4be1a39",
+          "sha1": "c183dbd7352189952c8ff662899b92230a2fed4b",
+          "md5": "4869f6c82af08bfe12e8d7a560fd568c"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.benchmark",
+          "module": "benchmark-common",
+          "version": {
+            "requires": "1.1.0-alpha02"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.12"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "rules",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "runner",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing-ktx",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-junit4-1.1.0-alpha02.aar",
+          "url": "benchmark-junit4-1.1.0-alpha02.aar",
+          "size": 14862,
+          "sha512": "09537e377b68b4b53593f2c333a10e22893f648f76467ee55cbfa282476b5d8720955179004f913f7711b2fd2153a2e7be6781c9598aaa71c7597c22abe32053",
+          "sha256": "b62429c0f0811ec856320a59cdd8b9c3fa48587e090779fde7379f48c4be1a39",
+          "sha1": "c183dbd7352189952c8ff662899b92230a2fed4b",
+          "md5": "4869f6c82af08bfe12e8d7a560fd568c"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "benchmark-junit4-1.1.0-alpha02-sources.jar",
+          "url": "benchmark-junit4-1.1.0-alpha02-sources.jar",
+          "size": 6258,
+          "sha512": "099a35ebbd1f5b245c02859773574b826221b22de632206de9fa861f54d0f85cb506b3e03345d53a76ca2a3519f974cbaac40b974a504b94133b185171aa881f",
+          "sha256": "da54f74b951e2245110f62b3dd446a671a7c8fcaf00c25bb4ec9214d4d6ba7a1",
+          "sha1": "65ecc5bb0c3ef4b9732746fefc41964caf33f4d2",
+          "md5": "9a925671036185b53b77b836633c3b34"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.md5
new file mode 100644
index 0000000..64a0874
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.md5
@@ -0,0 +1 @@
+4fbbfefb99092c74ce014cf9cf64c637
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha1
new file mode 100644
index 0000000..f084e29
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha1
@@ -0,0 +1 @@
+214ef25ec06509561068cc0c48b6956a0aede62f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha256
new file mode 100644
index 0000000..704a91b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha256
@@ -0,0 +1 @@
+e63cf00b77a7ea2b4095f31549d69026cc7734b0b181580ea5ef2f30c8729770
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha512
new file mode 100644
index 0000000..6b78e27
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.module.sha512
@@ -0,0 +1 @@
+7899c50e6feff916dfa0efc1aa0820b1cf63c1eca18dbf507bce48b4adad90748310d61529278a5d191297663b9cde303f29708870e77a98f5e6e4c23ce714f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom
new file mode 100644
index 0000000..38df4e5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.benchmark</groupId>
+  <artifactId>benchmark-junit4</artifactId>
+  <version>1.1.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android Benchmark - JUnit4</name>
+  <description>Android Benchmark - JUnit4</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/benchmark#1.1.0-alpha02</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.benchmark</groupId>
+      <artifactId>benchmark-common</artifactId>
+      <version>[1.1.0-alpha02]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>rules</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>runner</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.tracing</groupId>
+      <artifactId>tracing-ktx</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.md5
new file mode 100644
index 0000000..ec1f32e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.md5
@@ -0,0 +1 @@
+075b8d03786cfd4d9fe3adf8fb9a7bd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha1
new file mode 100644
index 0000000..ee2c2d4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+dcfc67e8d4c1cc990a67d26e08245854d8e9b65e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha256
new file mode 100644
index 0000000..93bd02b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+e3ac68e68e50fcb93c312b4f2ed2062534485bd344a874462ffe2a39d60c29ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha512
new file mode 100644
index 0000000..7a67060
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-alpha02/benchmark-junit4-1.1.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+28dedb8622ae61fcff5fd3c2646630ac2be45ce4a74e78ae6c1c93fcb4180f13b05a7413fb175a400d8575eed2f286c59bff991a36d0ebce6a5ab9da9b3cb747
\ 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
deleted file mode 100644
index 043b309..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index 707fea1..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-03adb8c7c61468f4656383809841363f
\ 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
deleted file mode 100644
index 3915129..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d3ccf9bbe71d74c6dd18b9597a3a06960ff77e5c
\ 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
deleted file mode 100644
index 2a429da..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-55b1cb977283975f6ec54c8bbb20891d34263dce894780644c85ca05f405ac1d
\ 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
deleted file mode 100644
index 01ef572..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-68b8ebbc69cfa3c4e142d994d16a1aa2463150f8441721b1efc49066c7dd41cea2e9b63713897b392f971120e8e47274ee121d50888122269fc0ebf9892fb7ff
\ 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
deleted file mode 100644
index f0d3da5..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index 263ccfb..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8052655196dfc738b10193b85fadd731
\ 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
deleted file mode 100644
index 2ce051c..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-dc2d1c072753bb50e534f97154cc47ba0090d01f
\ 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
deleted file mode 100644
index dec9914..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f917426d8ee388fd4a8f4a315ed329b48344783ec37db45f7e691f583021370a
\ 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
deleted file mode 100644
index 85ad718..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-31d70b426f89f6775aa300df908e604d65f0965e2b87f37927a1f0351c8d93e2e5b8b29ec5e8247ebbedfc1d4359d7c20fb774c82930544f178dce21d3f15c15
\ 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
deleted file mode 100644
index d67e693..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module
+++ /dev/null
@@ -1,139 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.biometric",
-    "module": "biometric",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.5"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "biometric-1.1.0-alpha01.aar",
-          "url": "biometric-1.1.0-alpha01.aar",
-          "size": 162679,
-          "sha512": "31d70b426f89f6775aa300df908e604d65f0965e2b87f37927a1f0351c8d93e2e5b8b29ec5e8247ebbedfc1d4359d7c20fb774c82930544f178dce21d3f15c15",
-          "sha256": "f917426d8ee388fd4a8f4a315ed329b48344783ec37db45f7e691f583021370a",
-          "sha1": "dc2d1c072753bb50e534f97154cc47ba0090d01f",
-          "md5": "8052655196dfc738b10193b85fadd731"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.activity",
-          "module": "activity",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.2.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.2.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.5"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "biometric-1.1.0-alpha01.aar",
-          "url": "biometric-1.1.0-alpha01.aar",
-          "size": 162679,
-          "sha512": "31d70b426f89f6775aa300df908e604d65f0965e2b87f37927a1f0351c8d93e2e5b8b29ec5e8247ebbedfc1d4359d7c20fb774c82930544f178dce21d3f15c15",
-          "sha256": "f917426d8ee388fd4a8f4a315ed329b48344783ec37db45f7e691f583021370a",
-          "sha1": "dc2d1c072753bb50e534f97154cc47ba0090d01f",
-          "md5": "8052655196dfc738b10193b85fadd731"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "biometric-1.1.0-alpha01-sources.jar",
-          "url": "biometric-1.1.0-alpha01-sources.jar",
-          "size": 34483,
-          "sha512": "68b8ebbc69cfa3c4e142d994d16a1aa2463150f8441721b1efc49066c7dd41cea2e9b63713897b392f971120e8e47274ee121d50888122269fc0ebf9892fb7ff",
-          "sha256": "55b1cb977283975f6ec54c8bbb20891d34263dce894780644c85ca05f405ac1d",
-          "sha1": "d3ccf9bbe71d74c6dd18b9597a3a06960ff77e5c",
-          "md5": "03adb8c7c61468f4656383809841363f"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 096c874..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-aad1278cc0066766b916d9d1c3005aad
\ 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
deleted file mode 100644
index 9f8507a..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f0d63d83be954091d9383623d371b2028f67645b
\ 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
deleted file mode 100644
index 7ab4565..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-99b9ba9f1d4fe512e67efd83e9c14fee037c188f5a06f0ededc71f82e85b23f2
\ 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
deleted file mode 100644
index 288a8cf..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-bdd16b5b3ea1b38c675e944c223ebb1422a84f50a4319f9d3bcbee50c04c24eee8f0243af695efa50e3139c4e24cfde63e4f8d0af27cb611a7ebc5ef9c874993
\ 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
deleted file mode 100644
index c65f948..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.biometric</groupId>
-  <artifactId>biometric</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Biometric</name>
-  <description>The Biometric library is a static library that you can add to your Android application. It invokes BiometricPrompt on devices running P and greater, and on older devices will show a compat dialog. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
-      <version>1.2.5</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.activity</groupId>
-      <artifactId>activity</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.2.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.2.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
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
deleted file mode 100644
index 2822bec..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-bd2a2b9627b5586e42470e8677fce289
\ 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
deleted file mode 100644
index 91aad9a..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c475327a8449438007f86ab23f66f7e9bcbeb411
\ 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
deleted file mode 100644
index 43c92d4..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-43186a32f6f3d493eb80247bef2821d32f8799c07749d34223a83acedda33c32
\ 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
deleted file mode 100644
index 9b1496c..0000000
--- a/current/androidx/m2repository/androidx/biometric/biometric/1.1.0-alpha01/biometric-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-43b53c157b2c297ba5bb6c1b99bbfa98b9e226f0ca1868ddc48dd8a28b1e7a187fdd5fa42431dd3e109c5ee7e7241288cd5f1cc70d708d3831d994efc7d964f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar
new file mode 100644
index 0000000..9358b25
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..82c01de
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+6966c20ac5ea76fb3e14956a768a0e54
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..05ed0c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+85ac30351d096b0e7bce84dfcb8d4b02cd3c87d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..969a502
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+33f26c29adfb25a7399563349c913eeb60f0183480188ab781ac1c725d66fad3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..be4f96d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+f579f29cbde3df214d2a0324f73858b920d338a37ef82593418c8d9e93a1f2f10650ebd1f8d679eb7c377916bea14d847124afd8be2097a43e8708bad3aac82c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar
new file mode 100644
index 0000000..322380d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..f7c6eb9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+7995b8adc44109f6800a0139049b4859
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..a378916
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+4e0f46dc914d7c6ac0485a6536017dceaccd0ae5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..a7274f9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+abb709f47d508d12503d03b71a250a1ba3f6a782206adc3d3be08895680c8c0c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..fa2891b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+26422e3e844071221bc0cbd6590ae919bc1260661ce1c6d897fb896765be8f88162d17ae0ba66451d5e5b29e9b109e6d97bd7e7b00c400b5d9afa2bd6e2dced9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module
new file mode 100644
index 0000000..91685d3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module
@@ -0,0 +1,153 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.biometric",
+    "module": "biometric",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.2"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.5"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "biometric-1.2.0-alpha03.aar",
+          "url": "biometric-1.2.0-alpha03.aar",
+          "size": 213921,
+          "sha512": "26422e3e844071221bc0cbd6590ae919bc1260661ce1c6d897fb896765be8f88162d17ae0ba66451d5e5b29e9b109e6d97bd7e7b00c400b5d9afa2bd6e2dced9",
+          "sha256": "abb709f47d508d12503d03b71a250a1ba3f6a782206adc3d3be08895680c8c0c",
+          "sha1": "4e0f46dc914d7c6ac0485a6536017dceaccd0ae5",
+          "md5": "7995b8adc44109f6800a0139049b4859"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.2"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.5"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "biometric-1.2.0-alpha03.aar",
+          "url": "biometric-1.2.0-alpha03.aar",
+          "size": 213921,
+          "sha512": "26422e3e844071221bc0cbd6590ae919bc1260661ce1c6d897fb896765be8f88162d17ae0ba66451d5e5b29e9b109e6d97bd7e7b00c400b5d9afa2bd6e2dced9",
+          "sha256": "abb709f47d508d12503d03b71a250a1ba3f6a782206adc3d3be08895680c8c0c",
+          "sha1": "4e0f46dc914d7c6ac0485a6536017dceaccd0ae5",
+          "md5": "7995b8adc44109f6800a0139049b4859"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "biometric-1.2.0-alpha03-sources.jar",
+          "url": "biometric-1.2.0-alpha03-sources.jar",
+          "size": 66116,
+          "sha512": "f579f29cbde3df214d2a0324f73858b920d338a37ef82593418c8d9e93a1f2f10650ebd1f8d679eb7c377916bea14d847124afd8be2097a43e8708bad3aac82c",
+          "sha256": "33f26c29adfb25a7399563349c913eeb60f0183480188ab781ac1c725d66fad3",
+          "sha1": "85ac30351d096b0e7bce84dfcb8d4b02cd3c87d3",
+          "md5": "6966c20ac5ea76fb3e14956a768a0e54"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..d67a961
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+738fe72459036275d607815f50f56474
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..85fb39e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+09dad1a0dce2507f2f5127bce0ce13415741d45f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..a5ed430
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+6c21c0f904e345f5cd6e4222c50577f6d3235535cec87766f53d8766eb6a170b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..a9ffd00
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+5acf7775c5eeae8bf25029d229a5d99da99c97c1fa3e4026c9f71ad9857ebb5691c87ec7a0b085a0cbd9d64f09ea31fa2f63d5ada1b15fe8e0f7666136500555
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom
new file mode 100644
index 0000000..8e68e18
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.biometric</groupId>
+  <artifactId>biometric</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Biometric</name>
+  <description>The Biometric library is a static library that you can add to your Android application. It invokes BiometricPrompt on devices running P and greater, and on older devices will show a compat dialog. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/biometric#1.2.0-alpha03</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.3.2</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>1.2.5</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..303a2ce
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+b6b687c2d86c9c649ee66d33818466d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..b2c1138
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+073235a66cd9f3142bccab9173db8800eb4c5d17
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..844269a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+2ecde7ab098b284ada3b07ee57cafda4239af11e0a1695441358a7e91eadd098
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..de16acd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/biometric/biometric/1.2.0-alpha03/biometric-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+5251b2eeb0d53c00fd91cf1c346b9ce4d9c526f8a92a86a2582c48f1fabeab9fbc87e92f6042fc8d256ae8513d7e8b386f3c67952b567bd279110b6ead083d9c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar
deleted file mode 100644
index eb70b84..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.md5
deleted file mode 100644
index e56f837..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-769ed240b45329e771666ee95c188d10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha1
deleted file mode 100644
index a05359b..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-641f649c24ecc538d606da9af6c01b1f1aef54b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha256
deleted file mode 100644
index 212155f..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-85b6efafb14c2a5d0916446e5c0cf8c0a65c43bf3df31ee85ac41e174f44a129
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha512
deleted file mode 100644
index 2e897f1..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-888a74d793520893e38e9dfb6175cbdd58d0b759ec4bf263e2a9448a7977992d34ef0bf3f442705a3526818758a57e1a118ab7ffae7e7c3abf84a7d2eb2d3c5a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar
deleted file mode 100644
index a18b658..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.md5
deleted file mode 100644
index 80f8bf0..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-637e7dcb8b9694b090f30390e31dab53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha1
deleted file mode 100644
index 8cc772c..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3d00c5abaa823874e0c774ef9e4f96688ac1c946
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha256
deleted file mode 100644
index b230b53..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-211744c2a79351d4bdeef46cef8040cc84235a842b338a3e81a8a8eb0898ceab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha512
deleted file mode 100644
index e28a01b..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2b9ee063b553396081f2a3d2af0b8ad978ec9734415d1c1ce62383dbdca2ba1779ace5b617f77baf7b5c16920bfeb919d5e89b203164e8c0290f17135affce30
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module
deleted file mode 100644
index bc2885c..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module
+++ /dev/null
@@ -1,146 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.browser",
-    "module": "browser",
-    "version": "1.3.0-alpha04",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "browser-1.3.0-alpha04.aar",
-          "url": "browser-1.3.0-alpha04.aar",
-          "size": 201007,
-          "sha512": "2b9ee063b553396081f2a3d2af0b8ad978ec9734415d1c1ce62383dbdca2ba1779ace5b617f77baf7b5c16920bfeb919d5e89b203164e8c0290f17135affce30",
-          "sha256": "211744c2a79351d4bdeef46cef8040cc84235a842b338a3e81a8a8eb0898ceab",
-          "sha1": "3d00c5abaa823874e0c774ef9e4f96688ac1c946",
-          "md5": "637e7dcb8b9694b090f30390e31dab53"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.concurrent",
-          "module": "concurrent-futures",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.interpolator",
-          "module": "interpolator",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "browser-1.3.0-alpha04.aar",
-          "url": "browser-1.3.0-alpha04.aar",
-          "size": 201007,
-          "sha512": "2b9ee063b553396081f2a3d2af0b8ad978ec9734415d1c1ce62383dbdca2ba1779ace5b617f77baf7b5c16920bfeb919d5e89b203164e8c0290f17135affce30",
-          "sha256": "211744c2a79351d4bdeef46cef8040cc84235a842b338a3e81a8a8eb0898ceab",
-          "sha1": "3d00c5abaa823874e0c774ef9e4f96688ac1c946",
-          "md5": "637e7dcb8b9694b090f30390e31dab53"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "browser-1.3.0-alpha04-sources.jar",
-          "url": "browser-1.3.0-alpha04-sources.jar",
-          "size": 93033,
-          "sha512": "888a74d793520893e38e9dfb6175cbdd58d0b759ec4bf263e2a9448a7977992d34ef0bf3f442705a3526818758a57e1a118ab7ffae7e7c3abf84a7d2eb2d3c5a",
-          "sha256": "85b6efafb14c2a5d0916446e5c0cf8c0a65c43bf3df31ee85ac41e174f44a129",
-          "sha1": "641f649c24ecc538d606da9af6c01b1f1aef54b5",
-          "md5": "769ed240b45329e771666ee95c188d10"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.md5
deleted file mode 100644
index 7a7e481..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-300b685f9e7faed02b269d71e084c549
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha1
deleted file mode 100644
index f386bbd..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b6444e11fd474155978bcf24c0cf652421d83689
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha256
deleted file mode 100644
index 8d04118..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-074d327b6f171220c5946b3b5b4ba9f6192963af9ec0f79d410241fb24b7af0d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha512
deleted file mode 100644
index 70e1cd0..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-18ec0084c90bf34b75cde60e69bef029ff3f829951661bef3244fb0d3da22da3d8364c8cfd35856e603ad7dda94593f883410dda870537fa9c4d86c708f10b10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom
deleted file mode 100644
index 52191ad..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.browser</groupId>
-  <artifactId>browser</artifactId>
-  <version>1.3.0-alpha04</version>
-  <packaging>aar</packaging>
-  <name>Android Support Custom Tabs</name>
-  <description>Android Support Custom Tabs</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2015</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</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>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>listenablefuture</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.concurrent</groupId>
-      <artifactId>concurrent-futures</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.interpolator</groupId>
-      <artifactId>interpolator</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.md5
deleted file mode 100644
index aa400bf..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-d8959f5fcd91db1a9841c8cd97849e83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha1
deleted file mode 100644
index 101332b..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e7017856c44cb22f0cbb15283602611f97775e94
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha256
deleted file mode 100644
index 59c6d06..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-cc7cee387cefaec3bc8226973e206c09f39e63f17e7e175a1200797b11fe674a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha512
deleted file mode 100644
index 8b2f794..0000000
--- a/current/androidx/m2repository/androidx/browser/browser/1.3.0-alpha04/browser-1.3.0-alpha04.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-23dbd2c1d13785a3dd75dfb8f117567400c49befe3231cbee817737df273ab53f336fe1a689055f18a20d0f5bd963409d25af14b26acce84977c6103c008ef20
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar
new file mode 100644
index 0000000..09f3258
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.md5
new file mode 100644
index 0000000..64ff45d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.md5
@@ -0,0 +1 @@
+b95c5f115cd04ed9454cda327458f042
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha1
new file mode 100644
index 0000000..9557321
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha1
@@ -0,0 +1 @@
+43b8e6233e6f3ac0872f04a41e1e2b48361817eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha256
new file mode 100644
index 0000000..90ee05d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha256
@@ -0,0 +1 @@
+3651cae3eac19997d1988d74adf7012caf63c4c8d6fce77f0e97885697457747
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha512
new file mode 100644
index 0000000..2fb2f56
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01-sources.jar.sha512
@@ -0,0 +1 @@
+df16cf7d15c71803ea647225bb77130d90f22e14c88dc36b7d56bfb9da3428b7f807ada8325af1f50aa89910291e6f63c4a7100b4010b6f74a4495f9e95819f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar
new file mode 100644
index 0000000..a86b8cc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.md5
new file mode 100644
index 0000000..dfa10c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.md5
@@ -0,0 +1 @@
+c4e9c85f594ae7f7e8c6af07bf2d221b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha1
new file mode 100644
index 0000000..a26a25d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha1
@@ -0,0 +1 @@
+90c8027f9e306a3994243ff3f9b183c383a605f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha256
new file mode 100644
index 0000000..31b7967
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha256
@@ -0,0 +1 @@
+df9610f70a20975a00232267b2a8733225250165cd870bfdc0f56c6282d2988d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha512
new file mode 100644
index 0000000..1b7861c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.aar.sha512
@@ -0,0 +1 @@
+5cb267bfa75ac9f7a01ae69293a9461b9b2a3f7ceed4aacd32a02cb9852253ff40ef0099c90abdc1507fd27600f4449b9671d19b12693a95c047d4aa4264514c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module
new file mode 100644
index 0000000..024b477
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module
@@ -0,0 +1,146 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.browser",
+    "module": "browser",
+    "version": "1.3.0-rc01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "browser-1.3.0-rc01.aar",
+          "url": "browser-1.3.0-rc01.aar",
+          "size": 208503,
+          "sha512": "5cb267bfa75ac9f7a01ae69293a9461b9b2a3f7ceed4aacd32a02cb9852253ff40ef0099c90abdc1507fd27600f4449b9671d19b12693a95c047d4aa4264514c",
+          "sha256": "df9610f70a20975a00232267b2a8733225250165cd870bfdc0f56c6282d2988d",
+          "sha1": "90c8027f9e306a3994243ff3f9b183c383a605f2",
+          "md5": "c4e9c85f594ae7f7e8c6af07bf2d221b"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.interpolator",
+          "module": "interpolator",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "browser-1.3.0-rc01.aar",
+          "url": "browser-1.3.0-rc01.aar",
+          "size": 208503,
+          "sha512": "5cb267bfa75ac9f7a01ae69293a9461b9b2a3f7ceed4aacd32a02cb9852253ff40ef0099c90abdc1507fd27600f4449b9671d19b12693a95c047d4aa4264514c",
+          "sha256": "df9610f70a20975a00232267b2a8733225250165cd870bfdc0f56c6282d2988d",
+          "sha1": "90c8027f9e306a3994243ff3f9b183c383a605f2",
+          "md5": "c4e9c85f594ae7f7e8c6af07bf2d221b"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "browser-1.3.0-rc01-sources.jar",
+          "url": "browser-1.3.0-rc01-sources.jar",
+          "size": 96459,
+          "sha512": "df16cf7d15c71803ea647225bb77130d90f22e14c88dc36b7d56bfb9da3428b7f807ada8325af1f50aa89910291e6f63c4a7100b4010b6f74a4495f9e95819f4",
+          "sha256": "3651cae3eac19997d1988d74adf7012caf63c4c8d6fce77f0e97885697457747",
+          "sha1": "43b8e6233e6f3ac0872f04a41e1e2b48361817eb",
+          "md5": "b95c5f115cd04ed9454cda327458f042"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.md5
new file mode 100644
index 0000000..65dee6a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.md5
@@ -0,0 +1 @@
+ad42b17828d204b8a601065422813fd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha1
new file mode 100644
index 0000000..9f9fd35
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha1
@@ -0,0 +1 @@
+c8e792f7c41e02fa16daff0a17af62cb215645ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha256
new file mode 100644
index 0000000..1584ca5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha256
@@ -0,0 +1 @@
+ff925b59a7d80e9987b6499f54f94a279a88dd8323ba8de9d5cafdfcb3e5490d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha512
new file mode 100644
index 0000000..403b0df
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.module.sha512
@@ -0,0 +1 @@
+2d708c8496500c10a6b3b4b07b727cb416b4d9b7a7955632b8b61bfb47b3f0ea7338c964f320d53808db311dc5e522e2e57ca848ac44a5eeb94f70829db879e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom
new file mode 100644
index 0000000..1ad1c8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.browser</groupId>
+  <artifactId>browser</artifactId>
+  <version>1.3.0-rc01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Custom Tabs</name>
+  <description>Android Support Custom Tabs</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/browser#1.3.0-rc01</url>
+  <inceptionYear>2015</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</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>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.interpolator</groupId>
+      <artifactId>interpolator</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.md5
new file mode 100644
index 0000000..6726d44
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.md5
@@ -0,0 +1 @@
+0fb771e9b07f3514f967b4755fd08205
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha1
new file mode 100644
index 0000000..5e6794c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha1
@@ -0,0 +1 @@
+f1cb50cb2435363d0b3d6e3a2ae903d11916f79a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha256
new file mode 100644
index 0000000..268c650
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha256
@@ -0,0 +1 @@
+c03971a693b560055d498d2e4b5ce4fc465eae362c67baed4891be711e6a12a9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha512
new file mode 100644
index 0000000..50a04a4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/browser/browser/1.3.0-rc01/browser-1.3.0-rc01.pom.sha512
@@ -0,0 +1 @@
+dd417493c8adf5094b240c6af92cdf17d116027ffdd4e812356077c343f8eb4948d9bd237baf09c12518d78895e2be565fdd05c6ba5b8fb66b4eb7969236ba8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar
index 46875e1..b621833 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.md5
index 8512316..a36db82 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-403caaa454b52bf0331cf0226934b02e
\ No newline at end of file
+23cfaf4ed57945398512ae8c6c50f96a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha1
index 351d967..9f534c3 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-500fc73ae94bd3b281600f40bc5609da5d09781d
\ No newline at end of file
+05cce9f33f627ffd093a61901becd8d1309f97fc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha256
index e6a7a99..f02b560 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-bf957ee34d203c8d59f045e8ae06a3003103e7856dcc9a41448b0e8f186309e8
\ No newline at end of file
+21ea73b634f0dc1238e378c280bdda0b42c8ac8dcef94139a36eb73bdd2e51f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha512
index 74d20a9..aea4d83 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-908312945fa07f4332524449770dfbbab4aeedef46f1e5d8a009344d6a1f3726ad71cb521548dcea05ef83908bfa5f92d5a0a136044d7d74033eae565a5a252c
\ No newline at end of file
+1699388fff2b32fba296535513321db96066ab3acd4c2c7d84aefaa163ad0ec423a4244eb454e5d0dfe42c640af573270aaa3af39c5a6d9db244a8a6024936f8
\ 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 4acaef7..d18a8b1 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "cardview-1.1.0-alpha01.aar",
           "url": "cardview-1.1.0-alpha01.aar",
-          "size": 23666,
-          "sha512": "908312945fa07f4332524449770dfbbab4aeedef46f1e5d8a009344d6a1f3726ad71cb521548dcea05ef83908bfa5f92d5a0a136044d7d74033eae565a5a252c",
-          "sha256": "bf957ee34d203c8d59f045e8ae06a3003103e7856dcc9a41448b0e8f186309e8",
-          "sha1": "500fc73ae94bd3b281600f40bc5609da5d09781d",
-          "md5": "403caaa454b52bf0331cf0226934b02e"
+          "size": 24713,
+          "sha512": "1699388fff2b32fba296535513321db96066ab3acd4c2c7d84aefaa163ad0ec423a4244eb454e5d0dfe42c640af573270aaa3af39c5a6d9db244a8a6024936f8",
+          "sha256": "21ea73b634f0dc1238e378c280bdda0b42c8ac8dcef94139a36eb73bdd2e51f2",
+          "sha1": "05cce9f33f627ffd093a61901becd8d1309f97fc",
+          "md5": "23cfaf4ed57945398512ae8c6c50f96a"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "cardview-1.1.0-alpha01.aar",
           "url": "cardview-1.1.0-alpha01.aar",
-          "size": 23666,
-          "sha512": "908312945fa07f4332524449770dfbbab4aeedef46f1e5d8a009344d6a1f3726ad71cb521548dcea05ef83908bfa5f92d5a0a136044d7d74033eae565a5a252c",
-          "sha256": "bf957ee34d203c8d59f045e8ae06a3003103e7856dcc9a41448b0e8f186309e8",
-          "sha1": "500fc73ae94bd3b281600f40bc5609da5d09781d",
-          "md5": "403caaa454b52bf0331cf0226934b02e"
+          "size": 24713,
+          "sha512": "1699388fff2b32fba296535513321db96066ab3acd4c2c7d84aefaa163ad0ec423a4244eb454e5d0dfe42c640af573270aaa3af39c5a6d9db244a8a6024936f8",
+          "sha256": "21ea73b634f0dc1238e378c280bdda0b42c8ac8dcef94139a36eb73bdd2e51f2",
+          "sha1": "05cce9f33f627ffd093a61901becd8d1309f97fc",
+          "md5": "23cfaf4ed57945398512ae8c6c50f96a"
         }
       ]
     },
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 4cb3bb8..eca1890 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 @@
-56fe8f13cb8dc82317a1961fc43350c4
\ No newline at end of file
+873e22acef2f8b95d68c5aaf9d7acbf2
\ 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 b157450..ccc08d7 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 @@
-905eb458e26514620d21ad4a5469bc197d384b36
\ No newline at end of file
+5fc8032953049723e1f7cec1fe1883cb1d38ac3f
\ 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 9c045b9..1fc39cd 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 @@
-86136ffe6816caf862d43a5119dd98144d8f7cb789f2010a675f41e913aff872
\ No newline at end of file
+95083d57f51458f3520496125562c03381aa847b62a5db59c3877ad5c3f1da64
\ 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 15b7fda..4826920 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 @@
-d35c60946b5d2ac7a7abf87346243446933da708eecb74343cb562a142b4ef4144707ccba4764c29f174264d0c915f5d82600b8080a336bd4773acfdc495f176
\ No newline at end of file
+4bc213aaf02c3534faab2d1a959718fffb141edb065b9bb7f1e9a438e0a423ccef16a563887c6423383a44cc17466cc4f4fd7c398e56d7ebe4ecac53ebb232e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom
index 707fc5b..2efc84b 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom
@@ -10,9 +10,9 @@
   <artifactId>cardview</artifactId>
   <version>1.1.0-alpha01</version>
   <packaging>aar</packaging>
-  <name>Android Support CardView v7</name>
-  <description>Android Support CardView v7</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <name>Android Support CardView</name>
+  <description>Android Support CardView</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/cardview#1.1.0-alpha01</url>
   <inceptionYear>2011</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.md5
index 7ac1db6..769b0f6 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-63dd1b1fd535e36e02afba88f8d4f3b1
\ No newline at end of file
+011dc154c2e7b31f7376ff8c3d116029
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha1
index a896c85..4dfcf6e 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-313f76469b0a40d87005396633d507489e8bf50e
\ No newline at end of file
+74a46c608216d04d1e0d52bcf5094ca0cd59f96c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha256
index 92f1518..a610d14 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-341e706f791590926d532051f41372d09ac60b35c562d38c2fe5bca7df3a5831
\ No newline at end of file
+814cefd6e3043089f97e4192160480b518b30f9c2224e4787bbf89f0e249f649
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha512
index 88495df..4088ed1 100644
--- a/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/cardview/cardview/1.1.0-alpha01/cardview-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-5c199940d7ccf89d325590263d992222839018ec76ec3b7308e1f3e0b53c5b78289cebcfd61a7d854959b5aefb2612f85d67c23c8c8f996a2709232b9466dc8b
\ No newline at end of file
+f3ca51f8e45ca28c30271a55731cc1f8bda4fe5dbcf59ab6d3ce0a0d67d65895ba6eb1e6c4cfb8f7a65fa2b993f66bc8708b93dad03df84ba75bf623181e6aae
\ 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-sources.jar b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar
deleted file mode 100644
index e8cf9ca..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.md5
deleted file mode 100644
index 875c4de..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-935054299ef8169fa22bc89312c4ec6b
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha1
deleted file mode 100644
index 148b394..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7d7f3841485f3dc438d8b1f243c385a86ac34f90
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha256
deleted file mode 100644
index fce2528..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-906a9d5a2cdf2f14813f597a573d0a1ccc6b0e42a2ee398208694fcead68dd08
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha512
deleted file mode 100644
index a524a0a..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7ebe8f7fb6c8d1b9247d07e3722540ca6535715c98c25af2dfb91e52ff6a3b500f3de5db34112203201d412703e136b9c568dd3c53e32df56e02f2391a0c0712
\ 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.jar b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar
deleted file mode 100644
index be3370b..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.md5
deleted file mode 100644
index 17e5fc1..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e19966786c4989ad7ffc6627a3706d77
\ 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.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha1
deleted file mode 100644
index a8a15fb..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c79cf0f974a6a906cf8c7bf66efb42305de315a9
\ 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.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha256
deleted file mode 100644
index 5d7ad64..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-8dc030f501e6e4d06c6073f70e55beda69c7f0d6e9b92044cdc39164ed5883ae
\ 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.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha512
deleted file mode 100644
index ee95566..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f4be51b004e9bc8a69e07bd40829663862eb23fa347fda171da74937e05dbf5013bd104aca5c866346470a57a681348388df1b12762c92ad217c721eb2ab4e23
\ 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
deleted file mode 100644
index d505958..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module
+++ /dev/null
@@ -1,117 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.collection",
-    "module": "collection-ktx",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "collection-ktx-1.2.0-alpha01.jar",
-          "url": "collection-ktx-1.2.0-alpha01.jar",
-          "size": 18877,
-          "sha512": "f4be51b004e9bc8a69e07bd40829663862eb23fa347fda171da74937e05dbf5013bd104aca5c866346470a57a681348388df1b12762c92ad217c721eb2ab4e23",
-          "sha256": "8dc030f501e6e4d06c6073f70e55beda69c7f0d6e9b92044cdc39164ed5883ae",
-          "sha1": "c79cf0f974a6a906cf8c7bf66efb42305de315a9",
-          "md5": "e19966786c4989ad7ffc6627a3706d77"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "collection-ktx-1.2.0-alpha01.jar",
-          "url": "collection-ktx-1.2.0-alpha01.jar",
-          "size": 18877,
-          "sha512": "f4be51b004e9bc8a69e07bd40829663862eb23fa347fda171da74937e05dbf5013bd104aca5c866346470a57a681348388df1b12762c92ad217c721eb2ab4e23",
-          "sha256": "8dc030f501e6e4d06c6073f70e55beda69c7f0d6e9b92044cdc39164ed5883ae",
-          "sha1": "c79cf0f974a6a906cf8c7bf66efb42305de315a9",
-          "md5": "e19966786c4989ad7ffc6627a3706d77"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "collection-ktx-1.2.0-alpha01-sources.jar",
-          "url": "collection-ktx-1.2.0-alpha01-sources.jar",
-          "size": 5947,
-          "sha512": "7ebe8f7fb6c8d1b9247d07e3722540ca6535715c98c25af2dfb91e52ff6a3b500f3de5db34112203201d412703e136b9c568dd3c53e32df56e02f2391a0c0712",
-          "sha256": "906a9d5a2cdf2f14813f597a573d0a1ccc6b0e42a2ee398208694fcead68dd08",
-          "sha1": "7d7f3841485f3dc438d8b1f243c385a86ac34f90",
-          "md5": "935054299ef8169fa22bc89312c4ec6b"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 7986296..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-a39326706a8cc0867a41dff0e158e039
\ 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
deleted file mode 100644
index 37b8df3..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fae9502520135ead91080bb3ce878fea551274d0
\ 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
deleted file mode 100644
index d4b9b14..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-67f4a25c24ab64b049b17e7f6486f0eb906d935502f85423231aa93d8f584aff
\ 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
deleted file mode 100644
index fee7c4b..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6b2b1d77a97cf1a6e67f9e00c594c7e04e39ad1bf70377d9d046915f26579ae8750ee92fb0f112d30503623dedb4e07f8dfb1ad25338b7093293484bf0c040a4
\ 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.pom b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom
deleted file mode 100644
index 91a2f03..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.collection</groupId>
-  <artifactId>collection-ktx</artifactId>
-  <version>1.2.0-alpha01</version>
-  <name>Collections Kotlin Extensions</name>
-  <description>Kotlin extensions for 'collection' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>[1.2.0-alpha01]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.md5
deleted file mode 100644
index 8dd09b4..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-ebb8ff38ad193e38bd2c2fbcd25c6590
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index ff64a48..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3e0d246e341206d55d04a29414636921a38a8192
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index c859114..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-51cd89a7e5e81a0cef46d568e3a7322cd59d0bde547c79d6e883c13ff27790ea
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index bd39edd..0000000
--- a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha01/collection-ktx-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7182928d0c22bda5e44e069ba9cda1fe13d712a779379a76b44306a4d0d6a29ea54be082837996d45511f59753147793ff50c534efc66c12d443b94b1bcace4c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar
new file mode 100644
index 0000000..6b51a27
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..35d23ba
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+b04f8fbb3052b48bd98d4d63e21d9b26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..5211923
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+9ee182ad504e3aa9c1fa53602342409c265d2e8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..c32fa5c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+3e2ef9c8e1a8da244e56e1e4a7f6bc68fb1d0540a5ac626a4956e9ab98a45519
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..5670c56
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+7de8104057e72b4500bcd5fbe849a19f881c6a11acc3281b193574e790d0b7bde6b3aa2df4fbb3ef3ab251ba43e412770ea9995a7062e36fc34dc04a3e76195b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar
new file mode 100644
index 0000000..0daac69
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.md5
new file mode 100644
index 0000000..735d27b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.md5
@@ -0,0 +1 @@
+6e5517558089bb634db0cb8f6c233df1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha1
new file mode 100644
index 0000000..dd69858
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha1
@@ -0,0 +1 @@
+919f7397e7db86d9c054926c980d11acb1e4216f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha256
new file mode 100644
index 0000000..7c363da
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha256
@@ -0,0 +1 @@
+817c985cd523da40ebd9b600a421308fc30f11deb8c4c451de632f2f26258860
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha512
new file mode 100644
index 0000000..2f02a1a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.jar.sha512
@@ -0,0 +1 @@
+5167228db87e34d3d87ec4ef1bdeb6a286b50198adc3f7f40727b1e63de37416520a208608be2dccd329b3d51285272680f4ef3630526ca8211ee9882bd29690
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module
new file mode 100644
index 0000000..fcd1eb9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module
@@ -0,0 +1,117 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.collection",
+    "module": "collection-ktx",
+    "version": "1.2.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.2.0-alpha02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "collection-ktx-1.2.0-alpha02.jar",
+          "url": "collection-ktx-1.2.0-alpha02.jar",
+          "size": 18892,
+          "sha512": "5167228db87e34d3d87ec4ef1bdeb6a286b50198adc3f7f40727b1e63de37416520a208608be2dccd329b3d51285272680f4ef3630526ca8211ee9882bd29690",
+          "sha256": "817c985cd523da40ebd9b600a421308fc30f11deb8c4c451de632f2f26258860",
+          "sha1": "919f7397e7db86d9c054926c980d11acb1e4216f",
+          "md5": "6e5517558089bb634db0cb8f6c233df1"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.2.0-alpha02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "collection-ktx-1.2.0-alpha02.jar",
+          "url": "collection-ktx-1.2.0-alpha02.jar",
+          "size": 18892,
+          "sha512": "5167228db87e34d3d87ec4ef1bdeb6a286b50198adc3f7f40727b1e63de37416520a208608be2dccd329b3d51285272680f4ef3630526ca8211ee9882bd29690",
+          "sha256": "817c985cd523da40ebd9b600a421308fc30f11deb8c4c451de632f2f26258860",
+          "sha1": "919f7397e7db86d9c054926c980d11acb1e4216f",
+          "md5": "6e5517558089bb634db0cb8f6c233df1"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "collection-ktx-1.2.0-alpha02-sources.jar",
+          "url": "collection-ktx-1.2.0-alpha02-sources.jar",
+          "size": 6005,
+          "sha512": "7de8104057e72b4500bcd5fbe849a19f881c6a11acc3281b193574e790d0b7bde6b3aa2df4fbb3ef3ab251ba43e412770ea9995a7062e36fc34dc04a3e76195b",
+          "sha256": "3e2ef9c8e1a8da244e56e1e4a7f6bc68fb1d0540a5ac626a4956e9ab98a45519",
+          "sha1": "9ee182ad504e3aa9c1fa53602342409c265d2e8e",
+          "md5": "b04f8fbb3052b48bd98d4d63e21d9b26"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.md5
new file mode 100644
index 0000000..104af9c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.md5
@@ -0,0 +1 @@
+56e46492a34432945f1f92a83a897b9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha1
new file mode 100644
index 0000000..28179f5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha1
@@ -0,0 +1 @@
+27e56170d3f4c87723b14eb0786c468c0a7024f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha256
new file mode 100644
index 0000000..c3cef77
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha256
@@ -0,0 +1 @@
+37cdaf110822f55909a39373eb2cbd78c033cbe2e77f43a5fb23d5a9ebcd9b80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha512
new file mode 100644
index 0000000..5e20aa5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.module.sha512
@@ -0,0 +1 @@
+3a2b5d0e702ad05f3d998e94004c1f633e05ff712c5f14704cf1a5df6cb1035157e866cef46ea6a8ccd44c5e905b27a61a2ae3aeb8afb3299c5041de101f4318
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom
new file mode 100644
index 0000000..f6516ec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.collection</groupId>
+  <artifactId>collection-ktx</artifactId>
+  <version>1.2.0-alpha02</version>
+  <name>Collections Kotlin Extensions</name>
+  <description>Kotlin extensions for 'collection' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/collection#1.2.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>[1.2.0-alpha02]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.md5
new file mode 100644
index 0000000..1e2bac7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.md5
@@ -0,0 +1 @@
+b31e1f34e066a749cc811e3c0631d0ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha1
new file mode 100644
index 0000000..c2f4938
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+39e531113a560e2f25a896d573bb3ffd57f654b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha256
new file mode 100644
index 0000000..16305c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+baa52a62c3eb0b877c71a777019247e04265874a174980402fc196d9d169cefa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha512
new file mode 100644
index 0000000..951114a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection-ktx/1.2.0-alpha02/collection-ktx-1.2.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+82c2b9309726d8b35768ade693a98c1b3fd177c40127c9a6034fa07ee1eadb19a8394184df6fe93b06d7eeb06938e6356b0b61e55d600715c9d1f3d711cacade
\ 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
deleted file mode 100644
index 901a3ac..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index 5c1ed95..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 1d0aafc..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 19a7d14..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 758fef7..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index a2b50d4..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar
+++ /dev/null
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
deleted file mode 100644
index f3227d5..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 4282d67..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index ec55813..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 657383a..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 25c805a..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module
+++ /dev/null
@@ -1,103 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.collection",
-    "module": "collection",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "collection-1.2.0-alpha01.jar",
-          "url": "collection-1.2.0-alpha01.jar",
-          "size": 41601,
-          "sha512": "61f854a12a2f393d0193454213baaf5aab4080440c97e60d6bcfb2146d328e6c2fee273d29f2c29cdf86cd69459d9df1fd35df2bfc9e30c6d4f2d4222c2efd73",
-          "sha256": "b2d99644d663880e34dcef4ee9e6557386bc02ad9524f28a9f08c3b356ab9bbf",
-          "sha1": "728d57cef2818606aa48fbb4516f21d7de85a132",
-          "md5": "2cf62bb9191b14b682606ed4a802f194"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "collection-1.2.0-alpha01.jar",
-          "url": "collection-1.2.0-alpha01.jar",
-          "size": 41601,
-          "sha512": "61f854a12a2f393d0193454213baaf5aab4080440c97e60d6bcfb2146d328e6c2fee273d29f2c29cdf86cd69459d9df1fd35df2bfc9e30c6d4f2d4222c2efd73",
-          "sha256": "b2d99644d663880e34dcef4ee9e6557386bc02ad9524f28a9f08c3b356ab9bbf",
-          "sha1": "728d57cef2818606aa48fbb4516f21d7de85a132",
-          "md5": "2cf62bb9191b14b682606ed4a802f194"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "collection-1.2.0-alpha01-sources.jar",
-          "url": "collection-1.2.0-alpha01-sources.jar",
-          "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
deleted file mode 100644
index 8e52dbc..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-95bb9ac42a11f4d930887e271dfad477
\ 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
deleted file mode 100644
index 772377a..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0514ac10fe390d2d84564d1dbb31ebb357314ad3
\ 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
deleted file mode 100644
index 4ce7371..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-243d9306f5234f74f01b6b6220db2038a284d10877347db46c13a0448f1e1d6d
\ 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
deleted file mode 100644
index aca4a99..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b217c195708cf039dd1cfee5f0a76dfb139e37731a38882846838518f5d3ad7dd6812c301a216a3deb9b0705dc6747399b2bbbaed3ab2a15213daad564a1f96c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom
deleted file mode 100644
index c152498..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.collection</groupId>
-  <artifactId>collection</artifactId>
-  <version>1.2.0-alpha01</version>
-  <name>Android Support Library collections</name>
-  <description>Standalone efficient collections.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.md5
deleted file mode 100644
index 2926fbc..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-80e38a97b34d7415c1f6a2c93316edb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index 634f041..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-11aa5e979974d61808582c566de3af3799aef88e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index eb8c128..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ad0d66c504bc0d2099c1b25de50d7eafd0154c1255bb65e1f6e5a34a31f41b26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index 892b397..0000000
--- a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha01/collection-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-53ee5d80da0eb3fe5cdd1502a892f820e70d8f40c649c6987928b1efd5cc0a16be5fffa5544e3dc208c91e37c0490df2a04234255100ba1d4a67e582fd9b5d73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar
new file mode 100644
index 0000000..b525c08
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..80104e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+94ef11b5b895fd2aa651f46657fe142a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..2c064ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+ebd5445676f6fa5a0308bba2792f36b5f1b24b70
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..9b032fa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+9ccf430f1888ed8c572c4d4fd5cbd490fb66e282f14ff1b43f3f9ede081e9210
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..5394c50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+4c286dcc40b2f5ac34b9a2e69ce879b62f2a81d768b371d463a477706a6cdbda65551611462206ddad1a8c027d977c2609b651a3eae56721e7b8495f0158953a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar
new file mode 100644
index 0000000..9d85672
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.md5
new file mode 100644
index 0000000..cafc970
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.md5
@@ -0,0 +1 @@
+680e33d08deb1e1d7e4e8cc07c962036
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha1
new file mode 100644
index 0000000..4477e9a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha1
@@ -0,0 +1 @@
+f4eac44775d385886646640bced6869f0bc72fe6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha256
new file mode 100644
index 0000000..e9638eb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha256
@@ -0,0 +1 @@
+dcc15272f6350d1e5296ad33e8663c6c68ffaa5120824f4c0392e53d49a94ffe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha512
new file mode 100644
index 0000000..b56ca6d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.jar.sha512
@@ -0,0 +1 @@
+cfa4865e4762ca268998595cb2b1b9c9d4dd866353da5b4fd8fcca247b3b5be9391590c89dab7f2f5ffc3e850b16708ab3a9d3dedae4fa3177cf05f76a2c3baf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module
new file mode 100644
index 0000000..757b92e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module
@@ -0,0 +1,103 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.collection",
+    "module": "collection",
+    "version": "1.2.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "collection-1.2.0-alpha02.jar",
+          "url": "collection-1.2.0-alpha02.jar",
+          "size": 41716,
+          "sha512": "cfa4865e4762ca268998595cb2b1b9c9d4dd866353da5b4fd8fcca247b3b5be9391590c89dab7f2f5ffc3e850b16708ab3a9d3dedae4fa3177cf05f76a2c3baf",
+          "sha256": "dcc15272f6350d1e5296ad33e8663c6c68ffaa5120824f4c0392e53d49a94ffe",
+          "sha1": "f4eac44775d385886646640bced6869f0bc72fe6",
+          "md5": "680e33d08deb1e1d7e4e8cc07c962036"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "collection-1.2.0-alpha02.jar",
+          "url": "collection-1.2.0-alpha02.jar",
+          "size": 41716,
+          "sha512": "cfa4865e4762ca268998595cb2b1b9c9d4dd866353da5b4fd8fcca247b3b5be9391590c89dab7f2f5ffc3e850b16708ab3a9d3dedae4fa3177cf05f76a2c3baf",
+          "sha256": "dcc15272f6350d1e5296ad33e8663c6c68ffaa5120824f4c0392e53d49a94ffe",
+          "sha1": "f4eac44775d385886646640bced6869f0bc72fe6",
+          "md5": "680e33d08deb1e1d7e4e8cc07c962036"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "collection-1.2.0-alpha02-sources.jar",
+          "url": "collection-1.2.0-alpha02-sources.jar",
+          "size": 36261,
+          "sha512": "4c286dcc40b2f5ac34b9a2e69ce879b62f2a81d768b371d463a477706a6cdbda65551611462206ddad1a8c027d977c2609b651a3eae56721e7b8495f0158953a",
+          "sha256": "9ccf430f1888ed8c572c4d4fd5cbd490fb66e282f14ff1b43f3f9ede081e9210",
+          "sha1": "ebd5445676f6fa5a0308bba2792f36b5f1b24b70",
+          "md5": "94ef11b5b895fd2aa651f46657fe142a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.md5
new file mode 100644
index 0000000..7fb568e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.md5
@@ -0,0 +1 @@
+f209686392081309f3cfca93471601a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha1
new file mode 100644
index 0000000..92227fb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha1
@@ -0,0 +1 @@
+66dad200e97345ea524b6d31fb149b804acf014e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha256
new file mode 100644
index 0000000..eb5554a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha256
@@ -0,0 +1 @@
+c050ab793c041558891e8041c470c73534d642729d8be9a8db97c6bf2e370070
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha512
new file mode 100644
index 0000000..f21bdb2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.module.sha512
@@ -0,0 +1 @@
+b74324a11fd47c346912e5d9cc79cad9abd79896fdd2d86959bc7625430084bbfc5ec9d8848b87356f2c103cec7018b3c0c21a2541dcf531ae7e6df2eaed3a4c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom
new file mode 100644
index 0000000..4260a53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.collection</groupId>
+  <artifactId>collection</artifactId>
+  <version>1.2.0-alpha02</version>
+  <name>Android Support Library collections</name>
+  <description>Standalone efficient collections.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/collection#1.2.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.md5
new file mode 100644
index 0000000..3ae6e2c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.md5
@@ -0,0 +1 @@
+1e4831b818fcc919bca8d8c24843a9b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha1
new file mode 100644
index 0000000..d4b64e0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+a0f20f5f67ae25dbec97e112b6eb9dd6e2efb6e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha256
new file mode 100644
index 0000000..710f549
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+64e5f7d1b648014911586fca69744294ea4852e8428e8658671ecfcfec8a77b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha512
new file mode 100644
index 0000000..db451c4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/collection/collection/1.2.0-alpha02/collection-1.2.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+87844693f6634ea5cf5afc894b2d105574d5d22c11ec04033a3660a0ab83f3f22c34659b031cefbe7489853ee7afa3365124264ba2b865c05fb5de9f18914df4
\ 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-sources.jar b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar
deleted file mode 100644
index 613f725..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.md5
deleted file mode 100644
index 65ea061..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8d367d5caa04f4fe7716b81751450f3c
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha1
deleted file mode 100644
index c9322e6..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a27842adf6c42f3d80893bd46e1de4ac024218e7
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha256
deleted file mode 100644
index 887a310..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-cc06fb6045a6c066f50e237a3c2126bc88c16d358a57b3612ba633c9f530b0a0
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha512
deleted file mode 100644
index 90cc885..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d65d21d00c60aee9b4a9039cfbfe5b6c262d83a86d6c108b634830648faf08fcf95a977f13c5a82e5ed18525ecdd47f659e9abcdb76c97487a5e11874db8140b
\ 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.jar b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar
deleted file mode 100644
index 833b095..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.md5
deleted file mode 100644
index 955c64c..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-409aee996eabfb4f23428b2d6026d6aa
\ 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.jar.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha1
deleted file mode 100644
index 0e000b8..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-50b7fb98350d5f42a4e49704b03278542293ba48
\ 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.jar.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha256
deleted file mode 100644
index ba50efc..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0ce067c514a0d1049d1bebdf709e344ed3266fe9744275682937cdcb13334e9e
\ 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.jar.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha512
deleted file mode 100644
index 9ba4219..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-3864ec1769828064e1002d4319ed5d275de29a54c6150f47decb5e2afff5b4216faa5eace49f6e95121bff580d07a3e4121c9fdbc84113694c86df4bd655214d
\ 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
deleted file mode 100644
index f091c30..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module
+++ /dev/null
@@ -1,113 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.concurrent",
-    "module": "concurrent-futures",
-    "version": "1.1.0-beta01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "concurrent-futures-1.1.0-beta01.jar",
-          "url": "concurrent-futures-1.1.0-beta01.jar",
-          "size": 25987,
-          "sha512": "3864ec1769828064e1002d4319ed5d275de29a54c6150f47decb5e2afff5b4216faa5eace49f6e95121bff580d07a3e4121c9fdbc84113694c86df4bd655214d",
-          "sha256": "0ce067c514a0d1049d1bebdf709e344ed3266fe9744275682937cdcb13334e9e",
-          "sha1": "50b7fb98350d5f42a4e49704b03278542293ba48",
-          "md5": "409aee996eabfb4f23428b2d6026d6aa"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "concurrent-futures-1.1.0-beta01.jar",
-          "url": "concurrent-futures-1.1.0-beta01.jar",
-          "size": 25987,
-          "sha512": "3864ec1769828064e1002d4319ed5d275de29a54c6150f47decb5e2afff5b4216faa5eace49f6e95121bff580d07a3e4121c9fdbc84113694c86df4bd655214d",
-          "sha256": "0ce067c514a0d1049d1bebdf709e344ed3266fe9744275682937cdcb13334e9e",
-          "sha1": "50b7fb98350d5f42a4e49704b03278542293ba48",
-          "md5": "409aee996eabfb4f23428b2d6026d6aa"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "concurrent-futures-1.1.0-beta01-sources.jar",
-          "url": "concurrent-futures-1.1.0-beta01-sources.jar",
-          "size": 19716,
-          "sha512": "d65d21d00c60aee9b4a9039cfbfe5b6c262d83a86d6c108b634830648faf08fcf95a977f13c5a82e5ed18525ecdd47f659e9abcdb76c97487a5e11874db8140b",
-          "sha256": "cc06fb6045a6c066f50e237a3c2126bc88c16d358a57b3612ba633c9f530b0a0",
-          "sha1": "a27842adf6c42f3d80893bd46e1de4ac024218e7",
-          "md5": "8d367d5caa04f4fe7716b81751450f3c"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index aa47663..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-87de2c60f90793310c02fd776f53aa69
\ 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
deleted file mode 100644
index f759d04..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d8e61350b21255004909e3c73a7bcd67b8c8c6eb
\ 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
deleted file mode 100644
index 22d0332..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-871197656bda85718c27343d29e542d57a96115b61e846df108347ee03ff778f
\ 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
deleted file mode 100644
index c619e98..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c10bbdab2640e5b3470097fb58ca3d45abe32426dec1ffd9a78d345327c6b8560dd99849c29b6faa44c84a541a0e298efcc3b8f5bdc2c8d983b8424195302ba1
\ 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.pom b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom
deleted file mode 100644
index 889154e..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.concurrent</groupId>
-  <artifactId>concurrent-futures</artifactId>
-  <version>1.1.0-beta01</version>
-  <name>AndroidX Futures</name>
-  <description>Androidx implementation of Guava's ListenableFuture</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>listenablefuture</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.md5
deleted file mode 100644
index 1127867..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-d721121d21c716ee3785381206fe3335
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha1
deleted file mode 100644
index 4966438..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6645651fee9b411ac8e32952fa30a810fa328215
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha256
deleted file mode 100644
index 5199f2f..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c95034e54fe99a65db986b06c229dd4db7a8b5915379ea512e105d86d163abed
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha512
deleted file mode 100644
index 9ca0622..0000000
--- a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.1.0-beta01/concurrent-futures-1.1.0-beta01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-fd8cda696bc824f6ddf870e80c7eea988983c6333f2e762dea62dff0c10896c3f0862fdc1812f151f206e4b44746e6801e1ed2ce5727516531d3125062240342
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..808a82b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..6c640e8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+0a38fa84abd484f21f08b7813950364e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..ee28d96
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+7280e2988c21c559cbd3201ee1066ac54efc175c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..081e59e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+9f204c8b7fabd5b29a3eea04cc1f633b46a5f90f9ce8eea0d7734ec83647bdab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..26dbe8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+add711b4e25a620e5e681ca6dabe5dd9c172c3d1623a4c686fcaaa98393bde5d30090b837f06448761cfb6903298b448d5b0cb420d907f0247e4e6ecb0cbe081
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar
new file mode 100644
index 0000000..f8defc1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.md5
new file mode 100644
index 0000000..86be5e9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.md5
@@ -0,0 +1 @@
+728bc31e76aaed391b2902aebf387650
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha1
new file mode 100644
index 0000000..7c91343
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha1
@@ -0,0 +1 @@
+264b4a9773925edde25626d24aef6bec788c6e96
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha256
new file mode 100644
index 0000000..76f2da4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha256
@@ -0,0 +1 @@
+ca73cc90b2330e68444851be83c1dbe650c776a09d4b6dcc311be47684f5d0e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha512
new file mode 100644
index 0000000..258d048
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.jar.sha512
@@ -0,0 +1 @@
+bf51fdde0e937e4723fa219f35d891701c4e8c342413da310ccea02fb3ff9f8fa7ffae673c2ba05b4961b1ef51df6fd906c245a36f7618d873d28ea07d664093
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module
new file mode 100644
index 0000000..3673958
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module
@@ -0,0 +1,113 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.concurrent",
+    "module": "concurrent-futures",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "concurrent-futures-1.2.0-alpha01.jar",
+          "url": "concurrent-futures-1.2.0-alpha01.jar",
+          "size": 25986,
+          "sha512": "bf51fdde0e937e4723fa219f35d891701c4e8c342413da310ccea02fb3ff9f8fa7ffae673c2ba05b4961b1ef51df6fd906c245a36f7618d873d28ea07d664093",
+          "sha256": "ca73cc90b2330e68444851be83c1dbe650c776a09d4b6dcc311be47684f5d0e5",
+          "sha1": "264b4a9773925edde25626d24aef6bec788c6e96",
+          "md5": "728bc31e76aaed391b2902aebf387650"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "concurrent-futures-1.2.0-alpha01.jar",
+          "url": "concurrent-futures-1.2.0-alpha01.jar",
+          "size": 25986,
+          "sha512": "bf51fdde0e937e4723fa219f35d891701c4e8c342413da310ccea02fb3ff9f8fa7ffae673c2ba05b4961b1ef51df6fd906c245a36f7618d873d28ea07d664093",
+          "sha256": "ca73cc90b2330e68444851be83c1dbe650c776a09d4b6dcc311be47684f5d0e5",
+          "sha1": "264b4a9773925edde25626d24aef6bec788c6e96",
+          "md5": "728bc31e76aaed391b2902aebf387650"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "concurrent-futures-1.2.0-alpha01-sources.jar",
+          "url": "concurrent-futures-1.2.0-alpha01-sources.jar",
+          "size": 19740,
+          "sha512": "add711b4e25a620e5e681ca6dabe5dd9c172c3d1623a4c686fcaaa98393bde5d30090b837f06448761cfb6903298b448d5b0cb420d907f0247e4e6ecb0cbe081",
+          "sha256": "9f204c8b7fabd5b29a3eea04cc1f633b46a5f90f9ce8eea0d7734ec83647bdab",
+          "sha1": "7280e2988c21c559cbd3201ee1066ac54efc175c",
+          "md5": "0a38fa84abd484f21f08b7813950364e"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..531399d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+cb8c7dad3bdce59431c70601951d6fee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..d5935f1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+89029ef18c9dd5ed72d1d7bf4642838154e2be07
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..642ff65
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+a62e5b58874053fbfeb2a15bd98f62578ae66d4f5fa6d0933dafb2c9d68241a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..ed38f16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+78fdc47a97403dad317ebfba1cf6959e730673349579ab24543800f1d6cf5266a098d5395214c1b62ce92539757b0d56e96100b87cbb21388a792f78d7d4ecea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom
new file mode 100644
index 0000000..3c1cfad
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.concurrent</groupId>
+  <artifactId>concurrent-futures</artifactId>
+  <version>1.2.0-alpha01</version>
+  <name>AndroidX Futures</name>
+  <description>Androidx implementation of Guava's ListenableFuture</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/concurrent#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..1c70df2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+ced8e035cc5562271b041a30de5aef46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..7a5c857
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+1caf5d9720900c603bdfae5b979d4a88edfe4cc8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..c16e15e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+1cc7bd3456b6bf185337e6f2a4b9f4232b099ae4b6212d6e0aa9342dbbb2d6f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..888151e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/concurrent/concurrent-futures/1.2.0-alpha01/concurrent-futures-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+9c1459afd3fa97e4938371ac984a8bd6b8ffbe68df4725a356ea96b4ee2f51dd9fcc5994b9c6eed1842af1d67c86469bcb8d0f0c968a4b55cf2a703318e09d26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar
index 3acfd55..92f8c5b 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.md5
index 6074a6b..cff5d87 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-e8a0b1f52746ec17a44e20beae6078b1
\ No newline at end of file
+613de07a1f53b247e571aa78fd0464ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha1
index 0f4cfe7..7948756 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-bf57ef0804d834ce31402b4d570fa47ad4e824ab
\ No newline at end of file
+ce9642ec426debfdfbe6b18f8d59b292a1f3a1b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha256
index 4eb1f29..891ab24 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-d565406eeb3aeffa8adf0ce33c3da88a5057629e64818e9f2b0d99df4c52abce
\ No newline at end of file
+2c93a92126c12ecab0e80145d3535f40639f5ce59599ca97466967aa6ce689b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha512
index ac789d8..80029e6 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-bd1617e0d5f2ebda6b1f8f75b36b7d782a6c01bcaf15a52adb1bee4f1172dc7d77a48150e14543adeeb06c492900ac1732b1d035e6218778d7f4fabf7b4bcc21
\ No newline at end of file
+cdbab634efab5011d86c72cd362f1ecabe627b40d50b1268cc06a006ef2192fced4461329a45c898b38c72ffa470b704e1511722c776e552ef5da0a5688bbb8f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar
index 0e8c9e4..304e81a 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.md5
index 287d801..2f434fe 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-5506c8f3f4fe796205a054d1cee6570f
\ No newline at end of file
+363cd40f72af338a31d289afd4f12682
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha1
index 5debb73..c0e5eb3 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-726d2f475607d2d35ab71585879cd35dd792ce91
\ No newline at end of file
+b17f9cd86706dbeb65726f9662d817165ea504d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha256
index 2df7221..c8dc4dd 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-cb089f18f08abd7a6f7245390f43263a9558908a2e628b1fdd13cefebc8a21c7
\ No newline at end of file
+26d32f9370b97c51ba69aa943325cc8c0ca6aa090f16a2440814bcec144e4bd9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha512
index eb4f996..1d7b66a 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-730bd2c48578cb8844b825e52368405b56170baf56f28a9a189810ebb07f1aee4d729e5d125d1be843859b756343812335f4a287ab6c9d1212438645aeb80270
\ No newline at end of file
+c2270923eb8543375740853ecc6eba3d5471d21da82356d036654002061e3842612344a2ba2f68bea94de2a6cc5e677391e66a2489c1d8a01e4347833ce044b9
\ 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 8109efd..ebc6fa8 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "coordinatorlayout-1.2.0-alpha01.aar",
           "url": "coordinatorlayout-1.2.0-alpha01.aar",
-          "size": 44850,
-          "sha512": "730bd2c48578cb8844b825e52368405b56170baf56f28a9a189810ebb07f1aee4d729e5d125d1be843859b756343812335f4a287ab6c9d1212438645aeb80270",
-          "sha256": "cb089f18f08abd7a6f7245390f43263a9558908a2e628b1fdd13cefebc8a21c7",
-          "sha1": "726d2f475607d2d35ab71585879cd35dd792ce91",
-          "md5": "5506c8f3f4fe796205a054d1cee6570f"
+          "size": 45168,
+          "sha512": "c2270923eb8543375740853ecc6eba3d5471d21da82356d036654002061e3842612344a2ba2f68bea94de2a6cc5e677391e66a2489c1d8a01e4347833ce044b9",
+          "sha256": "26d32f9370b97c51ba69aa943325cc8c0ca6aa090f16a2440814bcec144e4bd9",
+          "sha1": "b17f9cd86706dbeb65726f9662d817165ea504d9",
+          "md5": "363cd40f72af338a31d289afd4f12682"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "coordinatorlayout-1.2.0-alpha01.aar",
           "url": "coordinatorlayout-1.2.0-alpha01.aar",
-          "size": 44850,
-          "sha512": "730bd2c48578cb8844b825e52368405b56170baf56f28a9a189810ebb07f1aee4d729e5d125d1be843859b756343812335f4a287ab6c9d1212438645aeb80270",
-          "sha256": "cb089f18f08abd7a6f7245390f43263a9558908a2e628b1fdd13cefebc8a21c7",
-          "sha1": "726d2f475607d2d35ab71585879cd35dd792ce91",
-          "md5": "5506c8f3f4fe796205a054d1cee6570f"
+          "size": 45168,
+          "sha512": "c2270923eb8543375740853ecc6eba3d5471d21da82356d036654002061e3842612344a2ba2f68bea94de2a6cc5e677391e66a2489c1d8a01e4347833ce044b9",
+          "sha256": "26d32f9370b97c51ba69aa943325cc8c0ca6aa090f16a2440814bcec144e4bd9",
+          "sha1": "b17f9cd86706dbeb65726f9662d817165ea504d9",
+          "md5": "363cd40f72af338a31d289afd4f12682"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "coordinatorlayout-1.2.0-alpha01-sources.jar",
           "url": "coordinatorlayout-1.2.0-alpha01-sources.jar",
-          "size": 31040,
-          "sha512": "bd1617e0d5f2ebda6b1f8f75b36b7d782a6c01bcaf15a52adb1bee4f1172dc7d77a48150e14543adeeb06c492900ac1732b1d035e6218778d7f4fabf7b4bcc21",
-          "sha256": "d565406eeb3aeffa8adf0ce33c3da88a5057629e64818e9f2b0d99df4c52abce",
-          "sha1": "bf57ef0804d834ce31402b4d570fa47ad4e824ab",
-          "md5": "e8a0b1f52746ec17a44e20beae6078b1"
+          "size": 31028,
+          "sha512": "cdbab634efab5011d86c72cd362f1ecabe627b40d50b1268cc06a006ef2192fced4461329a45c898b38c72ffa470b704e1511722c776e552ef5da0a5688bbb8f",
+          "sha256": "2c93a92126c12ecab0e80145d3535f40639f5ce59599ca97466967aa6ce689b2",
+          "sha1": "ce9642ec426debfdfbe6b18f8d59b292a1f3a1b7",
+          "md5": "613de07a1f53b247e571aa78fd0464ed"
         }
       ]
     }
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 261bf24..cf51ccf 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 @@
-462de42bc1a9c5320697502619c3f680
\ No newline at end of file
+e79098bab09c58b13e10a6078075df2b
\ 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 85799ae..ce6ec50 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 @@
-6be010aab5427afde6adb48477e914eb0d921eaf
\ No newline at end of file
+e6ef1de5eb71cbd65920cffe4480372ccc0b0306
\ 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 2bdf706..06fc81e 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 @@
-8d437cce795747677666ddf791116ed0124ab9da40c349e859884d8ca6a1162e
\ No newline at end of file
+50776eaa8a622aa941a3a19d11f104b2cd7fa248d35675804a6b18f41a16e6f9
\ 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 06728a8..d527df4 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 @@
-0b23a272a7d57a74ec16eea5ede5cd4c99ac789fac7dce2fd00687529cf9f62687c601000538c89d53a294f312c36a1c8a0578ac7617b13b0d2094d190bd810e
\ No newline at end of file
+f3a5082098a108edb0b7dcf0dc619597307a59426f8ee2eb26dca8ad76c20edfd0717d54514ee914e9a322881223e3c9648f6c4cfd801c38cc8fccc838ce7dc8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom
index 7308a65..b63ac8e 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Coordinator Layout</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/coordinatorlayout#1.2.0-alpha01</url>
   <inceptionYear>2011</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.md5
index 5619b13..b5519c5 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-20e4f5503688f78a0203e163bde8cba6
\ No newline at end of file
+5e9562c0f47c36d3100928da3a4d3ddc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha1
index 920c8b2..08a5063 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-f7eb1001fd74f07b27046531790bbe37d2cac068
\ No newline at end of file
+4d10d86a2e3c2c1e5fdb45ba56e1dbe6cdbbd2e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha256
index 1987879..4c89b4c 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-6f38febdce97688d87c5b5c25e0cbc74d672a5f532525970c150fbd58d256f79
\ No newline at end of file
+8e9e21e230b41bdd79187ff1d5b7aea35f6cfb3c9f5af847440260b83fd70235
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha512
index c30059f..85924f6 100644
--- a/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.2.0-alpha01/coordinatorlayout-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-336f95dd6639e496bf405a4793300d955b0064d0d5bea1ea726a5b150e3a1bc7894e95f6835f8c431000c34c56b89a646e0ff726eff11a028caa50e9949530ff
\ No newline at end of file
+1259e3b4d03ad1651be866b543afc0d939244f39d0623a70de16ffeacce151d892519260594bf6c64ec2bf46c97f91457d4a8204678e889663054bd76027b3ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar
deleted file mode 100644
index 9cc8a09..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.md5
deleted file mode 100644
index 3febd61..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-583872ac8ad8466e76ab5c052b8b81d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha1
deleted file mode 100644
index d03f6e2..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e3f741f426cdb72c4325df9c547463435e2f3bd1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha256
deleted file mode 100644
index ef4085d..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-dc68f477ca1a8aca4da7349d19f73df2dd8db8cb35734f38f8083a2381696dcc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha512
deleted file mode 100644
index f74fbfe..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1b2c9a681f79ffbb1b821a8ddab9d0efcc78a0dfb14aeda62ff2df1835cf8176e7abd111aaac9963c38d6fe9f75a41c0e3363ef99231e3707a16a9235a5c5778
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar
deleted file mode 100644
index 0361e75..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.md5
deleted file mode 100644
index 2923880..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-d96e1a42a38633fce11a38278987b736
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha1
deleted file mode 100644
index 270b2b6..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cb3335bd9b5fb5f306fef0296f7e07460afb7bb1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha256
deleted file mode 100644
index 8630507..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e7e3f5b55dc20e52a7b1baf52ab05feb4c7152a4196924f1e6ddb4a1a55e1aad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha512
deleted file mode 100644
index b79dac2..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0b9bf6a31ebae61997bb2804add4d74db15a6a0dbbf2d3f08b87fa34f7fd044459584e1fb37138495b42e82a6fd8fd8f105aebc39921af57b5bf7fb9593b811b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module
deleted file mode 100644
index 789bfc3..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.core",
-    "module": "core-animation",
-    "version": "1.0.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-animation-1.0.0-alpha02.aar",
-          "url": "core-animation-1.0.0-alpha02.aar",
-          "size": 123202,
-          "sha512": "0b9bf6a31ebae61997bb2804add4d74db15a6a0dbbf2d3f08b87fa34f7fd044459584e1fb37138495b42e82a6fd8fd8f105aebc39921af57b5bf7fb9593b811b",
-          "sha256": "e7e3f5b55dc20e52a7b1baf52ab05feb4c7152a4196924f1e6ddb4a1a55e1aad",
-          "sha1": "cb3335bd9b5fb5f306fef0296f7e07460afb7bb1",
-          "md5": "d96e1a42a38633fce11a38278987b736"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-animation-1.0.0-alpha02.aar",
-          "url": "core-animation-1.0.0-alpha02.aar",
-          "size": 123202,
-          "sha512": "0b9bf6a31ebae61997bb2804add4d74db15a6a0dbbf2d3f08b87fa34f7fd044459584e1fb37138495b42e82a6fd8fd8f105aebc39921af57b5bf7fb9593b811b",
-          "sha256": "e7e3f5b55dc20e52a7b1baf52ab05feb4c7152a4196924f1e6ddb4a1a55e1aad",
-          "sha1": "cb3335bd9b5fb5f306fef0296f7e07460afb7bb1",
-          "md5": "d96e1a42a38633fce11a38278987b736"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "core-animation-1.0.0-alpha02-sources.jar",
-          "url": "core-animation-1.0.0-alpha02-sources.jar",
-          "size": 116604,
-          "sha512": "1b2c9a681f79ffbb1b821a8ddab9d0efcc78a0dfb14aeda62ff2df1835cf8176e7abd111aaac9963c38d6fe9f75a41c0e3363ef99231e3707a16a9235a5c5778",
-          "sha256": "dc68f477ca1a8aca4da7349d19f73df2dd8db8cb35734f38f8083a2381696dcc",
-          "sha1": "e3f741f426cdb72c4325df9c547463435e2f3bd1",
-          "md5": "583872ac8ad8466e76ab5c052b8b81d3"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.md5
deleted file mode 100644
index dba7590..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-96bf352c3346f3573aa37c57523bb265
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha1
deleted file mode 100644
index 06dea74..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d705aeb6f0e86b5e35c5d75c47f5c1b55d1ecab8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha256
deleted file mode 100644
index 686c8f6..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-573180f68f94f21fd11dd9d24d7054ef36a980eeccf4a80462e8afd27fa190d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha512
deleted file mode 100644
index 305a6a2..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-59e16d670594cfe5b5011b866365cf6f39f04c8bf76d5f56bd39d16037b79fca28b9685baedcee560532f2e7880259dde1db1344a95aaf48567f5b2a06b7ebe9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom
deleted file mode 100644
index e756bd5..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.core</groupId>
-  <artifactId>core-animation</artifactId>
-  <version>1.0.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Support Animation</name>
-  <description>This library provides functionalities for creating and manipulating animations for API 14 and above.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.md5
deleted file mode 100644
index fc54bd0..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-617c783cb2338bfcc2d58d4bd08816d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha1
deleted file mode 100644
index 0bf3938..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fc43cd972bd53bbaf31f36bd4b0ce1ca8bc9e2d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha256
deleted file mode 100644
index aee2705..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a0bd177bc3517b56d902350dc5d94f6691128c7183ba3f972e73883f1c569fa0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha512
deleted file mode 100644
index d44c169..0000000
--- a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha02/core-animation-1.0.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5b88b7855a45c4e4e34ac7aa70dc0fa997a1130e4887c9984a55edf2ae84f319c330062d4bb3920e559cd926584dd89f4a7ea1026c00220c81271e679caf1fb2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar
new file mode 100644
index 0000000..f1d83f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..95877bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+65fbb7c7fd44755a9f4ed4a3761eb5ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..dbf57be
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+8ad03661be600fe8d9c08d00f57a9c6782b61ef1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..c6e07ac
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+1f241a64bc2211fcc9d6bb7a18624f84bc15bc29aa0eae71cdefeb704c7dba85
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..3e68671
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+c0c05ec50eb9599421558c35d6260e91c69f1026bf5b1dc2d9f0fa5387515ce73a0a12f6038147798325eda4fb43bab5fb9fc9027801557539dc5d0dc4172c28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar
new file mode 100644
index 0000000..be0014e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.md5
new file mode 100644
index 0000000..0d43a7b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.md5
@@ -0,0 +1 @@
+7d6678f24dc64ee77dbe89a82aa39c3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha1
new file mode 100644
index 0000000..6c684b1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+c7615d1fc1d74b1cf8ab6244180fad7c4c7dfea3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha256
new file mode 100644
index 0000000..43dd9b0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+f4d7bf003bcfa443d559a57faea9eee974afd3dffbc05dd281f48f3bac981666
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha512
new file mode 100644
index 0000000..d550c9b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+215f242f52bceffdc479982c1203b9586a5fd742003b4411ee85357b67622bbcee5c18195bb46bdab8b47729977642a68ccaf21059d7ef36f5fc12c17a3c2d05
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module
new file mode 100644
index 0000000..d3de219
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.core",
+    "module": "core-animation",
+    "version": "1.0.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-animation-1.0.0-alpha03.aar",
+          "url": "core-animation-1.0.0-alpha03.aar",
+          "size": 126952,
+          "sha512": "215f242f52bceffdc479982c1203b9586a5fd742003b4411ee85357b67622bbcee5c18195bb46bdab8b47729977642a68ccaf21059d7ef36f5fc12c17a3c2d05",
+          "sha256": "f4d7bf003bcfa443d559a57faea9eee974afd3dffbc05dd281f48f3bac981666",
+          "sha1": "c7615d1fc1d74b1cf8ab6244180fad7c4c7dfea3",
+          "md5": "7d6678f24dc64ee77dbe89a82aa39c3e"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.1"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-animation-1.0.0-alpha03.aar",
+          "url": "core-animation-1.0.0-alpha03.aar",
+          "size": 126952,
+          "sha512": "215f242f52bceffdc479982c1203b9586a5fd742003b4411ee85357b67622bbcee5c18195bb46bdab8b47729977642a68ccaf21059d7ef36f5fc12c17a3c2d05",
+          "sha256": "f4d7bf003bcfa443d559a57faea9eee974afd3dffbc05dd281f48f3bac981666",
+          "sha1": "c7615d1fc1d74b1cf8ab6244180fad7c4c7dfea3",
+          "md5": "7d6678f24dc64ee77dbe89a82aa39c3e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "core-animation-1.0.0-alpha03-sources.jar",
+          "url": "core-animation-1.0.0-alpha03-sources.jar",
+          "size": 116677,
+          "sha512": "c0c05ec50eb9599421558c35d6260e91c69f1026bf5b1dc2d9f0fa5387515ce73a0a12f6038147798325eda4fb43bab5fb9fc9027801557539dc5d0dc4172c28",
+          "sha256": "1f241a64bc2211fcc9d6bb7a18624f84bc15bc29aa0eae71cdefeb704c7dba85",
+          "sha1": "8ad03661be600fe8d9c08d00f57a9c6782b61ef1",
+          "md5": "65fbb7c7fd44755a9f4ed4a3761eb5ee"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.md5
new file mode 100644
index 0000000..241cf40
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.md5
@@ -0,0 +1 @@
+0b73f9b73568bf435c9e43ff0ead64ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha1
new file mode 100644
index 0000000..dde1bb6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha1
@@ -0,0 +1 @@
+6c1ad380397bddfc65a430689cda128c87f98227
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha256
new file mode 100644
index 0000000..c227a61
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha256
@@ -0,0 +1 @@
+ce37578adce77d5edd918a66d274b1ca04ec5d7a7d8983d8de1d496384b4f9d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha512
new file mode 100644
index 0000000..4476a23
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.module.sha512
@@ -0,0 +1 @@
+ae938ce4163e0b221d1026665129c070b67347ed5afd6dd9c7cedcb1764e16718406a9f636e8c35a1ac4804f22b03df3af3c506037df575f6be45e205c000917
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom
new file mode 100644
index 0000000..9cda07c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.core</groupId>
+  <artifactId>core-animation</artifactId>
+  <version>1.0.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Android Support Animation</name>
+  <description>This library provides functionalities for creating and manipulating animations for API 14 and above.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/core#1.0.0-alpha03</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.3.1</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.md5
new file mode 100644
index 0000000..bd00c10
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.md5
@@ -0,0 +1 @@
+26357cd058f70786ed323e6e4af534d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha1
new file mode 100644
index 0000000..500cc6b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+932b88e4750a507e9b468b2651447fad4aba62ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha256
new file mode 100644
index 0000000..0dd205b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+40d41889db44514d44c3772bdd4f7b7c1cedcc0d46a999524f8cedc2b5e1edd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha512
new file mode 100644
index 0000000..6558596
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-animation/1.0.0-alpha03/core-animation-1.0.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+10a709106cacffaeab9408a2a1c1911d0d6fcb335c5982561e4024c8bfdeb64a539980e07bc54c82deb15fd63a16569755b0c6a23026a54f186600c00d1050c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar
deleted file mode 100644
index f5d1107..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.md5
deleted file mode 100644
index 71295bc..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-60e58062c6d90b40963f6d2cf5504442
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha1
deleted file mode 100644
index fe0d740..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-87d6ce6074d4d0f120b4796effe5fa75511adb88
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha256
deleted file mode 100644
index 4063095..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e00b30caea68e22c293844fcad395afe6ea6caaf088ae28d56940f7c9fa90296
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha512
deleted file mode 100644
index da38560..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b2d38ec86f29efe1b4d7850a6a31a3b61be9d6f587dfddd64fcbf9c00563b204985c6fd50cf1d60c326b6d1db966acf8b10a7168ee4fe916c1006deadb5dacf7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar
deleted file mode 100644
index 445a798..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.md5
deleted file mode 100644
index 46b71d8..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-acd6ada23ec546a2a9c6631aaf49a736
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha1
deleted file mode 100644
index c1aa7be..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9240eb25212603c6cf2a2b5262bd35e66d97062d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha256
deleted file mode 100644
index 5dea20d..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c6e7bb597fab26592275d5d99237b0d95a66d963f0be8eec522f3a4851712e3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha512
deleted file mode 100644
index 7dc780d..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-73f14f3bfc52384e3a21715b5288695b40d04752870ec2255117fa864b0a951965976cbab99852d8b78a89d905a0890642de5fe5c88725ac579d905e0db1abee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module
deleted file mode 100644
index b3ea337..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.core",
-    "module": "core-ktx",
-    "version": "1.5.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "releaseApiPublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-api"
-      },
-      "dependencies": [
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.5.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-ktx-1.5.0-alpha01.aar",
-          "url": "core-ktx-1.5.0-alpha01.aar",
-          "size": 164712,
-          "sha512": "73f14f3bfc52384e3a21715b5288695b40d04752870ec2255117fa864b0a951965976cbab99852d8b78a89d905a0890642de5fe5c88725ac579d905e0db1abee",
-          "sha256": "c6e7bb597fab26592275d5d99237b0d95a66d963f0be8eec522f3a4851712e3e",
-          "sha1": "9240eb25212603c6cf2a2b5262bd35e66d97062d",
-          "md5": "acd6ada23ec546a2a9c6631aaf49a736"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.5.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-ktx-1.5.0-alpha01.aar",
-          "url": "core-ktx-1.5.0-alpha01.aar",
-          "size": 164712,
-          "sha512": "73f14f3bfc52384e3a21715b5288695b40d04752870ec2255117fa864b0a951965976cbab99852d8b78a89d905a0890642de5fe5c88725ac579d905e0db1abee",
-          "sha256": "c6e7bb597fab26592275d5d99237b0d95a66d963f0be8eec522f3a4851712e3e",
-          "sha1": "9240eb25212603c6cf2a2b5262bd35e66d97062d",
-          "md5": "acd6ada23ec546a2a9c6631aaf49a736"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "core-ktx-1.5.0-alpha01-sources.jar",
-          "url": "core-ktx-1.5.0-alpha01-sources.jar",
-          "size": 61417,
-          "sha512": "b2d38ec86f29efe1b4d7850a6a31a3b61be9d6f587dfddd64fcbf9c00563b204985c6fd50cf1d60c326b6d1db966acf8b10a7168ee4fe916c1006deadb5dacf7",
-          "sha256": "e00b30caea68e22c293844fcad395afe6ea6caaf088ae28d56940f7c9fa90296",
-          "sha1": "87d6ce6074d4d0f120b4796effe5fa75511adb88",
-          "md5": "60e58062c6d90b40963f6d2cf5504442"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.md5
deleted file mode 100644
index 5747524..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-927703bef8bed9520101f07c1468c224
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha1
deleted file mode 100644
index 23aab28..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-51671755f6f882b261f4724a2a6c9252730caba7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha256
deleted file mode 100644
index 6d9bff7..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9f275cc3545aff8cb8cc98b5dee0a180a2fde0e7e82d8a3210ad0b033bd60200
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha512
deleted file mode 100644
index 1f95464..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1c3af955c44d79fedba9eaf138d5ff2db1e42a3dff983af99736e91c10571d8bd37b985713ae10148638293bed6dd98fbea581d111cae364537ca787d28c850c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom
deleted file mode 100644
index 5625e57..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.core</groupId>
-  <artifactId>core-ktx</artifactId>
-  <version>1.5.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Core Kotlin Extensions</name>
-  <description>Kotlin extensions for 'core' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.5.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.md5
deleted file mode 100644
index dedf94b..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-9077628343e74d53c2be994176f08b1f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha1
deleted file mode 100644
index f6d8947..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-73455c7574ad3a20db7b820bee4b2fe4bbb682de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha256
deleted file mode 100644
index 3061f79..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-27a904f73f83891f3f85c5016bd95a4dcac0811ff11ff36fd20e17aa1899435e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha512
deleted file mode 100644
index af09ef5..0000000
--- a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-alpha01/core-ktx-1.5.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d254eebef46b24bcece13abbfaf98847079c567796d560cd6705dbe54c61537a050ec400707919173dd9371cb84f1c8033f9b5a07ae3e12e696a5902415f39eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar
new file mode 100644
index 0000000..c8b9f78
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..5f791be
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+c714da85adf87c5fe712cdea8b59c1e0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..4b81409
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+a4a9177c29306d9f814a1b823997238eebc13baf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..4598138
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+fc854c21fcbb8bc4ebd32abc8d1cbe87da50bf4905e9906df7c48feed6618eea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..ee0c6cf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+26174050d94726f47eb0b7010bda8fe5c81d2f536b58cff2d6aefc1cda3e0f2df65189ea6594f2b079fb212f6f59c1335dcdae47426d8de3553e38d2d37c776e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar
new file mode 100644
index 0000000..a2e6742
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.md5
new file mode 100644
index 0000000..b65e837
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.md5
@@ -0,0 +1 @@
+5c25d56ff0f6082c35cbae01d7e2cce7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha1
new file mode 100644
index 0000000..e0cad61
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha1
@@ -0,0 +1 @@
+a7fa8fccf7d9b20176543e985520d7d97d3f64fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha256
new file mode 100644
index 0000000..48cc73e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha256
@@ -0,0 +1 @@
+d642393dedc9407c93c5510ee8b8a29fa06fe42c17657ec1b847408a18835d2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha512
new file mode 100644
index 0000000..4ed5e2d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.aar.sha512
@@ -0,0 +1 @@
+9f6be0418336474529ee59918e8034ee04046b18fac8f38a47677bbe1401e9d1ab9ec6f738446ab869867e800dbd55fcffb852d564de751b9d3d99c4350d4503
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module
new file mode 100644
index 0000000..e205326
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module
@@ -0,0 +1,125 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.core",
+    "module": "core-ktx",
+    "version": "1.5.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-beta02"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-ktx-1.5.0-beta02.aar",
+          "url": "core-ktx-1.5.0-beta02.aar",
+          "size": 164091,
+          "sha512": "9f6be0418336474529ee59918e8034ee04046b18fac8f38a47677bbe1401e9d1ab9ec6f738446ab869867e800dbd55fcffb852d564de751b9d3d99c4350d4503",
+          "sha256": "d642393dedc9407c93c5510ee8b8a29fa06fe42c17657ec1b847408a18835d2c",
+          "sha1": "a7fa8fccf7d9b20176543e985520d7d97d3f64fe",
+          "md5": "5c25d56ff0f6082c35cbae01d7e2cce7"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-beta02"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-ktx-1.5.0-beta02.aar",
+          "url": "core-ktx-1.5.0-beta02.aar",
+          "size": 164091,
+          "sha512": "9f6be0418336474529ee59918e8034ee04046b18fac8f38a47677bbe1401e9d1ab9ec6f738446ab869867e800dbd55fcffb852d564de751b9d3d99c4350d4503",
+          "sha256": "d642393dedc9407c93c5510ee8b8a29fa06fe42c17657ec1b847408a18835d2c",
+          "sha1": "a7fa8fccf7d9b20176543e985520d7d97d3f64fe",
+          "md5": "5c25d56ff0f6082c35cbae01d7e2cce7"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "core-ktx-1.5.0-beta02-sources.jar",
+          "url": "core-ktx-1.5.0-beta02-sources.jar",
+          "size": 62080,
+          "sha512": "26174050d94726f47eb0b7010bda8fe5c81d2f536b58cff2d6aefc1cda3e0f2df65189ea6594f2b079fb212f6f59c1335dcdae47426d8de3553e38d2d37c776e",
+          "sha256": "fc854c21fcbb8bc4ebd32abc8d1cbe87da50bf4905e9906df7c48feed6618eea",
+          "sha1": "a4a9177c29306d9f814a1b823997238eebc13baf",
+          "md5": "c714da85adf87c5fe712cdea8b59c1e0"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.md5
new file mode 100644
index 0000000..95889e0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.md5
@@ -0,0 +1 @@
+a7e57b97f99fd6aa5a8faf9d0db379d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha1
new file mode 100644
index 0000000..72733e0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha1
@@ -0,0 +1 @@
+9251d9a94836d5738dcb81290ac709356a8f1933
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha256
new file mode 100644
index 0000000..9fd2bbf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha256
@@ -0,0 +1 @@
+2a9a99dc116b085442a9d0ef416ab96e8979c3f6b711a5dd19702570a82273f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha512
new file mode 100644
index 0000000..bb6eac4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.module.sha512
@@ -0,0 +1 @@
+f1470fee7cc80ccba16b058ccba8d3ef1b325addb3c93e7a6d34bb896282365d5bf36981eccbcf3ecdb5d0359bc648f26f3de49b3438c1754423228900ce445f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom
new file mode 100644
index 0000000..d723d48
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.core</groupId>
+  <artifactId>core-ktx</artifactId>
+  <version>1.5.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Core Kotlin Extensions</name>
+  <description>Kotlin extensions for 'core' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/core#1.5.0-beta02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.5.0-beta02</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.md5
new file mode 100644
index 0000000..4bbeb20
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.md5
@@ -0,0 +1 @@
+791cbecbdb9cb2af0351c95b51e42938
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha1
new file mode 100644
index 0000000..ade72a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha1
@@ -0,0 +1 @@
+0196d75db4d016c48594e8fa42c9d8917b407d53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha256
new file mode 100644
index 0000000..9c24347
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha256
@@ -0,0 +1 @@
+520e6fb732bcf4513999ce68af23b9e34fe47b67da15ed9e35dfcd0359377fc0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha512
new file mode 100644
index 0000000..464cfe7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core-ktx/1.5.0-beta02/core-ktx-1.5.0-beta02.pom.sha512
@@ -0,0 +1 @@
+dd2942ac2540cf4a0a7eea3b7513f96383380b9de401f6d8a99c24398f97858cdd98e5ec6dcb07ca5ecc9232253fe1697381e689254209fec464084450d3ed13
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar
deleted file mode 100644
index a0822a2..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.md5
deleted file mode 100644
index bbbec4e..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-02463bf3ec315d7b853d75f0743539cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha1
deleted file mode 100644
index ee4cab4..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b13d890020fd74717bf9658104101f4c5d391742
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha256
deleted file mode 100644
index f06d6da..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-82e94225b71041f8c7cc8e81fc70a0d003786ccb1e1589f604bcc1d449a7ec28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha512
deleted file mode 100644
index 64b78ca..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e72c1c158b57e8cbcda00841ec3ef2c36573741e3067b73f2de0c1b91a8c94e8a971a04fdd2aa7617cc65fdf5a0a3b017d165c98da35a16fa1b2967f249a573c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar
deleted file mode 100644
index af22c3c..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.md5
deleted file mode 100644
index ade4dde..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-10a4b7feca9c0d6d4022c533b3933e5c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha1
deleted file mode 100644
index bc1a21b..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fcd10eb6c7bc0dad64bc1d2f34edc11e3bb563e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha256
deleted file mode 100644
index 6015b96..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1b300ce534ce5e567681a8b24d154a458f82ad853e8da547b574878dd6c3ff97
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha512
deleted file mode 100644
index 1960f96..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c7ffeca740bb362d78671e8bcfc9a289d90e9b79a6b36af3de181adf96a798bc4fd8daeb74ec80952bb581899e6f521a9a0b1444fc495c19e6c8497e720a72c8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module
deleted file mode 100644
index 733335f..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module
+++ /dev/null
@@ -1,132 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.core",
-    "module": "core",
-    "version": "1.5.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.0.0"
-          }
-        },
-        {
-          "group": "androidx.versionedparcelable",
-          "module": "versionedparcelable",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-1.5.0-alpha01.aar",
-          "url": "core-1.5.0-alpha01.aar",
-          "size": 772441,
-          "sha512": "c7ffeca740bb362d78671e8bcfc9a289d90e9b79a6b36af3de181adf96a798bc4fd8daeb74ec80952bb581899e6f521a9a0b1444fc495c19e6c8497e720a72c8",
-          "sha256": "1b300ce534ce5e567681a8b24d154a458f82ad853e8da547b574878dd6c3ff97",
-          "sha1": "fcd10eb6c7bc0dad64bc1d2f34edc11e3bb563e2",
-          "md5": "10a4b7feca9c0d6d4022c533b3933e5c"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.0.0"
-          }
-        },
-        {
-          "group": "androidx.versionedparcelable",
-          "module": "versionedparcelable",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "core-1.5.0-alpha01.aar",
-          "url": "core-1.5.0-alpha01.aar",
-          "size": 772441,
-          "sha512": "c7ffeca740bb362d78671e8bcfc9a289d90e9b79a6b36af3de181adf96a798bc4fd8daeb74ec80952bb581899e6f521a9a0b1444fc495c19e6c8497e720a72c8",
-          "sha256": "1b300ce534ce5e567681a8b24d154a458f82ad853e8da547b574878dd6c3ff97",
-          "sha1": "fcd10eb6c7bc0dad64bc1d2f34edc11e3bb563e2",
-          "md5": "10a4b7feca9c0d6d4022c533b3933e5c"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "core-1.5.0-alpha01-sources.jar",
-          "url": "core-1.5.0-alpha01-sources.jar",
-          "size": 653166,
-          "sha512": "e72c1c158b57e8cbcda00841ec3ef2c36573741e3067b73f2de0c1b91a8c94e8a971a04fdd2aa7617cc65fdf5a0a3b017d165c98da35a16fa1b2967f249a573c",
-          "sha256": "82e94225b71041f8c7cc8e81fc70a0d003786ccb1e1589f604bcc1d449a7ec28",
-          "sha1": "b13d890020fd74717bf9658104101f4c5d391742",
-          "md5": "02463bf3ec315d7b853d75f0743539cb"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.md5
deleted file mode 100644
index 6fc321a..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-44c84f4877d4bf2892e4f309a5d6bad6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha1
deleted file mode 100644
index 3239023..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6718e328f37db5240bfa3c96b05c44de86ce8fc6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha256
deleted file mode 100644
index 8143172..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-8de5e5c95443e6855b8c42746b2257374228199ea8178ad1e1f825944433befc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha512
deleted file mode 100644
index 29fc96f..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-30325b197b9c22a2252fb3e53c4d84b831ed6e989265b097985c11572def28512e2bb9dbb140af89a87664f1e44517cd0679d78f79f447bac21e06cc24b57f55
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom
deleted file mode 100644
index 4e9fb7b..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.core</groupId>
-  <artifactId>core</artifactId>
-  <version>1.5.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Support Library compat</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2015</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.2.0-alpha01</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.versionedparcelable</groupId>
-      <artifactId>versionedparcelable</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.md5
deleted file mode 100644
index 6e199ee..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-6a87aa909b0c03411c4fe5275bcf34ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha1
deleted file mode 100644
index 7ef902c..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0b693c00cd263d83d2eb80f72ee0e9ce94e5c0a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha256
deleted file mode 100644
index 46e408f..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f0b6c6f96ff05434e2dea0aeee23c357391b5a9e13c7c10cbb6a0626d44ff4dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha512
deleted file mode 100644
index 9664d3b..0000000
--- a/current/androidx/m2repository/androidx/core/core/1.5.0-alpha01/core-1.5.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e5ca1ef5b52a1d46ed68a2d01017c33dc496991bd0f5c94545701ec6b3d39b8b1774bea45de0c89c99bce7211e7173fe47e481d43c7234ebca66180b55767dba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar
new file mode 100644
index 0000000..722e5b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..40eafe5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+182a685a2356ced08f6dc36b0b4ec530
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..41df520
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+6644fef8af884b93091d2bd0d967ec2408b0bbcd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..16caac6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+c7854ba0e6dd93e591bc5a62af4a94008b1df36ef51334fde3c5187197a935cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..e81381c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+2ad94ae924cff6affb5bcbfd7a4d8f3bd74237f672970fbcaf77e7179612aed3c785ef90b3978f115e836b7bc350f2e0df451b52d9d4026902e3a92f15289cc6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar
new file mode 100644
index 0000000..231e026
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.md5
new file mode 100644
index 0000000..54f12eb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.md5
@@ -0,0 +1 @@
+2a2f4ac02eea09a7dc762b8ed2b41797
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha1
new file mode 100644
index 0000000..5c93100
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha1
@@ -0,0 +1 @@
+2d47bf558bcf5bbead3bb81dc316c61a723db104
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha256
new file mode 100644
index 0000000..02f32bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha256
@@ -0,0 +1 @@
+fb574d6ca2e803576da8486e2976a8b9b93d1de8b46992e1c2510255e71d046d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha512
new file mode 100644
index 0000000..ab94c2a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.aar.sha512
@@ -0,0 +1 @@
+3a8619f7432c8b8abfc29cfd740062401e25333301cca8ce5f9e30253657bfd5d508106bbfad90db1b8ca37fbb25b7cb2e1e91c0d5911d1d1b2973bcd99cb396
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module
new file mode 100644
index 0000000..d7fb926
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module
@@ -0,0 +1,132 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.core",
+    "module": "core",
+    "version": "1.5.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.2.0-rc01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.0.0"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-1.5.0-beta02.aar",
+          "url": "core-1.5.0-beta02.aar",
+          "size": 869544,
+          "sha512": "3a8619f7432c8b8abfc29cfd740062401e25333301cca8ce5f9e30253657bfd5d508106bbfad90db1b8ca37fbb25b7cb2e1e91c0d5911d1d1b2973bcd99cb396",
+          "sha256": "fb574d6ca2e803576da8486e2976a8b9b93d1de8b46992e1c2510255e71d046d",
+          "sha1": "2d47bf558bcf5bbead3bb81dc316c61a723db104",
+          "md5": "2a2f4ac02eea09a7dc762b8ed2b41797"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.2.0-rc01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.0.0"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "core-1.5.0-beta02.aar",
+          "url": "core-1.5.0-beta02.aar",
+          "size": 869544,
+          "sha512": "3a8619f7432c8b8abfc29cfd740062401e25333301cca8ce5f9e30253657bfd5d508106bbfad90db1b8ca37fbb25b7cb2e1e91c0d5911d1d1b2973bcd99cb396",
+          "sha256": "fb574d6ca2e803576da8486e2976a8b9b93d1de8b46992e1c2510255e71d046d",
+          "sha1": "2d47bf558bcf5bbead3bb81dc316c61a723db104",
+          "md5": "2a2f4ac02eea09a7dc762b8ed2b41797"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "core-1.5.0-beta02-sources.jar",
+          "url": "core-1.5.0-beta02-sources.jar",
+          "size": 723162,
+          "sha512": "2ad94ae924cff6affb5bcbfd7a4d8f3bd74237f672970fbcaf77e7179612aed3c785ef90b3978f115e836b7bc350f2e0df451b52d9d4026902e3a92f15289cc6",
+          "sha256": "c7854ba0e6dd93e591bc5a62af4a94008b1df36ef51334fde3c5187197a935cb",
+          "sha1": "6644fef8af884b93091d2bd0d967ec2408b0bbcd",
+          "md5": "182a685a2356ced08f6dc36b0b4ec530"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.md5
new file mode 100644
index 0000000..2f42d66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.md5
@@ -0,0 +1 @@
+671a3e4520aef01d497c194b97b99940
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha1
new file mode 100644
index 0000000..703e2ec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha1
@@ -0,0 +1 @@
+b3180d38f259d83d577200606c3568a912428104
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha256
new file mode 100644
index 0000000..2bc24cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha256
@@ -0,0 +1 @@
+06eb264b8f535c11581dbf3947b455a6be619b63cb1795626cdc88e36b0c868a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha512
new file mode 100644
index 0000000..0ad614e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.module.sha512
@@ -0,0 +1 @@
+b871dbe5b1470014bdeedd147bb5e1a1c5bfc833ad6e1236d98e89700e36f9fbfe37ec50d421a0698881b0fca1af568a63ba4677d880248ca10ac36e54bf0a2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom
new file mode 100644
index 0000000..19ddd4f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.core</groupId>
+  <artifactId>core</artifactId>
+  <version>1.5.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android Support Library compat</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/core#1.5.0-beta02</url>
+  <inceptionYear>2015</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.2.0-rc01</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.versionedparcelable</groupId>
+      <artifactId>versionedparcelable</artifactId>
+      <version>1.1.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.md5
new file mode 100644
index 0000000..5c9ed8c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.md5
@@ -0,0 +1 @@
+dbeac845807b225b32d2146b9662acd0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha1
new file mode 100644
index 0000000..0f3ce66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha1
@@ -0,0 +1 @@
+556cdf1811b6ad0f57f92de7ddd12b8b81e4d9e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha256
new file mode 100644
index 0000000..e7b92a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha256
@@ -0,0 +1 @@
+f5aae20ddc4d11e86643e1f4fe63c07798f01a134e02742020000270d8ea4ec0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha512
new file mode 100644
index 0000000..918ecf6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/core/core/1.5.0-beta02/core-1.5.0-beta02.pom.sha512
@@ -0,0 +1 @@
+62042e3f031e9719283a0b9c851be7f401931a100d5027def1b6670f60e687708b19968f9a2e2d0e0c22d118c219e20dd005f42d7454b7ca2798348e0de3b0dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar
index d520fa0..59f6f4d 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.md5
index 47891a8..ab4d58e 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-d61ec534e5dff178c13d95a79fae804d
\ No newline at end of file
+2beac6dcf24314db7d17c065e247217e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha1
index f8600d3..4d69c0e 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-2b65b9cfcf7e417ef8c6b879b72bccdaedfd1fa6
\ No newline at end of file
+d63149f92d62ccd50859bf5027f79cbfa81f28ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha256
index 5f581ac..6b39b95 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-9fe7cdc3a940a5a7bd015160d357d364e7665c0c22f8e4abbaebfd9eed0dad75
\ No newline at end of file
+66209227df41b5d1268074c4803d21451269f896f434308e86629a7a6c69b4e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha512
index 6dcd212..28f0326 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-495cbdea4303e36cc92333a7645a6d28fb47f11d4dc4787c4f47e8aad2fcb2e41afa5b3221a2b98b97db2f973de316676e6a131a45a948c5eee85931e009e0e0
\ No newline at end of file
+b32e730c19225949a0627735860a8f912004690c65eb7c6cc2c477826ba5bc3d434bb6f33ef48cdd9429ba7eac7d08daa4a2ca0d79b3c6e958b3916832138df9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar
index d21c6b7..4c425f2 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.md5
index 4b0beee..4ab54f6 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-5267cb227c4767f350347ce7d2a61770
\ No newline at end of file
+71becd2cfd248db90c369549c6f3c5f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha1
index caec453..982eef3 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-3806bf91b5867cb30bf8c2f675ea3fed827a3c33
\ No newline at end of file
+ce371021eb0ae5228e633ae318c6e2b064fd686b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha256
index 900cf3e..34a4213 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-04467307f915b8b63fc90b6fbb55966340229e6f40e0ae75c3c6a1c46faddb05
\ No newline at end of file
+0d5ee02d1b441fa36e8072f2cc46763f34f26eec921c0daba38b28f7c8a53201
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha512
index 45b5419..6988ce6 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-d84add8d4b5fc1b973fba189c774f2a717230fd6378d55c8a650b3a317e644e43bb14b13bef9420d1acd903ec238175057731251b788c5a2aeb2740563555258
\ No newline at end of file
+978c93282a01c81236ad17c2e6945137af824385f507ba455fe0bee84fe7fad317b40eb983d6ee4a4b515043e8eaee836f2594301dfbfc58f4b6dff7ec16df1e
\ 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 cc54afa..73caec7 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "cursoradapter-1.1.0-alpha01.aar",
           "url": "cursoradapter-1.1.0-alpha01.aar",
-          "size": 10507,
-          "sha512": "d84add8d4b5fc1b973fba189c774f2a717230fd6378d55c8a650b3a317e644e43bb14b13bef9420d1acd903ec238175057731251b788c5a2aeb2740563555258",
-          "sha256": "04467307f915b8b63fc90b6fbb55966340229e6f40e0ae75c3c6a1c46faddb05",
-          "sha1": "3806bf91b5867cb30bf8c2f675ea3fed827a3c33",
-          "md5": "5267cb227c4767f350347ce7d2a61770"
+          "size": 11610,
+          "sha512": "978c93282a01c81236ad17c2e6945137af824385f507ba455fe0bee84fe7fad317b40eb983d6ee4a4b515043e8eaee836f2594301dfbfc58f4b6dff7ec16df1e",
+          "sha256": "0d5ee02d1b441fa36e8072f2cc46763f34f26eec921c0daba38b28f7c8a53201",
+          "sha1": "ce371021eb0ae5228e633ae318c6e2b064fd686b",
+          "md5": "71becd2cfd248db90c369549c6f3c5f7"
         }
       ]
     },
@@ -65,11 +65,11 @@
         {
           "name": "cursoradapter-1.1.0-alpha01.aar",
           "url": "cursoradapter-1.1.0-alpha01.aar",
-          "size": 10507,
-          "sha512": "d84add8d4b5fc1b973fba189c774f2a717230fd6378d55c8a650b3a317e644e43bb14b13bef9420d1acd903ec238175057731251b788c5a2aeb2740563555258",
-          "sha256": "04467307f915b8b63fc90b6fbb55966340229e6f40e0ae75c3c6a1c46faddb05",
-          "sha1": "3806bf91b5867cb30bf8c2f675ea3fed827a3c33",
-          "md5": "5267cb227c4767f350347ce7d2a61770"
+          "size": 11610,
+          "sha512": "978c93282a01c81236ad17c2e6945137af824385f507ba455fe0bee84fe7fad317b40eb983d6ee4a4b515043e8eaee836f2594301dfbfc58f4b6dff7ec16df1e",
+          "sha256": "0d5ee02d1b441fa36e8072f2cc46763f34f26eec921c0daba38b28f7c8a53201",
+          "sha1": "ce371021eb0ae5228e633ae318c6e2b064fd686b",
+          "md5": "71becd2cfd248db90c369549c6f3c5f7"
         }
       ]
     },
@@ -85,11 +85,11 @@
         {
           "name": "cursoradapter-1.1.0-alpha01-sources.jar",
           "url": "cursoradapter-1.1.0-alpha01-sources.jar",
-          "size": 11975,
-          "sha512": "495cbdea4303e36cc92333a7645a6d28fb47f11d4dc4787c4f47e8aad2fcb2e41afa5b3221a2b98b97db2f973de316676e6a131a45a948c5eee85931e009e0e0",
-          "sha256": "9fe7cdc3a940a5a7bd015160d357d364e7665c0c22f8e4abbaebfd9eed0dad75",
-          "sha1": "2b65b9cfcf7e417ef8c6b879b72bccdaedfd1fa6",
-          "md5": "d61ec534e5dff178c13d95a79fae804d"
+          "size": 11855,
+          "sha512": "b32e730c19225949a0627735860a8f912004690c65eb7c6cc2c477826ba5bc3d434bb6f33ef48cdd9429ba7eac7d08daa4a2ca0d79b3c6e958b3916832138df9",
+          "sha256": "66209227df41b5d1268074c4803d21451269f896f434308e86629a7a6c69b4e8",
+          "sha1": "d63149f92d62ccd50859bf5027f79cbfa81f28ee",
+          "md5": "2beac6dcf24314db7d17c065e247217e"
         }
       ]
     }
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 244d4c2..2d3f58e 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 @@
-ae48a888b95bc3a94baab8e3b8beadf8
\ No newline at end of file
+09e6fd490c0d760fc2ddb651322cd558
\ 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 3ee6df1..9819b00 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 @@
-00f3e9a0978178d652b232c199e95348024398bc
\ No newline at end of file
+49d3f061ec6dd5452ee681afc3c8d2e606bc7544
\ 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 35b8005..d03dbdd 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 @@
-6eca1e17a6af81be8ecd85328a446a9041cff44b384fc014c83c8302828c8ecd
\ No newline at end of file
+3dcddc51dad185c5235bc7c370a84b9ed7d07fe236a566beb238f261da528f9f
\ 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 fce4702..30bc6ef 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 @@
-602c878ed48f0046326e6264f2b9415000b85587b731062fd44bbbc7a9b27926f03987ef4bb6bc0bd51d9fc56bed0fa9ffae713e317c8123b996df966acb3e40
\ No newline at end of file
+9b465928c042bf3d4529af216ee65ba5573c398c63c5a55c00efce3fbc3158ce24192f04c6b6ec3d9ec25e5b35d32b2be790b54bdc38cc45d549fa13a4e52535
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom
index 0381bb8..4a32233 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Cursor Adapter</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/cursoradapter#1.1.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.md5
index 55184ce..b7107eb 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-a4c921b0271a58bdd6c8b34adfe249c2
\ No newline at end of file
+0e00c0cac95f4d8ad262b77739a71152
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha1
index f416a85..0ac1ea4 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-293c7b6d55dba77f5423a3b13c1728e7ab17f401
\ No newline at end of file
+e797d999532e6cd13fb81a37bbf5afeaf61cd245
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha256
index 2865d3a..1f915f9 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-59d87231bfd795ca68446c4cbae36318fd61b75972460046d475f0963be03814
\ No newline at end of file
+07de5808b75ffcac5e67dcf029fcfcd69f5191aa30244f160cbd62b1bbae4d0f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha512
index 5b00b7d..4f37a73 100644
--- a/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/cursoradapter/cursoradapter/1.1.0-alpha01/cursoradapter-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-82b8b46076654176ad21bc8e0e82163db0b52a80b5bf4b06ae8b93c3d5dd6155a6d831cf5ef85f8eba12c9d2505a10061af67d06b9599fe1c30dd58b8c302d2b
\ No newline at end of file
+17bfeb8c92a8a7a7a67137066525093dc4cf8635b2c734391769bd1bd53a719f8d289c0babbe57a7789d55b909eb3743ccf04b415242d0daff42014cf0f501ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar
index 9840dd3..8342c35 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.md5
index 8984d49..71f11ff 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-731eaacaaaf882590c07fa62c53d8a1c
\ No newline at end of file
+bf4f111745dd43631d7679ef78951ac9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha1
index 6da063b..05ad37e 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-be631aafb1eb3f64c9cc57083a21a3321cf2e2e1
\ No newline at end of file
+888cdf06674409341a051b2d312ed3b5cb7e473a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha256
index 2e7dce0..fe73b68 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-0f119c77c7613881901cbcd149e718409480c08c39661737750a35f5d6b5dfd2
\ No newline at end of file
+255e32772036df3fcb184d81ba27c36af6f7604df3c015e188fb683c8b92e2e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha512
index dcfeb1c..6f0ad33 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-fb128093281e477efd4d454f15ef376abdb210ef03c76025e582c2193c4958999ab2ad06e78bfaac229ef08a4be9d768cdf740159a6bb6412056cede55691d1c
\ No newline at end of file
+16cb4aa18f89965ad5c25086cc12384d76f569ee259e1cfce6eec115520b34b1a7f41b9d04610f27d4364c819ece1654481683417231c1bb6130ec5af69114df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar
index a59ab7b..5b2198b 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.md5
index 9bc5852..b59ab9e 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-03a2c3ab4173f7f1e5b7616f9210d266
\ No newline at end of file
+026ec1b991c24ea2bd45dbb7a657119e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha1
index db22227..fb6fccd 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-edbb373a8a8fbdc4481c5f97a2a44b6338051308
\ No newline at end of file
+5df4dd928dda3c11e03a9bb82dd757bd43a9bd5f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha256
index 15817bc..e1ca72e 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-6530bcae4dda28541e5e42dd79fdceb3ee1916f893e7fd8ea875f0a71c9b4d1f
\ No newline at end of file
+e6d713a6edf609980d272b02b8c308eb881a50d95a43cb3536e9427d490f1aab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha512
index dcb2dfa..891f352 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-b650f87a5464639ed10701b72c2a1df91b411d002fb8526bc6be82ca7357186ea5767bde2169022d786d67206356084124fc45426c3d3652fece194689de634e
\ No newline at end of file
+2ac821d16fcf774e7a4647522159caf55317eb67ba78a43470cfd0bc5feb670124096fb68bceed6652cf37de1a1bfda43200a88914fc45e9c170e1edec245490
\ 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 2dfc7a3..93ee0f4 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "customview-1.2.0-alpha01.aar",
           "url": "customview-1.2.0-alpha01.aar",
-          "size": 33353,
-          "sha512": "b650f87a5464639ed10701b72c2a1df91b411d002fb8526bc6be82ca7357186ea5767bde2169022d786d67206356084124fc45426c3d3652fece194689de634e",
-          "sha256": "6530bcae4dda28541e5e42dd79fdceb3ee1916f893e7fd8ea875f0a71c9b4d1f",
-          "sha1": "edbb373a8a8fbdc4481c5f97a2a44b6338051308",
-          "md5": "03a2c3ab4173f7f1e5b7616f9210d266"
+          "size": 34445,
+          "sha512": "2ac821d16fcf774e7a4647522159caf55317eb67ba78a43470cfd0bc5feb670124096fb68bceed6652cf37de1a1bfda43200a88914fc45e9c170e1edec245490",
+          "sha256": "e6d713a6edf609980d272b02b8c308eb881a50d95a43cb3536e9427d490f1aab",
+          "sha1": "5df4dd928dda3c11e03a9bb82dd757bd43a9bd5f",
+          "md5": "026ec1b991c24ea2bd45dbb7a657119e"
         }
       ]
     },
@@ -61,13 +61,6 @@
       },
       "dependencies": [
         {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
@@ -80,17 +73,24 @@
           "version": {
             "requires": "1.3.0-beta01"
           }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
         }
       ],
       "files": [
         {
           "name": "customview-1.2.0-alpha01.aar",
           "url": "customview-1.2.0-alpha01.aar",
-          "size": 33353,
-          "sha512": "b650f87a5464639ed10701b72c2a1df91b411d002fb8526bc6be82ca7357186ea5767bde2169022d786d67206356084124fc45426c3d3652fece194689de634e",
-          "sha256": "6530bcae4dda28541e5e42dd79fdceb3ee1916f893e7fd8ea875f0a71c9b4d1f",
-          "sha1": "edbb373a8a8fbdc4481c5f97a2a44b6338051308",
-          "md5": "03a2c3ab4173f7f1e5b7616f9210d266"
+          "size": 34445,
+          "sha512": "2ac821d16fcf774e7a4647522159caf55317eb67ba78a43470cfd0bc5feb670124096fb68bceed6652cf37de1a1bfda43200a88914fc45e9c170e1edec245490",
+          "sha256": "e6d713a6edf609980d272b02b8c308eb881a50d95a43cb3536e9427d490f1aab",
+          "sha1": "5df4dd928dda3c11e03a9bb82dd757bd43a9bd5f",
+          "md5": "026ec1b991c24ea2bd45dbb7a657119e"
         }
       ]
     },
@@ -106,11 +106,11 @@
         {
           "name": "customview-1.2.0-alpha01-sources.jar",
           "url": "customview-1.2.0-alpha01-sources.jar",
-          "size": 30221,
-          "sha512": "fb128093281e477efd4d454f15ef376abdb210ef03c76025e582c2193c4958999ab2ad06e78bfaac229ef08a4be9d768cdf740159a6bb6412056cede55691d1c",
-          "sha256": "0f119c77c7613881901cbcd149e718409480c08c39661737750a35f5d6b5dfd2",
-          "sha1": "be631aafb1eb3f64c9cc57083a21a3321cf2e2e1",
-          "md5": "731eaacaaaf882590c07fa62c53d8a1c"
+          "size": 30863,
+          "sha512": "16cb4aa18f89965ad5c25086cc12384d76f569ee259e1cfce6eec115520b34b1a7f41b9d04610f27d4364c819ece1654481683417231c1bb6130ec5af69114df",
+          "sha256": "255e32772036df3fcb184d81ba27c36af6f7604df3c015e188fb683c8b92e2e5",
+          "sha1": "888cdf06674409341a051b2d312ed3b5cb7e473a",
+          "md5": "bf4f111745dd43631d7679ef78951ac9"
         }
       ]
     }
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 2d54eb6..1d373a3 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 @@
-612d33d58dac4ef423987e9966082193
\ No newline at end of file
+d9abe4a42f548866c04dd8674ce6f07b
\ 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 e21f6c9..fb71185 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 @@
-35516f5227fa68b527728e031546610d0456a8bb
\ No newline at end of file
+a853f89acc30f67a9140c93ba6b0b5104bd9b8b9
\ 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 093d549..73ac904 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 @@
-1ce6fc4a4174dc885f4b1a3fe69cab9111bd20e600a33f6524a6ce862168a5d8
\ No newline at end of file
+ff7d15a4553992944fca31e0a4582d73177e5611d2340e742ac3f4d51978ce8f
\ 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 2ccca90..02de938 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 @@
-2fcd48b0873a9e72bd9a00c764d0c0c1bf6aa6269c5224165f30f3d4ea95969ea8bd639ba641f2b52d7e62f8078edb841b2575bea1a03784b13c27adc9e8d62a
\ No newline at end of file
+a9ccc9ed377fcf07906f8c13e8392e14e87db0d1ac533c09a0e101a4825dc544627817180889bef5bf705919b46a2fa1460ebf3a9f24508faaf008c02fac6d26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom
index 358281e..cecf9cc 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Custom View</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/customview#1.2.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.md5
index fb87cc3..dfe776c 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-00870850bfb012152348977c490168ff
\ No newline at end of file
+86d117fa33ccc1169b4f0d8c9cc490e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha1
index 411a337..853091b 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-ba4697cc0b8b88aa2247be80c33451c60833e1c3
\ No newline at end of file
+1b5b68a1f4c3fea59dbb3e3a2c361a30f4b33bdb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha256
index ca8fa38..0987698 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-b6a1ba5933bc7b3d743a9c557a2d5bdbd78a15caacaeac84ec2ae01ced91b53e
\ No newline at end of file
+c1c31f18d9af03e501d547b4ec64f8a90f8426ffcbdc84800d07bd53ca9ab92f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha512
index 74463b8..f3c4be1 100644
--- a/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha01/customview-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-6b52922256f9a3bf40f4a4a39af21cc4263012bb52b4f14eb0f780189d153722c7613004dae73f4c8fadd5b2ebfc082eb4f051e8577b9ab0d212f4c0058568c9
\ No newline at end of file
+aff0ff17ec8db7cf67becb451b3ee44f56c2616555d7ec77c76f812681ec235701e45080a006c2fcab3bfc59b46a92e128f887b399e5fdf5ce9c506d6b421f08
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar
index 015d188..8ba72ce 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.md5
index cbcecf0..2108710 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-c367dbee6cbe70cd4c86903c80c8b842
\ No newline at end of file
+934e1ed3ed843348077d57f92e204975
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha1
index 5ffcb34..ba7ccf7 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-6541e9415bc1a210dcfb34c1e07ad3cc72f0028a
\ No newline at end of file
+0ab7ada937a38cbe8a8b8d3626913d7e0c3f4891
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha256
index 3a1a694..2e8c6f2 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-900a5a2248c00be095f69b0d882c5cd0d093f46b94d3f7606138519a77079c8d
\ No newline at end of file
+57a9a5c9db39a734881c2568a0c33adfb55231bc28b3bf26a40dc53c5669c6c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha512
index 539061d..232a29d 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-35b9c6029438a3967351422c0840baa1675a9f1f7375ea41ee6560bea5ad771b852e45d1d71663528d13c6666aa12151651cecd19699c9d3bfad8d1561214823
\ No newline at end of file
+0fb8f19ae7935e4acfae6966c8108c3d0483bcade920cffe39096060431d7ab053771c37ae35343e9df8d570ca6e80e9ebab792811b0fadf7c28c105dfbb7ea2
\ 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 5bd4910..6704f04 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "documentfile-1.1.0-alpha01.aar",
           "url": "documentfile-1.1.0-alpha01.aar",
-          "size": 11213,
-          "sha512": "35b9c6029438a3967351422c0840baa1675a9f1f7375ea41ee6560bea5ad771b852e45d1d71663528d13c6666aa12151651cecd19699c9d3bfad8d1561214823",
-          "sha256": "900a5a2248c00be095f69b0d882c5cd0d093f46b94d3f7606138519a77079c8d",
-          "sha1": "6541e9415bc1a210dcfb34c1e07ad3cc72f0028a",
-          "md5": "c367dbee6cbe70cd4c86903c80c8b842"
+          "size": 12217,
+          "sha512": "0fb8f19ae7935e4acfae6966c8108c3d0483bcade920cffe39096060431d7ab053771c37ae35343e9df8d570ca6e80e9ebab792811b0fadf7c28c105dfbb7ea2",
+          "sha256": "57a9a5c9db39a734881c2568a0c33adfb55231bc28b3bf26a40dc53c5669c6c7",
+          "sha1": "0ab7ada937a38cbe8a8b8d3626913d7e0c3f4891",
+          "md5": "934e1ed3ed843348077d57f92e204975"
         }
       ]
     },
@@ -65,11 +65,11 @@
         {
           "name": "documentfile-1.1.0-alpha01.aar",
           "url": "documentfile-1.1.0-alpha01.aar",
-          "size": 11213,
-          "sha512": "35b9c6029438a3967351422c0840baa1675a9f1f7375ea41ee6560bea5ad771b852e45d1d71663528d13c6666aa12151651cecd19699c9d3bfad8d1561214823",
-          "sha256": "900a5a2248c00be095f69b0d882c5cd0d093f46b94d3f7606138519a77079c8d",
-          "sha1": "6541e9415bc1a210dcfb34c1e07ad3cc72f0028a",
-          "md5": "c367dbee6cbe70cd4c86903c80c8b842"
+          "size": 12217,
+          "sha512": "0fb8f19ae7935e4acfae6966c8108c3d0483bcade920cffe39096060431d7ab053771c37ae35343e9df8d570ca6e80e9ebab792811b0fadf7c28c105dfbb7ea2",
+          "sha256": "57a9a5c9db39a734881c2568a0c33adfb55231bc28b3bf26a40dc53c5669c6c7",
+          "sha1": "0ab7ada937a38cbe8a8b8d3626913d7e0c3f4891",
+          "md5": "934e1ed3ed843348077d57f92e204975"
         }
       ]
     },
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 8a4bcb0..13f7843 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 @@
-22cc195c622c2d080586f7cdce740f8d
\ No newline at end of file
+5fa82e9094e3fb9518a88dff66f8f016
\ 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 0c754da..034bb5d 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 @@
-c0adf680332790a41d67f7668034ac42d0a3e272
\ No newline at end of file
+bc10d4dc20423eb4769f164f6eb0e62469cce507
\ 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 547d1be..cc58f20 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 @@
-156203c937ede0a5a3ee1e3aaa4e857934bca0b3820fb0d2ab725b7245c13e82
\ No newline at end of file
+52ab4e68afffd2c109220d676adb9afcf57af2a1c0c189705b5dc732edadfc1c
\ 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 27156e6..465ce6d 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 @@
-eaba7a56bf7666a493257dcc91c29fc43f5c51c89aba44f6d0a24f731625b4bf1f569394562f90df1665b5080156e02e0d3d4d9b40b21623cdda7df6221d6b75
\ No newline at end of file
+b3fd3c562701dda9a4bb6cae17670828f82b796869bc6e5767af97f80a368336a075b71b6fbe409a49e18450df0da04dd6e6e3a515532c7253c248e66a1f9ae9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom
index 9e7fccc..8a66f38 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Document File</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/documentfile#1.1.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.md5
index 829a4b2..2a4c244 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-d4307583df112c93da1a61b9d3a48d57
\ No newline at end of file
+33e4a950e605c239eb44f76fb503c973
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha1
index e2bd636..7b99894 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-c9d48e9355f5108b835033a0d016d3e9110a7b4a
\ No newline at end of file
+b0a053cf1386f4f1619e58cf228e7b632b1ff536
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha256
index 6256eec..6ea2039 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-42ca189bc11b285a94d456acc466ab930e9361def9257b2ce8b1fe64b1a7ff1f
\ No newline at end of file
+e4fe819f2f9ac6fa033e036a845b18ba7f446e70098f1dbde2989097d11cc060
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha512
index 3da0464..5779a91 100644
--- a/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha01/documentfile-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-39ae0ece1a977c3c97d8b3e6314bd0b3f4afb9c21a575eb44e5fa638dae1859b110a980ca49483aa72d0f62b87e835c28c8ff7027261a29ab1037a056d9db05e
\ No newline at end of file
+e30b9e91e9e8b6c5a9d6428280e4598b87396e4cd33f49b09a4145142a92a475e4b5940f4f0b4bd1593cd6298159ed5039419f92f592715d87d9e1e00551967f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar
index 834421b..eb91ed3 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.md5
index 0c741c7..a4247a4 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-8965d42fcf1b52f7b5b68426cc75fa5c
\ No newline at end of file
+870d5379eb1384deb8c6da069c74dcba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha1
index f437cb2..65a9cf6 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-b8a0197013bb742ea7bc484fa9515a2738d1d96b
\ No newline at end of file
+b58a44c977456d3b7697972f19965022e0dc7fa3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha256
index decdd13..f53870e 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-81090eb55ecd094cbe6aa1866d7853c22e4e808feaa42ad2736bb79ac7a4dd4d
\ No newline at end of file
+419caa3619eead9a02109a67a691e136c93d2330cb424cddf654935f4048012f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha512
index 66a98c1..4fe2d35 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-3fcf4184a7d8319466c05494177aa461f48803d907ca9797e35e369aff1fe742e9e0dca65659755ea4e1a3888a08ff0f76cc3ca935b72b2162286fe704dec08f
\ No newline at end of file
+3256770f3f6c7c5f9ece3023f99d8e293efbcaf55d0ac942a2118a112a844240edc613c8f2e519d17b4e9a77b5ee1bde313876ee1e020376ba04b0afb676255c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar
index abb402d..b79ef72 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.md5
index e2f09f5..7955f63 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-1175f007f381c693cd4350733a1e5ba5
\ No newline at end of file
+692069fe50bcb6ebe4bf2459af702492
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha1
index a4a95e5..5c3de0a 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-9697e9533b1a8b9152d70d1f6644e23028d0f418
\ No newline at end of file
+53fcc7921e93ab394d778d7cdaad197359969063
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha256
index 73c45f5..24e635d 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-ea93b155c4134abf0750791f3323b4225d5af89d6a3125af87785d351110bafe
\ No newline at end of file
+e3ca7c849ebf58d1a7c1d7d2cc2926135568ec2ebe00c2c061147522f4b430c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha512
index 4cc35e9..28448e3 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-b387ee74db431bf3a1c57a0c29bfb05bc44a8f6c83bac0f25d8757ba10fe735c7ce96e00cfa328f96e4d43053caace187b4b2072c5a2041beda556429fab0bad
\ No newline at end of file
+04bbd08f6b646be9f2500a0d87560b63d96e2225ad8dd3d168186cd520a3d10fbd726fc29d0b0171454f3cc2663c2ae8a1519fd571242c4121f60a643ab57050
\ 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 a8479ce..3e3bcf8 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "drawerlayout-1.2.0-alpha01.aar",
           "url": "drawerlayout-1.2.0-alpha01.aar",
-          "size": 34636,
-          "sha512": "b387ee74db431bf3a1c57a0c29bfb05bc44a8f6c83bac0f25d8757ba10fe735c7ce96e00cfa328f96e4d43053caace187b4b2072c5a2041beda556429fab0bad",
-          "sha256": "ea93b155c4134abf0750791f3323b4225d5af89d6a3125af87785d351110bafe",
-          "sha1": "9697e9533b1a8b9152d70d1f6644e23028d0f418",
-          "md5": "1175f007f381c693cd4350733a1e5ba5"
+          "size": 35596,
+          "sha512": "04bbd08f6b646be9f2500a0d87560b63d96e2225ad8dd3d168186cd520a3d10fbd726fc29d0b0171454f3cc2663c2ae8a1519fd571242c4121f60a643ab57050",
+          "sha256": "e3ca7c849ebf58d1a7c1d7d2cc2926135568ec2ebe00c2c061147522f4b430c7",
+          "sha1": "53fcc7921e93ab394d778d7cdaad197359969063",
+          "md5": "692069fe50bcb6ebe4bf2459af702492"
         }
       ]
     },
@@ -93,11 +93,11 @@
         {
           "name": "drawerlayout-1.2.0-alpha01.aar",
           "url": "drawerlayout-1.2.0-alpha01.aar",
-          "size": 34636,
-          "sha512": "b387ee74db431bf3a1c57a0c29bfb05bc44a8f6c83bac0f25d8757ba10fe735c7ce96e00cfa328f96e4d43053caace187b4b2072c5a2041beda556429fab0bad",
-          "sha256": "ea93b155c4134abf0750791f3323b4225d5af89d6a3125af87785d351110bafe",
-          "sha1": "9697e9533b1a8b9152d70d1f6644e23028d0f418",
-          "md5": "1175f007f381c693cd4350733a1e5ba5"
+          "size": 35596,
+          "sha512": "04bbd08f6b646be9f2500a0d87560b63d96e2225ad8dd3d168186cd520a3d10fbd726fc29d0b0171454f3cc2663c2ae8a1519fd571242c4121f60a643ab57050",
+          "sha256": "e3ca7c849ebf58d1a7c1d7d2cc2926135568ec2ebe00c2c061147522f4b430c7",
+          "sha1": "53fcc7921e93ab394d778d7cdaad197359969063",
+          "md5": "692069fe50bcb6ebe4bf2459af702492"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "drawerlayout-1.2.0-alpha01-sources.jar",
           "url": "drawerlayout-1.2.0-alpha01-sources.jar",
-          "size": 20740,
-          "sha512": "3fcf4184a7d8319466c05494177aa461f48803d907ca9797e35e369aff1fe742e9e0dca65659755ea4e1a3888a08ff0f76cc3ca935b72b2162286fe704dec08f",
-          "sha256": "81090eb55ecd094cbe6aa1866d7853c22e4e808feaa42ad2736bb79ac7a4dd4d",
-          "sha1": "b8a0197013bb742ea7bc484fa9515a2738d1d96b",
-          "md5": "8965d42fcf1b52f7b5b68426cc75fa5c"
+          "size": 20654,
+          "sha512": "3256770f3f6c7c5f9ece3023f99d8e293efbcaf55d0ac942a2118a112a844240edc613c8f2e519d17b4e9a77b5ee1bde313876ee1e020376ba04b0afb676255c",
+          "sha256": "419caa3619eead9a02109a67a691e136c93d2330cb424cddf654935f4048012f",
+          "sha1": "b58a44c977456d3b7697972f19965022e0dc7fa3",
+          "md5": "870d5379eb1384deb8c6da069c74dcba"
         }
       ]
     }
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 efb6c2a..b9cc4ff 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 @@
-a878d73d427b231b98cf31f780bd35be
\ No newline at end of file
+48c0eea2b4a59e41eafd77354a158f93
\ 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 462bdff..75f084d 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 @@
-35ccc68c3f02ce6d114497b2a696fe44339d25f1
\ No newline at end of file
+262dde580881084654c535ae9385b245dba63ca4
\ 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 f2caff2..6c96610 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 @@
-03b7df0a5a634fb1e1b2fa4767f958ebe94e1841a1abffe14524734622e9110f
\ No newline at end of file
+55629438e0ec1adc90c1d423de40d84eecbbee93c2ad617c050f03d6a0e8bbf0
\ 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 392503e..6ffb112 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 @@
-47ef69ab2d72a3d0abda795c08be2534aa96f51a9e24e841728832cba5f24776546e7fa76127fff1067bae6807c11b3221f316b560f956c770c3cdbf4db67889
\ No newline at end of file
+2a0f2554e4f6782c850209e459a26585e35c3ddf78d0712ab2acbe9797c49fa2222c4f22ca67f1fb27d52cf01f343aa40482ccff08b03546f467f0d72d4c8f67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom
index 2b12bb0..77a79df 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Drawer Layout</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/drawerlayout#1.2.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.md5
index 2c77efb..98c51db 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-61b3e3878c1877684e76291423e8f639
\ No newline at end of file
+4d87aa3683df87423109a2b4f1f44e0c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha1
index 5597c67..aca9d9c 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-6a1d7d36f4832cef96ff8da420f8b553d09af54e
\ No newline at end of file
+920a932c85f4e6295c2b3773a51cbf911dec0894
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha256
index b1c10e7..cb68f6f 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-6031ba445ee1b83257bec80c514f3fdaa54a62dc547a2421f081d4c4691fa215
\ No newline at end of file
+421473b8c20493b0b3eb344c53db603f1d6614925f682c8e855b1f3a67e2e4bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha512
index 78cb70a..1229102 100644
--- a/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/drawerlayout/drawerlayout/1.2.0-alpha01/drawerlayout-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-72a22f3e24700e5aba04c3a7f6a68e19a8d5aacaa148c670dffbc7f4c635a1b7ff7ce354962916fcc079a59b83c24e21474dded7a4cb2ef6e5e30bf580a77b36
\ No newline at end of file
+07d140d8712c68366abf6f29c10aef9ca3931181e4bf3a449d122064710a9da94b0cf567a2e0613a65e38044b930754bc784e64011905e50537f6f4736df89ef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar
index d1e10d4..b219e9f 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.md5
index ec2f2ca..b6cf19f 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.md5
@@ -1 +1 @@
-d399fb997d0152cfd4dd3502e72b8e61
\ No newline at end of file
+6229fbe15d0750c7fa76b10198b99c38
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha1
index 6fc5e4f..9883081 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha1
@@ -1 +1 @@
-2c4944f6131b01bcc1029705ada7e745a74fb23d
\ No newline at end of file
+c6fc389167e4fb1d6f27b97027f8ffb04c0d631f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha256
index defa6f6..9a1538e 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha256
@@ -1 +1 @@
-5519f30d1e51d1d9ecab2f4bf9ef5c3b17ef566c1c34e8333f1736db272ed4da
\ No newline at end of file
+109ec881c6fc8462cdc2014cb810dcd1433d1d4573038fe629b1a28d714670bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha512
index ef1e56a..03d743d 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04-sources.jar.sha512
@@ -1 +1 @@
-a3a85395a62dfe855be554d0e963bd7162708162d2b99c0c74d3bb4652857c3110739379a121d6c9b99e5321caa1c3e17ba9b1cd227b965e1cf178cdb613e5a6
\ No newline at end of file
+5b8ba87a60f1ce9ede5aaf03753ff97a818ab02bcc5622103175985e0c25ddc0b87ffaad397c96fede43bd48f7f44938f7445e273663e751f036816070917e17
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar
index 4c3ad90..e230024 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.md5
index 7b9827c..0d3eea7 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.md5
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.md5
@@ -1 +1 @@
-f2dca780d00db5446dacf730c9096444
\ No newline at end of file
+f522323df58372ac2b77282b015332ad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha1
index e509eb6..e813761 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha1
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha1
@@ -1 +1 @@
-792e9ca65158230df9446a387594818a3c301f07
\ No newline at end of file
+b43decad030710d387234f83c618c850c388b29c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha256
index 781cf3a..2bd98ef 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha256
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha256
@@ -1 +1 @@
-eb8ed60cb3d3f5484f4f6ca91cea49dee31f4496a9cde81def0e6f75a15f9453
\ No newline at end of file
+6a7f3466fae88f7111e46fd01b1c6dabdfa56147d897a2a95a64da7e778777f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha512
index f44f40c..acf755d 100644
--- a/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha512
+++ b/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/dynamicanimation-1.1.0-alpha04.aar.sha512
@@ -1 +1 @@
-50bcd16e5a1b71d29293734cbd4b5d2fb140a779edfb8d77202e8df10361e8c730ab8e508d8166a260fb1ab7c1e47a9e83939610f2adc5884e2d263ab1c3e330
\ No newline at end of file
+d721b5a8a3271117b315c5a45ecfc486147fef24a57ae4767da46273a7d57565973db2e268744eb5e582f401313b8de739219a40a4e9385d43e7a82240e2b07a
\ 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 5580215..24a44b7 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.5.1",
-      "buildId:": "6791305"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "dynamicanimation-1.1.0-alpha04.aar",
           "url": "dynamicanimation-1.1.0-alpha04.aar",
-          "size": 32991,
-          "sha512": "50bcd16e5a1b71d29293734cbd4b5d2fb140a779edfb8d77202e8df10361e8c730ab8e508d8166a260fb1ab7c1e47a9e83939610f2adc5884e2d263ab1c3e330",
-          "sha256": "eb8ed60cb3d3f5484f4f6ca91cea49dee31f4496a9cde81def0e6f75a15f9453",
-          "sha1": "792e9ca65158230df9446a387594818a3c301f07",
-          "md5": "f2dca780d00db5446dacf730c9096444"
+          "size": 35264,
+          "sha512": "d721b5a8a3271117b315c5a45ecfc486147fef24a57ae4767da46273a7d57565973db2e268744eb5e582f401313b8de739219a40a4e9385d43e7a82240e2b07a",
+          "sha256": "6a7f3466fae88f7111e46fd01b1c6dabdfa56147d897a2a95a64da7e778777f4",
+          "sha1": "b43decad030710d387234f83c618c850c388b29c",
+          "md5": "f522323df58372ac2b77282b015332ad"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "dynamicanimation-1.1.0-alpha04.aar",
           "url": "dynamicanimation-1.1.0-alpha04.aar",
-          "size": 32991,
-          "sha512": "50bcd16e5a1b71d29293734cbd4b5d2fb140a779edfb8d77202e8df10361e8c730ab8e508d8166a260fb1ab7c1e47a9e83939610f2adc5884e2d263ab1c3e330",
-          "sha256": "eb8ed60cb3d3f5484f4f6ca91cea49dee31f4496a9cde81def0e6f75a15f9453",
-          "sha1": "792e9ca65158230df9446a387594818a3c301f07",
-          "md5": "f2dca780d00db5446dacf730c9096444"
+          "size": 35264,
+          "sha512": "d721b5a8a3271117b315c5a45ecfc486147fef24a57ae4767da46273a7d57565973db2e268744eb5e582f401313b8de739219a40a4e9385d43e7a82240e2b07a",
+          "sha256": "6a7f3466fae88f7111e46fd01b1c6dabdfa56147d897a2a95a64da7e778777f4",
+          "sha1": "b43decad030710d387234f83c618c850c388b29c",
+          "md5": "f522323df58372ac2b77282b015332ad"
         }
       ]
     },
@@ -92,11 +92,11 @@
         {
           "name": "dynamicanimation-1.1.0-alpha04-sources.jar",
           "url": "dynamicanimation-1.1.0-alpha04-sources.jar",
-          "size": 23644,
-          "sha512": "a3a85395a62dfe855be554d0e963bd7162708162d2b99c0c74d3bb4652857c3110739379a121d6c9b99e5321caa1c3e17ba9b1cd227b965e1cf178cdb613e5a6",
-          "sha256": "5519f30d1e51d1d9ecab2f4bf9ef5c3b17ef566c1c34e8333f1736db272ed4da",
-          "sha1": "2c4944f6131b01bcc1029705ada7e745a74fb23d",
-          "md5": "d399fb997d0152cfd4dd3502e72b8e61"
+          "size": 24034,
+          "sha512": "5b8ba87a60f1ce9ede5aaf03753ff97a818ab02bcc5622103175985e0c25ddc0b87ffaad397c96fede43bd48f7f44938f7445e273663e751f036816070917e17",
+          "sha256": "109ec881c6fc8462cdc2014cb810dcd1433d1d4573038fe629b1a28d714670bd",
+          "sha1": "c6fc389167e4fb1d6f27b97027f8ffb04c0d631f",
+          "md5": "6229fbe15d0750c7fa76b10198b99c38"
         }
       ]
     }
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 2d337c1..f28e696 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 @@
-36ccccaf19928f7d07c05281c4c6c4b8
\ No newline at end of file
+055554cb5d5b5385d117e7fadafc6fc3
\ 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 c1698c9..f037b3f 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 @@
-24c88122827331718029dec5f2fcdbde29ec81a8
\ No newline at end of file
+f6dc5bda429e63bb7bb541ef74aa93ba32a495c2
\ 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 1a9c2e2..d2933d9 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 @@
-6b7947ca6c513e4c7fe86418ec3ab46465d6ced5a0fa96a83a3f56df10c94cbc
\ No newline at end of file
+a6c9baa792ed1dc65e3f5113e82ef8c756c7e4ad7d6e3699d073ffa4c20f046b
\ 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 ff8fe5b..764f44f 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 @@
-aa78df6ae2ef88a9934bad2fe059bfcb19d12485c9b25d947b6f68498b3e511bf3cc6dae290180591f4a76dcce66411a592e1c3876b64ed1ded27cea98529012
\ No newline at end of file
+865fa643c7f9b67160e05a66e04fb798f8edc683c1e6c7d590ea3bd29098f367c31ed5a5221be2457462c443affb0abadf178f69a17ad7e35e9762a40e159129
\ 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.aar b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar
deleted file mode 100644
index cf6ba41..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.md5
deleted file mode 100644
index 0b5d80d..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-7b3cfda334ccc2143b0fa1b8335f1793
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha1
deleted file mode 100644
index ae03f59..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-08c607697ed083694f2b4fefe59ac4671e523341
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha256
deleted file mode 100644
index 9515004..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e66a724a50ca8360f61fe62df099fd365286fc2784587a10575c1f29e3405a26
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha512
deleted file mode 100644
index 708b179..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b9528e452fc049167061ad070934f6aec68d16a05d58c2162ab7071bfbce5449d749bb8bbe59cbc0d5f8c8291a1cd606b9ab9360b2eda4c2e548d2bb9a85b162
\ 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
deleted file mode 100644
index 78f0417..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.emoji",
-    "module": "emoji-appcompat",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.emoji",
-          "module": "emoji",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-appcompat-1.2.0-alpha01.aar",
-          "url": "emoji-appcompat-1.2.0-alpha01.aar",
-          "size": 15521,
-          "sha512": "b9528e452fc049167061ad070934f6aec68d16a05d58c2162ab7071bfbce5449d749bb8bbe59cbc0d5f8c8291a1cd606b9ab9360b2eda4c2e548d2bb9a85b162",
-          "sha256": "e66a724a50ca8360f61fe62df099fd365286fc2784587a10575c1f29e3405a26",
-          "sha1": "08c607697ed083694f2b4fefe59ac4671e523341",
-          "md5": "7b3cfda334ccc2143b0fa1b8335f1793"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.emoji",
-          "module": "emoji",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-appcompat-1.2.0-alpha01.aar",
-          "url": "emoji-appcompat-1.2.0-alpha01.aar",
-          "size": 15521,
-          "sha512": "b9528e452fc049167061ad070934f6aec68d16a05d58c2162ab7071bfbce5449d749bb8bbe59cbc0d5f8c8291a1cd606b9ab9360b2eda4c2e548d2bb9a85b162",
-          "sha256": "e66a724a50ca8360f61fe62df099fd365286fc2784587a10575c1f29e3405a26",
-          "sha1": "08c607697ed083694f2b4fefe59ac4671e523341",
-          "md5": "7b3cfda334ccc2143b0fa1b8335f1793"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "emoji-appcompat-1.2.0-alpha01-sources.jar",
-          "url": "emoji-appcompat-1.2.0-alpha01-sources.jar",
-          "size": 4355,
-          "sha512": "05730b58fb8391f28050b8cc51cfb42fdfc6c888cbb70b642d1e8b11f82b15946b65f05350de21d4f222e58f2e2d97ed4e195facd843c06552b784e7c4edd8ec",
-          "sha256": "8c37ea1aefdd5d8e36d6fd5d7535c6fdfadd02b61fa51c1e4178b0cec49e6de0",
-          "sha1": "6100352f9c99794e5ec330e4e428e344a7b3a245",
-          "md5": "d708308a2084b09201efe840d9541b78"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 03ec5dd..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-08e17792570534e67d1d7ec24a7bf03b
\ 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
deleted file mode 100644
index 8730ec8..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-24dc6b6f0eca7396012d83b5ccbeede357b15c29
\ 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
deleted file mode 100644
index 4456b0b..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6d6f749406c139d4c671e4dc23b8bacd8e314e66632d2204d0a534be889b1faf
\ 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
deleted file mode 100644
index 5764c37..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a34299d83a4293c117615f502bb2c26be3af59e34eeb89df60d19b86973d5ccb0268e7dc80b24fbb7e8d473dcc1a201e372b337a171c8eb3c1a035b4c7fae8ba
\ 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.pom b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom
deleted file mode 100644
index 7f3467c..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.emoji</groupId>
-  <artifactId>emoji-appcompat</artifactId>
-  <version>1.2.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Emoji AppCompat</name>
-  <description>EmojiCompat Widgets for AppCompat integration</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.emoji</groupId>
-      <artifactId>emoji</artifactId>
-      <version>1.2.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.md5
deleted file mode 100644
index e16eca3..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-fe05676a667043cee2b55372cd37465a
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index 45e57cb..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-aa4725736fbd611b50212214a1dd1533a318af94
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index 42764b7..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5cf0234e4be20b9b8b98431b583307756a7ab8face239de59f7d281c5bea1141
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index 5706e0e..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-24336c2fbdb29c7bbf03dbab729dfbcb3c0cf65c47b4ad25a12f2282f572791169767f2bde2087fdc3c2d1d7cfceb4a8d763cc43730db4e750eb11e3ada7cebf
\ 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-sources.jar b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar
rename to current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.md5
rename to current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha1
rename to current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha256
rename to current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha01/emoji-appcompat-1.2.0-alpha01-sources.jar.sha512
rename to current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar
new file mode 100644
index 0000000..e370a51
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..63416cc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+543a24b82e027f9552b0913a93868414
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..ecc79b8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+81bd794568bdae45c6478a3573342c91f8976058
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..6debd47
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+181bcd6c39c1159a6874d1a31103620e2ae848168ac1bedbbdb739604cd7ffb1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..5714267
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+7f048a038bd4a212aa608a75750875b5237e8432d3cd1119c84670672906fb6cf08bdd328ac1fa6620debb5a6336891e9c537955e25ce9c5798a3a64ca482199
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module
new file mode 100644
index 0000000..e54ea46
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.emoji",
+    "module": "emoji-appcompat",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.emoji",
+          "module": "emoji",
+          "version": {
+            "requires": "1.2.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-appcompat-1.2.0-alpha03.aar",
+          "url": "emoji-appcompat-1.2.0-alpha03.aar",
+          "size": 16387,
+          "sha512": "7f048a038bd4a212aa608a75750875b5237e8432d3cd1119c84670672906fb6cf08bdd328ac1fa6620debb5a6336891e9c537955e25ce9c5798a3a64ca482199",
+          "sha256": "181bcd6c39c1159a6874d1a31103620e2ae848168ac1bedbbdb739604cd7ffb1",
+          "sha1": "81bd794568bdae45c6478a3573342c91f8976058",
+          "md5": "543a24b82e027f9552b0913a93868414"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.emoji",
+          "module": "emoji",
+          "version": {
+            "requires": "1.2.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-appcompat-1.2.0-alpha03.aar",
+          "url": "emoji-appcompat-1.2.0-alpha03.aar",
+          "size": 16387,
+          "sha512": "7f048a038bd4a212aa608a75750875b5237e8432d3cd1119c84670672906fb6cf08bdd328ac1fa6620debb5a6336891e9c537955e25ce9c5798a3a64ca482199",
+          "sha256": "181bcd6c39c1159a6874d1a31103620e2ae848168ac1bedbbdb739604cd7ffb1",
+          "sha1": "81bd794568bdae45c6478a3573342c91f8976058",
+          "md5": "543a24b82e027f9552b0913a93868414"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "emoji-appcompat-1.2.0-alpha03-sources.jar",
+          "url": "emoji-appcompat-1.2.0-alpha03-sources.jar",
+          "size": 4355,
+          "sha512": "05730b58fb8391f28050b8cc51cfb42fdfc6c888cbb70b642d1e8b11f82b15946b65f05350de21d4f222e58f2e2d97ed4e195facd843c06552b784e7c4edd8ec",
+          "sha256": "8c37ea1aefdd5d8e36d6fd5d7535c6fdfadd02b61fa51c1e4178b0cec49e6de0",
+          "sha1": "6100352f9c99794e5ec330e4e428e344a7b3a245",
+          "md5": "d708308a2084b09201efe840d9541b78"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..510b837
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+688eca1a3ff3f158dcf5c5f85c4f5d84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..82a3724
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+2b1ec024cf2cf46ddf0635ec1d302a13be6b59c8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..8b0171d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+93d0d1cb93b3982f0971fa9f0d6d8b7720a8adacfd7cfb09ebefb9fea8ed78de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..e6dbdd6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+2dbe2139c7c960b069a863f21516d841abb456cb7e2b5ac2095ba45189f084f05307997084f29549d18db960856be13737438a19c44582c3d1c812eed602ddef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom
new file mode 100644
index 0000000..ccd2a21
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.emoji</groupId>
+  <artifactId>emoji-appcompat</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Android Emoji AppCompat</name>
+  <description>EmojiCompat Widgets for AppCompat integration</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/emoji#1.2.0-alpha03</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.emoji</groupId>
+      <artifactId>emoji</artifactId>
+      <version>1.2.0-alpha03</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..672844d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+e9cbf0ed155e45e837690bc7d074d61e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..9650f33
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+830c1ff3407f344fff87e115f748d5b671cf3aba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..5eeb11b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+9b53e4f7b6c8fd6d55ab7f2c1e78ae38d5981d7c1a004a98f1be38737035047f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..006e5a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-appcompat/1.2.0-alpha03/emoji-appcompat-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+403106c3bdf8006745a784e2637468b4e00b1fcb10790521bd1f98d7acfaa2457a737560d0520382605276d07bcafec571507dcd28be1cbd1900c37bdbf55e21
\ 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.aar b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar
deleted file mode 100644
index 6bf7bea..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.md5
deleted file mode 100644
index 337f264..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-9a85c9ab1058c9a88817029a1a2ef5ff
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha1
deleted file mode 100644
index 19cad36..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-45878a9a2140cc78a990f3a917f49e3b05cd11f8
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha256
deleted file mode 100644
index f606396..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d7ad8101cb7b863bba610efefecd77dbd40c59f81c73f92e11e23467fa8b6f28
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha512
deleted file mode 100644
index 56195e9..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-13e0b3bfa82f20093a729673dd9eeafd5cc09678b76de065001c324b2380d25ce0e20b304a083580663990ae0b44fe3bfc2cc74fc48d6f2730810c28edc979d7
\ 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
deleted file mode 100644
index 16c8bfd..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.emoji",
-    "module": "emoji-bundled",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.emoji",
-          "module": "emoji",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-bundled-1.2.0-alpha01.aar",
-          "url": "emoji-bundled-1.2.0-alpha01.aar",
-          "size": 9556926,
-          "sha512": "13e0b3bfa82f20093a729673dd9eeafd5cc09678b76de065001c324b2380d25ce0e20b304a083580663990ae0b44fe3bfc2cc74fc48d6f2730810c28edc979d7",
-          "sha256": "d7ad8101cb7b863bba610efefecd77dbd40c59f81c73f92e11e23467fa8b6f28",
-          "sha1": "45878a9a2140cc78a990f3a917f49e3b05cd11f8",
-          "md5": "9a85c9ab1058c9a88817029a1a2ef5ff"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.emoji",
-          "module": "emoji",
-          "version": {
-            "requires": "1.2.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-bundled-1.2.0-alpha01.aar",
-          "url": "emoji-bundled-1.2.0-alpha01.aar",
-          "size": 9556926,
-          "sha512": "13e0b3bfa82f20093a729673dd9eeafd5cc09678b76de065001c324b2380d25ce0e20b304a083580663990ae0b44fe3bfc2cc74fc48d6f2730810c28edc979d7",
-          "sha256": "d7ad8101cb7b863bba610efefecd77dbd40c59f81c73f92e11e23467fa8b6f28",
-          "sha1": "45878a9a2140cc78a990f3a917f49e3b05cd11f8",
-          "md5": "9a85c9ab1058c9a88817029a1a2ef5ff"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "emoji-bundled-1.2.0-alpha01-sources.jar",
-          "url": "emoji-bundled-1.2.0-alpha01-sources.jar",
-          "size": 1870,
-          "sha512": "4a9837b4ac948020c3282e1bb311e3929723922785ac4d4d3ac3a289c4947b38b4547e19ae8a3717ee88a8855169e2bc1faf34b8422f5b238e1bc5d321147ee4",
-          "sha256": "b11ed7ae27f230a91ab0e74c71468a2dbbc0ff4d6fbf3a061d339163b6c74303",
-          "sha1": "5a2d6e97a7ba22b886d214e1cd61d56a19ddfa67",
-          "md5": "8fe577e259cc60c0f9b63c3d138c8084"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 52ec1b3..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-8a8d20d51ad2e24f91285804e6d9a9b9
\ 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
deleted file mode 100644
index 65ef103..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ed7cd8787a5aa3ed32634a1d19560c940cca84e4
\ 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
deleted file mode 100644
index a6684c8..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-62a0f83b6b4f707258cdf89a44b71b91bc655bbec2cc624ec609ae6591cf2a08
\ 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
deleted file mode 100644
index 3026b4f..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-714c012cb21b14687d18a76ff39d7343fe2c4a6e9ebf26f26fe06a7a9a18e8642b2e1b27b3c44f66d94b24ff596cf403126ec51502b89008350d9eb8ba31a47e
\ 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.pom b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom
deleted file mode 100644
index 9f1a7b7..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.emoji</groupId>
-  <artifactId>emoji-bundled</artifactId>
-  <version>1.2.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Emoji Compat</name>
-  <description>Library bundled with assets to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-    <license>
-      <name>SIL Open Font License, Version 1.1</name>
-      <url>http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web</url>
-      <distribution>repo</distribution>
-    </license>
-    <license>
-      <name>Unicode, Inc. License</name>
-      <url>http://www.unicode.org/copyright.html#License</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.emoji</groupId>
-      <artifactId>emoji</artifactId>
-      <version>1.2.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.md5
deleted file mode 100644
index 9dbffbd..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-0a73aa8bdd8dd6f11e31b291936b4fa9
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index 979a9f9..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e2c4374e9aff030ebeec0b91d2df636a967e2374
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index 041653c..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e1871493385a72c8ef11417c21710887db47feaf259c4eb3e1c57f7776fe4290
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index 0e61925..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ec407b102309b4b17471f8de4c2a926727f2bdd52f4df4c7718588b397c2c1ed5aa7048ca8f3bbb8c444e1de6de599acfeb2bd0897f974f09624f616e3248f0d
\ 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-sources.jar b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar
rename to current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.md5
rename to current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha1
rename to current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha256
rename to current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha01/emoji-bundled-1.2.0-alpha01-sources.jar.sha512
rename to current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar
new file mode 100644
index 0000000..1dd2c7c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..ef03c50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+64a68fc116e800b8e4eaf02bfca53b84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..efefac7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+65cd002c363e45cfa24bdeb0dd989f4475ed20bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..67a5301
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+13aa86902ffde155ee7ed769595beba46fcbba9fe914dde7c79c4136bacda3df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..ebe9534
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+2ccab460eee51aa87e571d53cda1f6d82f261ff4a867c995fac31b8d0a8156cde0f905fd39def2e46e3a42b980b12b52dd42b6a8dd099951b0f40d6ca1e66854
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module
new file mode 100644
index 0000000..9399e40
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.emoji",
+    "module": "emoji-bundled",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.emoji",
+          "module": "emoji",
+          "version": {
+            "requires": "1.2.0-alpha03"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-bundled-1.2.0-alpha03.aar",
+          "url": "emoji-bundled-1.2.0-alpha03.aar",
+          "size": 9828831,
+          "sha512": "2ccab460eee51aa87e571d53cda1f6d82f261ff4a867c995fac31b8d0a8156cde0f905fd39def2e46e3a42b980b12b52dd42b6a8dd099951b0f40d6ca1e66854",
+          "sha256": "13aa86902ffde155ee7ed769595beba46fcbba9fe914dde7c79c4136bacda3df",
+          "sha1": "65cd002c363e45cfa24bdeb0dd989f4475ed20bf",
+          "md5": "64a68fc116e800b8e4eaf02bfca53b84"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.emoji",
+          "module": "emoji",
+          "version": {
+            "requires": "1.2.0-alpha03"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-bundled-1.2.0-alpha03.aar",
+          "url": "emoji-bundled-1.2.0-alpha03.aar",
+          "size": 9828831,
+          "sha512": "2ccab460eee51aa87e571d53cda1f6d82f261ff4a867c995fac31b8d0a8156cde0f905fd39def2e46e3a42b980b12b52dd42b6a8dd099951b0f40d6ca1e66854",
+          "sha256": "13aa86902ffde155ee7ed769595beba46fcbba9fe914dde7c79c4136bacda3df",
+          "sha1": "65cd002c363e45cfa24bdeb0dd989f4475ed20bf",
+          "md5": "64a68fc116e800b8e4eaf02bfca53b84"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "emoji-bundled-1.2.0-alpha03-sources.jar",
+          "url": "emoji-bundled-1.2.0-alpha03-sources.jar",
+          "size": 1870,
+          "sha512": "4a9837b4ac948020c3282e1bb311e3929723922785ac4d4d3ac3a289c4947b38b4547e19ae8a3717ee88a8855169e2bc1faf34b8422f5b238e1bc5d321147ee4",
+          "sha256": "b11ed7ae27f230a91ab0e74c71468a2dbbc0ff4d6fbf3a061d339163b6c74303",
+          "sha1": "5a2d6e97a7ba22b886d214e1cd61d56a19ddfa67",
+          "md5": "8fe577e259cc60c0f9b63c3d138c8084"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..e0e3a23
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+21ca12d67f45628f2f57162a14806829
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..326917d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+74e102c2d53da8fc7b339e0fa331bd510d4eeb81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..fd185ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+3e51381dabb4fa2951158237718b97610d0479205b7101e385d885419cd25679
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..c5d71f8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+ae2cac3a3470d17a7669c378d637c246d76f349bc9867545b39d8820109b97d10f305c5a11e13ab9d8fbcb826ed6807a93d215899e18d4e35d6ddce568413adc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom
new file mode 100644
index 0000000..becc322
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.emoji</groupId>
+  <artifactId>emoji-bundled</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Android Emoji Compat</name>
+  <description>Library bundled with assets to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/emoji#1.2.0-alpha03</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>SIL Open Font License, Version 1.1</name>
+      <url>http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>Unicode, Inc. License</name>
+      <url>http://www.unicode.org/copyright.html#License</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.emoji</groupId>
+      <artifactId>emoji</artifactId>
+      <version>1.2.0-alpha03</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..fb408b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+e1b2b6c682ae4a9cca78e88379341e31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..5dee79e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+03725fe146bbce1a18ecb04054ff05a1c5847cac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..faa9c46
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+7b9e99f3c6eb622c36d28708d37f551d0a8221dfe703c423d5efed59b0616df4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..3f84c1a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji-bundled/1.2.0-alpha03/emoji-bundled-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+6e853f5b06eedc37b3e9d1a3da379021760564a14fa00ebb0fe6360bc42ab4d9ab2ca231687fae4980439ef9878ebba25661f8fd9c081945ce3a0339a3a0bcbf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar
deleted file mode 100644
index f488d37..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.md5
deleted file mode 100644
index 5be15db..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-adf31eda95510a2ca3a059386c3465d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha1
deleted file mode 100644
index a9b6553..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-447d919f43d30a775d2bdb8e7815c88a958dd6c8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha256
deleted file mode 100644
index 8a57c31..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2d7a554317912de0027dad0b7363c102b5110c11a7bb2f51983b7818862b34af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha512
deleted file mode 100644
index 9d9e52e..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c3fecce34246926002b3f3f80551131a7c82397c6f2a029087c995421b27d4a0bc14bc769d8ef54db69f79232941037941add5487df03e1a516022cc148e6d34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar
deleted file mode 100644
index 387133d..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.md5
deleted file mode 100644
index 7266588..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6bb7cc36c2ef1571ebaf8b72d6f4bd24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha1
deleted file mode 100644
index 41e23b1..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f61d5e21ca9408c335274c35b6857206539ed9fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha256
deleted file mode 100644
index b033041..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ae3c512f1fc6771c17296cc0ab65c3c1fdd0b725963fb49d2b9995bed10639a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha512
deleted file mode 100644
index ad20738..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-940f7f3d29575bc67f7bda85aea236b5bfdda3ef141664d975e3b31f316c150c4bb9d365cdff973a7ba00d656b25857c6b72e496077f625770ae28e773a9595f
\ 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
deleted file mode 100644
index a9d6ccd..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module
+++ /dev/null
@@ -1,104 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.emoji",
-    "module": "emoji",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-rc01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-1.2.0-alpha01.aar",
-          "url": "emoji-1.2.0-alpha01.aar",
-          "size": 99395,
-          "sha512": "940f7f3d29575bc67f7bda85aea236b5bfdda3ef141664d975e3b31f316c150c4bb9d365cdff973a7ba00d656b25857c6b72e496077f625770ae28e773a9595f",
-          "sha256": "ae3c512f1fc6771c17296cc0ab65c3c1fdd0b725963fb49d2b9995bed10639a1",
-          "sha1": "f61d5e21ca9408c335274c35b6857206539ed9fd",
-          "md5": "6bb7cc36c2ef1571ebaf8b72d6f4bd24"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-rc01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "emoji-1.2.0-alpha01.aar",
-          "url": "emoji-1.2.0-alpha01.aar",
-          "size": 99395,
-          "sha512": "940f7f3d29575bc67f7bda85aea236b5bfdda3ef141664d975e3b31f316c150c4bb9d365cdff973a7ba00d656b25857c6b72e496077f625770ae28e773a9595f",
-          "sha256": "ae3c512f1fc6771c17296cc0ab65c3c1fdd0b725963fb49d2b9995bed10639a1",
-          "sha1": "f61d5e21ca9408c335274c35b6857206539ed9fd",
-          "md5": "6bb7cc36c2ef1571ebaf8b72d6f4bd24"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "emoji-1.2.0-alpha01-sources.jar",
-          "url": "emoji-1.2.0-alpha01-sources.jar",
-          "size": 58801,
-          "sha512": "c3fecce34246926002b3f3f80551131a7c82397c6f2a029087c995421b27d4a0bc14bc769d8ef54db69f79232941037941add5487df03e1a516022cc148e6d34",
-          "sha256": "2d7a554317912de0027dad0b7363c102b5110c11a7bb2f51983b7818862b34af",
-          "sha1": "447d919f43d30a775d2bdb8e7815c88a958dd6c8",
-          "md5": "adf31eda95510a2ca3a059386c3465d1"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index dbcc5c2..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-0787412743e4bb9b06728050527561fb
\ 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
deleted file mode 100644
index 89d8b67..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c3e7508861672b266bfde9f4e93aeaf36f0a6055
\ 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
deleted file mode 100644
index e2e6340..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e3e5ce985934b7e0216d903e07a4b27b2b89de6ea42809c770553c4bb78546bd
\ 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
deleted file mode 100644
index 36c7701..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-529cea20374a48097574260b07b76a574837e25d369d2dbdde117adace6145d9319a50c698e3a0868d4cdd91868ad1738cb3e9a1964c1c54ab9704851178a999
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom
deleted file mode 100644
index 7f88c12..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.emoji</groupId>
-  <artifactId>emoji</artifactId>
-  <version>1.2.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Emoji Compat</name>
-  <description>Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-    <license>
-      <name>SIL Open Font License, Version 1.1</name>
-      <url>http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web</url>
-      <distribution>repo</distribution>
-    </license>
-    <license>
-      <name>Unicode, Inc. License</name>
-      <url>http://www.unicode.org/copyright.html#License</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.3.0-rc01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.md5
deleted file mode 100644
index cc34649..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-d893029b4e7350f400a67e89091e7438
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index ff0926b..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4e500f438badf2c971c81df7bd36b2bfffb94ac2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index 745c4cb..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-083914d37d4e7b81c6e5b19c3436a59b523846dfa111f73f5b387c99b70c7b55
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index 0e6e040..0000000
--- a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha01/emoji-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-18f4e7db22d92a73c2787a8949a7513eef2284f7c82b3c1aa5a6764cdd8a5f4d8e2639dceee688c4faed1cd462a22cd341af0653e0d8fd2fb00998cabaa2eff7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar
new file mode 100644
index 0000000..82a959b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..7d9ba90
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+947eb38381026a36ea99db1a9f992d9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..5744de9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+f0f4574b5671ecf1a0962cecea83787269b75c14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..f5cf4ef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+cbce464d96f00d70fba3d328e0d8037fd637bd8b8e37913a46e1952dcbc6f2a8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..4585cc2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+afc83b9846da3bbdbcbbefd8eb769cfbb57461048808e9120b087b4a50cd64710d6fab2fdc44e45c7a233cd849a28038c57eb221e47bbfb6a900cd386b3bebb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar
new file mode 100644
index 0000000..47945ec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..27d47db
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+8cf6720892e253dea09ccb234eb67aae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..9366773
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+d7c3dc8c8eede6cce51bc53b340b0fe9fb1f8b03
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..c5a4ebe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+9c223863ff70902a7f4199cadcdb5cff21508bdff546a403eda32b3687c600d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..9758507
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+f9cda9a60e0312b688a1a6d984911231341b89652014c5247452e5e45874420f750d043e28052efff303522ccc85c5ed93ff638f7d21d6a94abc1411b0231ba0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module
new file mode 100644
index 0000000..9b2453f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module
@@ -0,0 +1,104 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.emoji",
+    "module": "emoji",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.0-rc01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-1.2.0-alpha03.aar",
+          "url": "emoji-1.2.0-alpha03.aar",
+          "size": 147037,
+          "sha512": "f9cda9a60e0312b688a1a6d984911231341b89652014c5247452e5e45874420f750d043e28052efff303522ccc85c5ed93ff638f7d21d6a94abc1411b0231ba0",
+          "sha256": "9c223863ff70902a7f4199cadcdb5cff21508bdff546a403eda32b3687c600d8",
+          "sha1": "d7c3dc8c8eede6cce51bc53b340b0fe9fb1f8b03",
+          "md5": "8cf6720892e253dea09ccb234eb67aae"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.0-rc01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "emoji-1.2.0-alpha03.aar",
+          "url": "emoji-1.2.0-alpha03.aar",
+          "size": 147037,
+          "sha512": "f9cda9a60e0312b688a1a6d984911231341b89652014c5247452e5e45874420f750d043e28052efff303522ccc85c5ed93ff638f7d21d6a94abc1411b0231ba0",
+          "sha256": "9c223863ff70902a7f4199cadcdb5cff21508bdff546a403eda32b3687c600d8",
+          "sha1": "d7c3dc8c8eede6cce51bc53b340b0fe9fb1f8b03",
+          "md5": "8cf6720892e253dea09ccb234eb67aae"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "emoji-1.2.0-alpha03-sources.jar",
+          "url": "emoji-1.2.0-alpha03-sources.jar",
+          "size": 59664,
+          "sha512": "afc83b9846da3bbdbcbbefd8eb769cfbb57461048808e9120b087b4a50cd64710d6fab2fdc44e45c7a233cd849a28038c57eb221e47bbfb6a900cd386b3bebb7",
+          "sha256": "cbce464d96f00d70fba3d328e0d8037fd637bd8b8e37913a46e1952dcbc6f2a8",
+          "sha1": "f0f4574b5671ecf1a0962cecea83787269b75c14",
+          "md5": "947eb38381026a36ea99db1a9f992d9a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..48c2c1a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+476047e7027b7c21d2007758aaf63f57
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..41a72f7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+4a1f8a586b18e479c45c34e5b5baa60e4efcbfec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..0d1ac56
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+3c37c81b9dd98585327e23c4de45b4483ff71d0452c2fe94b0a13d8c21506dc0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..1e06c13
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+396f9f0e4e413eeade82e16c3636bb3c49cb2dc11657b4ae2b9180995b781652f2f00b6c28c7dc88e9df449b80cf6713c7fb660b971a762bb66a781454b314dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom
new file mode 100644
index 0000000..6e67ee6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.emoji</groupId>
+  <artifactId>emoji</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Android Emoji Compat</name>
+  <description>Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/emoji#1.2.0-alpha03</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>SIL Open Font License, Version 1.1</name>
+      <url>http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>Unicode, Inc. License</name>
+      <url>http://www.unicode.org/copyright.html#License</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.3.0-rc01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..569d2f2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+d58c50d82ade9ff2096c963f9bfb3f80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..d879f86
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+82d2005c38c833754fd164873d305a51dbe0ad8c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..3ab107b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+4855c5faf3ec4119c3abc5a9b59673c596e64c41577fa9f5cce3bed1540e3d5c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..8f34b2c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/emoji/emoji/1.2.0-alpha03/emoji-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+60146622c415ab757da7231b3d9494467393f0111bff85a0347d37d20a719d09e01cf785f3a5552530c75e36eabd9f0049d07c3dd79edc56b9c97e12b5029c94
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar
deleted file mode 100644
index 472957f..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.md5
deleted file mode 100644
index 9ffcf57..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-bcd2a0512f1ca0aac5b40c2cfc7b0a32
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha1
deleted file mode 100644
index e6515fc..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5e71e678a4c0faed38e2ce20c581c6a7cfab7eb9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha256
deleted file mode 100644
index ba0ddbc..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-63ffdfd4c72c5592d06217e05e4c16d4240e0362dcfc53916d92b3136526ec79
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha512
deleted file mode 100644
index f1a9616..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b6b2f017f11cd236707e311d9a978d945117331d3cda4e60e330218ec698921c23cca7f0764819278f56745badca2e4f6318e1d067d1064a9b7464d2f6ab7b48
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar
deleted file mode 100644
index e1a82d3..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.md5
deleted file mode 100644
index bc74044..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6c941f92ca6e4e0fddc99a354ddac89e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha1
deleted file mode 100644
index 5429d35..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-02cfa3f0bac3363684a43aef28b74cbeb8eed1c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha256
deleted file mode 100644
index f30a575..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-27bc24b5202fa1f6def27cee6fe760254bd45047c5afadef2f58b9863d101777
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha512
deleted file mode 100644
index de89e5e..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b9076e82ff0e7f529a938f993336ce79d0fdf4e18bd51fc758676deb3f968a9796411bae7daf4bf9cd0bb47c9dc5a57100b4a52c830a13298112fafe9ae0ca4a
\ 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
deleted file mode 100644
index 7f02361..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.exifinterface",
-    "module": "exifinterface",
-    "version": "1.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "exifinterface-1.3.0-alpha02.aar",
-          "url": "exifinterface-1.3.0-alpha02.aar",
-          "size": 60127,
-          "sha512": "b9076e82ff0e7f529a938f993336ce79d0fdf4e18bd51fc758676deb3f968a9796411bae7daf4bf9cd0bb47c9dc5a57100b4a52c830a13298112fafe9ae0ca4a",
-          "sha256": "27bc24b5202fa1f6def27cee6fe760254bd45047c5afadef2f58b9863d101777",
-          "sha1": "02cfa3f0bac3363684a43aef28b74cbeb8eed1c1",
-          "md5": "6c941f92ca6e4e0fddc99a354ddac89e"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "exifinterface-1.3.0-alpha02.aar",
-          "url": "exifinterface-1.3.0-alpha02.aar",
-          "size": 60127,
-          "sha512": "b9076e82ff0e7f529a938f993336ce79d0fdf4e18bd51fc758676deb3f968a9796411bae7daf4bf9cd0bb47c9dc5a57100b4a52c830a13298112fafe9ae0ca4a",
-          "sha256": "27bc24b5202fa1f6def27cee6fe760254bd45047c5afadef2f58b9863d101777",
-          "sha1": "02cfa3f0bac3363684a43aef28b74cbeb8eed1c1",
-          "md5": "6c941f92ca6e4e0fddc99a354ddac89e"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "exifinterface-1.3.0-alpha02-sources.jar",
-          "url": "exifinterface-1.3.0-alpha02-sources.jar",
-          "size": 61616,
-          "sha512": "b6b2f017f11cd236707e311d9a978d945117331d3cda4e60e330218ec698921c23cca7f0764819278f56745badca2e4f6318e1d067d1064a9b7464d2f6ab7b48",
-          "sha256": "63ffdfd4c72c5592d06217e05e4c16d4240e0362dcfc53916d92b3136526ec79",
-          "sha1": "5e71e678a4c0faed38e2ce20c581c6a7cfab7eb9",
-          "md5": "bcd2a0512f1ca0aac5b40c2cfc7b0a32"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 729752a..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-4a3c2e968680ccf3bf82211c1956c7d3
\ 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
deleted file mode 100644
index 1c67eca..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5b11165ec2bea2915b9625a582ed93b5f243113e
\ 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
deleted file mode 100644
index a11b432..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4585b060244c727218b402a58ca0a90f82d1b420e53f0cd1f4022314f248540e
\ 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
deleted file mode 100644
index 4b395da..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-91280a5ab51487d7def8536d4a7a3d759ebb4c2ae3cad970aa9207b6e6a874630f9fd956274fce247657718d9e3732b510113d6cec81e98549e726629b3549bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom
deleted file mode 100644
index 5a08fe1..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.exifinterface</groupId>
-  <artifactId>exifinterface</artifactId>
-  <version>1.3.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Support ExifInterface</name>
-  <description>Android Support ExifInterface</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2016</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.md5
deleted file mode 100644
index 3f8ef09..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-417ecbbc5f0f340ddccd3b078294792b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha1
deleted file mode 100644
index 9b82d26..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c38cc0e7606301f4fe294413080459b17431de24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha256
deleted file mode 100644
index 4e14b96..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5ce5470474ad67524e1aa4c6a626d05562a185d9421334fe7a3c7ac4de3faf26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha512
deleted file mode 100644
index 135d4d7..0000000
--- a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.3.0-alpha02/exifinterface-1.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-52ffac005ee02f6c0f562131fb29d44787c5336a78642d181677a1d62a3cde52ef4cd04885a1c2fa3ea25a8bd0387ff2b087f68c29a0142d8794112a01bf6604
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..09bfeb0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..aa5fbf8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+a37e27fc0105867dc2e39327b254ae4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..d049923
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+970ef9778b4879a10798698103ebf2deb0375296
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..190ad9d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+ce195e7d766416a22e179f3556e71e1ab0876ae8eb1f07b807b95c3a268e2b44
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..f9df975
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+dae0948e4c1a7461bca4ccf5582b91d2d97c650f3077b9d9daaf94913b795e9657491db4b2985d26f286535cab58b9aed2b428be21e018f8ded71de75120f14e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar
new file mode 100644
index 0000000..fe91838
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..e79bda6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+33cd067ff24752dfc6ddbe18a9b68565
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..f3b8deb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+507370c095df8452e9ce8f7a1ef8479bf4d0f0a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..29ee262
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+aceba35adea98f6dbfb387cc9d54d9ed04635194c25fee73f61951f99ffdecb3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..a6b4c4f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+4e048b6c11e6389bb3752649201578369dc0e128053866cf7618a11e8141be86470e3839bf609425321995f244c720aa8c0091f91fde044ac86c3d6b6c12a39e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module
new file mode 100644
index 0000000..347ef86
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.exifinterface",
+    "module": "exifinterface",
+    "version": "1.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "exifinterface-1.4.0-alpha01.aar",
+          "url": "exifinterface-1.4.0-alpha01.aar",
+          "size": 62503,
+          "sha512": "4e048b6c11e6389bb3752649201578369dc0e128053866cf7618a11e8141be86470e3839bf609425321995f244c720aa8c0091f91fde044ac86c3d6b6c12a39e",
+          "sha256": "aceba35adea98f6dbfb387cc9d54d9ed04635194c25fee73f61951f99ffdecb3",
+          "sha1": "507370c095df8452e9ce8f7a1ef8479bf4d0f0a0",
+          "md5": "33cd067ff24752dfc6ddbe18a9b68565"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "exifinterface-1.4.0-alpha01.aar",
+          "url": "exifinterface-1.4.0-alpha01.aar",
+          "size": 62503,
+          "sha512": "4e048b6c11e6389bb3752649201578369dc0e128053866cf7618a11e8141be86470e3839bf609425321995f244c720aa8c0091f91fde044ac86c3d6b6c12a39e",
+          "sha256": "aceba35adea98f6dbfb387cc9d54d9ed04635194c25fee73f61951f99ffdecb3",
+          "sha1": "507370c095df8452e9ce8f7a1ef8479bf4d0f0a0",
+          "md5": "33cd067ff24752dfc6ddbe18a9b68565"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "exifinterface-1.4.0-alpha01-sources.jar",
+          "url": "exifinterface-1.4.0-alpha01-sources.jar",
+          "size": 63703,
+          "sha512": "dae0948e4c1a7461bca4ccf5582b91d2d97c650f3077b9d9daaf94913b795e9657491db4b2985d26f286535cab58b9aed2b428be21e018f8ded71de75120f14e",
+          "sha256": "ce195e7d766416a22e179f3556e71e1ab0876ae8eb1f07b807b95c3a268e2b44",
+          "sha1": "970ef9778b4879a10798698103ebf2deb0375296",
+          "md5": "a37e27fc0105867dc2e39327b254ae4f"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.md5
new file mode 100644
index 0000000..a2a0f85
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+d64243501af42fc3a405d2d41262af3d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..0a2d7e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+a869cc031bf79238b3a201ecc0415cc0736e0678
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..7d538a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+bd31dce69e7a7085697aa3d2ee53dae1ef70f6f9ff5cf6b5d89ac570dfd42a46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..8ae7dbc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+71488810c13fe787cd940cd9d393d7e6ed47dfe1fc21b16acf88127da7f75c8c7e3c83d9024f3db1d9f7b9899c3d943b4bd7de59975c6fa53b9c4a2b8dbd63ea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom
new file mode 100644
index 0000000..620d38b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.exifinterface</groupId>
+  <artifactId>exifinterface</artifactId>
+  <version>1.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Support ExifInterface</name>
+  <description>Android Support ExifInterface</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/exifinterface#1.4.0-alpha01</url>
+  <inceptionYear>2016</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..7a0f7dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+40ef757f740281d63a795c314e94f941
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..19e6180
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8256a5f8dba2b72e8b9ab6c32f0162a5448c622b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..5208e68
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+908d3d6c6268606da6bfa70d4f40a937d09207944a35c11f42f9b96856e360d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..3cf0104
--- /dev/null
+++ b/current/androidx/m2repository/androidx/exifinterface/exifinterface/1.4.0-alpha01/exifinterface-1.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+45ba7514dfd2c6b4dd188cccefe2909dada6ddc09eaf241fc4c6f184a619808d5f27047900cadc74649b9cb9fecdb2b750dde60d7aff72c6cce6e657c7292ecd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar
deleted file mode 100644
index a9f8d66..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.md5
deleted file mode 100644
index 980e11a..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-01c09598a0d7a0f0fff4aa3eeb4cd95a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha1
deleted file mode 100644
index 87981d6..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6b411532f7b57845c3ed15d2dbdcdf33b6b4c4dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha256
deleted file mode 100644
index ebd5818..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-23951147bfec374620d19d36a7a1101273f47506cd8a9509922fca04d639c544
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha512
deleted file mode 100644
index 1b9166e..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-079855619169ef67a6f776533986f4bb145a894093bf2cdd1239cabb1c806d0d005888ec0ae403a2ea441fff0c771b577322953ca7208f3cdbf6b0d859c45123
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar
deleted file mode 100644
index e167d0f..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.md5
deleted file mode 100644
index ab3e729..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-df6cd42a9efe0c4710c4b94705d0ac3f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha1
deleted file mode 100644
index 4efad74..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6b24f043c88278bbe2d0e3caf0cdf6b4bd3b1d66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha256
deleted file mode 100644
index 482d8e8..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1df391150bef484776c0c34ae3fdf848f7fb9a7794c924e1d3a53f73ce4daf71
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha512
deleted file mode 100644
index 269a7e1..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2a93a937deb5a65d2c9482fe2b7325f23139345109d57fe770f0dddb458be104b168f7cd9c8188ab72cd78bd047cc8ea77e581c1d9b987b8828dd100336dda63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module
deleted file mode 100644
index cb92eb8..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module
+++ /dev/null
@@ -1,189 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.fragment",
-    "module": "fragment-ktx",
-    "version": "1.3.0-alpha07",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.3.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.activity",
-          "module": "activity-ktx",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.core",
-          "module": "core-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "fragment-ktx-1.3.0-alpha07.aar",
-          "url": "fragment-ktx-1.3.0-alpha07.aar",
-          "size": 16207,
-          "sha512": "2a93a937deb5a65d2c9482fe2b7325f23139345109d57fe770f0dddb458be104b168f7cd9c8188ab72cd78bd047cc8ea77e581c1d9b987b8828dd100336dda63",
-          "sha256": "1df391150bef484776c0c34ae3fdf848f7fb9a7794c924e1d3a53f73ce4daf71",
-          "sha1": "6b24f043c88278bbe2d0e3caf0cdf6b4bd3b1d66",
-          "md5": "df6cd42a9efe0c4710c4b94705d0ac3f"
-        }
-      ]
-    },
-    {
-      "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.3.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.activity",
-          "module": "activity-ktx",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.core",
-          "module": "core-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection-ktx",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          },
-          "reason": "Mirror fragment dependency graph for -ktx artifacts"
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "fragment-ktx-1.3.0-alpha07.aar",
-          "url": "fragment-ktx-1.3.0-alpha07.aar",
-          "size": 16207,
-          "sha512": "2a93a937deb5a65d2c9482fe2b7325f23139345109d57fe770f0dddb458be104b168f7cd9c8188ab72cd78bd047cc8ea77e581c1d9b987b8828dd100336dda63",
-          "sha256": "1df391150bef484776c0c34ae3fdf848f7fb9a7794c924e1d3a53f73ce4daf71",
-          "sha1": "6b24f043c88278bbe2d0e3caf0cdf6b4bd3b1d66",
-          "md5": "df6cd42a9efe0c4710c4b94705d0ac3f"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "fragment-ktx-1.3.0-alpha07-sources.jar",
-          "url": "fragment-ktx-1.3.0-alpha07-sources.jar",
-          "size": 7153,
-          "sha512": "079855619169ef67a6f776533986f4bb145a894093bf2cdd1239cabb1c806d0d005888ec0ae403a2ea441fff0c771b577322953ca7208f3cdbf6b0d859c45123",
-          "sha256": "23951147bfec374620d19d36a7a1101273f47506cd8a9509922fca04d639c544",
-          "sha1": "6b411532f7b57845c3ed15d2dbdcdf33b6b4c4dc",
-          "md5": "01c09598a0d7a0f0fff4aa3eeb4cd95a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.md5
deleted file mode 100644
index 7f6994f..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-cf7d882eb12c20bb5bacbae10639179f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha1
deleted file mode 100644
index 12f40fc..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-96e71345194624740994be21cf2d7ff8571457c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha256
deleted file mode 100644
index 711bd2c..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c3299a5899b32c021412f5d7d5d177faee522b9e1e697f383cfed8fb80b9e6bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha512
deleted file mode 100644
index 40ba05e..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5c0b5c638219e2fe6c5ad70f8eef09a322b7d9f2737fbc2e9ad3e8ae46bcb2cb3dc64aa726ea8d3cbc416f073219d3c5eede5f1ef2af37a85c37cdc1e457a8d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom
deleted file mode 100644
index 59b6d24..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.fragment</groupId>
-  <artifactId>fragment-ktx</artifactId>
-  <version>1.3.0-alpha07</version>
-  <packaging>aar</packaging>
-  <name>Fragment Kotlin Extensions</name>
-  <description>Kotlin extensions for 'fragment' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
-      <version>[1.3.0-alpha07]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.activity</groupId>
-      <artifactId>activity-ktx</artifactId>
-      <version>1.2.0-alpha07</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core-ktx</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection-ktx</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core-ktx</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel-ktx</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.md5
deleted file mode 100644
index 5408bef..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-579d4c8ae2b3c3dd4948162b17ceb617
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha1
deleted file mode 100644
index b85f69b..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ab56d8c1211d41dba4972c8aadd9b7adf556a9d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha256
deleted file mode 100644
index 971b092..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3e378dce1656aadbb8b0df540789185926d2302f2cacb2fd6757c9d46467c591
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha512
deleted file mode 100644
index 86a49a9..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.3.0-alpha07/fragment-ktx-1.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d7c1fd33913de9e12965e7c0955a3e6b3612320aa6efb32c6fd62c0e86c110019415589c734cf41b7e295a8c4b5fb03717cc5b63cb4c990db2f9b4c6fd109357
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..9513916
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..a356791
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+66eec5468ecf2711c475d79392354ed3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..2c35bb3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+b64a27a0cae3596d8bfba86d5fdb427c38b5a7ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..bd85b75
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+8d2f635ee0969b1709aaaf4681ad2c857a95ade73736e5900f7b0809518794bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..7dadbaa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+476292abaed3998c04465525063852d295c5abe1df6bd19dd546c5356dbf9f9131a21d9704c7eb9a11231de7546311fc4c20dfb8cbab99634128fa44ff705670
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar
new file mode 100644
index 0000000..940d74d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..8cd2acb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+b4b318aa950c28122a99a38bfe38e421
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..bfa6e7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+d54940a6e97d2f2172ba15bb862d6b3000e338d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..98ac169
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+ef6ffd13b1baf399c37b506a8d92b0cabb8ab1117f87f87168286fe0dc24d759
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..4a3c2bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+896f7c7af3d6c7a568ee7df88f4aa4559c2e8f24d35cf0ceb78de691637344a453b1531b9b932aa2e264774a03c410d0a1be4a1ba5c3a6bcac9e208246f60868
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module
new file mode 100644
index 0000000..6d1cd69
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module
@@ -0,0 +1,205 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.fragment",
+    "module": "fragment-ktx",
+    "version": "1.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity-ktx",
+          "version": {
+            "requires": "1.2.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core-ktx",
+          "version": {
+            "requires": "2.3.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "fragment-ktx-1.4.0-alpha01.aar",
+          "url": "fragment-ktx-1.4.0-alpha01.aar",
+          "size": 15205,
+          "sha512": "896f7c7af3d6c7a568ee7df88f4aa4559c2e8f24d35cf0ceb78de691637344a453b1531b9b932aa2e264774a03c410d0a1be4a1ba5c3a6bcac9e208246f60868",
+          "sha256": "ef6ffd13b1baf399c37b506a8d92b0cabb8ab1117f87f87168286fe0dc24d759",
+          "sha1": "d54940a6e97d2f2172ba15bb862d6b3000e338d9",
+          "md5": "b4b318aa950c28122a99a38bfe38e421"
+        }
+      ]
+    },
+    {
+      "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.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity-ktx",
+          "version": {
+            "requires": "1.2.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core-ktx",
+          "version": {
+            "requires": "2.3.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate-ktx",
+          "version": {
+            "requires": "1.1.0"
+          },
+          "reason": "Mirror fragment dependency graph for -ktx artifacts"
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "fragment-ktx-1.4.0-alpha01.aar",
+          "url": "fragment-ktx-1.4.0-alpha01.aar",
+          "size": 15205,
+          "sha512": "896f7c7af3d6c7a568ee7df88f4aa4559c2e8f24d35cf0ceb78de691637344a453b1531b9b932aa2e264774a03c410d0a1be4a1ba5c3a6bcac9e208246f60868",
+          "sha256": "ef6ffd13b1baf399c37b506a8d92b0cabb8ab1117f87f87168286fe0dc24d759",
+          "sha1": "d54940a6e97d2f2172ba15bb862d6b3000e338d9",
+          "md5": "b4b318aa950c28122a99a38bfe38e421"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "fragment-ktx-1.4.0-alpha01-sources.jar",
+          "url": "fragment-ktx-1.4.0-alpha01-sources.jar",
+          "size": 6158,
+          "sha512": "476292abaed3998c04465525063852d295c5abe1df6bd19dd546c5356dbf9f9131a21d9704c7eb9a11231de7546311fc4c20dfb8cbab99634128fa44ff705670",
+          "sha256": "8d2f635ee0969b1709aaaf4681ad2c857a95ade73736e5900f7b0809518794bd",
+          "sha1": "b64a27a0cae3596d8bfba86d5fdb427c38b5a7ed",
+          "md5": "66eec5468ecf2711c475d79392354ed3"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.md5
new file mode 100644
index 0000000..4557b0b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+c83a00e3d8817c78957452b434909f59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..eff9be7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+8c7c2a24ab4f9fb266e43eb901f5cb71bb10abad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..a988f8f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+11269900d58638f18e68f3ea5abef241087cc436d51a47b0abd686911c275360
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..3addc2e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+2034b704557f86ef92508c33dfcf83de51624480dba8d63dae15346e87bddaea4c834fec036821a76826ea01b611fb4e6f51d6fbc2a2a12240c314fbe02b998f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom
new file mode 100644
index 0000000..09f6375
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.fragment</groupId>
+  <artifactId>fragment-ktx</artifactId>
+  <version>1.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Fragment Kotlin Extensions</name>
+  <description>Kotlin extensions for 'fragment' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/fragment#1.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>[1.4.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity-ktx</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core-ktx</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-ktx</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..ae02d5a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+0e27d0e2f5f5315eaad752ea68ce8398
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..a6a510d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+d9eff186275b5c86c5e025a1cdecee36f7769469
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..f1ce341
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+3db9cfbc8250f42710aaba58efba20648dfe19b3973cc602c21c0472d738f6c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..66cdf66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.4.0-alpha01/fragment-ktx-1.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+a5a5405fc23c160ff3a5e53dc69299dc727fb80e94e1aa0d571e5f47951dbb2fdde3c7cd56ef9f3395341856092a8a13ebb33c2fdebb50fc4fc78f52e6fab3f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar
deleted file mode 100644
index ad6d849..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.md5
deleted file mode 100644
index 602cb4b..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8a7bffdd6a53e86fcd25e03901cc0f80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha1
deleted file mode 100644
index f388c50..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-90cc443c712e3073f8c86084fa36778bf10c9875
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha256
deleted file mode 100644
index 68f13e7..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-dcdf8265e383d3fad1b73d0c4144f79d9e1592be53cc9da2c25d1399ef163442
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha512
deleted file mode 100644
index b0186fe..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-88c8382dffb4b4a4400fe760b14bf0561b8d4b9deb32df7aac113e6e072c8eb69bc417d1f8a1468226c2662ea7f6fe6e8aabae51d623b63ca7ada5302f6d9a22
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar
deleted file mode 100644
index f641234..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.md5
deleted file mode 100644
index dd72be3..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e68ff17acdae5d2227c75a8bcf6b6f99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha1
deleted file mode 100644
index 95fbb61..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9434385b1ab88a4d45be1334bfda9f96ea4c4ffd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha256
deleted file mode 100644
index db58684..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0f327d8e657484a5a77f4ca9b9e7bfb6865125921aa0a0a2a9e6c9f812cb815a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha512
deleted file mode 100644
index dcd13fb..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a2ca1a14ce5930f0e0dc8c0108f46365dae05940e102a1ce7d14ab91f59697f923d0c1e55f2364545d23498d5fc5ed8e6c873c475cc2dd02a8cd57ea1ae3dc18
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module
deleted file mode 100644
index acce82d..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module
+++ /dev/null
@@ -1,223 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.fragment",
-    "module": "fragment",
-    "version": "1.3.0-alpha07",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.viewpager",
-          "module": "viewpager",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.loader",
-          "module": "loader",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.activity",
-          "module": "activity",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-savedstate",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "fragment-1.3.0-alpha07.aar",
-          "url": "fragment-1.3.0-alpha07.aar",
-          "size": 277035,
-          "sha512": "a2ca1a14ce5930f0e0dc8c0108f46365dae05940e102a1ce7d14ab91f59697f923d0c1e55f2364545d23498d5fc5ed8e6c873c475cc2dd02a8cd57ea1ae3dc18",
-          "sha256": "0f327d8e657484a5a77f4ca9b9e7bfb6865125921aa0a0a2a9e6c9f812cb815a",
-          "sha1": "9434385b1ab88a4d45be1334bfda9f96ea4c4ffd",
-          "md5": "e68ff17acdae5d2227c75a8bcf6b6f99"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.viewpager",
-          "module": "viewpager",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.loader",
-          "module": "loader",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.activity",
-          "module": "activity",
-          "version": {
-            "requires": "1.2.0-alpha07"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel-savedstate",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "fragment-1.3.0-alpha07.aar",
-          "url": "fragment-1.3.0-alpha07.aar",
-          "size": 277035,
-          "sha512": "a2ca1a14ce5930f0e0dc8c0108f46365dae05940e102a1ce7d14ab91f59697f923d0c1e55f2364545d23498d5fc5ed8e6c873c475cc2dd02a8cd57ea1ae3dc18",
-          "sha256": "0f327d8e657484a5a77f4ca9b9e7bfb6865125921aa0a0a2a9e6c9f812cb815a",
-          "sha1": "9434385b1ab88a4d45be1334bfda9f96ea4c4ffd",
-          "md5": "e68ff17acdae5d2227c75a8bcf6b6f99"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "fragment-1.3.0-alpha07-sources.jar",
-          "url": "fragment-1.3.0-alpha07-sources.jar",
-          "size": 174515,
-          "sha512": "88c8382dffb4b4a4400fe760b14bf0561b8d4b9deb32df7aac113e6e072c8eb69bc417d1f8a1468226c2662ea7f6fe6e8aabae51d623b63ca7ada5302f6d9a22",
-          "sha256": "dcdf8265e383d3fad1b73d0c4144f79d9e1592be53cc9da2c25d1399ef163442",
-          "sha1": "90cc443c712e3073f8c86084fa36778bf10c9875",
-          "md5": "8a7bffdd6a53e86fcd25e03901cc0f80"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.md5
deleted file mode 100644
index a316e58..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-1ad7135498e6b076c1a23a9e09c147a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha1
deleted file mode 100644
index f3f702e..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a6fa8658675cdb02c63d388be94a841cda2f677d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha256
deleted file mode 100644
index cbb323d..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-87ec5f1fbe4ad5bf235c0d5aa44c240ef12e3dd6705b4ec87a19a66f6a45894f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha512
deleted file mode 100644
index 63ef75b..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ba690fb250a11ebebb5065cabb0cadee012702870a3108767f26a9597e273796359692ba1aaf7b16e3fdf25a550d5279f9f6676ad822d4e6c28fbf76acf1a49d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom
deleted file mode 100644
index 3523dac..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.fragment</groupId>
-  <artifactId>fragment</artifactId>
-  <version>1.3.0-alpha07</version>
-  <packaging>aar</packaging>
-  <name>Android Support Library fragment</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2011</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.viewpager</groupId>
-      <artifactId>viewpager</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.loader</groupId>
-      <artifactId>loader</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.activity</groupId>
-      <artifactId>activity</artifactId>
-      <version>1.2.0-alpha07</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.savedstate</groupId>
-      <artifactId>savedstate</artifactId>
-      <version>1.1.0-alpha01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.md5
deleted file mode 100644
index 77f32c2..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-7e956f3ab0bd491d29f143e94c34753a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha1
deleted file mode 100644
index f90a7b5..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b420477d208cb527ebfabcd2fab2eaed4a1296d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha256
deleted file mode 100644
index d254c16..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6aa68c6800b4059aa3e009cd15a3458f607be20c11529f606fe160d5df9c99af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha512
deleted file mode 100644
index f46e356..0000000
--- a/current/androidx/m2repository/androidx/fragment/fragment/1.3.0-alpha07/fragment-1.3.0-alpha07.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6811570c13b3ec0957670ad8df62e84b1d73e8611c975e477d66d394b1aa2b7620a3944ce501e0889dd1a4408af2ff3161ec9533905c9349b11638b41df00e16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..18a98e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..a1a236f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+344a40c69457b632e63926fab1234cc5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..ce4269d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+7c8af56e429c0ef7349a9421ca765a2562cc17ac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..846453b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+a5dad2263d4fad067bbd8d2d49656d1809537bd443f7db53a2f6897d06c7582b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..4adfebb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+c5376086d32ef660ba25edc852c5fe2fa77ee46a19da5734e81bf892bf7565a165d29e0f6380f6570e9e4ce3dc9635fc69af929cf85e7c34e80cf299dc30436d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar
new file mode 100644
index 0000000..0b4191d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..3e74909
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+7e3ea2f7eca29235f587a5e810096013
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..1a8ab3d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+fae1ac3a9c6afd0dfd26ec8eef54b248adc56207
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..8bce059
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+e7a6b81113b76afae8d9915992e7b07f4be97650d952a589a2b4aa3ab60d215c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..546dd5f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+0bf3e1f2efbf47bff192001828333c49795dda49d2bd95e2c44873c15d137f0e1b9ded28e0fdf02cc92df92942b0eed43e99b7e2f045f7ad826c4838dedfece9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module
new file mode 100644
index 0000000..4492dc2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module
@@ -0,0 +1,237 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.fragment",
+    "module": "fragment",
+    "version": "1.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.viewpager",
+          "module": "viewpager",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.loader",
+          "module": "loader",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-savedstate",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "fragment-1.4.0-alpha01.aar",
+          "url": "fragment-1.4.0-alpha01.aar",
+          "size": 306260,
+          "sha512": "0bf3e1f2efbf47bff192001828333c49795dda49d2bd95e2c44873c15d137f0e1b9ded28e0fdf02cc92df92942b0eed43e99b7e2f045f7ad826c4838dedfece9",
+          "sha256": "e7a6b81113b76afae8d9915992e7b07f4be97650d952a589a2b4aa3ab60d215c",
+          "sha1": "fae1ac3a9c6afd0dfd26ec8eef54b248adc56207",
+          "md5": "7e3ea2f7eca29235f587a5e810096013"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.viewpager",
+          "module": "viewpager",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.loader",
+          "module": "loader",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-savedstate",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "fragment-1.4.0-alpha01.aar",
+          "url": "fragment-1.4.0-alpha01.aar",
+          "size": 306260,
+          "sha512": "0bf3e1f2efbf47bff192001828333c49795dda49d2bd95e2c44873c15d137f0e1b9ded28e0fdf02cc92df92942b0eed43e99b7e2f045f7ad826c4838dedfece9",
+          "sha256": "e7a6b81113b76afae8d9915992e7b07f4be97650d952a589a2b4aa3ab60d215c",
+          "sha1": "fae1ac3a9c6afd0dfd26ec8eef54b248adc56207",
+          "md5": "7e3ea2f7eca29235f587a5e810096013"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "fragment-1.4.0-alpha01-sources.jar",
+          "url": "fragment-1.4.0-alpha01-sources.jar",
+          "size": 189811,
+          "sha512": "c5376086d32ef660ba25edc852c5fe2fa77ee46a19da5734e81bf892bf7565a165d29e0f6380f6570e9e4ce3dc9635fc69af929cf85e7c34e80cf299dc30436d",
+          "sha256": "a5dad2263d4fad067bbd8d2d49656d1809537bd443f7db53a2f6897d06c7582b",
+          "sha1": "7c8af56e429c0ef7349a9421ca765a2562cc17ac",
+          "md5": "344a40c69457b632e63926fab1234cc5"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.md5
new file mode 100644
index 0000000..073c56e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+bb7429b0b018c11eefa70fa474cf2c1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..71aedd7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+4cf4b90c500921109a77610b6940d032e5cad33a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..e7d52c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+4c6d34d302f11094e9a393e7db822cf0dbf85c6c91011f070900b7fa3accb911
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..a479cb0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+0c7b911ab704e422eb0414523db59f6e5a48e1dd0a618205dbc303261e496455ef227d679adeb3b53668772dae2827fcfcca62ea0950cde52c54b95469cd9551
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom
new file mode 100644
index 0000000..b443138
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.fragment</groupId>
+  <artifactId>fragment</artifactId>
+  <version>1.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Library fragment</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/fragment#1.4.0-alpha01</url>
+  <inceptionYear>2011</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.viewpager</groupId>
+      <artifactId>viewpager</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.loader</groupId>
+      <artifactId>loader</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation-experimental</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..9261348
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+3c44e0140c6620c475716c4b0415a100
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..2a05803
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+50a0f694ac0c1846980b026487cf3f9ded764f42
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..d8716fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+465060980b07b7bf4cbd3269971e26b19966cdd386c66bcd40c12179d224ce44
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..8c2a2b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/fragment/fragment/1.4.0-alpha01/fragment-1.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+d22221355b56140d7e05de2cbf242b051e79f86cc411e3630457e5ee160a2d485e183f36feb05400484e32951a4e116e82ef8f7db3054c12928e9a560454b264
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar
index 669ae4a..39bd022 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.md5
index 5b051da..99cc0da 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-82c1a330b8001e1d553396c97f182f89
\ No newline at end of file
+1b1d04b81c9e5c7d770f3bea9594272b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha1
index 4a96871..46baf5b 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-1dd50bd12f9b55dedb6522a2c1803acde83fe623
\ No newline at end of file
+ede33fc101fc34dddd22382e99d4900a72494757
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha256
index c5d8602..7f9c34c 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-caf1410ba96ff899e095bad5b29366d9d1beb209447607e331b402c9a6ee9863
\ No newline at end of file
+e324c0c3a8777ea6d47cd6553b9bd8988f6f298d7f93a610d19a88382e3bdd3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha512
index b15a8b1..3285eb1 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-bdb1710cf1aa53c28ffb18fc5233c9fe3b76640f03542ebafc2d6c987402ef3c0a3293b2587860dfb3240cf7ae6f86527de6d88cd9ea01ff2d86057f7f941015
\ No newline at end of file
+425bec78d6a84cf88e4091e639ca28981b3f49f6620510e44a3c08b779458b1aa75e774c26997693f07bf71fd4faaf101cfb53b9dbd9605c05eed8bdcbb95afa
\ 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 3065ed0..8201465 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "gridlayout-1.1.0-alpha01.aar",
           "url": "gridlayout-1.1.0-alpha01.aar",
-          "size": 41897,
-          "sha512": "bdb1710cf1aa53c28ffb18fc5233c9fe3b76640f03542ebafc2d6c987402ef3c0a3293b2587860dfb3240cf7ae6f86527de6d88cd9ea01ff2d86057f7f941015",
-          "sha256": "caf1410ba96ff899e095bad5b29366d9d1beb209447607e331b402c9a6ee9863",
-          "sha1": "1dd50bd12f9b55dedb6522a2c1803acde83fe623",
-          "md5": "82c1a330b8001e1d553396c97f182f89"
+          "size": 43376,
+          "sha512": "425bec78d6a84cf88e4091e639ca28981b3f49f6620510e44a3c08b779458b1aa75e774c26997693f07bf71fd4faaf101cfb53b9dbd9605c05eed8bdcbb95afa",
+          "sha256": "e324c0c3a8777ea6d47cd6553b9bd8988f6f298d7f93a610d19a88382e3bdd3e",
+          "sha1": "ede33fc101fc34dddd22382e99d4900a72494757",
+          "md5": "1b1d04b81c9e5c7d770f3bea9594272b"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "gridlayout-1.1.0-alpha01.aar",
           "url": "gridlayout-1.1.0-alpha01.aar",
-          "size": 41897,
-          "sha512": "bdb1710cf1aa53c28ffb18fc5233c9fe3b76640f03542ebafc2d6c987402ef3c0a3293b2587860dfb3240cf7ae6f86527de6d88cd9ea01ff2d86057f7f941015",
-          "sha256": "caf1410ba96ff899e095bad5b29366d9d1beb209447607e331b402c9a6ee9863",
-          "sha1": "1dd50bd12f9b55dedb6522a2c1803acde83fe623",
-          "md5": "82c1a330b8001e1d553396c97f182f89"
+          "size": 43376,
+          "sha512": "425bec78d6a84cf88e4091e639ca28981b3f49f6620510e44a3c08b779458b1aa75e774c26997693f07bf71fd4faaf101cfb53b9dbd9605c05eed8bdcbb95afa",
+          "sha256": "e324c0c3a8777ea6d47cd6553b9bd8988f6f298d7f93a610d19a88382e3bdd3e",
+          "sha1": "ede33fc101fc34dddd22382e99d4900a72494757",
+          "md5": "1b1d04b81c9e5c7d770f3bea9594272b"
         }
       ]
     },
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 7e0d563..4f40ce7 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 @@
-af74c28e0de7e9a84e1a35f03f005aa2
\ No newline at end of file
+24af4922a81fe9e3b142f5e9d9649389
\ 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 b467754..142d88a 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 @@
-48f11c0026c13525f123664a7ac21e4673bba892
\ No newline at end of file
+3bebc594bcc5f109c17e5cfe36fdf2789676b97d
\ 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 b9047e9..cccf597 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 @@
-f4d5770ba669eae59e0c4ff876981dab1527208c68ae7ccbe45155e2c6c50fed
\ No newline at end of file
+f0477fc58da72d22073f8f1da37bc3fd0ff5416d42f1f77d484249918e06aa26
\ 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 902f3bf..a5bb51b 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 @@
-7327b0a6c44b244a5afeef78ef401f3e18210ca5340fab77880bdca1f7a88a84941e93e4816bc3dea5f05b8634ffc53fa26c36ab5286eb1cff0d98be8bd6c7ba
\ No newline at end of file
+4f983db4227efb1eb3ef1dbb4b08af7c3972004e8d361d47caa84904455d2502e6c85eb04343ffefa5f92d15c0e218a8002773ec14471069a1fda00223daf1d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom
index 8d2c8d9..d7d50cd 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Grid Layout</name>
   <description>Android Support Grid Layout</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/gridlayout#1.1.0-alpha01</url>
   <inceptionYear>2013</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.md5
index e5b38bc..91d790c 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-cb137c87fa06625aeae13bde32ef3fd9
\ No newline at end of file
+569b3baa3358770147911d726d129174
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha1
index c188bcf..2b57979 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-fd62eb89f10792feeca01d3fc9e846d66a6fedf8
\ No newline at end of file
+6758be84ae59c8a9ece572157bfc4a33cf178a5f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha256
index efc6ed5..fe5bc28 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-a4b765bcf7ba4ca0a5df7035dc66708d6a00474c5d630195093171ec870137ef
\ No newline at end of file
+c86ead99f6bdc5f23aef5eff676f6d030fa527ea3d1b32ecf4a7e3cc9da177a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha512
index 9a1a636..2c0d20c 100644
--- a/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-alpha01/gridlayout-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-7430d85028b34377028c9908f0f903488aad2a675a460de5ecbefe2ed6eede953db9dffc86d4bf81cb255a7873cce5d4a026452de1286b8026e34de021e0f62c
\ No newline at end of file
+0da98a04bd0369c7af0a39656b4d1ef8bb9e7402fbd3b8533fedaa8042283c5bd341455c585ba831d24ba98c9673c6f4065a48bbedbdf415b4ca30226485547f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar
deleted file mode 100644
index 1fc2dcb..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.md5
deleted file mode 100644
index 8377d68..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8b5bdd74d89549e0f577d6c82d7703ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha1
deleted file mode 100644
index 673cff1..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-de4227a7d5f7733fd172f34a41fc0a7c9e927f8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha256
deleted file mode 100644
index f467610..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c5eebadf4a3a4817b1b4259d6bee65550b650fd1b315b0392533c02c0e67d231
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha512
deleted file mode 100644
index f0d8202..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0ced81c8ba8fb504507527f5690a79f5339dfc903b1ee048f7d2f1f9f0ba2d2f083a800cf4884b89d5e9cf8efd8f1849dd25cebe8e0792ce04b19e91279ce40d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar
deleted file mode 100644
index 6a7b556..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.md5
deleted file mode 100644
index 8e501f9..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-5cec3c3361f43bd95f12917ab10b33e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index c62ba56..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1e83895f98e4ea7c659e6785021e205643156ad6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index 15ccf16..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5945a735220e45598594d02c8419bc0d17e224efbb338f8d80f03a1be0d263e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index 283dc3e..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-034137031ab99af3cfe036762f1d4e4bd73389f105ea7ea72a667f4acf56c142e0f7536b7f662eed5df21f6fc1401488d3a6dd99d874031ac3558a18fcbcb316
\ 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
deleted file mode 100644
index 298e57f..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.heifwriter",
-    "module": "heifwriter",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "heifwriter-1.1.0-alpha01.aar",
-          "url": "heifwriter-1.1.0-alpha01.aar",
-          "size": 33776,
-          "sha512": "034137031ab99af3cfe036762f1d4e4bd73389f105ea7ea72a667f4acf56c142e0f7536b7f662eed5df21f6fc1401488d3a6dd99d874031ac3558a18fcbcb316",
-          "sha256": "5945a735220e45598594d02c8419bc0d17e224efbb338f8d80f03a1be0d263e4",
-          "sha1": "1e83895f98e4ea7c659e6785021e205643156ad6",
-          "md5": "5cec3c3361f43bd95f12917ab10b33e4"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "heifwriter-1.1.0-alpha01.aar",
-          "url": "heifwriter-1.1.0-alpha01.aar",
-          "size": 33776,
-          "sha512": "034137031ab99af3cfe036762f1d4e4bd73389f105ea7ea72a667f4acf56c142e0f7536b7f662eed5df21f6fc1401488d3a6dd99d874031ac3558a18fcbcb316",
-          "sha256": "5945a735220e45598594d02c8419bc0d17e224efbb338f8d80f03a1be0d263e4",
-          "sha1": "1e83895f98e4ea7c659e6785021e205643156ad6",
-          "md5": "5cec3c3361f43bd95f12917ab10b33e4"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "heifwriter-1.1.0-alpha01-sources.jar",
-          "url": "heifwriter-1.1.0-alpha01-sources.jar",
-          "size": 24769,
-          "sha512": "0ced81c8ba8fb504507527f5690a79f5339dfc903b1ee048f7d2f1f9f0ba2d2f083a800cf4884b89d5e9cf8efd8f1849dd25cebe8e0792ce04b19e91279ce40d",
-          "sha256": "c5eebadf4a3a4817b1b4259d6bee65550b650fd1b315b0392533c02c0e67d231",
-          "sha1": "de4227a7d5f7733fd172f34a41fc0a7c9e927f8e",
-          "md5": "8b5bdd74d89549e0f577d6c82d7703ab"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 142a73a..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-72775fe2621cfa136a9217abaf3cd9b5
\ 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
deleted file mode 100644
index 14a5269..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-13ae672cfdec24fc055dbb01a854cffb6bad61c5
\ 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
deleted file mode 100644
index 7f3a17d..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ad8b2e18a1428cdde4bb9d83e393f9b6a3f6f6c2bbc2bd030c5b6936e69e31e3
\ 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
deleted file mode 100644
index 2944d8e..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-69088cfc75c20fe4b464c5d8c0c97698b5c5601677e29e2aded93cb3e7dc2bd3feb0b3685d0c00d2dba1c10126a15f3d80be0f2a923b3a924c0f7ce04d11b039
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom
deleted file mode 100644
index 5760e7f..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.heifwriter</groupId>
-  <artifactId>heifwriter</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Support HeifWriter</name>
-  <description>Android Support HeifWriter for writing HEIF still images</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.md5
deleted file mode 100644
index eb04a2d..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-baa3015e39585c29ec7b35cc58545865
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 53e78c9..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-05bf6f7924604c469f8ab3dbec57fa192fea7cfc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index 2a14239..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b3618cd51615fb3578460232420697f289877ae5151e05b1e91acc978630f544
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index fdd38ff..0000000
--- a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha01/heifwriter-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-54c255c95194a3f5fd32c9a1e0fbcecda2a1e894b3439ac196fc1fd2059206fd1c9c7afc346df25170715eca42eef84f29540933994d8f1955cc9bd3c596c864
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar
new file mode 100644
index 0000000..0d0449a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..d270a14
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+0792a897f51a8310c2b7750bff4c4295
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..3f699a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+7d553efdba57a788fa514711b0cc93939bae27ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..8c80fe4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+c2fd0c0b128bbc05171afe3aa2666488921984ca59689223a4edc1457e508f42
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..6a45ea5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+848e8fcb9695e3fd4142ec46ff3e53aefd15cf47c71e81e2e41da43e0c3528c1b73ceb763ea237aa00fefad12013b6a79834e2f2b2123b83580d156cbae9d5d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar
new file mode 100644
index 0000000..5f452fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.md5
new file mode 100644
index 0000000..5fc8aa2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.md5
@@ -0,0 +1 @@
+b6879f17ae2f68758af4a55135997a63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha1
new file mode 100644
index 0000000..0cf8072
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+342e163f624ed0e8e361255bfd85edeb34093bd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha256
new file mode 100644
index 0000000..361a58a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+52547d050ff67c41f389f2c62100fc615fcf4de6d69e0949258565bcfdcd2e2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha512
new file mode 100644
index 0000000..d081cc1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+d00f40ac7684153f382b7aa18193a26be14ddccc398982635675517bb16d0ee26b3df74ae17bee9859b4755cdcbe8388857a6d3c5085ac436676903125adccc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module
new file mode 100644
index 0000000..2596dcf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.heifwriter",
+    "module": "heifwriter",
+    "version": "1.1.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "heifwriter-1.1.0-alpha02.aar",
+          "url": "heifwriter-1.1.0-alpha02.aar",
+          "size": 35624,
+          "sha512": "d00f40ac7684153f382b7aa18193a26be14ddccc398982635675517bb16d0ee26b3df74ae17bee9859b4755cdcbe8388857a6d3c5085ac436676903125adccc9",
+          "sha256": "52547d050ff67c41f389f2c62100fc615fcf4de6d69e0949258565bcfdcd2e2c",
+          "sha1": "342e163f624ed0e8e361255bfd85edeb34093bd2",
+          "md5": "b6879f17ae2f68758af4a55135997a63"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "heifwriter-1.1.0-alpha02.aar",
+          "url": "heifwriter-1.1.0-alpha02.aar",
+          "size": 35624,
+          "sha512": "d00f40ac7684153f382b7aa18193a26be14ddccc398982635675517bb16d0ee26b3df74ae17bee9859b4755cdcbe8388857a6d3c5085ac436676903125adccc9",
+          "sha256": "52547d050ff67c41f389f2c62100fc615fcf4de6d69e0949258565bcfdcd2e2c",
+          "sha1": "342e163f624ed0e8e361255bfd85edeb34093bd2",
+          "md5": "b6879f17ae2f68758af4a55135997a63"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "heifwriter-1.1.0-alpha02-sources.jar",
+          "url": "heifwriter-1.1.0-alpha02-sources.jar",
+          "size": 24913,
+          "sha512": "848e8fcb9695e3fd4142ec46ff3e53aefd15cf47c71e81e2e41da43e0c3528c1b73ceb763ea237aa00fefad12013b6a79834e2f2b2123b83580d156cbae9d5d6",
+          "sha256": "c2fd0c0b128bbc05171afe3aa2666488921984ca59689223a4edc1457e508f42",
+          "sha1": "7d553efdba57a788fa514711b0cc93939bae27ee",
+          "md5": "0792a897f51a8310c2b7750bff4c4295"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.md5
new file mode 100644
index 0000000..4965ea3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.md5
@@ -0,0 +1 @@
+b9cf065ff4e235202aee413a849a7bb0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha1
new file mode 100644
index 0000000..3ddaab3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha1
@@ -0,0 +1 @@
+bf6c9a1ba87f1acaa305734e93b23b3920d3353b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha256
new file mode 100644
index 0000000..d044f0d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha256
@@ -0,0 +1 @@
+3398c0763132588ace552273623a3ff7b1aff7394d5e9e02861882ca17d8a853
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha512
new file mode 100644
index 0000000..4c8dfce
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.module.sha512
@@ -0,0 +1 @@
+4a80da8b64be3855c126abe1eefe27713099a8e07ee466e409217df321a5a8a0119e4442ed064cce30d4359c978989397e54b2ce9d99ab0632c1a0beb4b3d7ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom
new file mode 100644
index 0000000..b8b97a3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.heifwriter</groupId>
+  <artifactId>heifwriter</artifactId>
+  <version>1.1.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android Support HeifWriter</name>
+  <description>Android Support HeifWriter for writing HEIF still images</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/heifwriter#1.1.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.md5
new file mode 100644
index 0000000..1245ead
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.md5
@@ -0,0 +1 @@
+2638a05f4e291fdce34d69e58941907d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha1
new file mode 100644
index 0000000..84a2a45
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+6296f256d372c3336bf783492db2efa66ddf864a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha256
new file mode 100644
index 0000000..62a0a8d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+e951d9a64309389418f311b650d5a225265154491f08d56c7a15a9c2a3a98f18
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha512
new file mode 100644
index 0000000..0f45347
--- /dev/null
+++ b/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha02/heifwriter-1.1.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+e6e041846860828e48e1fd3da1f88209ea4790447fa2671d9862a62e198fe26915d8a804e0bcdc090cec6ad921772a5375082dbae54e7dbacaa3769bbf4bdf58
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar
index fd668e3..5fb5cfb 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.md5
index 6fac168..7fc4e42 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-3959729f9151fa78548ef703eaa1bda9
\ No newline at end of file
+d015845bb77ee307ddbdb5421e1f3902
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha1
index 9932caa..8cda031 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-4a37e007130dab138b9777bf43ca9ac97e6439ff
\ No newline at end of file
+2693a91a1edac3e7abac3969796ad6c735897dc4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha256
index 53f3c43..e3c9620 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-965d5d366507a4b16644d3921f76787a54a2c187518b7f755b72474b750d0ffb
\ No newline at end of file
+f8f0c82c9aa787e0700f41ae9a353c0485aae594abe42d5d927ff98cf2262989
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha512
index 18c12a0..ffaf192 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-e867b58df924a951f7ed5e063eb1a920a9b8359a1979cb0b6be892cfccd9244e41fffbdb1641683a40051027bccb9cc2c237d7d2ad39492e5f368bba1c680dfd
\ No newline at end of file
+481b23dbedb79c05b934697abe210685c68a512a3bb8a7b77c719d2380d05c11810d69b553fc35f451822f40fe21f1fa33e00225db118329a61869b203751e42
\ 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 9bd3f38..a31ed93 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "interpolator-1.1.0-alpha01.aar",
           "url": "interpolator-1.1.0-alpha01.aar",
-          "size": 7826,
-          "sha512": "e867b58df924a951f7ed5e063eb1a920a9b8359a1979cb0b6be892cfccd9244e41fffbdb1641683a40051027bccb9cc2c237d7d2ad39492e5f368bba1c680dfd",
-          "sha256": "965d5d366507a4b16644d3921f76787a54a2c187518b7f755b72474b750d0ffb",
-          "sha1": "4a37e007130dab138b9777bf43ca9ac97e6439ff",
-          "md5": "3959729f9151fa78548ef703eaa1bda9"
+          "size": 8696,
+          "sha512": "481b23dbedb79c05b934697abe210685c68a512a3bb8a7b77c719d2380d05c11810d69b553fc35f451822f40fe21f1fa33e00225db118329a61869b203751e42",
+          "sha256": "f8f0c82c9aa787e0700f41ae9a353c0485aae594abe42d5d927ff98cf2262989",
+          "sha1": "2693a91a1edac3e7abac3969796ad6c735897dc4",
+          "md5": "d015845bb77ee307ddbdb5421e1f3902"
         }
       ]
     },
@@ -65,11 +65,11 @@
         {
           "name": "interpolator-1.1.0-alpha01.aar",
           "url": "interpolator-1.1.0-alpha01.aar",
-          "size": 7826,
-          "sha512": "e867b58df924a951f7ed5e063eb1a920a9b8359a1979cb0b6be892cfccd9244e41fffbdb1641683a40051027bccb9cc2c237d7d2ad39492e5f368bba1c680dfd",
-          "sha256": "965d5d366507a4b16644d3921f76787a54a2c187518b7f755b72474b750d0ffb",
-          "sha1": "4a37e007130dab138b9777bf43ca9ac97e6439ff",
-          "md5": "3959729f9151fa78548ef703eaa1bda9"
+          "size": 8696,
+          "sha512": "481b23dbedb79c05b934697abe210685c68a512a3bb8a7b77c719d2380d05c11810d69b553fc35f451822f40fe21f1fa33e00225db118329a61869b203751e42",
+          "sha256": "f8f0c82c9aa787e0700f41ae9a353c0485aae594abe42d5d927ff98cf2262989",
+          "sha1": "2693a91a1edac3e7abac3969796ad6c735897dc4",
+          "md5": "d015845bb77ee307ddbdb5421e1f3902"
         }
       ]
     },
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 842b408..9f68302 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 @@
-b8f8f2b9294e9074b77d13ac79bd6f43
\ No newline at end of file
+81187de68707a76ac022400d87f8b242
\ 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 aa0d152..6353b75 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 @@
-62526d0e9ac972a5245ac2013f0ccddf4bd9075a
\ No newline at end of file
+efa1cdcac6c72a274ccea38b1dfcf932bd83407b
\ 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 65f4e25..0284fd3 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 @@
-5db1f1fa44309986838faa0aedb30f8c7d3544246f4c93e68f388a8aa9b53b62
\ No newline at end of file
+02f42a4007f6f3ff3bf4effa55253b17063b91a60f3771c739601919e9b78426
\ 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 a32ea6a..abab85f 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 @@
-c1ab0aacc3f12a721fa42406db47873ca1378ed1623fe3da24f176013adb80c35f26b626e2bef91a6d2c6a35b1d8cb600d7abfbe3d31a541fadde990b30223c6
\ No newline at end of file
+064499cb388e79884012fb0253fd8a43caefecd6baaff9522a376e35ba8466793ba89ce5c2382de75f39d0ae553ff09565168f20a1a8fbb278fc028e2da20523
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom
index 16d2a71..827a81d 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Interpolators</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/interpolator#1.1.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.md5
index f95f474..4932d33 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-49d4c204fa4d6d20dfd9bd0a049bc51c
\ No newline at end of file
+a364230fd25cb4142bd12af6873c7ac5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha1
index 1a24a52..3887292 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-53755f182337aa92ade975039592e9d99f94916b
\ No newline at end of file
+6e93400b3d3cb9efd1df3dde1e2926cf0a85fac6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha256
index f4d4273..669f58f 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-66d48f0e0a2a7a8549d43bd4c06318f1fa23152da393213a25cbb5d60e02312c
\ No newline at end of file
+3ad371cac7423823615a4b111cee4e81fa776f27edc694fc323305f53009b22a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha512
index 5af1822..fd38861 100644
--- a/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/interpolator/interpolator/1.1.0-alpha01/interpolator-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-1f3ae9d859acad37c85f4c1f1ce6e2af4f1674cd74c1e2de7d8c4866bef5b145ea61cf9863c7ae1f61f5b567f44b6fe5d8e9e3b861ed4a12398e3fe8ecfe2ea8
\ No newline at end of file
+5dcf5a0c33e3f72582baab71fadeb411f497a80d6c604d96393f948bae697a05e693f5e9c3a98850d37c5d8c5eedf66f0bd4be0a302265b68df4f7327375bfd0
\ 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.aar b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar
deleted file mode 100644
index 46c06cc..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.md5
deleted file mode 100644
index 340f43c..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6988b5273a835a5a113f92d5064e1972
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha1
deleted file mode 100644
index 4250afa..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-63f16c61493bfc8c60f96f384640924033c534a6
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha256
deleted file mode 100644
index cec2226..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f57b9909d71237f49069cd734f7f1c503934df9e7801a5e9d7b9f6719f8a5f57
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha512
deleted file mode 100644
index 216c2d8..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c0080ed955366cabb6de9eb6ec686ada755a77858bdee91ae937df616740a314a17149ae10938b696ff1a1784901d26ed7c00652f9e4264d64c7eb80172c52a7
\ 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
deleted file mode 100644
index 469dcc1..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module
+++ /dev/null
@@ -1,160 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.leanback",
-    "module": "leanback-preference",
-    "version": "1.1.0-alpha04",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.preference",
-          "module": "preference",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.leanback",
-          "module": "leanback",
-          "version": {
-            "requires": "1.1.0-alpha04"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "leanback-preference-1.1.0-alpha04.aar",
-          "url": "leanback-preference-1.1.0-alpha04.aar",
-          "size": 80384,
-          "sha512": "c0080ed955366cabb6de9eb6ec686ada755a77858bdee91ae937df616740a314a17149ae10938b696ff1a1784901d26ed7c00652f9e4264d64c7eb80172c52a7",
-          "sha256": "f57b9909d71237f49069cd734f7f1c503934df9e7801a5e9d7b9f6719f8a5f57",
-          "sha1": "63f16c61493bfc8c60f96f384640924033c534a6",
-          "md5": "6988b5273a835a5a113f92d5064e1972"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.preference",
-          "module": "preference",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.leanback",
-          "module": "leanback",
-          "version": {
-            "requires": "1.1.0-alpha04"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "leanback-preference-1.1.0-alpha04.aar",
-          "url": "leanback-preference-1.1.0-alpha04.aar",
-          "size": 80384,
-          "sha512": "c0080ed955366cabb6de9eb6ec686ada755a77858bdee91ae937df616740a314a17149ae10938b696ff1a1784901d26ed7c00652f9e4264d64c7eb80172c52a7",
-          "sha256": "f57b9909d71237f49069cd734f7f1c503934df9e7801a5e9d7b9f6719f8a5f57",
-          "sha1": "63f16c61493bfc8c60f96f384640924033c534a6",
-          "md5": "6988b5273a835a5a113f92d5064e1972"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "leanback-preference-1.1.0-alpha04-sources.jar",
-          "url": "leanback-preference-1.1.0-alpha04-sources.jar",
-          "size": 25995,
-          "sha512": "070df014a7a76d257da5e587d1da1df7567ce9099a540d24f6ba92cd0bed7edf7afa46bdab34c0b901743014e50fe7ac80564082ca2942293c3f00823860423c",
-          "sha256": "ae172655abe428bf2d09f5be202b796fff600a33f4942f9c3896cf259db25212",
-          "sha1": "bdf52011dfa9d7fff646adb09730352d81fe4da4",
-          "md5": "183fc81b472267ba4028ee3d7fa6f177"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index fd236f8..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-7ec5123ff8b79e0d064db716f3506c42
\ 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
deleted file mode 100644
index b188bdd..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fcf8116eebe115d8b4c842a5fe789bca4101b50f
\ 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
deleted file mode 100644
index 6946ef8..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-949c28c8beeff875593a35b83b156646d8e100d3638863c30e51b85036485711
\ 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
deleted file mode 100644
index 15f6cd7..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c6edb0099fef20ac48a818349868796d20758aff6fcc08af26b20dc9b634d4e05912b6b3096e7c5edcd399b8e433acf2846ac346938fb24b39a79bb156b1bfb5
\ 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.pom b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom
deleted file mode 100644
index c2c8fb2..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.leanback</groupId>
-  <artifactId>leanback-preference</artifactId>
-  <version>1.1.0-alpha04</version>
-  <packaging>aar</packaging>
-  <name>AndroidX Leanback Preference</name>
-  <description>AndroidX Leanback Preference</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2015</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.preference</groupId>
-      <artifactId>preference</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.leanback</groupId>
-      <artifactId>leanback</artifactId>
-      <version>1.1.0-alpha04</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.md5
deleted file mode 100644
index 4a162f0..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-20ca17eb6960b011d8c7340e22c29717
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha1
deleted file mode 100644
index 2ded482..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c7e6cb2d3dbc7f49aa6e84ce8b2c7ab722754c0a
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha256
deleted file mode 100644
index e877d71..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-427be2964c6c273377e4894e4fa0c576de2dbf49d2d3313ba83f31faefd0a8f1
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha512
deleted file mode 100644
index 03ee735..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-961d15d9eca9ec7c6d5131a7e5fe3db4192a353ac8f08a7ecbd1ce0cec45e534a9714a54d53bea7ea3be14d4639d393e45cd9fcf4ee95272a98dbda40dd0ecda
\ 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-sources.jar b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar
rename to current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.md5
rename to current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha1
rename to current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha256
rename to current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-alpha04/leanback-preference-1.1.0-alpha04-sources.jar.sha512
rename to current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar
new file mode 100644
index 0000000..01c48d5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.md5
new file mode 100644
index 0000000..882fcfb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.md5
@@ -0,0 +1 @@
+b0b30b92526ccbc2d5ffd34d6c5f2931
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha1
new file mode 100644
index 0000000..e345a14
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha1
@@ -0,0 +1 @@
+3c82dd4bb3850339c3a8de922a1cb943c5cfa021
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha256
new file mode 100644
index 0000000..5f10373
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha256
@@ -0,0 +1 @@
+6e45da4bb39b3832a54c15867043bc421fe2855b87b3481904cf8cd39b950b9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha512
new file mode 100644
index 0000000..d35257f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.aar.sha512
@@ -0,0 +1 @@
+8bceb7b1ec8be824ea235a70cd9c7c2e2999897f492f861ca2b6519d10b82166280da865a68015490ff879ade31bc4052a7e450d68de66a0e293bd597b0f157d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module
new file mode 100644
index 0000000..c6169b9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module
@@ -0,0 +1,160 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.leanback",
+    "module": "leanback-preference",
+    "version": "1.1.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.preference",
+          "module": "preference",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.leanback",
+          "module": "leanback",
+          "version": {
+            "requires": "1.1.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "leanback-preference-1.1.0-beta01.aar",
+          "url": "leanback-preference-1.1.0-beta01.aar",
+          "size": 81731,
+          "sha512": "8bceb7b1ec8be824ea235a70cd9c7c2e2999897f492f861ca2b6519d10b82166280da865a68015490ff879ade31bc4052a7e450d68de66a0e293bd597b0f157d",
+          "sha256": "6e45da4bb39b3832a54c15867043bc421fe2855b87b3481904cf8cd39b950b9e",
+          "sha1": "3c82dd4bb3850339c3a8de922a1cb943c5cfa021",
+          "md5": "b0b30b92526ccbc2d5ffd34d6c5f2931"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.preference",
+          "module": "preference",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.leanback",
+          "module": "leanback",
+          "version": {
+            "requires": "1.1.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "leanback-preference-1.1.0-beta01.aar",
+          "url": "leanback-preference-1.1.0-beta01.aar",
+          "size": 81731,
+          "sha512": "8bceb7b1ec8be824ea235a70cd9c7c2e2999897f492f861ca2b6519d10b82166280da865a68015490ff879ade31bc4052a7e450d68de66a0e293bd597b0f157d",
+          "sha256": "6e45da4bb39b3832a54c15867043bc421fe2855b87b3481904cf8cd39b950b9e",
+          "sha1": "3c82dd4bb3850339c3a8de922a1cb943c5cfa021",
+          "md5": "b0b30b92526ccbc2d5ffd34d6c5f2931"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "leanback-preference-1.1.0-beta01-sources.jar",
+          "url": "leanback-preference-1.1.0-beta01-sources.jar",
+          "size": 25995,
+          "sha512": "070df014a7a76d257da5e587d1da1df7567ce9099a540d24f6ba92cd0bed7edf7afa46bdab34c0b901743014e50fe7ac80564082ca2942293c3f00823860423c",
+          "sha256": "ae172655abe428bf2d09f5be202b796fff600a33f4942f9c3896cf259db25212",
+          "sha1": "bdf52011dfa9d7fff646adb09730352d81fe4da4",
+          "md5": "183fc81b472267ba4028ee3d7fa6f177"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.md5
new file mode 100644
index 0000000..8c92ef6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.md5
@@ -0,0 +1 @@
+1781024f8d3b043bd25aeb64b004befa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha1
new file mode 100644
index 0000000..1604116
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha1
@@ -0,0 +1 @@
+41acfadb1c29a4660573d7039f0853075d7df4e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha256
new file mode 100644
index 0000000..8028ff9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha256
@@ -0,0 +1 @@
+a3e8170f2f04e4d41210197e1ad68d752b03eaf2658f2e53b8a6faa467ef6155
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha512
new file mode 100644
index 0000000..a30dcd7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.module.sha512
@@ -0,0 +1 @@
+d85dc0ea04ce8cb5446f3c535f634352f75959c8b200bb94e8d649b9570ffe87831c367844d77efe14b73c97ef05c95642391da4abcbd44514a28fa812df1964
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom
new file mode 100644
index 0000000..c6fab7e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.leanback</groupId>
+  <artifactId>leanback-preference</artifactId>
+  <version>1.1.0-beta01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX Leanback Preference</name>
+  <description>AndroidX Leanback Preference</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/leanback#1.1.0-beta01</url>
+  <inceptionYear>2015</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.preference</groupId>
+      <artifactId>preference</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.leanback</groupId>
+      <artifactId>leanback</artifactId>
+      <version>1.1.0-beta01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.md5
new file mode 100644
index 0000000..05eaebd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.md5
@@ -0,0 +1 @@
+96d7a2ba380660aef34f7bc394d2d8d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha1
new file mode 100644
index 0000000..516b19c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha1
@@ -0,0 +1 @@
+12d9f2a6d7d3764925d7dac5fc2f0f50f3346dab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha256
new file mode 100644
index 0000000..8d57da4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha256
@@ -0,0 +1 @@
+987083abd8bf2609e47cd38f84ac02d7f9784796e0fcc700f6898fd0d3dbef86
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha512
new file mode 100644
index 0000000..cce9541
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback-preference/1.1.0-beta01/leanback-preference-1.1.0-beta01.pom.sha512
@@ -0,0 +1 @@
+b3613c874d79597c72111927bf1544f8392c51f9099b237f2b22fe8f9fce7a62ef402f94ac03f66bfb3b3a790ca7861c07035d61620bd12464c4a9d3c40bd3e4
\ 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
deleted file mode 100644
index 4495558..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar
+++ /dev/null
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
deleted file mode 100644
index 71d93e1..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 9a2e5c3..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 219f2a2..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 5ea0247..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-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.aar b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar
deleted file mode 100644
index 91023e1..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.md5
deleted file mode 100644
index 8809a25..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-0327771df69e1772b11a3114c9c931c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha1
deleted file mode 100644
index db30a26..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-196018c640ecbfea93974a6297352ffc048d5d7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha256
deleted file mode 100644
index d13eb63..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-49446955a2c2a69b77dc67a727fb2b32d4b12625658afca898256bd36aaaf52c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha512
deleted file mode 100644
index 11a9c7d..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-18b60d696f32559a4702a7b55136c83aa89d633520465a9b916f338ba56cea96687c7e3d7425a67f629e536f323b986e8c85fea4acf1fe9ebbd542e5db4d0927
\ 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
deleted file mode 100644
index 01dcbff..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module
+++ /dev/null
@@ -1,188 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.leanback",
-    "module": "leanback",
-    "version": "1.1.0-alpha04",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.interpolator",
-          "module": "interpolator",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.media",
-          "module": "media",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "leanback-1.1.0-alpha04.aar",
-          "url": "leanback-1.1.0-alpha04.aar",
-          "size": 1373378,
-          "sha512": "18b60d696f32559a4702a7b55136c83aa89d633520465a9b916f338ba56cea96687c7e3d7425a67f629e536f323b986e8c85fea4acf1fe9ebbd542e5db4d0927",
-          "sha256": "49446955a2c2a69b77dc67a727fb2b32d4b12625658afca898256bd36aaaf52c",
-          "sha1": "196018c640ecbfea93974a6297352ffc048d5d7e",
-          "md5": "0327771df69e1772b11a3114c9c931c5"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.interpolator",
-          "module": "interpolator",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.media",
-          "module": "media",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "leanback-1.1.0-alpha04.aar",
-          "url": "leanback-1.1.0-alpha04.aar",
-          "size": 1373378,
-          "sha512": "18b60d696f32559a4702a7b55136c83aa89d633520465a9b916f338ba56cea96687c7e3d7425a67f629e536f323b986e8c85fea4acf1fe9ebbd542e5db4d0927",
-          "sha256": "49446955a2c2a69b77dc67a727fb2b32d4b12625658afca898256bd36aaaf52c",
-          "sha1": "196018c640ecbfea93974a6297352ffc048d5d7e",
-          "md5": "0327771df69e1772b11a3114c9c931c5"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "leanback-1.1.0-alpha04-sources.jar",
-          "url": "leanback-1.1.0-alpha04-sources.jar",
-          "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
deleted file mode 100644
index 0f6d2f5..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-64641735e8a303ff727400fc10317cca
\ 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
deleted file mode 100644
index 5e4bd3e..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-bf9b8c1355b7c5ec140594b9615a30d48cfc6339
\ 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
deleted file mode 100644
index 22ca7f6..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-02ba435e6ae376e392572b3ef48e66a7de7d9e09a8017131598b2e8d079c1cce
\ 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
deleted file mode 100644
index 4716059..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-430fa978537e4f67a7e167620a6fa1a89e4eb57044d5d5c99494c96fc6e777ccd4997a8c7da3c2ceddd5875b347795cbf4789c92ff2b12e7d49fadc72b9ec2a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom
deleted file mode 100644
index 80bd84d..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.leanback</groupId>
-  <artifactId>leanback</artifactId>
-  <version>1.1.0-alpha04</version>
-  <packaging>aar</packaging>
-  <name>Android Support Leanback v17</name>
-  <description>Android Support Leanback v17</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2014</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.interpolator</groupId>
-      <artifactId>interpolator</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.media</groupId>
-      <artifactId>media</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha04</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.md5
deleted file mode 100644
index ef476db..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-bb1e729351ed9b6064eaeb0b5f9ccce2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha1
deleted file mode 100644
index 991f04a..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c138198374eb1a30180e3974183dd2e62c7998b9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha256
deleted file mode 100644
index 85ca9ec..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0a73267aee3fb8ab1d1386af2b6742eae0ae5390129739c5bad8323946c0f3c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha512
deleted file mode 100644
index d3ee6d0..0000000
--- a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-alpha04/leanback-1.1.0-alpha04.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-3801e42ca4fd5330d574fd97aeaff53a0abadf01d52d11c4027455d32b50f3ee695af73e7c1bd25997ee748c6285a464a2024400b43b18d44e75050e9d8ac0a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar
new file mode 100644
index 0000000..377b728
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..b5187cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+a76ccc3ba836ce98f89aca728107a4bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..5952bc0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+b06ae7895363458e18b7b49e524e2b4012ef357a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..cc0848c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+b52a4a1109b88ac378425b0f0224979c0f5536582083231e894fa38fbb087452
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..1be071e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+60885c3b37b4c4f5444722afa99a1ee782ed079eb54217bbea51a25a5561fcfb2f4b496c07f74f3d168be0de36cc1d7c39dd8cbb4ded73bfac9dbde9ee6728d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar
new file mode 100644
index 0000000..c765bf3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.md5
new file mode 100644
index 0000000..4b71d7b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.md5
@@ -0,0 +1 @@
+3e7b8184178f0bca1be5b8a784448eec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha1
new file mode 100644
index 0000000..0eccd87
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha1
@@ -0,0 +1 @@
+78c3138aa853c1d3c1f378cdcf65ef56c021d49d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha256
new file mode 100644
index 0000000..f986095
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha256
@@ -0,0 +1 @@
+80ec0b681b902264b5403b13a54ca9d7b7a35cbd93bfb150f50447362af38d64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha512
new file mode 100644
index 0000000..a47b830
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.aar.sha512
@@ -0,0 +1 @@
+441f7511a091f4847f552b68005a710cc99b1aa0a024d880d14533cf28097a9d1d0cf3e6f7f1b9a45200d70493e585f935732bb40e9764248f60c11fef9ce284
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module
new file mode 100644
index 0000000..8bf3a4a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module
@@ -0,0 +1,188 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.leanback",
+    "module": "leanback",
+    "version": "1.1.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.interpolator",
+          "module": "interpolator",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.media",
+          "module": "media",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.2.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "leanback-1.1.0-beta01.aar",
+          "url": "leanback-1.1.0-beta01.aar",
+          "size": 1405373,
+          "sha512": "441f7511a091f4847f552b68005a710cc99b1aa0a024d880d14533cf28097a9d1d0cf3e6f7f1b9a45200d70493e585f935732bb40e9764248f60c11fef9ce284",
+          "sha256": "80ec0b681b902264b5403b13a54ca9d7b7a35cbd93bfb150f50447362af38d64",
+          "sha1": "78c3138aa853c1d3c1f378cdcf65ef56c021d49d",
+          "md5": "3e7b8184178f0bca1be5b8a784448eec"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.interpolator",
+          "module": "interpolator",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.media",
+          "module": "media",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.2.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "leanback-1.1.0-beta01.aar",
+          "url": "leanback-1.1.0-beta01.aar",
+          "size": 1405373,
+          "sha512": "441f7511a091f4847f552b68005a710cc99b1aa0a024d880d14533cf28097a9d1d0cf3e6f7f1b9a45200d70493e585f935732bb40e9764248f60c11fef9ce284",
+          "sha256": "80ec0b681b902264b5403b13a54ca9d7b7a35cbd93bfb150f50447362af38d64",
+          "sha1": "78c3138aa853c1d3c1f378cdcf65ef56c021d49d",
+          "md5": "3e7b8184178f0bca1be5b8a784448eec"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "leanback-1.1.0-beta01-sources.jar",
+          "url": "leanback-1.1.0-beta01-sources.jar",
+          "size": 657116,
+          "sha512": "60885c3b37b4c4f5444722afa99a1ee782ed079eb54217bbea51a25a5561fcfb2f4b496c07f74f3d168be0de36cc1d7c39dd8cbb4ded73bfac9dbde9ee6728d6",
+          "sha256": "b52a4a1109b88ac378425b0f0224979c0f5536582083231e894fa38fbb087452",
+          "sha1": "b06ae7895363458e18b7b49e524e2b4012ef357a",
+          "md5": "a76ccc3ba836ce98f89aca728107a4bf"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.md5
new file mode 100644
index 0000000..46d0a35
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.md5
@@ -0,0 +1 @@
+828d33da42c490ee4f6f0ec81d8d429a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha1
new file mode 100644
index 0000000..08f8f16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha1
@@ -0,0 +1 @@
+fc11b33fa48031d47c1f67100eb2fa8ab4c1e118
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha256
new file mode 100644
index 0000000..f6566d0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha256
@@ -0,0 +1 @@
+53d341ac73b99f7b42bde6eeeb949b6752355ab4bc4e474f20a7a561a4c70903
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha512
new file mode 100644
index 0000000..9fe2699
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.module.sha512
@@ -0,0 +1 @@
+097d7ed4e0ace261f4e138c2d9dadc6d82dac4d81d2b8ae629ae89a90ffcf599bda7b02a7d9c21043732ee3a98c1893cbcde0a634f6a40a7f2675c6b03e54b83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom
new file mode 100644
index 0000000..b02d684
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.leanback</groupId>
+  <artifactId>leanback</artifactId>
+  <version>1.1.0-beta01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Leanback v17</name>
+  <description>Android Support Leanback v17</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/leanback#1.1.0-beta01</url>
+  <inceptionYear>2014</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.interpolator</groupId>
+      <artifactId>interpolator</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.media</groupId>
+      <artifactId>media</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.2.0-beta01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.md5
new file mode 100644
index 0000000..b701109
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.md5
@@ -0,0 +1 @@
+7fbdd9d214634462c3e32b8dbdcb463d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha1
new file mode 100644
index 0000000..796b286
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha1
@@ -0,0 +1 @@
+c59aea031ddc97abd3c77129b72cdfc374bd9c10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha256
new file mode 100644
index 0000000..0918a9c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha256
@@ -0,0 +1 @@
+7e90cc1024c8cc8fa0123fc242f6b5d967e53e1b208e4c37ad9ffc337cc21916
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha512
new file mode 100644
index 0000000..42bef4a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/leanback/leanback/1.1.0-beta01/leanback-1.1.0-beta01.pom.sha512
@@ -0,0 +1 @@
+a3d2253747b92ddd0076e36fdc8cfd28a851ee1ff6ee2ef19061da1910ad8632205778bfbfbb90c3bc2299852b1280efcce6e3dc6e259b87c295a92efc998e11
\ 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.aar b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar
index 7c91a51..d782b95 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.md5
index 13b187c..fb2dda2 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-11c1bb33eb77153750c76cfe0d1a1811
\ No newline at end of file
+7f80afc7b7928eb76f65a472b945ae76
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha1
index c423e87..7979321 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-ada6c0666539498cf558fed13f8b15e9968d9466
\ No newline at end of file
+73381138b98723bda2a37e948787be97b54f3c6e
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha256
index 9c14a94..9351ff4 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-145c44ba13e4037e50054d13caa577c4565b80d42fb07acc07781a4f9effcc88
\ No newline at end of file
+cc4345565e828a15ea45553b674791ee1d27cd34bfd64d67d12e4df1e994f01f
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha512
index c823922..0c9d240 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-9c31bf748686ffcb29c266550e362bf5da18bb8641bf0e7654e42c2aa1ac1e09e016918332315149cf87c889e56030fb73704d0b2fce033144e4ede65f1125ed
\ No newline at end of file
+c4518ca1522678379055ebfd2bca563ceb6f9c3a3e7a63400e76d5b86f0fb5fa20ecc8586ca7f49bcb0345564a30a3efcf831b6b0de5de10f5a018c744e50997
\ 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 1dfbcd6..3467fda 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -63,7 +63,7 @@
           "group": "androidx.print",
           "module": "print",
           "version": {
-            "requires": "1.1.0-alpha01"
+            "requires": "1.1.0-beta01"
           }
         }
       ],
@@ -71,11 +71,11 @@
         {
           "name": "legacy-support-core-utils-1.1.0-alpha01.aar",
           "url": "legacy-support-core-utils-1.1.0-alpha01.aar",
-          "size": 4025,
-          "sha512": "9c31bf748686ffcb29c266550e362bf5da18bb8641bf0e7654e42c2aa1ac1e09e016918332315149cf87c889e56030fb73704d0b2fce033144e4ede65f1125ed",
-          "sha256": "145c44ba13e4037e50054d13caa577c4565b80d42fb07acc07781a4f9effcc88",
-          "sha1": "ada6c0666539498cf558fed13f8b15e9968d9466",
-          "md5": "11c1bb33eb77153750c76cfe0d1a1811"
+          "size": 4831,
+          "sha512": "c4518ca1522678379055ebfd2bca563ceb6f9c3a3e7a63400e76d5b86f0fb5fa20ecc8586ca7f49bcb0345564a30a3efcf831b6b0de5de10f5a018c744e50997",
+          "sha256": "cc4345565e828a15ea45553b674791ee1d27cd34bfd64d67d12e4df1e994f01f",
+          "sha1": "73381138b98723bda2a37e948787be97b54f3c6e",
+          "md5": "7f80afc7b7928eb76f65a472b945ae76"
         }
       ]
     },
@@ -127,7 +127,7 @@
           "group": "androidx.print",
           "module": "print",
           "version": {
-            "requires": "1.1.0-alpha01"
+            "requires": "1.1.0-beta01"
           }
         }
       ],
@@ -135,11 +135,11 @@
         {
           "name": "legacy-support-core-utils-1.1.0-alpha01.aar",
           "url": "legacy-support-core-utils-1.1.0-alpha01.aar",
-          "size": 4025,
-          "sha512": "9c31bf748686ffcb29c266550e362bf5da18bb8641bf0e7654e42c2aa1ac1e09e016918332315149cf87c889e56030fb73704d0b2fce033144e4ede65f1125ed",
-          "sha256": "145c44ba13e4037e50054d13caa577c4565b80d42fb07acc07781a4f9effcc88",
-          "sha1": "ada6c0666539498cf558fed13f8b15e9968d9466",
-          "md5": "11c1bb33eb77153750c76cfe0d1a1811"
+          "size": 4831,
+          "sha512": "c4518ca1522678379055ebfd2bca563ceb6f9c3a3e7a63400e76d5b86f0fb5fa20ecc8586ca7f49bcb0345564a30a3efcf831b6b0de5de10f5a018c744e50997",
+          "sha256": "cc4345565e828a15ea45553b674791ee1d27cd34bfd64d67d12e4df1e994f01f",
+          "sha1": "73381138b98723bda2a37e948787be97b54f3c6e",
+          "md5": "7f80afc7b7928eb76f65a472b945ae76"
         }
       ]
     },
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 4096f9a..2d42c49 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 @@
-6d0dd41ff1b551cd6084456d47e3c14a
\ No newline at end of file
+64e5586b81e481cad1d8de50f714ec77
\ 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 f2861a9..9f12478 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 @@
-910fad023d613e1ab2e16e315493232ff8035824
\ No newline at end of file
+586be7310667ab8693633284fdf2abae35cd2937
\ 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 04cba8f..b1fd546 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 @@
-ca19e8d27e40d5a30ca1987cdf379ef01139614c6c528234d79a1007af2c1ecd
\ No newline at end of file
+09e7c7f2d88df822824d8658943a22ed43e5df7fff5165cde62cbbec28f38121
\ 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 587d066..7371952 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 @@
-f76964f2f5a900fe900369cdc823f46d34fd534c3295df57b626883de2f26e54b3e1c0284a74745a8d2b130658bc2bc29610c6e831a672351c7e6a786e2e8425
\ No newline at end of file
+1b6ec929b9eabadcca078f5ac278ee14ca75c2e6b85a721557b13a7c0e168e5ab0714867b1a20ce653818650d9da4d0c356116fe7b71057b403912d3eeacf535
\ 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.pom b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom
index baaa8eb..6be08e8 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library core utils</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/legacy#1.1.0-alpha01</url>
   <inceptionYear>2011</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>androidx.print</groupId>
       <artifactId>print</artifactId>
-      <version>1.1.0-alpha01</version>
+      <version>1.1.0-beta01</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.md5
index f67083d..c41038f 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-b7d3231c7a24251b6d38f6b23dbb1ef0
\ No newline at end of file
+7b5b50016ae814ee64cca17699576212
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha1
index f1de5b0..b9ce48d 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-6b106b3fd0cd9489d157acd18dc337f8ca5791c6
\ No newline at end of file
+dff52f624fb8417a32c4ecb4beaa416515569d41
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha256
index 6c58d7e..4bd0748 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-cab33c6a3aee2e2c79b7795f78262baffa58d5883cf021746a50e648484b118f
\ No newline at end of file
+a65b4626640b0b5fcf7ee6987e68fa64daad22a074cea290a0a28929180fe4a1
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha512
index 051402b..f35ee63 100644
--- a/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/legacy/legacy-support-core-utils/1.1.0-alpha01/legacy-support-core-utils-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-9b293bce2ed26f8263a2235024b0eb5a9263e6c7746658d36f81021c3cbf4994615a122aae350a67d9c1effa066aefd003af0850bdf40fdf9e9f5af44d19effd
\ No newline at end of file
+7560edf02d26dcf7f15b14aa349aa1ffae6450590f5cb3451023270ffcbe0cfd2ad87b64cd20eb5b801e9f3d760a68b37545077237de5dd041f0dd9487d42501
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module
deleted file mode 100644
index 32846cc..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module
+++ /dev/null
@@ -1,113 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-common-java8",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-common-java8-2.3.0-alpha05.jar",
-          "url": "lifecycle-common-java8-2.3.0-alpha05.jar",
-          "size": 1015,
-          "sha512": "4f8f9ce47803c9724075978f7f046fb067198251e1923d4d47e27a5a9f50b76aa0696af423de13c97f09c4b3214f567c4bf4b1025354b231fd5ef8e56787ffe9",
-          "sha256": "a1ec63c1bb973443cb731d78ec336c5e20e7ee35c89cbb32d36f92c55bb02542",
-          "sha1": "cd3478503da69b1a7e0319bd2d1389943db9b364",
-          "md5": "6e0e3c087148a1ad689b4173b8f5af5e"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-common-java8-2.3.0-alpha05.jar",
-          "url": "lifecycle-common-java8-2.3.0-alpha05.jar",
-          "size": 1015,
-          "sha512": "4f8f9ce47803c9724075978f7f046fb067198251e1923d4d47e27a5a9f50b76aa0696af423de13c97f09c4b3214f567c4bf4b1025354b231fd5ef8e56787ffe9",
-          "sha256": "a1ec63c1bb973443cb731d78ec336c5e20e7ee35c89cbb32d36f92c55bb02542",
-          "sha1": "cd3478503da69b1a7e0319bd2d1389943db9b364",
-          "md5": "6e0e3c087148a1ad689b4173b8f5af5e"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-common-java8-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-common-java8-2.3.0-alpha05-sources.jar",
-          "size": 1612,
-          "sha512": "570946e3208e5c5092e79f75530f82230e88c9b593177665eea6524928bbe5f5ad33efa0456584f333cf9145af3759e8b6e53f874a9f1107198110f6af08652c",
-          "sha256": "f6dc13cca0d461dd9ac0c515ede93b45f2209545cb75e658040ae7df5dc80823",
-          "sha1": "777ad8a2c39ec412a8c77a3923ceb536946acb29",
-          "md5": "9033c02e94f794b2f605cec8231db2c8"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.md5
deleted file mode 100644
index 1e74b08..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-2f324227f9c4801fb4f57095d7976345
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 6278dcc..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-bb0e77d4f18f424d2ea15182a923584d030ecbc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 375d9c2..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0f33df37bfd211f4244f8a4723a929f1e654f39bfdebc5f81c26c0557a53ca51
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 4bb101a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d3e9b59424a27bc43b13256ec874da32e8a1395cbd8161556c0043dcd587090d6e2d5446268de56054e93e221c55be3689c0435e69d60eeaeb68c0a7238a6a09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom
deleted file mode 100644
index 7ce01d8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-common-java8</artifactId>
-  <version>2.3.0-alpha05</version>
-  <name>Android Lifecycle-Common for Java 8 Language</name>
-  <description>Android Lifecycle-Common for Java 8 Language</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-common</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 24e397c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-bdf6357994bc799c030dce8b4e7e66e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 2cb7115..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-15412c2b3808d885970f88f4101ff2569bcac08e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 984294a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-51d1fd6abec471dc71785e4535eb829ff4bf1b76f87a0cd0f0e90cebff580778
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 13e8f86..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b5d9b7ca4ecb622553aed017aab9d2f7a4045771de7fa831bdbe0bd6be2cb1d8a100b3f57ce9719bb7efc74725a65a302c849a600bfca6f3ad60b46c4a388203
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05-sources.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.3.0-alpha05/lifecycle-common-java8-2.3.0-alpha05.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module
new file mode 100644
index 0000000..874a6f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module
@@ -0,0 +1,113 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-common-java8",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-common-java8-2.4.0-alpha01.jar",
+          "url": "lifecycle-common-java8-2.4.0-alpha01.jar",
+          "size": 1015,
+          "sha512": "4f8f9ce47803c9724075978f7f046fb067198251e1923d4d47e27a5a9f50b76aa0696af423de13c97f09c4b3214f567c4bf4b1025354b231fd5ef8e56787ffe9",
+          "sha256": "a1ec63c1bb973443cb731d78ec336c5e20e7ee35c89cbb32d36f92c55bb02542",
+          "sha1": "cd3478503da69b1a7e0319bd2d1389943db9b364",
+          "md5": "6e0e3c087148a1ad689b4173b8f5af5e"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-common-java8-2.4.0-alpha01.jar",
+          "url": "lifecycle-common-java8-2.4.0-alpha01.jar",
+          "size": 1015,
+          "sha512": "4f8f9ce47803c9724075978f7f046fb067198251e1923d4d47e27a5a9f50b76aa0696af423de13c97f09c4b3214f567c4bf4b1025354b231fd5ef8e56787ffe9",
+          "sha256": "a1ec63c1bb973443cb731d78ec336c5e20e7ee35c89cbb32d36f92c55bb02542",
+          "sha1": "cd3478503da69b1a7e0319bd2d1389943db9b364",
+          "md5": "6e0e3c087148a1ad689b4173b8f5af5e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-common-java8-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-common-java8-2.4.0-alpha01-sources.jar",
+          "size": 1612,
+          "sha512": "570946e3208e5c5092e79f75530f82230e88c9b593177665eea6524928bbe5f5ad33efa0456584f333cf9145af3759e8b6e53f874a9f1107198110f6af08652c",
+          "sha256": "f6dc13cca0d461dd9ac0c515ede93b45f2209545cb75e658040ae7df5dc80823",
+          "sha1": "777ad8a2c39ec412a8c77a3923ceb536946acb29",
+          "md5": "9033c02e94f794b2f605cec8231db2c8"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..83e5c14
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+33a2f53674cea71794646d5dee3482fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..a1fd914
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+3ca8f7128ac5268cb4e34068cd0b4a46eacfdf96
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..1a0c612
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+141dc877b88e4cd22ba0e54bfb376ede1e0969eef2181b167f79e5b49c12297b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..1af9b96
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+ab8b84eac435146b760e9e833d2702ca52e13a6d2b471610581b86b574304216138d79c88419993d065e3d73fef7257f5e4548a8aa72e685e6fa1becc565e20b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom
new file mode 100644
index 0000000..d06e7a9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-common-java8</artifactId>
+  <version>2.4.0-alpha01</version>
+  <name>Android Lifecycle-Common for Java 8 Language</name>
+  <description>Android Lifecycle-Common for Java 8 Language</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..6b2c0a9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+61b5d5f6afd09fc98373e56e491fd4f8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..67d503f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+c95772d213fc204f0a801eacc7b848b21cd75c4d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..dee13bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+c4c7f4a2ce6fb7b456d159749c255e5e36d34e7fc2ab9b51eb63e8b72a1868dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..0697c3b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common-java8/2.4.0-alpha01/lifecycle-common-java8-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+1f8da81f77af92d2f693011a88c9004fa07362827bb73614c5ac1637f083eac12188012ac3ac46748bf212fab7589542601dbe6c4c5b06e4e52913098643fc1f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar
deleted file mode 100644
index 02b6467..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index ecaf5d6..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b99ca1cd6ee957d5b3d98c264daa239a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index bdd049e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-036a4f870521a07778cf045be0274793c6298ec6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index 71b5d1a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-68ad8199336509f3daa27a9dedb61f6b770d5f0b712f064e02fefa1a2aafad6a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 35692fe..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-17bdbfb238a7cb3750323812869cc1ea0a2b1368122cf42f52e556d08c2eb36f5a8ed3f19621f6adb614244b067f1e7f2b704841f88a713989ad7cd54835618b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar
deleted file mode 100644
index db85be6..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.md5
deleted file mode 100644
index 606a90d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6dc11266c5c0aa964aeb11a565b389d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha1
deleted file mode 100644
index 77a95fb..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fc466261d52f4433863642fb40d12441ae274a98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha256
deleted file mode 100644
index 8bfbeb6..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-15848fb56db32f4c7cdc72b324003183d52a4884d6bf09be708ac7f587d139b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha512
deleted file mode 100644
index 8e40ff1..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-82ff03b0e8bc8e6045f2258dc0b17d84a4782b7e2b5b93609dd3afcfd6a760c711f1b8e139d93536dd2a0f0c64adc525783aebd82e01e4324d7ed2e99e388b08
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module
deleted file mode 100644
index 8032402..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module
+++ /dev/null
@@ -1,99 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-common",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-common-2.3.0-alpha05.jar",
-          "url": "lifecycle-common-2.3.0-alpha05.jar",
-          "size": 23505,
-          "sha512": "82ff03b0e8bc8e6045f2258dc0b17d84a4782b7e2b5b93609dd3afcfd6a760c711f1b8e139d93536dd2a0f0c64adc525783aebd82e01e4324d7ed2e99e388b08",
-          "sha256": "15848fb56db32f4c7cdc72b324003183d52a4884d6bf09be708ac7f587d139b5",
-          "sha1": "fc466261d52f4433863642fb40d12441ae274a98",
-          "md5": "6dc11266c5c0aa964aeb11a565b389d9"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 7,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-common-2.3.0-alpha05.jar",
-          "url": "lifecycle-common-2.3.0-alpha05.jar",
-          "size": 23505,
-          "sha512": "82ff03b0e8bc8e6045f2258dc0b17d84a4782b7e2b5b93609dd3afcfd6a760c711f1b8e139d93536dd2a0f0c64adc525783aebd82e01e4324d7ed2e99e388b08",
-          "sha256": "15848fb56db32f4c7cdc72b324003183d52a4884d6bf09be708ac7f587d139b5",
-          "sha1": "fc466261d52f4433863642fb40d12441ae274a98",
-          "md5": "6dc11266c5c0aa964aeb11a565b389d9"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-common-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-common-2.3.0-alpha05-sources.jar",
-          "size": 18630,
-          "sha512": "17bdbfb238a7cb3750323812869cc1ea0a2b1368122cf42f52e556d08c2eb36f5a8ed3f19621f6adb614244b067f1e7f2b704841f88a713989ad7cd54835618b",
-          "sha256": "68ad8199336509f3daa27a9dedb61f6b770d5f0b712f064e02fefa1a2aafad6a",
-          "sha1": "036a4f870521a07778cf045be0274793c6298ec6",
-          "md5": "b99ca1cd6ee957d5b3d98c264daa239a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.md5
deleted file mode 100644
index 18e3784..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-221d2fbb94fe645f7b2600432bf4be9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 24dc10c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-37233c1b91a486b0b17109375bd615f3f6fe917c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha256
deleted file mode 100644
index f92dca9..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-559c84c20ce476357211e1040a9b435272b15fdb4e4e32a6dde39576ffb312c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha512
deleted file mode 100644
index ad4ede1..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f2831e432e1edbd8b491a903bece44eac213a41242068ecba458bebc1d1ff769363b7c8f26ca65a8421bc7c175e3fecb62bf5b712c2cad261c4afe54611360bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom
deleted file mode 100644
index b36878d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-common</artifactId>
-  <version>2.3.0-alpha05</version>
-  <name>Android Lifecycle-Common</name>
-  <description>Android Lifecycle-Common</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 8914b33..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-8f5cb06ce7052eab50004289e1393119
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 80c4d2f..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-08540e0c35795a49918ab26b930bfe40a4f3e422
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index e75455e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0525ce25d300e895b5c4bd9200326a1baca3c2993bbeed890011a4e454d72d43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 623c9f7..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.3.0-alpha05/lifecycle-common-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f901a2d57fd6fb6a138f93bcacabf82c0fb609b2b2495160d4f8f30f75ff2e5ee889eb02aead61f9a3dc4b6bae11dcb705a44b70ced6f64503eee32898c031bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..c8d96d4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..32aaaa3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+f2fbe1f7a31b476f5ef56e6cdeea9fd5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..3179ea0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+08d1551e677795109fd4b24c3e11626fd719b55c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..bb7d9c7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+bc35da4d238c9b6a243dfdfa6fa102be825fd14ce5c69bf3804b3c78baa93f69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..a38300a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+52f02b37302753f8f5a2dfbc0b839b827d6f326597fad822aa0f63b7eac1a4f2e9cca08ccdd4c9ddcd7966bc6271a4cb3f4c868d932f9394211f247355ccad7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar
new file mode 100644
index 0000000..63c7354
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.md5
new file mode 100644
index 0000000..d4c2f5d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.md5
@@ -0,0 +1 @@
+bbb4409e60e576f55ff1c26397139f29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha1
new file mode 100644
index 0000000..8081937
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha1
@@ -0,0 +1 @@
+001389fb5fb98b8efea246cbaeee5c7942f385f8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha256
new file mode 100644
index 0000000..18a70d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha256
@@ -0,0 +1 @@
+25849035124c4ffd0024414a5b862df13cd61677ec6fdb3103bb1b7c9a168cb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha512
new file mode 100644
index 0000000..a4858bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.jar.sha512
@@ -0,0 +1 @@
+769092227e217b92274b8558c1c3e2f4949278345186fdc607beb11ced3752a631f1874ca04a099482c6f92764a4eb122d7e658b0cfe3acf976a838b7dcdc2e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module
new file mode 100644
index 0000000..e07f8b4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module
@@ -0,0 +1,99 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-common",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-common-2.4.0-alpha01.jar",
+          "url": "lifecycle-common-2.4.0-alpha01.jar",
+          "size": 23505,
+          "sha512": "769092227e217b92274b8558c1c3e2f4949278345186fdc607beb11ced3752a631f1874ca04a099482c6f92764a4eb122d7e658b0cfe3acf976a838b7dcdc2e3",
+          "sha256": "25849035124c4ffd0024414a5b862df13cd61677ec6fdb3103bb1b7c9a168cb7",
+          "sha1": "001389fb5fb98b8efea246cbaeee5c7942f385f8",
+          "md5": "bbb4409e60e576f55ff1c26397139f29"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 7,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-common-2.4.0-alpha01.jar",
+          "url": "lifecycle-common-2.4.0-alpha01.jar",
+          "size": 23505,
+          "sha512": "769092227e217b92274b8558c1c3e2f4949278345186fdc607beb11ced3752a631f1874ca04a099482c6f92764a4eb122d7e658b0cfe3acf976a838b7dcdc2e3",
+          "sha256": "25849035124c4ffd0024414a5b862df13cd61677ec6fdb3103bb1b7c9a168cb7",
+          "sha1": "001389fb5fb98b8efea246cbaeee5c7942f385f8",
+          "md5": "bbb4409e60e576f55ff1c26397139f29"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-common-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-common-2.4.0-alpha01-sources.jar",
+          "size": 18634,
+          "sha512": "52f02b37302753f8f5a2dfbc0b839b827d6f326597fad822aa0f63b7eac1a4f2e9cca08ccdd4c9ddcd7966bc6271a4cb3f4c868d932f9394211f247355ccad7a",
+          "sha256": "bc35da4d238c9b6a243dfdfa6fa102be825fd14ce5c69bf3804b3c78baa93f69",
+          "sha1": "08d1551e677795109fd4b24c3e11626fd719b55c",
+          "md5": "f2fbe1f7a31b476f5ef56e6cdeea9fd5"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..fbf90c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+a9831a494de2307f585305e45ad79b1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..8e6ab50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+43013f297591164bd47c709809c01978f61ebf42
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..b3a48fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+b4bc1f92e23acd956cb134d8cafd805b78fa9f028b4e70f8e110e116c375f396
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..ee420e8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+d744608d2d70f0a322cce0b97a1c926f5477b056e6c78403ba67de78446222eecaea5a432b6315ddb08e024c7772ebd1055d598bfc27d6175e20b61e95399767
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom
new file mode 100644
index 0000000..029373f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-common</artifactId>
+  <version>2.4.0-alpha01</version>
+  <name>Android Lifecycle-Common</name>
+  <description>Android Lifecycle-Common</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..f891a0c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+b6490676d243962ecf769b86889e529e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..69f0f32
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+2cf4236be04bc0050277c9d88d395c08f75c5939
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..1252168
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+46669a98ff0a8db1254522aeb81ebf1ad62aeb587957616a114fe6261066d55d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..b740090
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.4.0-alpha01/lifecycle-common-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+ca2ff3c4dca377cb3ea32ebb194926b32251908e8ac424ebf31e5ccf24154b356d11e7d98506d44554cf7f80edf3af6096bdb6a52d5ab0e7cabbe2a2674d71df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar
deleted file mode 100644
index 0fdd196..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 0d7b7ab..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-ffc8824f250177b16aac3a764f60408a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index fef700c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7aa8d50b21a293f7a525ec84869c421a963b0188
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index 2670ac6..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d962111f3f83b59b90c7fee2f1c47a6532629cebc01c407be39adf34e4d0d09c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index eeca327..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a662df037b63f97dcdea59f18a27f66767a45def78c6a355c58d8d758c7ca197128c71cebd9d0f4a617e71430d837f11ec5aa73e614176a92148d1139f22d2cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar
deleted file mode 100644
index 8fee089..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 023bf67..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-52d599636c2102f8a6ec874d5efa6abc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index 01257e5..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b05ebec6af892fd5493fbd0b384a89a90136650e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 3d21ca8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2f65d34419bd0dc67fb0606bd457409077cdccea3151d51e032ea20f98f2cd69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index cecb04c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-00602619ffcdcc6f5e5165736da31ca7772dd10be77bc4e11230945447c9c5fb829225ea095ffb9f74fcb602c43009879bf6a8b13f138d994f43e4f4ffa4c4f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module
deleted file mode 100644
index 61c9d13..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-livedata-core-ktx",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-core-ktx-2.3.0-alpha05.aar",
-          "size": 13541,
-          "sha512": "00602619ffcdcc6f5e5165736da31ca7772dd10be77bc4e11230945447c9c5fb829225ea095ffb9f74fcb602c43009879bf6a8b13f138d994f43e4f4ffa4c4f4",
-          "sha256": "2f65d34419bd0dc67fb0606bd457409077cdccea3151d51e032ea20f98f2cd69",
-          "sha1": "b05ebec6af892fd5493fbd0b384a89a90136650e",
-          "md5": "52d599636c2102f8a6ec874d5efa6abc"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-core-ktx-2.3.0-alpha05.aar",
-          "size": 13541,
-          "sha512": "00602619ffcdcc6f5e5165736da31ca7772dd10be77bc4e11230945447c9c5fb829225ea095ffb9f74fcb602c43009879bf6a8b13f138d994f43e4f4ffa4c4f4",
-          "sha256": "2f65d34419bd0dc67fb0606bd457409077cdccea3151d51e032ea20f98f2cd69",
-          "sha1": "b05ebec6af892fd5493fbd0b384a89a90136650e",
-          "md5": "52d599636c2102f8a6ec874d5efa6abc"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-livedata-core-ktx-2.3.0-alpha05-sources.jar",
-          "size": 1548,
-          "sha512": "a662df037b63f97dcdea59f18a27f66767a45def78c6a355c58d8d758c7ca197128c71cebd9d0f4a617e71430d837f11ec5aa73e614176a92148d1139f22d2cc",
-          "sha256": "d962111f3f83b59b90c7fee2f1c47a6532629cebc01c407be39adf34e4d0d09c",
-          "sha1": "7aa8d50b21a293f7a525ec84869c421a963b0188",
-          "md5": "ffc8824f250177b16aac3a764f60408a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.md5
deleted file mode 100644
index d853efd..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-37e6e1a5d17fe3053b92452120eb63f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 4073185..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e2f96dc723f8d61d42f0212ed21f82a74f8436ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 95a4c94..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e558ed38dff796097c4658b8cb26d81ee8b6c56e23d350a5686a2e9750604b7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 7ac305d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-baa1924cf3a6b492b8b024a89dcc25c58b0fc5e80b53ac504ce62f1e27ff8d52a0edb456e8e30b5aa572da169a3b649a4d6d7d078a9d7734daa40d5c97d7ab51
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom
deleted file mode 100644
index a5194ea..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-livedata-core-ktx</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>LiveData Core Kotlin Extensions</name>
-  <description>Kotlin extensions for 'livedata-core' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 0d74401..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-e184ad95847158bd5df0cd3856142388
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 64f1696..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6b29292b027095b9e4c793f8d66942c92b6f049f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 498c800..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0df23db5873ca837ce0935e7f8bfe946fe7299d6d7f2802acf8edea07ea5521b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 8c3475d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.3.0-alpha05/lifecycle-livedata-core-ktx-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e29b0c79286215806ac681966df95d3f6e94c524189ffa7199d073c53d9e9b72eaff0c6982154d4528044253639582b6a49da3850a52741ba0d2f74158084cf4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..ae628cc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..6912cc2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+c552138cfc58a3f4d73c8acbb66e4a86
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..10fdd5a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+0ec507705520b7ddccce7da52bbf5abd9ecd1808
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..70c0ec3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+b7a2a7c66a58440b0ba30c68abe17074836f217123fb6ea728279834641a7c77
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..742956f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+aec27370748b879276405755e63a377e08307bfe2f370687ee18fa5c43cb5e203fe5e3bcc9cda40390c872bf279e96bc2bae2f0a9e2ee631f861b2ad0e54c0ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar
new file mode 100644
index 0000000..98854e0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..672597d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+1249512154f176932b9a4f7f8022402e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..d4c2766
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+b16fb159d341a7e66b64c97eae4937ee3390ef31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..7d53341
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+7e476a1e4568562e6bc0cd4329360a14f408dbc6af7077934e82f1cd6e1332a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..9ffd382
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+0e539500aa97700c6e81816a0b4963d6eac2a8b34bc0e57a2b3ccde9bcdcc2316726bf11c273ec0df0e7f54b1b75008dde4a8af93254419ada983d0f99eaa692
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module
new file mode 100644
index 0000000..9ae3e25
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-livedata-core-ktx",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-core-ktx-2.4.0-alpha01.aar",
+          "size": 14332,
+          "sha512": "0e539500aa97700c6e81816a0b4963d6eac2a8b34bc0e57a2b3ccde9bcdcc2316726bf11c273ec0df0e7f54b1b75008dde4a8af93254419ada983d0f99eaa692",
+          "sha256": "7e476a1e4568562e6bc0cd4329360a14f408dbc6af7077934e82f1cd6e1332a4",
+          "sha1": "b16fb159d341a7e66b64c97eae4937ee3390ef31",
+          "md5": "1249512154f176932b9a4f7f8022402e"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-core-ktx-2.4.0-alpha01.aar",
+          "size": 14332,
+          "sha512": "0e539500aa97700c6e81816a0b4963d6eac2a8b34bc0e57a2b3ccde9bcdcc2316726bf11c273ec0df0e7f54b1b75008dde4a8af93254419ada983d0f99eaa692",
+          "sha256": "7e476a1e4568562e6bc0cd4329360a14f408dbc6af7077934e82f1cd6e1332a4",
+          "sha1": "b16fb159d341a7e66b64c97eae4937ee3390ef31",
+          "md5": "1249512154f176932b9a4f7f8022402e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-livedata-core-ktx-2.4.0-alpha01-sources.jar",
+          "size": 1631,
+          "sha512": "aec27370748b879276405755e63a377e08307bfe2f370687ee18fa5c43cb5e203fe5e3bcc9cda40390c872bf279e96bc2bae2f0a9e2ee631f861b2ad0e54c0ae",
+          "sha256": "b7a2a7c66a58440b0ba30c68abe17074836f217123fb6ea728279834641a7c77",
+          "sha1": "0ec507705520b7ddccce7da52bbf5abd9ecd1808",
+          "md5": "c552138cfc58a3f4d73c8acbb66e4a86"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..3b01c2b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+b5d53ca094e2370f2228b4cddfb8217f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..b0a7dad
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+d2db105f45888ab60701ed0d5e1440dc2f307a6e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..0838cdd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+4f4c05a4e399de909ef4d28136299f588ccfa79dcf5267528850c1b18db2dccb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..a927152
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+655bebc9d784504b81751d1abacabae9f77fcbfc9538a3ead6279cbcf4c92766990f7609a011c9bcec17dcdcaf65aad0802ac2be6a69561da92698e3cfd77280
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom
new file mode 100644
index 0000000..ed089fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-livedata-core-ktx</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>LiveData Core Kotlin Extensions</name>
+  <description>Kotlin extensions for 'livedata-core' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..ebbe292
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+6914faff19df31df1ba3b2b208aa07ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..88b1055
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+cc61adc3c7a752b8534db3316f442c95fc35c38e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..741b148
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+0e8e88320dfde91583568650e98c540a049dd602f3fefeab0cce83b5ea397db0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..3a7e04d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.4.0-alpha01/lifecycle-livedata-core-ktx-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+013289c63a83d7892ec200e049a69ffdc8cb16d7c50ef0a407bde246397444b28fde9e5f731cd84b478fe51d768acc3d0b10b112e0e0e69847b331d5ab804207
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar
deleted file mode 100644
index dc36c49..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 27f5d6a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-be8ad282aa8d3bb1c184b61946878c87
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index ba7dfeb..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-68ccff1f1680bbc6f333dc227229dd869862c0ad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index cc57810..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2a9363cb70663f5bd7b8870f040358d4cf67857d3e0eb3bdbb7aaed333ee5de5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 5c04c1f..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-29e663dd8b0388a994be48198f3711533dd50c12461172766b62901223734b91d701c98cd2377318fa8a9ee3a5ff2dae73e24bea2e2958c5cc97613a93dd1c64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module
deleted file mode 100644
index ae1b779..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-livedata-core",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-core-2.3.0-alpha05.aar",
-          "size": 8644,
-          "sha512": "29e663dd8b0388a994be48198f3711533dd50c12461172766b62901223734b91d701c98cd2377318fa8a9ee3a5ff2dae73e24bea2e2958c5cc97613a93dd1c64",
-          "sha256": "2a9363cb70663f5bd7b8870f040358d4cf67857d3e0eb3bdbb7aaed333ee5de5",
-          "sha1": "68ccff1f1680bbc6f333dc227229dd869862c0ad",
-          "md5": "be8ad282aa8d3bb1c184b61946878c87"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-runtime",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-core-2.3.0-alpha05.aar",
-          "size": 8644,
-          "sha512": "29e663dd8b0388a994be48198f3711533dd50c12461172766b62901223734b91d701c98cd2377318fa8a9ee3a5ff2dae73e24bea2e2958c5cc97613a93dd1c64",
-          "sha256": "2a9363cb70663f5bd7b8870f040358d4cf67857d3e0eb3bdbb7aaed333ee5de5",
-          "sha1": "68ccff1f1680bbc6f333dc227229dd869862c0ad",
-          "md5": "be8ad282aa8d3bb1c184b61946878c87"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-livedata-core-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-livedata-core-2.3.0-alpha05-sources.jar",
-          "size": 6814,
-          "sha512": "e41cbf39485d124f79536b444e5d0ee38d52e993422c7882b4a55bf7bbf573d2fb39eb52ebeeab71222f577bf71c5c1967ce7ac7b6f78108ef6b46d5fb55cfb5",
-          "sha256": "a7260859d2991284ae553251a4ff9730f3b57c35d14128f9b079dd5db28958f1",
-          "sha1": "38ecd5651d87b6db994df01f93fc72d6e59b846a",
-          "md5": "1c8d3854faf03cbaa6d83d2f57345fa6"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.md5
deleted file mode 100644
index bb58555..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-3e3863468bc57cee7de079f3447b6a43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha1
deleted file mode 100644
index a79e005..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-35d2933f2a3e6f16bebff75e4738f724453b6cd7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 47acce3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-aa0780141459508e8ab820748cd4e57e026999268a11739d2fe29b23e4182b2e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 0cfdaf4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-51909b35e56d18478c3963a516e792bcfd45de83438da29b51a1001449b1bd874582a6b806fa9a6bc640066a9f9813112909d4df5cecaa861d92c65f1c81b130
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom
deleted file mode 100644
index cea37a1..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-livedata-core</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle LiveData Core</name>
-  <description>Android Lifecycle LiveData Core</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-common</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-common</artifactId>
-      <version>2.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-runtime</artifactId>
-      <version>2.1.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 18177f1..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-607c771c4de278645cd6482f2e45a335
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 92612b0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fedf92b0c1bc70b625c14fbaebb121f33231307a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index e58a612..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6dec582b99805855a02ecd9462ac503c7419523d0d142e7fd1558b33d8354d57
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 00533d1..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-96b5998b1db7681ee87eea942a9171e774d66d4fd5c2f3026a8d4a14eaa46576af30621cb652bbf6e60f541fdd65ace4aaccf9effd514a7aff92cffa937362c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.3.0-alpha05/lifecycle-livedata-core-2.3.0-alpha05-sources.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar
new file mode 100644
index 0000000..d32db35
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..e073ac5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+2c8fdc4c396dd404dec8daff7d809c1a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..e905bad
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+b75c66ab868c8af4eb02b56859a15bc0943f3553
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..630bcd7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+259ca62fbd20e68a1ffe0bbf5f89f0dd10f9562263de913d2df8c0ec5ddb5408
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..5c882d6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+a73df89c3ea159ca501aac9ee7e404cf3046bb1bc53e6c196113d3134a612586f4006d1fd1fa6114b0416a217330aaf463c5158276989439891024192c732023
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module
new file mode 100644
index 0000000..77f4246
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-livedata-core",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-core-2.4.0-alpha01.aar",
+          "size": 9428,
+          "sha512": "a73df89c3ea159ca501aac9ee7e404cf3046bb1bc53e6c196113d3134a612586f4006d1fd1fa6114b0416a217330aaf463c5158276989439891024192c732023",
+          "sha256": "259ca62fbd20e68a1ffe0bbf5f89f0dd10f9562263de913d2df8c0ec5ddb5408",
+          "sha1": "b75c66ab868c8af4eb02b56859a15bc0943f3553",
+          "md5": "2c8fdc4c396dd404dec8daff7d809c1a"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-core-2.4.0-alpha01.aar",
+          "size": 9428,
+          "sha512": "a73df89c3ea159ca501aac9ee7e404cf3046bb1bc53e6c196113d3134a612586f4006d1fd1fa6114b0416a217330aaf463c5158276989439891024192c732023",
+          "sha256": "259ca62fbd20e68a1ffe0bbf5f89f0dd10f9562263de913d2df8c0ec5ddb5408",
+          "sha1": "b75c66ab868c8af4eb02b56859a15bc0943f3553",
+          "md5": "2c8fdc4c396dd404dec8daff7d809c1a"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-livedata-core-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-livedata-core-2.4.0-alpha01-sources.jar",
+          "size": 6814,
+          "sha512": "e41cbf39485d124f79536b444e5d0ee38d52e993422c7882b4a55bf7bbf573d2fb39eb52ebeeab71222f577bf71c5c1967ce7ac7b6f78108ef6b46d5fb55cfb5",
+          "sha256": "a7260859d2991284ae553251a4ff9730f3b57c35d14128f9b079dd5db28958f1",
+          "sha1": "38ecd5651d87b6db994df01f93fc72d6e59b846a",
+          "md5": "1c8d3854faf03cbaa6d83d2f57345fa6"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..ee75b46
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+f7d513db5a665d4d095ac2f84ff9d47a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..6d79b55
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+33c577aa17f39f101255b5f6cfdb127a72e5789d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..f199682
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+94c05370558d90c701463ef5bc34ad5089a7a6334cdcbdbf5548e72f796d2225
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..e139e76
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+dc93142b0b25ff60fd27c81a9869aab2590144557db8b4613b99cbf7ef422cecd2cd56ed67972f332490cda0d479c7ea908ea49abde6f45e814fe333445197dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom
new file mode 100644
index 0000000..c4314ea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-livedata-core</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle LiveData Core</name>
+  <description>Android Lifecycle LiveData Core</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-common</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-runtime</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..640da40
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+920724a93b63190d51ec31eefe512449
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..d381134
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+c85ac3427c2963d02a08c623b2ef31998435265a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..718bca4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+0a32c103286a390f0c2ec33f880cc0fbcc8d6dc07c12edf3b698f18461a080e1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..023ffc7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core/2.4.0-alpha01/lifecycle-livedata-core-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+03a87de0400780733479fbb48b3696ec01fb2d663bd222e28cb968682f2e2f4acbc105b20167d085d06f0d0cc0342d149495776598cf2b1c41ee2e9ac6128666
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar
deleted file mode 100644
index be6580c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 1222531..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-d73a2d79278c9c357fabbd0f7ad7e646
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index b7bae55..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3e104f0a8f35e9a17c5b6bc2ccc8450bec99a2e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index 6cf05ac..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-41aa31144a473c4025d6cf5f55eb68c109399c806e9772c6d00bfb9c5e149ef2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 01deb88..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1607196926547b6c2e33590d8d9a4048fd343049bdfc736e643bb7e8f083462e2a02fecd16c2a4c924b793b22811a98dd76869ef6ec804cbaaaee607189292b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar
deleted file mode 100644
index b1d5ebc..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 9b16aba..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-cd846732110b823b174f34f277f097e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index 66add66..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3666475da6b6bf764dcc0c6fa6056cde92faf532
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index cb582d3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3241ed413d8ac6b5c387ea32fd1a1d9a7c01e14efaf7bbda453227d43c610195
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index a475b35..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-141d5c608e53d0bc39e898bd91dbac053c209d88ee1a3c51e913508e8ce4ab7daa00a361bff995b841319e70cc95dee9a5e04230b42bbc78aaecc8ae4f6ca9b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module
deleted file mode 100644
index 8c1e5c0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module
+++ /dev/null
@@ -1,139 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-livedata-ktx",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-livedata",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-core",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-ktx-2.3.0-alpha05.aar",
-          "size": 40508,
-          "sha512": "141d5c608e53d0bc39e898bd91dbac053c209d88ee1a3c51e913508e8ce4ab7daa00a361bff995b841319e70cc95dee9a5e04230b42bbc78aaecc8ae4f6ca9b8",
-          "sha256": "3241ed413d8ac6b5c387ea32fd1a1d9a7c01e14efaf7bbda453227d43c610195",
-          "sha1": "3666475da6b6bf764dcc0c6fa6056cde92faf532",
-          "md5": "cd846732110b823b174f34f277f097e8"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core-ktx",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-core",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-ktx-2.3.0-alpha05.aar",
-          "size": 40508,
-          "sha512": "141d5c608e53d0bc39e898bd91dbac053c209d88ee1a3c51e913508e8ce4ab7daa00a361bff995b841319e70cc95dee9a5e04230b42bbc78aaecc8ae4f6ca9b8",
-          "sha256": "3241ed413d8ac6b5c387ea32fd1a1d9a7c01e14efaf7bbda453227d43c610195",
-          "sha1": "3666475da6b6bf764dcc0c6fa6056cde92faf532",
-          "md5": "cd846732110b823b174f34f277f097e8"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-livedata-ktx-2.3.0-alpha05-sources.jar",
-          "size": 8201,
-          "sha512": "1607196926547b6c2e33590d8d9a4048fd343049bdfc736e643bb7e8f083462e2a02fecd16c2a4c924b793b22811a98dd76869ef6ec804cbaaaee607189292b6",
-          "sha256": "41aa31144a473c4025d6cf5f55eb68c109399c806e9772c6d00bfb9c5e149ef2",
-          "sha1": "3e104f0a8f35e9a17c5b6bc2ccc8450bec99a2e9",
-          "md5": "d73a2d79278c9c357fabbd0f7ad7e646"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.md5
deleted file mode 100644
index 1ddd89e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-817cc45032adeda38bbd7690cc1704c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha1
deleted file mode 100644
index da66a61..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-249be685352828aaec2c7cc1755a7ec4a5a5c2f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha256
deleted file mode 100644
index e09389a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e7f6864933c15b79a692d03f3f3a14b85e893ced28b5da20655cf008a29e555f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 239ec38..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4c897d6bf860619c727a49ccac56b8743f22c9a80ac33323a808811b5f06e8f4be3b2410b2e51a8ad8089ecbb9f6364baa23caf4b8cedca6f040eabf2833c392
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom
deleted file mode 100644
index cafa0ac..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-livedata-ktx</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>LiveData Kotlin Extensions</name>
-  <description>Kotlin extensions for 'livedata' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core-ktx</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-core</artifactId>
-      <version>1.3.4</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 4c65346..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-06b06e10ccbe0433b240d4591d7aee08
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 2a3d000..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-55a4e6f7f55b29db056e51e6ce0c0fcae18cf2ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 4ccf1a5..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b11e687192a5cad7839614b13b340e7f8aec56a72f424eda45fb9b5749ea8fe3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 1aaff6c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.3.0-alpha05/lifecycle-livedata-ktx-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-fcfe5e48e609214bdf72d09183102d436fa373d1637d9caa15c4087f372a6bc84a70528681e64f8c305e613c97b72636111a0449ec07d992bcb21331f836b4f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..9ff8795
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..b80c58c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+9a22cbca7503671ff17c6ec980f0f770
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..a91f593
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+086ef44d2dab57d278e18eaff5ce09c816685cd1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..0f9ba66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+108c76911f2f7614234456e011a65b8e20d3635a9b3a3a6b896c3fbebdfaed46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..7379f24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+8199d2f1df3ba53fd8c90e2f2b92288803d7bfc289fbce7014cd899d253d567ef2af6c19667814f711aafffcce72a911c45fca413e287a70c6700b83a8fe75ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar
new file mode 100644
index 0000000..8de8156
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..a5dfdfd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+24fd70764dfff41c95aa5a445a308ae3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..8b00fa7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+3b9257c1a4d2ab1b69a293d9c3703d84486b1d6d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..9cbd287
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+7d495eebdeb7d5a9380da81896f8202165cf9906002234d1a0d32c0a3a81ba35
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..d08b65a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+45d916c86978fd1efb0d2b608b22dfe3ec3d3f449c2e3e4823e50cd92a8e4000a6255b151498e5f03d936f803eb820e3818ce95852678bb1c7ca9066fbd88cb6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module
new file mode 100644
index 0000000..d573592
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-livedata-ktx",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-livedata",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core-ktx",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-ktx-2.4.0-alpha01.aar",
+          "size": 40479,
+          "sha512": "45d916c86978fd1efb0d2b608b22dfe3ec3d3f449c2e3e4823e50cd92a8e4000a6255b151498e5f03d936f803eb820e3818ce95852678bb1c7ca9066fbd88cb6",
+          "sha256": "7d495eebdeb7d5a9380da81896f8202165cf9906002234d1a0d32c0a3a81ba35",
+          "sha1": "3b9257c1a4d2ab1b69a293d9c3703d84486b1d6d",
+          "md5": "24fd70764dfff41c95aa5a445a308ae3"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core-ktx",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-ktx-2.4.0-alpha01.aar",
+          "size": 40479,
+          "sha512": "45d916c86978fd1efb0d2b608b22dfe3ec3d3f449c2e3e4823e50cd92a8e4000a6255b151498e5f03d936f803eb820e3818ce95852678bb1c7ca9066fbd88cb6",
+          "sha256": "7d495eebdeb7d5a9380da81896f8202165cf9906002234d1a0d32c0a3a81ba35",
+          "sha1": "3b9257c1a4d2ab1b69a293d9c3703d84486b1d6d",
+          "md5": "24fd70764dfff41c95aa5a445a308ae3"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-livedata-ktx-2.4.0-alpha01-sources.jar",
+          "size": 8580,
+          "sha512": "8199d2f1df3ba53fd8c90e2f2b92288803d7bfc289fbce7014cd899d253d567ef2af6c19667814f711aafffcce72a911c45fca413e287a70c6700b83a8fe75ff",
+          "sha256": "108c76911f2f7614234456e011a65b8e20d3635a9b3a3a6b896c3fbebdfaed46",
+          "sha1": "086ef44d2dab57d278e18eaff5ce09c816685cd1",
+          "md5": "9a22cbca7503671ff17c6ec980f0f770"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..5c396fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+0b2bd3dbb37c2829b8f73219b49520b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..6639a91
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+7f8ff7b304cec64bea393574983ed04b3c35f673
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..3b015fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+c2631babed92a73f9fd087f19a54ae251ead77147946e898a4ff47eaf339d1ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..55ceb8f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+91f1a55fedc027a167693b12df064e88dab152cd8f4a168fd849979cb7f2904d22251779bc8333254cb1ace8c15289b18fe1f8698a2cfe9d253f7e0b24bd0f79
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom
new file mode 100644
index 0000000..bcdeca3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-livedata-ktx</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>LiveData Kotlin Extensions</name>
+  <description>Kotlin extensions for 'livedata' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core-ktx</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-core</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..00838a4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+e0652dc2921a0ca6f32cbe64dbe269d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..5a1633d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+e837d6a99e483637a0943d31e3720ca194a1e5c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..4a467c8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+676d436a7e54094cab1a4764508887c9709aefd3c7fcb6622dfbdab958f3b9f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..b7c3aaa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-ktx/2.4.0-alpha01/lifecycle-livedata-ktx-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+01d51968f6689109f2421ac407552c9b8871d60e1b7c5b33ec8de30130feb4e38ed0a7f3eb5fdec6ddd11289f8ce07adb6aa36645a2c8f413da6ba7612e9705b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar
deleted file mode 100644
index 86aacdf..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 7ed205a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6b4668bd4d3bc4136d96263aace91ec6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index 74d3f58..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f40170f9bdcf769b7304496a6423654c2854fb3b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 1b92c63..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-946f82b64f74091abfe41858cd6883c3afe3ba8602b7d6576edf85856d005e41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index d7270d0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-455471b319e9916b6d172c12e18a8251f543bc0ce5ee24e3b1370aebfb6d29c9f4c813bb679643ab272b1486be0e54c06a02beea5d4af668b1a359adb4217749
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module
deleted file mode 100644
index 0ab4dc2..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module
+++ /dev/null
@@ -1,118 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-livedata",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.arch.core",
-          "module": "core-runtime",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-2.3.0-alpha05.aar",
-          "size": 10205,
-          "sha512": "455471b319e9916b6d172c12e18a8251f543bc0ce5ee24e3b1370aebfb6d29c9f4c813bb679643ab272b1486be0e54c06a02beea5d4af668b1a359adb4217749",
-          "sha256": "946f82b64f74091abfe41858cd6883c3afe3ba8602b7d6576edf85856d005e41",
-          "sha1": "f40170f9bdcf769b7304496a6423654c2854fb3b",
-          "md5": "6b4668bd4d3bc4136d96263aace91ec6"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-runtime",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-livedata-2.3.0-alpha05.aar",
-          "url": "lifecycle-livedata-2.3.0-alpha05.aar",
-          "size": 10205,
-          "sha512": "455471b319e9916b6d172c12e18a8251f543bc0ce5ee24e3b1370aebfb6d29c9f4c813bb679643ab272b1486be0e54c06a02beea5d4af668b1a359adb4217749",
-          "sha256": "946f82b64f74091abfe41858cd6883c3afe3ba8602b7d6576edf85856d005e41",
-          "sha1": "f40170f9bdcf769b7304496a6423654c2854fb3b",
-          "md5": "6b4668bd4d3bc4136d96263aace91ec6"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-livedata-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-livedata-2.3.0-alpha05-sources.jar",
-          "size": 6802,
-          "sha512": "d1c94e8bdc39dedadffb69d21389b9069b2f0dea53d09f8453e6ce65d446bccf036b8fc8823539c3c2206d7d98b957d9891f7a8a602d1ddd9229559bf5f96617",
-          "sha256": "44ee4777d199807c679608ae677d4e6ed31a57c4c6bc9a342c36252ca597c9ae",
-          "sha1": "79c9b6bb8cb5d788988ae6a481f29c6692c3bdd2",
-          "md5": "395b96cd40d8b538beae4edfc293d1b2"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.md5
deleted file mode 100644
index 8c75f5a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-bdb3c78da408048869bfddd2cf95c9e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 21644fa..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d209e937111a88ba68b75f186192c123701d4960
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 928f14b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-190d505067591e7b2e41e9434a2656a5c6c27e1a142d57b65727abf98b8dc1a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 1f9dd63..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-18b6a078e51351b6e74d2d362b6905fa7aee0e89920e46834635fd68edb90204743f60ad4b49d16691049f4a48c305e9a1811dad328d8e9e5f317f839424d9cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom
deleted file mode 100644
index b9a5060..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-livedata</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle LiveData</name>
-  <description>Android Lifecycle LiveData</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-runtime</artifactId>
-      <version>2.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-common</artifactId>
-      <version>2.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 73e3090..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-8acf4d5b8ccb8e29930bd7be81bc2478
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 8fbf2f4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d10291a9a3e981198a65377c829682f80a9e49c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 7e9dd74..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5d660796eece505d3ec0ccb1f179b6eef4ebfe275237c333612fbc26c2704b8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 7900d37..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d7eddde15357343e93b89bc80af2766a5e471bb37c6bcd243f66633aae79ebecd095ae75a7de46ff2410582315c220c6ce3d8463e96b1ed065c3deadd5ebf10f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.3.0-alpha05/lifecycle-livedata-2.3.0-alpha05-sources.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar
new file mode 100644
index 0000000..b6b886b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..abc1fc6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+b67b3209232c79a93ad38713029d992b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..54b4674
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+562abc8bca7c4c97ad34a90633d5714b98e00cea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..2d354fa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+a1ecb7d00ca23e62a845841d549cec2db1220045ccb759fd48adb1880cd84cff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..35f65c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+4d34fe45520f3c0c767e8020dc644dc483288eb445ba787715227a06923ad4bb293b377f1c9d095902cc3126d6087195c217cf05f0e2e19236de0c12fa690b35
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module
new file mode 100644
index 0000000..628e64e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module
@@ -0,0 +1,118 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-livedata",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-2.4.0-alpha01.aar",
+          "size": 11211,
+          "sha512": "4d34fe45520f3c0c767e8020dc644dc483288eb445ba787715227a06923ad4bb293b377f1c9d095902cc3126d6087195c217cf05f0e2e19236de0c12fa690b35",
+          "sha256": "a1ecb7d00ca23e62a845841d549cec2db1220045ccb759fd48adb1880cd84cff",
+          "sha1": "562abc8bca7c4c97ad34a90633d5714b98e00cea",
+          "md5": "b67b3209232c79a93ad38713029d992b"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-livedata-2.4.0-alpha01.aar",
+          "url": "lifecycle-livedata-2.4.0-alpha01.aar",
+          "size": 11211,
+          "sha512": "4d34fe45520f3c0c767e8020dc644dc483288eb445ba787715227a06923ad4bb293b377f1c9d095902cc3126d6087195c217cf05f0e2e19236de0c12fa690b35",
+          "sha256": "a1ecb7d00ca23e62a845841d549cec2db1220045ccb759fd48adb1880cd84cff",
+          "sha1": "562abc8bca7c4c97ad34a90633d5714b98e00cea",
+          "md5": "b67b3209232c79a93ad38713029d992b"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-livedata-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-livedata-2.4.0-alpha01-sources.jar",
+          "size": 6802,
+          "sha512": "d1c94e8bdc39dedadffb69d21389b9069b2f0dea53d09f8453e6ce65d446bccf036b8fc8823539c3c2206d7d98b957d9891f7a8a602d1ddd9229559bf5f96617",
+          "sha256": "44ee4777d199807c679608ae677d4e6ed31a57c4c6bc9a342c36252ca597c9ae",
+          "sha1": "79c9b6bb8cb5d788988ae6a481f29c6692c3bdd2",
+          "md5": "395b96cd40d8b538beae4edfc293d1b2"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..b617b67
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+5c02cff60160bd054d82311ded27bba9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..dbdac0b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+816560b46a7ccabafebb642a87f03a2d0ad7f278
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..d3d839b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+c8423f5005751697ac165c02a528f6abbbc0d964aff90e4d4123c051bd1ebdc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..12f544d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+e00bd01778c9b4ca998eaead9f8025c9610933adc8c03efcb7153c32b04bdb865c83878ee7d64efed8612476ef6c08d79db71cb4434fa6cdcb859b0e0dd82bbe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom
new file mode 100644
index 0000000..ef6fc8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-livedata</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle LiveData</name>
+  <description>Android Lifecycle LiveData</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-runtime</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-common</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..7ddf68f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+dbb1841551beb0fe3c91484be870b57d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..5f59729
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+4f06433201b24d9c9acec4c627704353484f18ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..8f4ddcb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+0d5a86555284f905ee640f7e8f3003cedd644b6d0fe4d311944de139cf12e34b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..b0b8df6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.4.0-alpha01/lifecycle-livedata-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+e5da0f49ed773c17102a74b079a9a6de22d4789df464f03f6d914caeca65d7168f0023f475b389d47fa002774b27ea198d7c179c14d97ab7bf9458db7fbedc13
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar
deleted file mode 100644
index 7359150..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 17ddc52..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-6068b23f3d518ca1bc9da9143c892c45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index d75b1e0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a8ce90d4b8611779239f1319312122c86080f4f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 56d2c16..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4cc79ce65a02a145b2aacebff0c83122bd7b391ca38cdf22485cd1dc489bb72d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index e06ff09..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a6a6d3378195302857031448e292acd3e0cf46f46ff51117ae4a3f6af90edcbdcce8ae4b9e217d606522133cb999f950d071921e1bdb2c098f59f2a45bb658c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module
deleted file mode 100644
index f3520f0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-process",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-process-2.3.0-alpha05.aar",
-          "url": "lifecycle-process-2.3.0-alpha05.aar",
-          "size": 8445,
-          "sha512": "a6a6d3378195302857031448e292acd3e0cf46f46ff51117ae4a3f6af90edcbdcce8ae4b9e217d606522133cb999f950d071921e1bdb2c098f59f2a45bb658c7",
-          "sha256": "4cc79ce65a02a145b2aacebff0c83122bd7b391ca38cdf22485cd1dc489bb72d",
-          "sha1": "a8ce90d4b8611779239f1319312122c86080f4f6",
-          "md5": "6068b23f3d518ca1bc9da9143c892c45"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-process-2.3.0-alpha05.aar",
-          "url": "lifecycle-process-2.3.0-alpha05.aar",
-          "size": 8445,
-          "sha512": "a6a6d3378195302857031448e292acd3e0cf46f46ff51117ae4a3f6af90edcbdcce8ae4b9e217d606522133cb999f950d071921e1bdb2c098f59f2a45bb658c7",
-          "sha256": "4cc79ce65a02a145b2aacebff0c83122bd7b391ca38cdf22485cd1dc489bb72d",
-          "sha1": "a8ce90d4b8611779239f1319312122c86080f4f6",
-          "md5": "6068b23f3d518ca1bc9da9143c892c45"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-process-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-process-2.3.0-alpha05-sources.jar",
-          "size": 5779,
-          "sha512": "8b0aebfa4a7182c1b8cd1aa6c2aeaa7d6f87fe0612bcafd186bf992ae55d0bfe9e7e716e00da6976b2a7e50477cdbc126186dbdd9a5339b2a380f0eb44efbfdb",
-          "sha256": "34247e6a4c63d14f59c37f0e1780f0b64329e52316f22b53c9a6e0975db030dd",
-          "sha1": "47344d875a6f6b0db710194fc03b511ddc8b13cf",
-          "md5": "3a273ea3c91f35168e08dd4540ac309b"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.md5
deleted file mode 100644
index b7a77de..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-3a79de8770ffbfa7b43e5dd8e16bddb9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha1
deleted file mode 100644
index ab75d5f..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b15714f404d0a9ea59e6ff442f28d294dabfa165
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha256
deleted file mode 100644
index d7ae05e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-74c3ac2f05e597cd0c756c3c1500e26c1702628ba5fe1ae4c92a446836f857d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 6e6c47b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-383a434291c49e2ac2cf7d7e8698ea1482afa9cdfeb71e4705dc2f21b6a5f5960e24487cdebc138ca9496ce88e8df9b4232e3c64b9d6c50df3b9ca18b900f181
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom
deleted file mode 100644
index 4a6fa2e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-process</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle Process</name>
-  <description>Android Lifecycle Process</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 46801b4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-570bc4a5ce8631372d6d7384bc5d5c4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index c22c815..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-20040e40b2f4fc095db72112a64f2529312a9de3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index a9a5f1b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a11d09009c9d825e2dc4754c52aab29533e7f5c926a1be72f30ebc5a881f6068
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 7e4d338..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-23368478cfa6d4a199ccd52d2f078597a9506fcf49cd3b9761ab6b85faad9847dd9ae44667cfebae6072a3eba0dfd99ced658e03050faf9f67871c07b6733337
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.3.0-alpha05/lifecycle-process-2.3.0-alpha05-sources.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar
new file mode 100644
index 0000000..480ac42
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..7ea3721
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+c01b00c222f43f4d750a54bce8900d90
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..cefd16c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+a37b58c7d8ac96cacbdfa21b8c1a77990223e798
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..88dc703
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+fda3954fd0814cbe822a23e2c2f480105c2b102ab59b83c417749bc186bc4977
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..1ac05ac
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+5b1bad1dee77cad9b1fb6e1553558a9c5425ac21303493055243fddd5641f655209375750def57f14f3ba203d67ae9557b51a51e6fe0171392c9fe3b516dbb1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module
new file mode 100644
index 0000000..adf0a3d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-process",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-process-2.4.0-alpha01.aar",
+          "url": "lifecycle-process-2.4.0-alpha01.aar",
+          "size": 9478,
+          "sha512": "5b1bad1dee77cad9b1fb6e1553558a9c5425ac21303493055243fddd5641f655209375750def57f14f3ba203d67ae9557b51a51e6fe0171392c9fe3b516dbb1d",
+          "sha256": "fda3954fd0814cbe822a23e2c2f480105c2b102ab59b83c417749bc186bc4977",
+          "sha1": "a37b58c7d8ac96cacbdfa21b8c1a77990223e798",
+          "md5": "c01b00c222f43f4d750a54bce8900d90"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-process-2.4.0-alpha01.aar",
+          "url": "lifecycle-process-2.4.0-alpha01.aar",
+          "size": 9478,
+          "sha512": "5b1bad1dee77cad9b1fb6e1553558a9c5425ac21303493055243fddd5641f655209375750def57f14f3ba203d67ae9557b51a51e6fe0171392c9fe3b516dbb1d",
+          "sha256": "fda3954fd0814cbe822a23e2c2f480105c2b102ab59b83c417749bc186bc4977",
+          "sha1": "a37b58c7d8ac96cacbdfa21b8c1a77990223e798",
+          "md5": "c01b00c222f43f4d750a54bce8900d90"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-process-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-process-2.4.0-alpha01-sources.jar",
+          "size": 5779,
+          "sha512": "8b0aebfa4a7182c1b8cd1aa6c2aeaa7d6f87fe0612bcafd186bf992ae55d0bfe9e7e716e00da6976b2a7e50477cdbc126186dbdd9a5339b2a380f0eb44efbfdb",
+          "sha256": "34247e6a4c63d14f59c37f0e1780f0b64329e52316f22b53c9a6e0975db030dd",
+          "sha1": "47344d875a6f6b0db710194fc03b511ddc8b13cf",
+          "md5": "3a273ea3c91f35168e08dd4540ac309b"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..71b9b44
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+db04cc22ebd8d0e289d87bf07c6ecf63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..97d2899
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+162e3cf40413572a7b94d6bd75e38e7ad16b9724
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..962e4ef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+ffd9645160a677520e8c0b1c146c4438250e4bdfdf2c2c83f891746726b825af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..dfc4cd6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+de3474d52fd9e9239a3c97aa43de84039d077271ebadce37941e446020fc4627ea9da9d49abddaeca3f84622d2ca6bd1203fdd81f31041df9283ed99c709ca0d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom
new file mode 100644
index 0000000..151d433
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-process</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Process</name>
+  <description>Android Lifecycle Process</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..c50f172
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+dd339fac814be01316cd20d45d6f695f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..8972068
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+a5db97fa262e9f24aac834c8aa7da9c677e396e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..7ffa5f0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+e7ccf34741dd45df423ecd6310dbfc24c2c2cf388c6d67479a92f832e6e18592
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..ee96d50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-process/2.4.0-alpha01/lifecycle-process-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+698014c1d39af1aeeb24229221f605279c4d60282bf32938e887c43c728460523b2b622502cb9726c69ccdc0adc3b9f2c5d80a394924f5631a0f424e9018a134
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar
deleted file mode 100644
index 0c94dd8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index c487081..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-d6044ccf258952a4a1099ad769b38fd3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index 2e44d7e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9ee179ce9a5a85cc9d93ab052bc96464deb452bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index bb0ac15..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-caf1119a13b148e5b5225e487956104f9832b4919061823e5f1d8a6c8eac3158
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 442e80c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d0a232c31e1256a7591a3f179314297d4d25696e5cd9dca926aee0a6c6e47b825f06f3953c5935e9b6b77623ca91331615971df2b7d2fc59a0b802bc5988fca7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar
deleted file mode 100644
index af6220f..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.md5
deleted file mode 100644
index ee47039..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-2f0503035dd8d6c26c738d6195e0c5af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index c88584a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b381c66ad7e8c2d22666e3274dcae8329bde1f10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index a73082b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-afad8e644d53fc9dab80204deebcbfe5f8641df40394bd878ce68b79b0cc0aa8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 7583b1c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-036b0cbabf8530b0587c49decb5758a363d5204689fba14941898235ed82bcd25295c67cfaffe44704767b8dc73df7c01802f1a0e6b3f937615837fd82ffaebd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module
deleted file mode 100644
index 0854cf4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module
+++ /dev/null
@@ -1,139 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-runtime-ktx",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-runtime-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-runtime-ktx-2.3.0-alpha05.aar",
-          "size": 42513,
-          "sha512": "036b0cbabf8530b0587c49decb5758a363d5204689fba14941898235ed82bcd25295c67cfaffe44704767b8dc73df7c01802f1a0e6b3f937615837fd82ffaebd",
-          "sha256": "afad8e644d53fc9dab80204deebcbfe5f8641df40394bd878ce68b79b0cc0aa8",
-          "sha1": "b381c66ad7e8c2d22666e3274dcae8329bde1f10",
-          "md5": "2f0503035dd8d6c26c738d6195e0c5af"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-runtime-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-runtime-ktx-2.3.0-alpha05.aar",
-          "size": 42513,
-          "sha512": "036b0cbabf8530b0587c49decb5758a363d5204689fba14941898235ed82bcd25295c67cfaffe44704767b8dc73df7c01802f1a0e6b3f937615837fd82ffaebd",
-          "sha256": "afad8e644d53fc9dab80204deebcbfe5f8641df40394bd878ce68b79b0cc0aa8",
-          "sha1": "b381c66ad7e8c2d22666e3274dcae8329bde1f10",
-          "md5": "2f0503035dd8d6c26c738d6195e0c5af"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-runtime-ktx-2.3.0-alpha05-sources.jar",
-          "size": 8290,
-          "sha512": "d0a232c31e1256a7591a3f179314297d4d25696e5cd9dca926aee0a6c6e47b825f06f3953c5935e9b6b77623ca91331615971df2b7d2fc59a0b802bc5988fca7",
-          "sha256": "caf1119a13b148e5b5225e487956104f9832b4919061823e5f1d8a6c8eac3158",
-          "sha1": "9ee179ce9a5a85cc9d93ab052bc96464deb452bf",
-          "md5": "d6044ccf258952a4a1099ad769b38fd3"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.md5
deleted file mode 100644
index 61cfb04..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-aefaf920fb0c1b23afbd92627b16ba1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 15b95e3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2ff60caac94555e646c3a97bda4c9b622d5b06f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 74ae3ae..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5f741af1e137d4396619157c6ac2e99b591a587fd59675236a183a737672520d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 44302b3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e333f2658eb27dcf9e696e00b03454a565ec807c268e6b9b61794499ba47b0c3a7c99c5058209189b148f437628f0037fc699c5b3692c3f90a9e1348b6608e05
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom
deleted file mode 100644
index a551d29..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-runtime-ktx</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle Kotlin Extensions</name>
-  <description>Kotlin extensions for 'lifecycle' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2019</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-android</artifactId>
-      <version>1.3.4</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.md5
deleted file mode 100644
index e9632a4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-b466360bb0a92a79b9deca4fbb3e7bce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index d98e361..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ecc8d1d26f84bc4d4bded88f6e9513447608543a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 291bbeb..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bed0d5f71d098545b939e3ce54bb80c9ccf4f63074940d9ad2d20d8b99272bcc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 4356895..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.3.0-alpha05/lifecycle-runtime-ktx-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b2b0b7bf742543e8ebb4152088898b926c61acd3b072bccc8c94d5b9c4d6d9d0794ee5a1de9857cbbe13b01fc272b1e1d5174fb91f5712f040b6007c5e3d80bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..8f9e379
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..50c1d87
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+134583a5a153b265b885d04a8c83ed82
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..938bc0b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+4d88ef1b7dd50af2d051e9b53d4d9075cf15a51b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..e41c477
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+6ddc732b1f45203ff23d82d816320b720c5dd3bbfbd37607a5affc0b5d5376d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..6b5d4a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+0d64d59d3254ef8742597a333447dbc92c44c49bf399f4b4d453f346d121e006b551f859d0ee959a47c336176c6cb093e84b06ba1fa287f0e0e050707e0443ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar
new file mode 100644
index 0000000..69c4fb3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..6eaf0c0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+3e0ecce4b9cde34bcc4ee9f4088caf09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..c173299
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+3d92ee3ffcdebf08145b6327a07bf59a08ae0714
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..a7c7ad0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+e4a5ae359bc057e8f5e4e7f886104e03516c5e4003ce448f925208c9bcd48c9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..5b9b95f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+1904857300311bb1bf10d028e8a8a55c9ad345f534167f6bc23d9a614f1472bfb93f9721781847248f0a050189d3b3a567debd99dac481e1bd8a5fe25b1923ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module
new file mode 100644
index 0000000..f2acf78
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-runtime-ktx",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-runtime-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-runtime-ktx-2.4.0-alpha01.aar",
+          "size": 62414,
+          "sha512": "1904857300311bb1bf10d028e8a8a55c9ad345f534167f6bc23d9a614f1472bfb93f9721781847248f0a050189d3b3a567debd99dac481e1bd8a5fe25b1923ae",
+          "sha256": "e4a5ae359bc057e8f5e4e7f886104e03516c5e4003ce448f925208c9bcd48c9a",
+          "sha1": "3d92ee3ffcdebf08145b6327a07bf59a08ae0714",
+          "md5": "3e0ecce4b9cde34bcc4ee9f4088caf09"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-runtime-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-runtime-ktx-2.4.0-alpha01.aar",
+          "size": 62414,
+          "sha512": "1904857300311bb1bf10d028e8a8a55c9ad345f534167f6bc23d9a614f1472bfb93f9721781847248f0a050189d3b3a567debd99dac481e1bd8a5fe25b1923ae",
+          "sha256": "e4a5ae359bc057e8f5e4e7f886104e03516c5e4003ce448f925208c9bcd48c9a",
+          "sha1": "3d92ee3ffcdebf08145b6327a07bf59a08ae0714",
+          "md5": "3e0ecce4b9cde34bcc4ee9f4088caf09"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-runtime-ktx-2.4.0-alpha01-sources.jar",
+          "size": 13316,
+          "sha512": "0d64d59d3254ef8742597a333447dbc92c44c49bf399f4b4d453f346d121e006b551f859d0ee959a47c336176c6cb093e84b06ba1fa287f0e0e050707e0443ba",
+          "sha256": "6ddc732b1f45203ff23d82d816320b720c5dd3bbfbd37607a5affc0b5d5376d2",
+          "sha1": "4d88ef1b7dd50af2d051e9b53d4d9075cf15a51b",
+          "md5": "134583a5a153b265b885d04a8c83ed82"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..0b12b00
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+eb144af98a32653d22b35f3b42342058
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..2ffd6da
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+76249e9f206848d8bca99f5d811841821cb51148
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..795aa7b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+cbdcabd5fdfb843073101e882430ab0fbf49f6bfa8ea2f83758c36df9143cf70
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..f67041d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+6acc3f1a78d6cbdee48fb5107ab519468ad86a0d3122b74c2c2da525a12471fbf9171c32a18f689339552c1b061397c9461bd3c7d325d29f3fa929ac90e4fe06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom
new file mode 100644
index 0000000..d7cbdf1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-runtime-ktx</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Kotlin Extensions</name>
+  <description>Kotlin extensions for 'lifecycle' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2019</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-android</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..fa7377a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+81a59fecc634b421f415eeb1a3f48638
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..0ee21c6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+ee59591c97e2cb4378919f466f33283478beecfc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..c664329
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+3528395fa90a443b69b3a5d65fed062cb3a8d3b3a372de3e3b77731067345607
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..59c63da
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-ktx/2.4.0-alpha01/lifecycle-runtime-ktx-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+aa678119e6fc22c732aa312abad62ff28fcfa1ce8954dc8a829c94867698240e99d79e99ea2a66e42dfc38bff634f1215fa7ca654e0a2cd2f8080c39b2d1d164
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar
deleted file mode 100644
index dc310b3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 839ee41..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-61d557cdc556b64e843f49a4e4f1f146
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index f80675d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-69d124e1582df121f6c0d6903875e8bee9062b46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index ea1a0e9..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c9d8be542ea1631a3f3390de3638b4da20176bbbdeff0224f83aacc5c0e74ffd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 8f96908..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-cde0dc0ce1dfb01be15e3d8167d6cad09323e30280cfb2e045100d2ba67b58e8078892f8736f34d17c247d0db3a796d3dbd94746f3b78b68bbc03b6c4a32ea48
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar
deleted file mode 100644
index 2e52e43..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.md5
deleted file mode 100644
index c5ac612..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b1462d5ac205b5c2a165a8fa54515155
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index 6e7168a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-97454c4cb6f8743b24d458c6c8ad58277d2f4c30
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 359f5eb..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-afeba6e79db6c5d7a427d1ea0467ceb32499a915a40307606d2f098e4f4f9ddf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 3bd4eba..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0b5ea2cf53657c683e6bd5a151c564388c8c9178bdf4d36f9352dd05b11fd9ad16a5e7703c0c28252fa14a6dd84e39ba42217845a24dbaab1ada8ef9d0452e24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module
deleted file mode 100644
index ea48d52..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-runtime",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-runtime-2.3.0-alpha05.aar",
-          "url": "lifecycle-runtime-2.3.0-alpha05.aar",
-          "size": 10533,
-          "sha512": "0b5ea2cf53657c683e6bd5a151c564388c8c9178bdf4d36f9352dd05b11fd9ad16a5e7703c0c28252fa14a6dd84e39ba42217845a24dbaab1ada8ef9d0452e24",
-          "sha256": "afeba6e79db6c5d7a427d1ea0467ceb32499a915a40307606d2f098e4f4f9ddf",
-          "sha1": "97454c4cb6f8743b24d458c6c8ad58277d2f4c30",
-          "md5": "b1462d5ac205b5c2a165a8fa54515155"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-runtime-2.3.0-alpha05.aar",
-          "url": "lifecycle-runtime-2.3.0-alpha05.aar",
-          "size": 10533,
-          "sha512": "0b5ea2cf53657c683e6bd5a151c564388c8c9178bdf4d36f9352dd05b11fd9ad16a5e7703c0c28252fa14a6dd84e39ba42217845a24dbaab1ada8ef9d0452e24",
-          "sha256": "afeba6e79db6c5d7a427d1ea0467ceb32499a915a40307606d2f098e4f4f9ddf",
-          "sha1": "97454c4cb6f8743b24d458c6c8ad58277d2f4c30",
-          "md5": "b1462d5ac205b5c2a165a8fa54515155"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-runtime-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-runtime-2.3.0-alpha05-sources.jar",
-          "size": 8521,
-          "sha512": "cde0dc0ce1dfb01be15e3d8167d6cad09323e30280cfb2e045100d2ba67b58e8078892f8736f34d17c247d0db3a796d3dbd94746f3b78b68bbc03b6c4a32ea48",
-          "sha256": "c9d8be542ea1631a3f3390de3638b4da20176bbbdeff0224f83aacc5c0e74ffd",
-          "sha1": "69d124e1582df121f6c0d6903875e8bee9062b46",
-          "md5": "61d557cdc556b64e843f49a4e4f1f146"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.md5
deleted file mode 100644
index 7b4876a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-96b49eec8eefe792c13c57d3ed41af85
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha1
deleted file mode 100644
index e000744..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2e5a3b7e67818825a596cb40b412cb100c257734
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha256
deleted file mode 100644
index ba372f8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1d00a3576e12d8d4afb9f7cc8e855ed10fa34f4d7acd2b58d10c97bef17c1d3b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha512
deleted file mode 100644
index a3a200d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8731880a5851b08a4c3739c26750de427dc6313c26020b7a36d26a8829913c5369df956009d1b3c5682d71cbee4e24d475fbf1e0c9cdf98f1ecd92cdaa0530b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom
deleted file mode 100644
index 63950be..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-runtime</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle Runtime</name>
-  <description>Android Lifecycle Runtime</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-common</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-common</artifactId>
-      <version>2.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 634b7cd..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-c3f349cd91a113306e672eaf9bb45a2f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 7bb770c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6e3aa181beb7d3e06dd0198725f61e8cd9b80c81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 8c6d641..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-097ad19cd3c74345ccbf6f1dd98015adee864d6d2e672ba8c6b9ed877dcc6788
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 6602376..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.3.0-alpha05/lifecycle-runtime-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0802128a1e752b7cd755fed03efe142ee481ff2a4ad684d1997d0b9dbde3b3c202c4009eccdec88cf6f89001e0a0e1658b9a8d09eba271754f874370e9504360
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..b9c2911
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..db9e725
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+a34ad95ef12973e07a73efde45a2504e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..47c7f6a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+ae7040cf314de81d20ac69f28f5ab6c9a2c0d1ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..5e7a925
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+a1757f478939a9ae47e3a005f5c3ce051e50859d54478e3b931fdb06738269a9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..82f824e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+3a9f03beaffff0b273188c91a18f234962052eed4257f5b18b5098d09e2ed9799e3870b5b8cc63eeb429f03ef294f3109365c794bb84b11742048d1a1a0a4288
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar
new file mode 100644
index 0000000..84873e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..28c5338
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+5d95b814d055e95a4f9a6d71b5da6942
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..4cd3f7e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+fb4006960780a7f7e67f1cc317b352b3b47427a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..d5f4399
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+ff81a14b3ede26bfab0e04257d52820ed07cb55ccf020b7c0c063db964109e63
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..520dc01
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+39841131b8b55e06f58169d00c964c45e4bf130516f8057491e707ec8b5b717c9d19ad5d37975d95342c9ec5cb7fce9a6f7b35e050d1e45210eede0b2458b4df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module
new file mode 100644
index 0000000..c56839e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module
@@ -0,0 +1,132 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-runtime",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-runtime-2.4.0-alpha01.aar",
+          "url": "lifecycle-runtime-2.4.0-alpha01.aar",
+          "size": 11336,
+          "sha512": "39841131b8b55e06f58169d00c964c45e4bf130516f8057491e707ec8b5b717c9d19ad5d37975d95342c9ec5cb7fce9a6f7b35e050d1e45210eede0b2458b4df",
+          "sha256": "ff81a14b3ede26bfab0e04257d52820ed07cb55ccf020b7c0c063db964109e63",
+          "sha1": "fb4006960780a7f7e67f1cc317b352b3b47427a1",
+          "md5": "5d95b814d055e95a4f9a6d71b5da6942"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-runtime-2.4.0-alpha01.aar",
+          "url": "lifecycle-runtime-2.4.0-alpha01.aar",
+          "size": 11336,
+          "sha512": "39841131b8b55e06f58169d00c964c45e4bf130516f8057491e707ec8b5b717c9d19ad5d37975d95342c9ec5cb7fce9a6f7b35e050d1e45210eede0b2458b4df",
+          "sha256": "ff81a14b3ede26bfab0e04257d52820ed07cb55ccf020b7c0c063db964109e63",
+          "sha1": "fb4006960780a7f7e67f1cc317b352b3b47427a1",
+          "md5": "5d95b814d055e95a4f9a6d71b5da6942"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-runtime-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-runtime-2.4.0-alpha01-sources.jar",
+          "size": 8927,
+          "sha512": "3a9f03beaffff0b273188c91a18f234962052eed4257f5b18b5098d09e2ed9799e3870b5b8cc63eeb429f03ef294f3109365c794bb84b11742048d1a1a0a4288",
+          "sha256": "a1757f478939a9ae47e3a005f5c3ce051e50859d54478e3b931fdb06738269a9",
+          "sha1": "ae7040cf314de81d20ac69f28f5ab6c9a2c0d1ab",
+          "md5": "a34ad95ef12973e07a73efde45a2504e"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..956e968
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+3c4ef63bc1a590363ca930d681a2e069
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..da1f6c5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+fad7eaa30653ded4984caadc672fb88c28f1e1fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..a64f9e1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+67cc5637da31a66618230eaf88fae0ceeaa7ce099d46a3b9e499a2d5c979b878
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..0cba866
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+37a8af40887ee393013ad89d74a7a49cd7c1f60cd387e9dc3584b03332e42a810f6896876be5cd1b93a039b20d8926758ad0ca4654abbdfc6337505099581775
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom
new file mode 100644
index 0000000..b3fada0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-runtime</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Runtime</name>
+  <description>Android Lifecycle Runtime</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-common</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-runtime</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..0bb8ec4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+5c354a1106c7000b034418d5c1dde1eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..3815529
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+fc65d9cb9d2e5fd5a9ea2ead3976127d0e8d552d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..d1b3df8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+3faa7d9a04e57ae2becaa2b7e6eae3c5d967016da7d70f23629169caf9fe5772
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..b874a38
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime/2.4.0-alpha01/lifecycle-runtime-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+230f790c0cc126f2f3ae4388b5311f72f7fd031efc618b954328eca966d4197ffc96bf4ecd744985eb9a1288e92d1d4505bf0abd8d2236efc45d93dc4671da6d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar
deleted file mode 100644
index 25b3ac0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 01a0350..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-d6b0f18b0cb13c15c4e737d6d827df7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index a2ec371..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a548fd7565136dcb6cde5446dac8028d77af169e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 65d8a1b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ed0c456de23f22dd02f610da55774387b2fb4502b706749cbeedaf7c56b4a53e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 9b1b4d3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-39b273c23937b892fa2f6dd36a24ce07d3ae9be2162a2f72f7ba85c318ebcd5202a54584d4e99bbdebf1031cee8109ebac8c9cd5fb589f45ddaea8916504fb30
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module
deleted file mode 100644
index 6d24a74..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-service",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-service-2.3.0-alpha05.aar",
-          "url": "lifecycle-service-2.3.0-alpha05.aar",
-          "size": 3548,
-          "sha512": "39b273c23937b892fa2f6dd36a24ce07d3ae9be2162a2f72f7ba85c318ebcd5202a54584d4e99bbdebf1031cee8109ebac8c9cd5fb589f45ddaea8916504fb30",
-          "sha256": "ed0c456de23f22dd02f610da55774387b2fb4502b706749cbeedaf7c56b4a53e",
-          "sha1": "a548fd7565136dcb6cde5446dac8028d77af169e",
-          "md5": "d6b0f18b0cb13c15c4e737d6d827df7e"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-service-2.3.0-alpha05.aar",
-          "url": "lifecycle-service-2.3.0-alpha05.aar",
-          "size": 3548,
-          "sha512": "39b273c23937b892fa2f6dd36a24ce07d3ae9be2162a2f72f7ba85c318ebcd5202a54584d4e99bbdebf1031cee8109ebac8c9cd5fb589f45ddaea8916504fb30",
-          "sha256": "ed0c456de23f22dd02f610da55774387b2fb4502b706749cbeedaf7c56b4a53e",
-          "sha1": "a548fd7565136dcb6cde5446dac8028d77af169e",
-          "md5": "d6b0f18b0cb13c15c4e737d6d827df7e"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-service-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-service-2.3.0-alpha05-sources.jar",
-          "size": 2853,
-          "sha512": "979627cb3b88a14fccae7c6dbdf0124ac7fb6590840bf48dd965811eeb6129cabe12b9200083115a2b5d99c6172716bcb11243edcb98c7832939cbb649039cdf",
-          "sha256": "821d7ef6cfa5d768f9f73327ab92b400dc2edb05343b99ce78ba1b9a8866cd1a",
-          "sha1": "1be95a2b00fd4a7f88c01acae9f6635504f6a5ef",
-          "md5": "da94b954e7856cab464491de573095e8"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.md5
deleted file mode 100644
index 4c3f318..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-94abf0c766edc5dc852f63b23d07c169
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha1
deleted file mode 100644
index fa0a93c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3b73f3e996d8391752cfd065c899b5b41338ac43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha256
deleted file mode 100644
index d59b325..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-82729a027350eeea74cc38bedc47d6e3081dc7f375b44f690ebbf3bda2c4b579
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha512
deleted file mode 100644
index c858f60..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-24488cfce33835934d1a5008d460958b5e70f216548132002acafb2681cea12ba55e6c6283a21606367cfbd272e88477f0f851d72cdb073c188d04ba55bef958
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom
deleted file mode 100644
index 0951f95..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-service</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle Service</name>
-  <description>Android Lifecycle Service</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.md5
deleted file mode 100644
index d33a2c8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-85295735be04f46179c5ec30e2aa1c01
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 6f71e45..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7d5a72793687bf79c0fb4c46c26f2331a9dd2b8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 43c3cbd..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f7cafd644673afdfd36389541f0c6821c1bcceffda2aca19e845473ebe758565
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index d6b7b12..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e695d74fce4885c22eb692caf4074bc729b824c07c25a2acf562c322d7b28d28221b926b5eb4c2d0a09ac561a1b0419f3bc83398446aff32e2098df70b9f2a6e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.md5
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha1
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha256
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.3.0-alpha05/lifecycle-service-2.3.0-alpha05-sources.jar.sha512
rename to current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar
new file mode 100644
index 0000000..ecb171e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..37cbb04
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+7cc19af1a114e20dd2654305239973d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..4eacaeb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+e78c348c380338a4dc5184332cafc86dbf91d987
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..969ca31
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+adf66f0b038c82adeca0cbf8831716bee77c85064411de56fac394ea77881d3a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..ba951d6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+5697241f157dbc2da3fa8848aa3adc998708f876e1a099cf95762f4894d9439c9765da3a8dcef55ae9c38656d8985b293095ff4a6ce1844a4b4271c8ad4105bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module
new file mode 100644
index 0000000..38f9d36
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-service",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-service-2.4.0-alpha01.aar",
+          "url": "lifecycle-service-2.4.0-alpha01.aar",
+          "size": 4390,
+          "sha512": "5697241f157dbc2da3fa8848aa3adc998708f876e1a099cf95762f4894d9439c9765da3a8dcef55ae9c38656d8985b293095ff4a6ce1844a4b4271c8ad4105bd",
+          "sha256": "adf66f0b038c82adeca0cbf8831716bee77c85064411de56fac394ea77881d3a",
+          "sha1": "e78c348c380338a4dc5184332cafc86dbf91d987",
+          "md5": "7cc19af1a114e20dd2654305239973d2"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-service-2.4.0-alpha01.aar",
+          "url": "lifecycle-service-2.4.0-alpha01.aar",
+          "size": 4390,
+          "sha512": "5697241f157dbc2da3fa8848aa3adc998708f876e1a099cf95762f4894d9439c9765da3a8dcef55ae9c38656d8985b293095ff4a6ce1844a4b4271c8ad4105bd",
+          "sha256": "adf66f0b038c82adeca0cbf8831716bee77c85064411de56fac394ea77881d3a",
+          "sha1": "e78c348c380338a4dc5184332cafc86dbf91d987",
+          "md5": "7cc19af1a114e20dd2654305239973d2"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-service-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-service-2.4.0-alpha01-sources.jar",
+          "size": 2853,
+          "sha512": "979627cb3b88a14fccae7c6dbdf0124ac7fb6590840bf48dd965811eeb6129cabe12b9200083115a2b5d99c6172716bcb11243edcb98c7832939cbb649039cdf",
+          "sha256": "821d7ef6cfa5d768f9f73327ab92b400dc2edb05343b99ce78ba1b9a8866cd1a",
+          "sha1": "1be95a2b00fd4a7f88c01acae9f6635504f6a5ef",
+          "md5": "da94b954e7856cab464491de573095e8"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..3e8cba6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+91c5ca97af2a97d9b524996e18f42a3f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..405a1cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+ce8fd16a3059ea1a75f39f15e7055fb1c9a93b80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..77eb83d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+5adfcac12f95bc40c08a13065cb32bb14bc9b5823032272cdc7687d591636ea2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..6ffe105
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+d685a503233c0a35f3ef319daff8d0e1c1ee4937753c5992afc8eb8128838b5d3889b2d2b43f43cdf206bd9ac624b64dacda2e26b6af68177360e013cc60ed45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom
new file mode 100644
index 0000000..80fa333
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-service</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Service</name>
+  <description>Android Lifecycle Service</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..1e7a165
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+0838dd5da0c44a35dc84d64378737f59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..73e8438
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8830acb0154d7cf3fad3d1cd0e047d3ccce36f1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..bf67e5d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+eaadb3888bcd279374274d2677868ad98bde5f3d7976821f05eb05d5bcab18e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..b30dfe1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-service/2.4.0-alpha01/lifecycle-service-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+47abe4c6163ff8dacac78acc71b502ebe849020582bac22d487a35d751c2cae614a1030d6f353df1a73f2b0199f788ebbd8e18f3de7ac6df016bf3cff9624a80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar
deleted file mode 100644
index e0f4334..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 17cdb7e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8fe8a85ca7e03f9572a7b98fe9f0ab7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index d07754e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a716b53dcf7015ac5a51941d13959ba3f8b7d0ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index cbba2ce..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b940019ff34b3645a2cc9299e34db4572bc4af83678f4ccc1a1f0d9e66a65a36
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 3285b55..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-bcd3217f2c0d20e3c815c0d2ad9bc5004bbe484e34d63c36ddafe016081dc52fcecc03212dd8c4b9b6bc2b9a6e257f86f4db8cb93224d3c4c7bc72674e05e196
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar
deleted file mode 100644
index 7b17a11..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.md5
deleted file mode 100644
index aa27734..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-be428bf4b8d6d785bdf2583509b6262c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index e6bc8ec..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-016f93c58613ba937d8b7cec26db2ac7df607537
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 1326107..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5df75a5280d17af6cf00679205f457148dbccbdfb0cb40d953985ba36e8411c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 55abd98..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-deb9b60cff86467e547f29bfa31c5898872f924a38fc059818fd3279a04191ab5e48218182922d9daaadf8422c53f38db49403d60617569b8aac057c6cf96bc0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module
deleted file mode 100644
index 36fec33..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-viewmodel-ktx",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-ktx-2.3.0-alpha05.aar",
-          "size": 6208,
-          "sha512": "deb9b60cff86467e547f29bfa31c5898872f924a38fc059818fd3279a04191ab5e48218182922d9daaadf8422c53f38db49403d60617569b8aac057c6cf96bc0",
-          "sha256": "5df75a5280d17af6cf00679205f457148dbccbdfb0cb40d953985ba36e8411c5",
-          "sha1": "016f93c58613ba937d8b7cec26db2ac7df607537",
-          "md5": "be428bf4b8d6d785bdf2583509b6262c"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-ktx-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-ktx-2.3.0-alpha05.aar",
-          "size": 6208,
-          "sha512": "deb9b60cff86467e547f29bfa31c5898872f924a38fc059818fd3279a04191ab5e48218182922d9daaadf8422c53f38db49403d60617569b8aac057c6cf96bc0",
-          "sha256": "5df75a5280d17af6cf00679205f457148dbccbdfb0cb40d953985ba36e8411c5",
-          "sha1": "016f93c58613ba937d8b7cec26db2ac7df607537",
-          "md5": "be428bf4b8d6d785bdf2583509b6262c"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-viewmodel-ktx-2.3.0-alpha05-sources.jar",
-          "size": 3202,
-          "sha512": "bcd3217f2c0d20e3c815c0d2ad9bc5004bbe484e34d63c36ddafe016081dc52fcecc03212dd8c4b9b6bc2b9a6e257f86f4db8cb93224d3c4c7bc72674e05e196",
-          "sha256": "b940019ff34b3645a2cc9299e34db4572bc4af83678f4ccc1a1f0d9e66a65a36",
-          "sha1": "a716b53dcf7015ac5a51941d13959ba3f8b7d0ee",
-          "md5": "8fe8a85ca7e03f9572a7b98fe9f0ab7c"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.md5
deleted file mode 100644
index a28a1b8..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-365093394e259a5fe9aa5c405d8c451f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 3aa04a0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3780de272f4f008ae32edc7536ed59ea5dcb1b9f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 350a29d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-33f586c12d2ede678935319fa7e079c30f16f860ee21da8c6d8d2b829264a5ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 4478c72..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5c9c24723a425e9da7a23dcb5bcbdf1b66031a7732e3eaab5ec8cb0cf3a971491bd95350357410872dc4d1aa51e4cb47a871ed8a373c46a9973002e52ac2c3f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom
deleted file mode 100644
index 0bf9c16..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-viewmodel-ktx</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle ViewModel Kotlin Extensions</name>
-  <description>Kotlin extensions for 'viewmodel' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-android</artifactId>
-      <version>1.3.4</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 5f40704..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-143022d1879e5583c51ef6c5d3719a00
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index a9a7a7e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4c0df737584de3e4479cdc8d1c9afa4cd7f8d50a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index ec1db16..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-91f568392e340199a17d11013cc157446ae05d0c93329a2dff1fd3cdc469511c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index fb53a12..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.3.0-alpha05/lifecycle-viewmodel-ktx-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5ffbd8444717e9cb20ffec6542a1b9407d5e3e9c8fb63dafd6a5bd8518400137db4ebe45bbba05f0136a3de61667d1fce92dee53c52afd3b24cf1bd7d658c66a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..23974c4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..28af80d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+5783315fbbc686a340433ed10bbfa0b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..a705411
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+5039b0b0dd04a2496c1bbbddc897c5dfa6b8ed43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..47caa3b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+ffff56d094557958b5fecaf8100957cbf027bf5f6933cff7106653617ab18fc1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..147d89a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+846c73103262a8b30af9a89edbe0c2aea442b2ab868244f2c9cac5b3c0adada37de5c3e251cc1ac70995d83f4c25b0ddefcd7fe3766ed31fd70b601179725573
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar
new file mode 100644
index 0000000..ec91d8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..9e1b8ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+12028855303d568e527f7f12352d1fbd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..b28acaa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+a40086e92a775ad2eef6f982066e7bc9b33ae172
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..8c94621
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+4d38bb61150217986db106c54e9a5f897eaa84c04118189d0184a323cf4c5737
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..5c44494
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+054af26b7768cc1067fe467aa566d89c9b488bdff356c69cd1de5865c57a1970a248697bf5aa9459ef1fe7722193ee45649600bf191d44ff2b8574edb6b4f278
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module
new file mode 100644
index 0000000..64b567a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module
@@ -0,0 +1,125 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-viewmodel-ktx",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-ktx-2.4.0-alpha01.aar",
+          "size": 6896,
+          "sha512": "054af26b7768cc1067fe467aa566d89c9b488bdff356c69cd1de5865c57a1970a248697bf5aa9459ef1fe7722193ee45649600bf191d44ff2b8574edb6b4f278",
+          "sha256": "4d38bb61150217986db106c54e9a5f897eaa84c04118189d0184a323cf4c5737",
+          "sha1": "a40086e92a775ad2eef6f982066e7bc9b33ae172",
+          "md5": "12028855303d568e527f7f12352d1fbd"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-ktx-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-ktx-2.4.0-alpha01.aar",
+          "size": 6896,
+          "sha512": "054af26b7768cc1067fe467aa566d89c9b488bdff356c69cd1de5865c57a1970a248697bf5aa9459ef1fe7722193ee45649600bf191d44ff2b8574edb6b4f278",
+          "sha256": "4d38bb61150217986db106c54e9a5f897eaa84c04118189d0184a323cf4c5737",
+          "sha1": "a40086e92a775ad2eef6f982066e7bc9b33ae172",
+          "md5": "12028855303d568e527f7f12352d1fbd"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-viewmodel-ktx-2.4.0-alpha01-sources.jar",
+          "size": 3228,
+          "sha512": "846c73103262a8b30af9a89edbe0c2aea442b2ab868244f2c9cac5b3c0adada37de5c3e251cc1ac70995d83f4c25b0ddefcd7fe3766ed31fd70b601179725573",
+          "sha256": "ffff56d094557958b5fecaf8100957cbf027bf5f6933cff7106653617ab18fc1",
+          "sha1": "5039b0b0dd04a2496c1bbbddc897c5dfa6b8ed43",
+          "md5": "5783315fbbc686a340433ed10bbfa0b4"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..d64d2e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+31b5702c2c92d762be16d43d52dfa037
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..28015e5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+b463fb4a2a817064ec5711b65bd621e5d8baa6b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..72e4502
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+2a29a80e0aa72aa98df03cb2750774011e8a466e848b7db63ecc1f070e732556
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..5e13249
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+b9d7b0f1b3b5e5b34ff88dcd5c7baf49db6bf6f66dc31823d57e979de677c79a7ab38e1552f078a7ac19c633744a49f4851a9f155681cc6a8fdf090311959ae4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom
new file mode 100644
index 0000000..3c0350d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-viewmodel-ktx</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle ViewModel Kotlin Extensions</name>
+  <description>Kotlin extensions for 'viewmodel' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-android</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..09708f8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+170772d2d55d2f6d7ed13f7862c8b315
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..7258d4f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8a939b3f76400834dc2ad0534a7ec9203936e8b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..86d2755
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+f258da088a57a814bbda4ef54341897f533f464f932f41cb8eb5db525df4d01c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..ac60128
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx/2.4.0-alpha01/lifecycle-viewmodel-ktx-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+c5437e37fd039bac4d49a6808e79843521163b33477ab377d97e321d24b59cfa5ce7b29b84e20223ad76def5a149f250764fc876d5e75f241024cb0bd3f22a19
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar
deleted file mode 100644
index 96dd615..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 2467f90..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-eeac832f0b32a836d0406a025f086281
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index 13fa7da..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fd25ccd63974838a15015d34aa36b91a12bf8d5b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index 9d968ad..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-50c364793b6e7bbedcd23cb643733ea02def11e0f77bcc248eb14975df3e6b28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 33856f3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e64538861b106b7289566e8bdb4ab52211a0d644924736e86b039df4202a8762242b0a053d2487aa91a3b47c0f140912c5df20254fac31afaf0097cf10c451e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar
deleted file mode 100644
index ea9e69c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 3049174..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-0bbde5e61bfbddd7983711264eb4cd69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index d4c1c8d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-da489a91691cf21f17ed48942825f018379cfde2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index 9d842c4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4e5a5da61fad756bd28fb894254ef806f9178b60eb17d7555a2d4cbc05c14abd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 2f1735b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c1f9bda85db7e84e600f55098b4d35cc49408ad3c27cd075f369da9b5d0bfa062f98c400921c6ae335a7ebd9eef7de69b84b15ef016fd2ccd02a8237aa760eed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module
deleted file mode 100644
index 9486a7e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module
+++ /dev/null
@@ -1,139 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-viewmodel-savedstate",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar",
-          "size": 14889,
-          "sha512": "c1f9bda85db7e84e600f55098b4d35cc49408ad3c27cd075f369da9b5d0bfa062f98c400921c6ae335a7ebd9eef7de69b84b15ef016fd2ccd02a8237aa760eed",
-          "sha256": "4e5a5da61fad756bd28fb894254ef806f9178b60eb17d7555a2d4cbc05c14abd",
-          "sha1": "da489a91691cf21f17ed48942825f018379cfde2",
-          "md5": "0bbde5e61bfbddd7983711264eb4cd69"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.savedstate",
-          "module": "savedstate",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-core",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
-          "version": {
-            "requires": "2.3.0-alpha05"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-savedstate-2.3.0-alpha05.aar",
-          "size": 14889,
-          "sha512": "c1f9bda85db7e84e600f55098b4d35cc49408ad3c27cd075f369da9b5d0bfa062f98c400921c6ae335a7ebd9eef7de69b84b15ef016fd2ccd02a8237aa760eed",
-          "sha256": "4e5a5da61fad756bd28fb894254ef806f9178b60eb17d7555a2d4cbc05c14abd",
-          "sha1": "da489a91691cf21f17ed48942825f018379cfde2",
-          "md5": "0bbde5e61bfbddd7983711264eb4cd69"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-viewmodel-savedstate-2.3.0-alpha05-sources.jar",
-          "size": 10268,
-          "sha512": "e64538861b106b7289566e8bdb4ab52211a0d644924736e86b039df4202a8762242b0a053d2487aa91a3b47c0f140912c5df20254fac31afaf0097cf10c451e5",
-          "sha256": "50c364793b6e7bbedcd23cb643733ea02def11e0f77bcc248eb14975df3e6b28",
-          "sha1": "fd25ccd63974838a15015d34aa36b91a12bf8d5b",
-          "md5": "eeac832f0b32a836d0406a025f086281"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.md5
deleted file mode 100644
index 2161d33..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-20521f92df4e4567c08e0659662ef629
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha1
deleted file mode 100644
index 03826ae..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f7e257851116b54c835e2a26d230e2a7684ef716
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 14cbb7b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-251db7d306acd9fc250f540a0783c2f3d15066f1699ab3dbe1e9de137b38c2d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha512
deleted file mode 100644
index 9cb1ccf..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2293d5df3c82d921ae6e2083dff276b23aa6ae996996a4bf74e86dc97604b187052ecbb0e0a32fcc56983afa6dabaf9a44847ba0c81b614288b102d1aad0d96d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom
deleted file mode 100644
index 63758cf..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-viewmodel-savedstate</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle ViewModel with SavedState</name>
-  <description>Android Lifecycle ViewModel</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.savedstate</groupId>
-      <artifactId>savedstate</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-core</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
-      <version>2.3.0-alpha05</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.md5
deleted file mode 100644
index ca3ef15..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-69ce9feb3e41e99643007249b763fc81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index 85344e5..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-88b22b86d25ce548950c7d27c7abbb7d491bac6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 33863dd..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bf74cf1147ad1c8962f17a166351a034cbb973585d838ec339973b1a885b30fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 38d96c0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.3.0-alpha05/lifecycle-viewmodel-savedstate-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ba8e771a2c1afa98a69e771fd3dada59842f65a80655aa7f26a740b96e73b196f2c6168f6746cf544b4569dc914807687599dfedbc5bd9433831bff5947de2e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..c078388
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..0d72c4f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+906cc4fe0ec2eb496359cd0f50cf45aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..b72545f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+411f92301435123d502de27b6f3262c062f3bd7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..cdfb4bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+500064634673032c52373091d4abb2cbc69cccb843ab2188a18ab0132070c30d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..07e2ab2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+42c532ce1f325bdce60852c599befcda43f8f21bdd9b24007d1834c63465affe131cd13afec34980efed9a25a786e28f849654fa22a317da8af7dba71bff274a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar
new file mode 100644
index 0000000..8587c24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..c0adf47
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+ba333289a5d7c3e0d0574434e3b470c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..2ba869b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+52293434149d66048341cc798211912e2a3f5a7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..72f4082
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+bf2af8a58df8fd6d0d07b5ddf44a5c68d959a9b15760ec4483d9c2196782db7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..27b0bdc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+f4423aa4db8d540f9d2b02e891bdf087343f42e5e3e70fca9c7a16d6a475a2bf8c95506607323154779410bca40ba6d68bbdaf3f7655b21720fd0b407e398d5d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module
new file mode 100644
index 0000000..6edfee6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-viewmodel-savedstate",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar",
+          "size": 16012,
+          "sha512": "f4423aa4db8d540f9d2b02e891bdf087343f42e5e3e70fca9c7a16d6a475a2bf8c95506607323154779410bca40ba6d68bbdaf3f7655b21720fd0b407e398d5d",
+          "sha256": "bf2af8a58df8fd6d0d07b5ddf44a5c68d959a9b15760ec4483d9c2196782db7a",
+          "sha1": "52293434149d66048341cc798211912e2a3f5a7c",
+          "md5": "ba333289a5d7c3e0d0574434e3b470c6"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel",
+          "version": {
+            "requires": "2.4.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-savedstate-2.4.0-alpha01.aar",
+          "size": 16012,
+          "sha512": "f4423aa4db8d540f9d2b02e891bdf087343f42e5e3e70fca9c7a16d6a475a2bf8c95506607323154779410bca40ba6d68bbdaf3f7655b21720fd0b407e398d5d",
+          "sha256": "bf2af8a58df8fd6d0d07b5ddf44a5c68d959a9b15760ec4483d9c2196782db7a",
+          "sha1": "52293434149d66048341cc798211912e2a3f5a7c",
+          "md5": "ba333289a5d7c3e0d0574434e3b470c6"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-viewmodel-savedstate-2.4.0-alpha01-sources.jar",
+          "size": 10336,
+          "sha512": "42c532ce1f325bdce60852c599befcda43f8f21bdd9b24007d1834c63465affe131cd13afec34980efed9a25a786e28f849654fa22a317da8af7dba71bff274a",
+          "sha256": "500064634673032c52373091d4abb2cbc69cccb843ab2188a18ab0132070c30d",
+          "sha1": "411f92301435123d502de27b6f3262c062f3bd7a",
+          "md5": "906cc4fe0ec2eb496359cd0f50cf45aa"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..2dd4894
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+43caa5baf07cd0358ed33967460967bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..d3ed420
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+4d5b4c92a89ccd448c93c515eafb038a12b12f13
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..6cd2565
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+efeca7ac38e6703f1c7c4ee5b74b8369b73b8b8b9b60e98a29a54c1dd39c0542
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..3d5988a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+aa7d40e51c35d6832ec0483a951e26e6dfe039102c6a4ed3e523f5226cc86ca2866d1d781dfe043c89e2962f5eb1ce725df8b0765460283b6a29a20ea099b6be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom
new file mode 100644
index 0000000..e960679
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-viewmodel-savedstate</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle ViewModel with SavedState</name>
+  <description>Android Lifecycle ViewModel</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel</artifactId>
+      <version>2.4.0-alpha01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..a9e0680
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+ec00b68a2b1f2f49b109980798838ee0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..2feae53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+cfc2d605f2196718ded83bfd61f2c7206c5f3087
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..120cca6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+310d75496afa9252d1d3a96ac412f7d55f7335926abd229555f62bb49e3a6775
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..7e3b0d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate/2.4.0-alpha01/lifecycle-viewmodel-savedstate-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+45e38a89101c95cb37432395f8182a8a1ad0d2b09e46835a653b8e17e96b6fbbee6b58088773efe318cd8b1073b55a8b38e606a11d8954e79a2233f4fa4fe23d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar
deleted file mode 100644
index cc17e15..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.md5
deleted file mode 100644
index 11a511e..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-39f7ab9587a56bea1025184f6d63647a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha1
deleted file mode 100644
index 9aac4ea..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a101ce278df2aa797691fe731b60f6cf70e10148
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha256
deleted file mode 100644
index 3484721..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e2ac9725b56907c94c0ef108b37e6b01c1ec086bbf1fff02370de34b47763e5f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha512
deleted file mode 100644
index 22fa24c..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4b3ecca656c4a23c226a5e3863fdfc5585cf994f5edacba435dfa6a022a807b286e49ba02857597179330a139ed9b7187c0d5ca948f16761c5383f1d4a529d14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar
deleted file mode 100644
index 0373b3a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.md5
deleted file mode 100644
index 39612f0..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b7bc415ed0cf7db6a90be3026e0f7160
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha1
deleted file mode 100644
index fd493a4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-de76961127dcef907f6d674f47f6712d51eeb6c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha256
deleted file mode 100644
index a7dfda4..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-888825807ddb976dbb7e39ce644934e9502aea38bfe582ec14fd480785762d7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha512
deleted file mode 100644
index 0450fe5..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9a12baf158f63246adec04ef05cd86b4bad3af74d22e5761292a2bbf83a0a46e905e206e596991d52527a6618846b184b3b012a61160d30304d984e5a952f3be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module
deleted file mode 100644
index 1982bda..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.lifecycle",
-    "module": "lifecycle-viewmodel",
-    "version": "2.3.0-alpha05",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-2.3.0-alpha05.aar",
-          "size": 10911,
-          "sha512": "9a12baf158f63246adec04ef05cd86b4bad3af74d22e5761292a2bbf83a0a46e905e206e596991d52527a6618846b184b3b012a61160d30304d984e5a952f3be",
-          "sha256": "888825807ddb976dbb7e39ce644934e9502aea38bfe582ec14fd480785762d7c",
-          "sha1": "de76961127dcef907f6d674f47f6712d51eeb6c1",
-          "md5": "b7bc415ed0cf7db6a90be3026e0f7160"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-2.3.0-alpha05.aar",
-          "url": "lifecycle-viewmodel-2.3.0-alpha05.aar",
-          "size": 10911,
-          "sha512": "9a12baf158f63246adec04ef05cd86b4bad3af74d22e5761292a2bbf83a0a46e905e206e596991d52527a6618846b184b3b012a61160d30304d984e5a952f3be",
-          "sha256": "888825807ddb976dbb7e39ce644934e9502aea38bfe582ec14fd480785762d7c",
-          "sha1": "de76961127dcef907f6d674f47f6712d51eeb6c1",
-          "md5": "b7bc415ed0cf7db6a90be3026e0f7160"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "lifecycle-viewmodel-2.3.0-alpha05-sources.jar",
-          "url": "lifecycle-viewmodel-2.3.0-alpha05-sources.jar",
-          "size": 11020,
-          "sha512": "4b3ecca656c4a23c226a5e3863fdfc5585cf994f5edacba435dfa6a022a807b286e49ba02857597179330a139ed9b7187c0d5ca948f16761c5383f1d4a529d14",
-          "sha256": "e2ac9725b56907c94c0ef108b37e6b01c1ec086bbf1fff02370de34b47763e5f",
-          "sha1": "a101ce278df2aa797691fe731b60f6cf70e10148",
-          "md5": "39f7ab9587a56bea1025184f6d63647a"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.md5
deleted file mode 100644
index 72459d6..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-258cf7e09bd922bc3a32839c2ec0a1cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha1
deleted file mode 100644
index bb1cb2d..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-526852c22fa2a6a1c4a106f037bc82d19a84df84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha256
deleted file mode 100644
index 8177ca3..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-de303329d5f0cdab525ef812cec174b1d9d07a321164dfa7a6ecbcc218763843
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha512
deleted file mode 100644
index cf73c8b..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-da0c77810aa35e39a84b1633c0db44b974fc5046142fcb3ca6a65ebfff949c018f3b465d91cfe5c14d08a26800f2a29b5ff4153758e72e2b4a47f13c0ed67156
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom
deleted file mode 100644
index da49c1a..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.lifecycle</groupId>
-  <artifactId>lifecycle-viewmodel</artifactId>
-  <version>2.3.0-alpha05</version>
-  <packaging>aar</packaging>
-  <name>Android Lifecycle ViewModel</name>
-  <description>Android Lifecycle ViewModel</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.md5
deleted file mode 100644
index 648a3bf..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-29a0acd4e47ee5f05f44274b9152384f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha1
deleted file mode 100644
index d480635..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3f3ae805d3e4d6e067b01a4bd1193f75f58a1258
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha256
deleted file mode 100644
index 3b6519f..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f47dc2ff999021d9f7c74d258b78f75b953a89dc61eaf0e3587b7c041e355c7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha512
deleted file mode 100644
index 07d6361..0000000
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.3.0-alpha05/lifecycle-viewmodel-2.3.0-alpha05.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9a6326511c2420efa477303e521d5d52eabbd3c09f5b9e4f31eba0ebaf337b05f7bfbc9156992775d17e9cd0fc2f8abeb56f2075a1a391e57a958a7698c688ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar
new file mode 100644
index 0000000..9dc7ac8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..7ffc1c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+2e53aa805482f532a082477e19664b78
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..db2d1a1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+055d6fa3541ca02167b0bd62a16fbdaec2a71622
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..af14f1a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+a903de30a219922f96aba02883e36ebd6b009cf9b803342b0fd8d3b390c0982c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..6e8f0d2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+01e681c96df3864f3e27e6a5436688b25439cb113177de78d9be4e4f0bbf17169d66bf722969a91d63769d1571c0d2fbae615410babbfe0856f5f0a36c2c12ee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar
new file mode 100644
index 0000000..32b1114
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.md5
new file mode 100644
index 0000000..af2cee5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.md5
@@ -0,0 +1 @@
+c73d78cce0df47b5d17370d8da085881
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha1
new file mode 100644
index 0000000..14dc324
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+e65910f0a8ff7eac79699f91d4d9150e966fbfd0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha256
new file mode 100644
index 0000000..eb230e0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+823e964f99874b35e22219f11b2083089a63571238f8f435490193b9c861fd30
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha512
new file mode 100644
index 0000000..4310bd1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+9fb9453ed1000951df05ea8c33a86ecc74a16950ca172a53b5d8f521671636273e52363545f5bcab3dd895a4ae7e14b1d19340f5fdc89c38ff2d4b9b40916c6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module
new file mode 100644
index 0000000..49a4eb2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-viewmodel",
+    "version": "2.4.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-2.4.0-alpha01.aar",
+          "size": 11249,
+          "sha512": "9fb9453ed1000951df05ea8c33a86ecc74a16950ca172a53b5d8f521671636273e52363545f5bcab3dd895a4ae7e14b1d19340f5fdc89c38ff2d4b9b40916c6f",
+          "sha256": "823e964f99874b35e22219f11b2083089a63571238f8f435490193b9c861fd30",
+          "sha1": "e65910f0a8ff7eac79699f91d4d9150e966fbfd0",
+          "md5": "c73d78cce0df47b5d17370d8da085881"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-2.4.0-alpha01.aar",
+          "url": "lifecycle-viewmodel-2.4.0-alpha01.aar",
+          "size": 11249,
+          "sha512": "9fb9453ed1000951df05ea8c33a86ecc74a16950ca172a53b5d8f521671636273e52363545f5bcab3dd895a4ae7e14b1d19340f5fdc89c38ff2d4b9b40916c6f",
+          "sha256": "823e964f99874b35e22219f11b2083089a63571238f8f435490193b9c861fd30",
+          "sha1": "e65910f0a8ff7eac79699f91d4d9150e966fbfd0",
+          "md5": "c73d78cce0df47b5d17370d8da085881"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-2.4.0-alpha01-sources.jar",
+          "url": "lifecycle-viewmodel-2.4.0-alpha01-sources.jar",
+          "size": 11018,
+          "sha512": "01e681c96df3864f3e27e6a5436688b25439cb113177de78d9be4e4f0bbf17169d66bf722969a91d63769d1571c0d2fbae615410babbfe0856f5f0a36c2c12ee",
+          "sha256": "a903de30a219922f96aba02883e36ebd6b009cf9b803342b0fd8d3b390c0982c",
+          "sha1": "055d6fa3541ca02167b0bd62a16fbdaec2a71622",
+          "md5": "2e53aa805482f532a082477e19664b78"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.md5
new file mode 100644
index 0000000..7120ef9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.md5
@@ -0,0 +1 @@
+ec16894dc5241affd4723d91f5187f1a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha1
new file mode 100644
index 0000000..8e2041a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha1
@@ -0,0 +1 @@
+2a6d4f45469b5287c66c4a5ea78a89c799997f5b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha256
new file mode 100644
index 0000000..69277d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha256
@@ -0,0 +1 @@
+99f9f7a5df30ca2690e07a60ce093cb433557a96ad2a01d1ecc3074667719bf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha512
new file mode 100644
index 0000000..639bdd0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.module.sha512
@@ -0,0 +1 @@
+e620c42d4572371301cfb8885caf780717a68e5708f9e90583ddb948b7bf7989ad0a748cf63e7d45ab14a92d89710fcfe38f9a553813d93d1cd8a4fa79cb7b6e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom
new file mode 100644
index 0000000..838d822
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.lifecycle</groupId>
+  <artifactId>lifecycle-viewmodel</artifactId>
+  <version>2.4.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle ViewModel</name>
+  <description>Android Lifecycle ViewModel</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.4.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.md5
new file mode 100644
index 0000000..1e965a1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.md5
@@ -0,0 +1 @@
+590334008ca9b24a5216f8432b0437c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha1
new file mode 100644
index 0000000..d142a0c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+690fc46831271b6e4d240b9205519c81226041f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha256
new file mode 100644
index 0000000..4460845
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+a0517b2d2e5f98e0392021180fc59e0098850ea59af076bd90150dd1cf4d6488
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha512
new file mode 100644
index 0000000..5fd5bd3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel/2.4.0-alpha01/lifecycle-viewmodel-2.4.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+f302aef8781e66ecbf431c08ac972563efdd978d9830c99efa247a8162c4b755cf5d360be46209f3164358dd7065d8fa6db626afc7ed9142ff354ea7ca44d5f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar
index 1c19f2b..36df016 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.md5
index dd4623e..2c463f6 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-ac99878b0828f68292b8d282db1c4939
\ No newline at end of file
+601bc9e39fd5dda49c3728fd531de2f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha1
index 2bcac71..ba083e8 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-ac28bda3a26a0b7e882bd8121aaa75c51daa460d
\ No newline at end of file
+36b325d1420f3622acd9ff0b85c665820476591d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha256
index 5bf674b..4f0cddb 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-d5e396cad60de1b09fad8e3ead7f33e9d4a67c6b8312bb78177b2a3fb4cde3bb
\ No newline at end of file
+95a62180a9d3b65bfa25549681ca84b1fd810e1649c8b9f154bf97987f9f6a0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha512
index 974d195..7994ef6 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-553fec495c3f7030b43a858c11bec51c2de30ad592585a8b93eb13ec85a9ce80b82c22cfde88d567b6ca395739b699e897a1cdac33b61bd4a7c17b494bbbb4b5
\ No newline at end of file
+d8c949dd0d8884932d6b5c2e36fea22d8614c19efcb3b46163d5884801d1e72ae938feebf9129d9f2474d514116a5b7fcf8d57f758147368b1cca8e241d85000
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar
index 5bc4e65..30509fc 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.md5
index 1dcc87b..eeb6a46 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-bc014670aae7055e92f5385de3ba03a0
\ No newline at end of file
+c32f49a8525b5289250ea17b793f4b73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha1
index 1273cc5..5c24f57 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-af6a31dadc6558d4feb5c7b69667fc1d46de3997
\ No newline at end of file
+3757fc93614953edf950b675f7acca09cc06a5e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha256
index 4c2267c..0609284 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-78c19775dcd3723a0956b685f013a16791e329241aeab3df6ac009cf53a0d496
\ No newline at end of file
+2caf40c8bdc1feeee69d2f7ce45250e6b9219f491925b0cb014ea9900c7aee1f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha512
index 6d9fe49..c19dfc8 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-0ed89c2e76973a2b9228b9cffe29df91e07f0640c904f752111dee443fc2f70b0e266a644df5a999c4d0a729174be4cb7b82c6a72da43f505850526d5e84d197
\ No newline at end of file
+97f2faf40d17104e84a6b7ce264993a1ad5a2c4b9a206eb0741c01703d5c4a917244d01db1d45eb06ac5036edecf2c32a2078cb8ce9ddfd576b2dc46e1a58526
\ 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 4a461da..f5aef26 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "loader-1.2.0-alpha01.aar",
           "url": "loader-1.2.0-alpha01.aar",
-          "size": 30229,
-          "sha512": "0ed89c2e76973a2b9228b9cffe29df91e07f0640c904f752111dee443fc2f70b0e266a644df5a999c4d0a729174be4cb7b82c6a72da43f505850526d5e84d197",
-          "sha256": "78c19775dcd3723a0956b685f013a16791e329241aeab3df6ac009cf53a0d496",
-          "sha1": "af6a31dadc6558d4feb5c7b69667fc1d46de3997",
-          "md5": "bc014670aae7055e92f5385de3ba03a0"
+          "size": 31024,
+          "sha512": "97f2faf40d17104e84a6b7ce264993a1ad5a2c4b9a206eb0741c01703d5c4a917244d01db1d45eb06ac5036edecf2c32a2078cb8ce9ddfd576b2dc46e1a58526",
+          "sha256": "2caf40c8bdc1feeee69d2f7ce45250e6b9219f491925b0cb014ea9900c7aee1f",
+          "sha1": "3757fc93614953edf950b675f7acca09cc06a5e5",
+          "md5": "c32f49a8525b5289250ea17b793f4b73"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "loader-1.2.0-alpha01.aar",
           "url": "loader-1.2.0-alpha01.aar",
-          "size": 30229,
-          "sha512": "0ed89c2e76973a2b9228b9cffe29df91e07f0640c904f752111dee443fc2f70b0e266a644df5a999c4d0a729174be4cb7b82c6a72da43f505850526d5e84d197",
-          "sha256": "78c19775dcd3723a0956b685f013a16791e329241aeab3df6ac009cf53a0d496",
-          "sha1": "af6a31dadc6558d4feb5c7b69667fc1d46de3997",
-          "md5": "bc014670aae7055e92f5385de3ba03a0"
+          "size": 31024,
+          "sha512": "97f2faf40d17104e84a6b7ce264993a1ad5a2c4b9a206eb0741c01703d5c4a917244d01db1d45eb06ac5036edecf2c32a2078cb8ce9ddfd576b2dc46e1a58526",
+          "sha256": "2caf40c8bdc1feeee69d2f7ce45250e6b9219f491925b0cb014ea9900c7aee1f",
+          "sha1": "3757fc93614953edf950b675f7acca09cc06a5e5",
+          "md5": "c32f49a8525b5289250ea17b793f4b73"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "loader-1.2.0-alpha01-sources.jar",
           "url": "loader-1.2.0-alpha01-sources.jar",
-          "size": 23862,
-          "sha512": "553fec495c3f7030b43a858c11bec51c2de30ad592585a8b93eb13ec85a9ce80b82c22cfde88d567b6ca395739b699e897a1cdac33b61bd4a7c17b494bbbb4b5",
-          "sha256": "d5e396cad60de1b09fad8e3ead7f33e9d4a67c6b8312bb78177b2a3fb4cde3bb",
-          "sha1": "ac28bda3a26a0b7e882bd8121aaa75c51daa460d",
-          "md5": "ac99878b0828f68292b8d282db1c4939"
+          "size": 23883,
+          "sha512": "d8c949dd0d8884932d6b5c2e36fea22d8614c19efcb3b46163d5884801d1e72ae938feebf9129d9f2474d514116a5b7fcf8d57f758147368b1cca8e241d85000",
+          "sha256": "95a62180a9d3b65bfa25549681ca84b1fd810e1649c8b9f154bf97987f9f6a0a",
+          "sha1": "36b325d1420f3622acd9ff0b85c665820476591d",
+          "md5": "601bc9e39fd5dda49c3728fd531de2f7"
         }
       ]
     }
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 866121e..68e0d79 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 @@
-eb5c99fa3450547be24acd2a9a210d01
\ No newline at end of file
+dad3098743e114ec44cb5c52b4d2c6a4
\ 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 fbbbe6e..2b6d195 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 @@
-fe981cde622173a7576142c0cc5747e1d2df240b
\ No newline at end of file
+e71ae1f0f219043e77ef5689fde8271950474efa
\ 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 b4cacb6..53cfd1b 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 @@
-90c3d4a3a7c6883e5545b47bd982b164d6f5ab64ce0aaa12477f6b51b3a4375f
\ No newline at end of file
+f604c9467e5bf404c1fefbbf4b09ee6691e07c5a62bc2d02a925e0ca74b32434
\ 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 997b8f4..0294753 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 @@
-9a26bdf9d6bf9a2695be1e221a0d139289b45ad7784abec4fa86ee35183f0551b90bfb59df3738911ee3b0488b736e4b8fdb21654745b0c06ddea66dfd30fbd7
\ No newline at end of file
+e76cc20ea796b6603ea7ebcebc93c989be0960c4fc9dd2e7c60720753367532eb4f932a6be8cc4a2a811f3f3ef048faa64eb997816935b2778162d021d41cd8f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom
index f6c8f7d..236397c 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library loader</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/loader#1.2.0-alpha01</url>
   <inceptionYear>2011</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.md5
index 47f6e8c..4d331d5 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-df2de01ce9d5428fb781aee8010ca1d8
\ No newline at end of file
+fe75fa8a359df92ea9f1fd15848070b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha1
index 8e34b2a..b921494 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-07ce579c133e6ce6cd9839ba3c6634525967fd99
\ No newline at end of file
+f91fdb375527107afa7af18ae7432f930e1d3a68
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha256
index 2b6b185..6b038cd 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-e87b8fc881bb300c90528b787ea36d8930e155a4d304962a704a45e37906d9ee
\ No newline at end of file
+e5101b8a38bfb5eb0365d491a00b76454456e2c1bd53986bb31cf49645547200
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha512
index 4a4e7c6..1031b5d 100644
--- a/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/loader/loader/1.2.0-alpha01/loader-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-7c643ef3b44b07c39158983ab45a4c73dabe5ebc5d5648954ac339d2436d1a1376d1155c285223aa31359188bb5b5ec1b0c92ad3821fab4205289661503c916b
\ No newline at end of file
+066ed3571729540e97a6bb2e68a44d46fa4d27db81eadfa53206ca3be94745bb496bd6662ab80c05750894f102da7dd01d61e4f1b11d7e64838de45ffb0763a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar
index bdd2d07..639b830 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.md5
index aee636f..33b7ca3 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.md5
@@ -1 +1 @@
-a5594d2e2e2233e8cb4489db4b996b61
\ No newline at end of file
+15249453d174b608e031603e27172cf4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha1
index 438757b..f842094 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha1
@@ -1 +1 @@
-4ad86093164deb028217c372f588a7ce887114d7
\ No newline at end of file
+c856d237f9accdb61bac2bd0bb4667eb6273543b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha256
index 42c6d30..073806e 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha256
@@ -1 +1 @@
-7e34f4e50b60884352914448b407fd3fd1a898ce210846be05d8213d02c90203
\ No newline at end of file
+c89638ae6916d91f90a458e4436569d28d95c546ad16a398f50c9e327f1f44f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha512
index 174d26b..fb7a020 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.aar.sha512
@@ -1 +1 @@
-f25b935a87e92e99d3c075f64a80810a72a3574bdc8bcb0b6edc121e69c0663c9d2e1dcbc930c72c36dd0cd61eee97d19a89f46fe458f7732d4b8d960d889d53
\ No newline at end of file
+548d25e14ac92d9e3878df746b2b1dd760fab33550fec645a4ea573bbf8ed2b1d227f1147eb8830cc0d3a541f4e9626b4b040aab5b0a34f9bdafe9c508d88df3
\ 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 73db8b8..c20c9cd 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "localbroadcastmanager-1.1.0-alpha02.aar",
           "url": "localbroadcastmanager-1.1.0-alpha02.aar",
-          "size": 6792,
-          "sha512": "f25b935a87e92e99d3c075f64a80810a72a3574bdc8bcb0b6edc121e69c0663c9d2e1dcbc930c72c36dd0cd61eee97d19a89f46fe458f7732d4b8d960d889d53",
-          "sha256": "7e34f4e50b60884352914448b407fd3fd1a898ce210846be05d8213d02c90203",
-          "sha1": "4ad86093164deb028217c372f588a7ce887114d7",
-          "md5": "a5594d2e2e2233e8cb4489db4b996b61"
+          "size": 7679,
+          "sha512": "548d25e14ac92d9e3878df746b2b1dd760fab33550fec645a4ea573bbf8ed2b1d227f1147eb8830cc0d3a541f4e9626b4b040aab5b0a34f9bdafe9c508d88df3",
+          "sha256": "c89638ae6916d91f90a458e4436569d28d95c546ad16a398f50c9e327f1f44f4",
+          "sha1": "c856d237f9accdb61bac2bd0bb4667eb6273543b",
+          "md5": "15249453d174b608e031603e27172cf4"
         }
       ]
     },
@@ -65,11 +65,11 @@
         {
           "name": "localbroadcastmanager-1.1.0-alpha02.aar",
           "url": "localbroadcastmanager-1.1.0-alpha02.aar",
-          "size": 6792,
-          "sha512": "f25b935a87e92e99d3c075f64a80810a72a3574bdc8bcb0b6edc121e69c0663c9d2e1dcbc930c72c36dd0cd61eee97d19a89f46fe458f7732d4b8d960d889d53",
-          "sha256": "7e34f4e50b60884352914448b407fd3fd1a898ce210846be05d8213d02c90203",
-          "sha1": "4ad86093164deb028217c372f588a7ce887114d7",
-          "md5": "a5594d2e2e2233e8cb4489db4b996b61"
+          "size": 7679,
+          "sha512": "548d25e14ac92d9e3878df746b2b1dd760fab33550fec645a4ea573bbf8ed2b1d227f1147eb8830cc0d3a541f4e9626b4b040aab5b0a34f9bdafe9c508d88df3",
+          "sha256": "c89638ae6916d91f90a458e4436569d28d95c546ad16a398f50c9e327f1f44f4",
+          "sha1": "c856d237f9accdb61bac2bd0bb4667eb6273543b",
+          "md5": "15249453d174b608e031603e27172cf4"
         }
       ]
     },
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 19b3a09..90d627e 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 @@
-99d2e08471ec33c6df7e76d5b6cad7d6
\ No newline at end of file
+55909e0192ca446373becd2dd9ec44f2
\ 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 0365c78..30c6f58 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 @@
-862b493dfdf9b16fe47716c1f7d571bd27f6b975
\ No newline at end of file
+749de4999226895791c37ed1190783b09dd236a4
\ 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 dd4645f..95d9cc2 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 @@
-9a961fcec03ee1eda56a9f9327377484a83af3dd849568b3af19bb3d2c221920
\ No newline at end of file
+ffb322d6c45c791dcd0273dae0adb09260b054db92bd8d1bc28b4ff5bb30ac02
\ 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 9b5858f..81a201f 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 @@
-3fb080c9c620cb081f06d9a29e290628c31e35c602a00298b9b0ff6bdecac90dbc93f34c0d44833528a678c4c08ba064be2773a835d4a5f4c16a8684a25cc1e8
\ No newline at end of file
+ae471343979cc8293a877ea632079fa95cac850f3033e4fb9da045648d010b34995567e1dd303b05721945e6d109c2e669d0ad9ac4cd0ff99e74d36ebae2a267
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom
index 2de4e6c..67cec59 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Local Broadcast Manager</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/localbroadcastmanager#1.1.0-alpha02</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.md5
index f5c2395..3fe46a0 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.md5
@@ -1 +1 @@
-11817d47b24e9adeaa6162ab08716f16
\ No newline at end of file
+dcc40c5d82ebd6dd50794e8bdd767401
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha1
index bd1c9bd..b1fe56a 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha1
@@ -1 +1 @@
-d3dbb0db75c5a7e3a71daf702c6c82ffa2eafee0
\ No newline at end of file
+5b8926a793493c9417ff64468f13cdacbcb4525b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha256
index 44b6502..a9ea738 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha256
@@ -1 +1 @@
-02c23c2aa65ecb3d64cdfb95f0707d724e3b83efb00bac8a5b46ddfcb1984f48
\ No newline at end of file
+9bbd1e11119a4848e306a9d404f6cd8fa81a9c6929a5b68e1f265dcdce5ee0a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha512
index 0c1c4b0..a44037e 100644
--- a/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/localbroadcastmanager/localbroadcastmanager/1.1.0-alpha02/localbroadcastmanager-1.1.0-alpha02.pom.sha512
@@ -1 +1 @@
-65a22b7385cc6025c5564cd98d87b235724532562d7fc88bfb42acdeeae91da2cd9f9c78c119212c31ccf4bd374f901e676ccf376cf67dbedccb722f59acfc07
\ No newline at end of file
+f533dabe80ea0385112f03e95ed8d146a11461dfa7cfb7479c34422a872374643d7d690d970b5cdefecb86a2615db0f6ce21cdb3ad73fc8951018b8a6b491f9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar
deleted file mode 100644
index 9f79391..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.md5
deleted file mode 100644
index 27ba473..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-2df512635f8e7e6e8cdbf22b33c62ab1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha1
deleted file mode 100644
index 7fb92ee..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-837895b47a4b55a4d1c0947508204254f45110b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha256
deleted file mode 100644
index b8f19b6..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d997a33f0dd42c955ce6d32b717924116836f816c705f9d0bf713e195c328f19
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha512
deleted file mode 100644
index c8490aa..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0bc7e48f356527fea441512c242b78eeded8da6236c4d1ea1bfb789af461cfc30abb13711f67c75f57aabb207aaf920e04c14feac05034da5ce99405089c81b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar
deleted file mode 100644
index 9c2f5ea..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.md5
deleted file mode 100644
index 1451647..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-a4378018aebab97e72a4219e563582db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha1
deleted file mode 100644
index e8ec3e4..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4b60f32bd2476fdec97136de8388ef4487d3c9ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha256
deleted file mode 100644
index 9cf8601..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-55d6e165da63589b8a7718228074c1c7d76b9a062b63bcb9435828f2a2b817d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha512
deleted file mode 100644
index f21d432..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f59c7b28944cfc3b69b8abaf9325a80292f810c44d0cb9cb4ff66d5240ad620bfdb2b7be1aa8ce8ca2cee0236ff6f7712df0101bfabbb9fb023c581c1b9ba43a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module
deleted file mode 100644
index 2266b29..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module
+++ /dev/null
@@ -1,104 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media",
-    "module": "media",
-    "version": "1.2.0-alpha04",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media-1.2.0-alpha04.aar",
-          "url": "media-1.2.0-alpha04.aar",
-          "size": 317978,
-          "sha512": "f59c7b28944cfc3b69b8abaf9325a80292f810c44d0cb9cb4ff66d5240ad620bfdb2b7be1aa8ce8ca2cee0236ff6f7712df0101bfabbb9fb023c581c1b9ba43a",
-          "sha256": "55d6e165da63589b8a7718228074c1c7d76b9a062b63bcb9435828f2a2b817d7",
-          "sha1": "4b60f32bd2476fdec97136de8388ef4487d3c9ec",
-          "md5": "a4378018aebab97e72a4219e563582db"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media-1.2.0-alpha04.aar",
-          "url": "media-1.2.0-alpha04.aar",
-          "size": 317978,
-          "sha512": "f59c7b28944cfc3b69b8abaf9325a80292f810c44d0cb9cb4ff66d5240ad620bfdb2b7be1aa8ce8ca2cee0236ff6f7712df0101bfabbb9fb023c581c1b9ba43a",
-          "sha256": "55d6e165da63589b8a7718228074c1c7d76b9a062b63bcb9435828f2a2b817d7",
-          "sha1": "4b60f32bd2476fdec97136de8388ef4487d3c9ec",
-          "md5": "a4378018aebab97e72a4219e563582db"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media-1.2.0-alpha04-sources.jar",
-          "url": "media-1.2.0-alpha04-sources.jar",
-          "size": 136841,
-          "sha512": "0bc7e48f356527fea441512c242b78eeded8da6236c4d1ea1bfb789af461cfc30abb13711f67c75f57aabb207aaf920e04c14feac05034da5ce99405089c81b5",
-          "sha256": "d997a33f0dd42c955ce6d32b717924116836f816c705f9d0bf713e195c328f19",
-          "sha1": "837895b47a4b55a4d1c0947508204254f45110b5",
-          "md5": "2df512635f8e7e6e8cdbf22b33c62ab1"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.md5
deleted file mode 100644
index ca93d6a..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-fb35dc983640016abe6678d30249c504
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha1
deleted file mode 100644
index d852133..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-275cf411b67378ab787590807898aab8ed1ff126
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha256
deleted file mode 100644
index 38e146d..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6c12f1e9cfc3bb05fe57f4365f86906645bd8b435ae0795133ee3e2de068523d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha512
deleted file mode 100644
index 3032da2..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-56369e317c03b49fe09c48c81f780de6cdf482faf11bb4545ec3bdd1579a90bd5de4f9a17364541bcad69ea50b160625a7fd01da97f7bd7025557708e02152a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom
deleted file mode 100644
index 207e90d..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media</groupId>
-  <artifactId>media</artifactId>
-  <version>1.2.0-alpha04</version>
-  <packaging>aar</packaging>
-  <name>Android Support Library media compat</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2011</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.md5
deleted file mode 100644
index ecd186c..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-2743028a4764fbe5c9df5f89dde0601a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha1
deleted file mode 100644
index a1283c4..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a80a50e9c976cfe7e73aaa8dd4585894da35e2a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha256
deleted file mode 100644
index 6b65854..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-b9874889e3e25702374738c312f485894ae6fc2a938e46ea9a8ebd8500c762d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha512
deleted file mode 100644
index 753970a..0000000
--- a/current/androidx/m2repository/androidx/media/media/1.2.0-alpha04/media-1.2.0-alpha04.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-dcedbf7b1a531e46fb05b0237de04fd3888256c4733d55d74948d0674c448a3b9013a1a705b1efbf2a84ed74b094ed2e6d1b480af7a0a0aa293e9e9ff46460bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar
new file mode 100644
index 0000000..f3e24ee
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..1fdca62
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+57c25568043b25f1844ff769141f4ec1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..f350463
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+843837d3418132513d1542e5335c38b1d3013d98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..e251970
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+0340a9455022451af4d5df51e71f6010baed4b51635ff22cdcd88c1292639808
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..13d9053
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+49d30db533ba2cd308b21b674dbce190df5e8b4cf6c3909fbaefc7c43978d14627d4e1eb0f671945c63fbdafa2ae6028c066e66a47e979a9491b8690c8972d4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar
new file mode 100644
index 0000000..8052579
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.md5
new file mode 100644
index 0000000..1465737
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.md5
@@ -0,0 +1 @@
+566904fba80aa1f8c57a7581665617b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha1
new file mode 100644
index 0000000..042c38b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha1
@@ -0,0 +1 @@
+046406c8f9e76dc1d05ae4005dd583b587ecbb7b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha256
new file mode 100644
index 0000000..e497b21
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha256
@@ -0,0 +1 @@
+0431b3f07044656fc71ec4b611a1bb7aa9eb98d344d86d009c36ab4a9f707628
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha512
new file mode 100644
index 0000000..1498307
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.aar.sha512
@@ -0,0 +1 @@
+58feacf9e9e79b63ecfef85e3f71235f45cc23bc6789f72d050fad933da204de67194529dc8b22fb01f7faa86cb3426c8b54eb959863bc743cbc1ee97dd56a26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module
new file mode 100644
index 0000000..6b2a9dc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module
@@ -0,0 +1,104 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media",
+    "module": "media",
+    "version": "1.3.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media-1.3.0-beta01.aar",
+          "url": "media-1.3.0-beta01.aar",
+          "size": 328330,
+          "sha512": "58feacf9e9e79b63ecfef85e3f71235f45cc23bc6789f72d050fad933da204de67194529dc8b22fb01f7faa86cb3426c8b54eb959863bc743cbc1ee97dd56a26",
+          "sha256": "0431b3f07044656fc71ec4b611a1bb7aa9eb98d344d86d009c36ab4a9f707628",
+          "sha1": "046406c8f9e76dc1d05ae4005dd583b587ecbb7b",
+          "md5": "566904fba80aa1f8c57a7581665617b3"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media-1.3.0-beta01.aar",
+          "url": "media-1.3.0-beta01.aar",
+          "size": 328330,
+          "sha512": "58feacf9e9e79b63ecfef85e3f71235f45cc23bc6789f72d050fad933da204de67194529dc8b22fb01f7faa86cb3426c8b54eb959863bc743cbc1ee97dd56a26",
+          "sha256": "0431b3f07044656fc71ec4b611a1bb7aa9eb98d344d86d009c36ab4a9f707628",
+          "sha1": "046406c8f9e76dc1d05ae4005dd583b587ecbb7b",
+          "md5": "566904fba80aa1f8c57a7581665617b3"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media-1.3.0-beta01-sources.jar",
+          "url": "media-1.3.0-beta01-sources.jar",
+          "size": 140892,
+          "sha512": "49d30db533ba2cd308b21b674dbce190df5e8b4cf6c3909fbaefc7c43978d14627d4e1eb0f671945c63fbdafa2ae6028c066e66a47e979a9491b8690c8972d4b",
+          "sha256": "0340a9455022451af4d5df51e71f6010baed4b51635ff22cdcd88c1292639808",
+          "sha1": "843837d3418132513d1542e5335c38b1d3013d98",
+          "md5": "57c25568043b25f1844ff769141f4ec1"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.md5 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.md5
new file mode 100644
index 0000000..668c6b8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.md5
@@ -0,0 +1 @@
+03b25f90de0504fb90a03d23f479b8db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha1
new file mode 100644
index 0000000..8a785c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha1
@@ -0,0 +1 @@
+d6bd42391a87bd96d51b8bcf6464d086f0494948
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha256
new file mode 100644
index 0000000..ae57256
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha256
@@ -0,0 +1 @@
+750eea8f9a3660d23bf641c82d98b8d1149e1880244f0c0a4b144888c180913e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha512
new file mode 100644
index 0000000..33a85fa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.module.sha512
@@ -0,0 +1 @@
+bb58f05dc7435a4ea495df909aa52a471213b30c0892de758d3ce6b32b1f6eca2398e2a32b787f7c5e603a34dd4b4729f18ea509d207cbcd74ecbb0a3bae3e56
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom
new file mode 100644
index 0000000..bf8b2db
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media</groupId>
+  <artifactId>media</artifactId>
+  <version>1.3.0-beta01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Library media compat</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media#1.3.0-beta01</url>
+  <inceptionYear>2011</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.3.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.md5
new file mode 100644
index 0000000..0382f52
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.md5
@@ -0,0 +1 @@
+860c750701b66e5649de7866e51ffc10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha1
new file mode 100644
index 0000000..29887fb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha1
@@ -0,0 +1 @@
+44e921963a5a3f0d14cde0b253e2434b7e9ecb1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha256
new file mode 100644
index 0000000..d2b8e45
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha256
@@ -0,0 +1 @@
+ed5e95af54061bd0a1560b7e33b7ce1a017c544901c0e55c606768836dd1dbd6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha512
new file mode 100644
index 0000000..4b5dedb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media/media/1.3.0-beta01/media-1.3.0-beta01.pom.sha512
@@ -0,0 +1 @@
+9a57db172c3a150f104b3f358a846c5fe1206f9d389cb289acacf34a1208326a62f3e5bc12c09b4481f3b3ca9f867a3af2886f94b518b3dcf7f48a376d83a2bc
\ 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-sources.jar b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar
deleted file mode 100644
index 4b38939..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.md5
deleted file mode 100644
index cbb366c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b6fda2ceeb03b1cfa7345a6209af4b15
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha1
deleted file mode 100644
index bbbd60f..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e853f8526dfdaac323e622806bfbac7a4f1b3366
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha256
deleted file mode 100644
index a4c9635..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-878399cc2dec2bf9cac1bf8c89e7f13c9074a79ba7a99d584fd84db85e8c6481
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha512
deleted file mode 100644
index 0e2d3c7..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ba9431aebdcef556d9de29498f88f41f9a0bc64120c9c19753511ec3f2e8949e9f4438c08ec4481f4165ef34695115ba8a10dc283b7a089eaf56bd792db5b78e
\ 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.aar b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar
deleted file mode 100644
index 0409937..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.md5
deleted file mode 100644
index a47c7c9..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-746d536f99143b173c886f5cb1fbc91b
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index 0c7d794..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e2de1c96d7de4a1d839565c6bf3bd197a3d64aa4
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index e425284..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1ce55b4258218e47698773265d61bd3d8b41050bc2aeab0fbd585dd3e6d5b0fc
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index 2ea9256..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2d3970ab42035ae67974baa89fb4d36e3708efabca92bc23d59c34d1903036182e367c922b441f3e3992c8007c2f2d30ffea0b60337607c093515935005421f0
\ 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
deleted file mode 100644
index ae5c859..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media2",
-    "module": "media2-common",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.media",
-          "module": "media",
-          "version": {
-            "requires": "1.2.0-alpha03"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-common-1.1.0-alpha01.aar",
-          "url": "media2-common-1.1.0-alpha01.aar",
-          "size": 50129,
-          "sha512": "2d3970ab42035ae67974baa89fb4d36e3708efabca92bc23d59c34d1903036182e367c922b441f3e3992c8007c2f2d30ffea0b60337607c093515935005421f0",
-          "sha256": "1ce55b4258218e47698773265d61bd3d8b41050bc2aeab0fbd585dd3e6d5b0fc",
-          "sha1": "e2de1c96d7de4a1d839565c6bf3bd197a3d64aa4",
-          "md5": "746d536f99143b173c886f5cb1fbc91b"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.concurrent",
-          "module": "concurrent-futures",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.media",
-          "module": "media",
-          "version": {
-            "requires": "1.2.0-alpha03"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-common-1.1.0-alpha01.aar",
-          "url": "media2-common-1.1.0-alpha01.aar",
-          "size": 50129,
-          "sha512": "2d3970ab42035ae67974baa89fb4d36e3708efabca92bc23d59c34d1903036182e367c922b441f3e3992c8007c2f2d30ffea0b60337607c093515935005421f0",
-          "sha256": "1ce55b4258218e47698773265d61bd3d8b41050bc2aeab0fbd585dd3e6d5b0fc",
-          "sha1": "e2de1c96d7de4a1d839565c6bf3bd197a3d64aa4",
-          "md5": "746d536f99143b173c886f5cb1fbc91b"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-common-1.1.0-alpha01-sources.jar",
-          "url": "media2-common-1.1.0-alpha01-sources.jar",
-          "size": 40654,
-          "sha512": "ba9431aebdcef556d9de29498f88f41f9a0bc64120c9c19753511ec3f2e8949e9f4438c08ec4481f4165ef34695115ba8a10dc283b7a089eaf56bd792db5b78e",
-          "sha256": "878399cc2dec2bf9cac1bf8c89e7f13c9074a79ba7a99d584fd84db85e8c6481",
-          "sha1": "e853f8526dfdaac323e622806bfbac7a4f1b3366",
-          "md5": "b6fda2ceeb03b1cfa7345a6209af4b15"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index fc6d546..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-6fd976887588e8eec076e7f471a876e2
\ 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
deleted file mode 100644
index 05ecf72..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2733bc10b8ea442b9b32de2d57d1872635b3c3ff
\ 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
deleted file mode 100644
index 68b5230..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-847b1d14641260a59f80adb0fa12d99aa315cdac54c87dec0f470430fbd6dea0
\ 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
deleted file mode 100644
index 446bfea..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a22e91250dd2d144f03a7f0ea5040c0987e3c42650bf25b6ea78b1310bf067620f3cddf7460d0144ff6ecc720dafdff65efdf9ba1cf250254b8fc66cb520c5db
\ 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.pom b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom
deleted file mode 100644
index 9623f3e..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media2</groupId>
-  <artifactId>media2-common</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>AndroidX media2 common library</name>
-  <description>Media2 Common</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.media</groupId>
-      <artifactId>media</artifactId>
-      <version>1.2.0-alpha03</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>listenablefuture</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.concurrent</groupId>
-      <artifactId>concurrent-futures</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.md5
deleted file mode 100644
index df17ff8..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-b43999fd048935d1a6bb3bce224de5c7
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 6f0e882..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1018312e0e8ad5448a82fec84934f992ee5ec97e
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index 3432eef..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5d108841893947c5c230e0ffd8cc8650bc3cd94f8bddf87c67e57018be7076df
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 5234e73..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-common/1.1.0-alpha01/media2-common-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-96053375e3b03b3ea3fbb386f4d3599097530ca1c64b26b0bb0e88952578be72ff88ff23c5dc200bedc8c5ccf689ba2dfd98135436e0c8931b971ff0626a2750
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..d9d337f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..3cdef97
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+189d908d4da2f1fd311832556b852248
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..7b8dbc2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+dad328d1e5ea6658852f8fcc1c5e482fc82a996e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..27fe2a1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+6cd166cb4cdfd2b1855702cfdb7857841ca3a4fe87e84e9dda0502585e25870f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..d216a0a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+775782c496f72dabe249cfa4c4ea8b17f55e7b5dcfc9a81ad7424796c98a1f4c90ced613a7e7951ef27b8d94d937f05063c18bcf4837c82bbe09840c8d1d3d8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar
new file mode 100644
index 0000000..7956a67
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..9d687b4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+61e96ca823fcff873789f7cefe6b71d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..38c0b68
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+602c23f435dc4671112c3834bcea05cab1362b9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..89b195a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+4408bf1ef305291e596cc44e5c78c653161a25b69c30539833d8a90ec4e94e0e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..bb0d1e4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+32a5db524ef9529720fc68e73d1ff978b6f136581f4b74c3661420fa74e403655e9162721c93ba4bc0e5b1aa00c61ba495f42bd12f9f1bfe8ae12bf2f69604b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module
new file mode 100644
index 0000000..bebdb57
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media2",
+    "module": "media2-common",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.media",
+          "module": "media",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-common-1.2.0-alpha01.aar",
+          "url": "media2-common-1.2.0-alpha01.aar",
+          "size": 52053,
+          "sha512": "32a5db524ef9529720fc68e73d1ff978b6f136581f4b74c3661420fa74e403655e9162721c93ba4bc0e5b1aa00c61ba495f42bd12f9f1bfe8ae12bf2f69604b0",
+          "sha256": "4408bf1ef305291e596cc44e5c78c653161a25b69c30539833d8a90ec4e94e0e",
+          "sha1": "602c23f435dc4671112c3834bcea05cab1362b9a",
+          "md5": "61e96ca823fcff873789f7cefe6b71d3"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.media",
+          "module": "media",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-common-1.2.0-alpha01.aar",
+          "url": "media2-common-1.2.0-alpha01.aar",
+          "size": 52053,
+          "sha512": "32a5db524ef9529720fc68e73d1ff978b6f136581f4b74c3661420fa74e403655e9162721c93ba4bc0e5b1aa00c61ba495f42bd12f9f1bfe8ae12bf2f69604b0",
+          "sha256": "4408bf1ef305291e596cc44e5c78c653161a25b69c30539833d8a90ec4e94e0e",
+          "sha1": "602c23f435dc4671112c3834bcea05cab1362b9a",
+          "md5": "61e96ca823fcff873789f7cefe6b71d3"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-common-1.2.0-alpha01-sources.jar",
+          "url": "media2-common-1.2.0-alpha01-sources.jar",
+          "size": 40729,
+          "sha512": "775782c496f72dabe249cfa4c4ea8b17f55e7b5dcfc9a81ad7424796c98a1f4c90ced613a7e7951ef27b8d94d937f05063c18bcf4837c82bbe09840c8d1d3d8a",
+          "sha256": "6cd166cb4cdfd2b1855702cfdb7857841ca3a4fe87e84e9dda0502585e25870f",
+          "sha1": "dad328d1e5ea6658852f8fcc1c5e482fc82a996e",
+          "md5": "189d908d4da2f1fd311832556b852248"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..f1a7c57
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+7cd2893271080cd2d1e5d4e89a543c57
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..8e6f3ac
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+e64af7ec7ad167c98dd328df10ce21bf139c8f2a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..9129275
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+f04c2b090ea64d76ae178d874549266640ef1c2ac46a89c02565cc966de44576
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..565aa77
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+76033803d15347792052d974726179f0bbc9ecccf6184e83fec2d1441d45ac204e773bcbacca436a32f5c58ad14c266baf1b0d35bd5abe79b7d91971f492d9d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom
new file mode 100644
index 0000000..e06a076
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media2</groupId>
+  <artifactId>media2-common</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX media2 common library</name>
+  <description>Media2 Common</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media2#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.media</groupId>
+      <artifactId>media</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.versionedparcelable</groupId>
+      <artifactId>versionedparcelable</artifactId>
+      <version>1.1.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..508b02b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+7b9e70477c9ab641be8d01a042b567c0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..9f32bcb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+b93666ff355ab323800679f4313ce35a9b53f5bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..4b91b4f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+67a5d1a37174e1153b9e3236e1c1896da4d33726300c1a392f0a81d2ab0a45f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..47c6455
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-common/1.2.0-alpha01/media2-common-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+a17b73de801d56943835bacf19943d27084608f3875fee2ca0b1565ea78141220f70792a5f4541c03ca2200078e93af2efa42882f8e7cb10d432e33f6daa9968
\ 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.aar b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar
deleted file mode 100644
index 9292af4..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.md5
deleted file mode 100644
index d397400..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e9c6852e3e05a31e37d5a6080cf21784
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index c1d8c4f..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-16acdadf0df77add9244f9d2aa4dff82a2d26095
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index 1b07c47..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-fe98540d62761117de2c35c5ed49b27c448a99c4d62cbef765802bc69cd0ad67
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index f1ec4fe..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-88e30fb11e6ba6ed75f29bb6ae2e0c3a776ff09288c14140dddfd7cf4d5e26b2be06e0480e900a276b52c41791ff658bfbbc54ec7f13b9b65050c82428a3c46c
\ 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
deleted file mode 100644
index a9fc679..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module
+++ /dev/null
@@ -1,79 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media2",
-    "module": "media2-exoplayer",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "releaseApiPublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-api"
-      },
-      "files": [
-        {
-          "name": "media2-exoplayer-1.1.0-alpha01.aar",
-          "url": "media2-exoplayer-1.1.0-alpha01.aar",
-          "size": 1340779,
-          "sha512": "88e30fb11e6ba6ed75f29bb6ae2e0c3a776ff09288c14140dddfd7cf4d5e26b2be06e0480e900a276b52c41791ff658bfbbc54ec7f13b9b65050c82428a3c46c",
-          "sha256": "fe98540d62761117de2c35c5ed49b27c448a99c4d62cbef765802bc69cd0ad67",
-          "sha1": "16acdadf0df77add9244f9d2aa4dff82a2d26095",
-          "md5": "e9c6852e3e05a31e37d5a6080cf21784"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-exoplayer-1.1.0-alpha01.aar",
-          "url": "media2-exoplayer-1.1.0-alpha01.aar",
-          "size": 1340779,
-          "sha512": "88e30fb11e6ba6ed75f29bb6ae2e0c3a776ff09288c14140dddfd7cf4d5e26b2be06e0480e900a276b52c41791ff658bfbbc54ec7f13b9b65050c82428a3c46c",
-          "sha256": "fe98540d62761117de2c35c5ed49b27c448a99c4d62cbef765802bc69cd0ad67",
-          "sha1": "16acdadf0df77add9244f9d2aa4dff82a2d26095",
-          "md5": "e9c6852e3e05a31e37d5a6080cf21784"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-exoplayer-1.1.0-alpha01-sources.jar",
-          "url": "media2-exoplayer-1.1.0-alpha01-sources.jar",
-          "size": 261,
-          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
-          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
-          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
-          "md5": "e7e9f45eb9d74540092920528bb0abf0"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 2951a4c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-bd43ffc516fc71a752f6ad19e5f6bafc
\ 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
deleted file mode 100644
index fb7b85d..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9da0bcb0a3bcbc4c6ac43a49c364b24cc194117b
\ 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
deleted file mode 100644
index 0956613..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-41f0855cca6b5a99cdfa980dbd79bad8b51a1521158da518febbbba37dfb9e4a
\ 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
deleted file mode 100644
index 290d986..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-54c62b70317db4b7b3792d3b7e3ade396612ba301831db540e1ffa3ca60510c4c9be4f1f9b163395704cc583f1848392f0f9ba7c3eceb9223520e21a1649046c
\ 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.pom b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom
deleted file mode 100644
index 9759f5e..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media2</groupId>
-  <artifactId>media2-exoplayer</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Media2 repackaged ExoPlayer dependency</name>
-  <description>Repackaged ExoPlayer for 'media2' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.md5
deleted file mode 100644
index fa701ed..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-7d4b8e2814739d229594750ab630f785
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 22b49c4..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-760a1a7d24bd7fe33320f7d3661cde94a20d5dc5
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index d0cde78..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bc34d584ccfe9cc10b05bab0b74050b1523057a4f02872c072919598ce349b7d
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index adbfe24..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-23758f6391ff0f3a70e52034ed46667a057c9ec9ed26b04265ef4341c944c9c9cf1b0cbe107b2d16259c5db084cc1ca64b8eac4a96cb0e4fb624c0826669d7d1
\ 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-sources.jar b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar
rename to current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.md5
rename to current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha1
rename to current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha256
rename to current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/media2/media2-exoplayer/1.1.0-alpha01/media2-exoplayer-1.1.0-alpha01-sources.jar.sha512
rename to current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar
new file mode 100644
index 0000000..de9afd9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..982f66e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+30b2c56e6a77fe0f15cc944c3830cb0f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..69f46bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+a85b39d49544d0af20ca98858793bf0f63512706
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..6d8af5a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+daf5834d8a51362ef92d70b2703b2ca60ba333e5c18823029ff3506a7edd55c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..4b46697
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+2dec2c86013995ec68b2305774a9a935f46e2d311dd3549abee153d9c606a810507d512fc925aaa189db6d1644dc41f4810e0baedd26f7263bbead68aa029f4d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module
new file mode 100644
index 0000000..6641a10
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module
@@ -0,0 +1,79 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media2",
+    "module": "media2-exoplayer",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "media2-exoplayer-1.2.0-alpha01.aar",
+          "url": "media2-exoplayer-1.2.0-alpha01.aar",
+          "size": 1233620,
+          "sha512": "2dec2c86013995ec68b2305774a9a935f46e2d311dd3549abee153d9c606a810507d512fc925aaa189db6d1644dc41f4810e0baedd26f7263bbead68aa029f4d",
+          "sha256": "daf5834d8a51362ef92d70b2703b2ca60ba333e5c18823029ff3506a7edd55c5",
+          "sha1": "a85b39d49544d0af20ca98858793bf0f63512706",
+          "md5": "30b2c56e6a77fe0f15cc944c3830cb0f"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-exoplayer-1.2.0-alpha01.aar",
+          "url": "media2-exoplayer-1.2.0-alpha01.aar",
+          "size": 1233620,
+          "sha512": "2dec2c86013995ec68b2305774a9a935f46e2d311dd3549abee153d9c606a810507d512fc925aaa189db6d1644dc41f4810e0baedd26f7263bbead68aa029f4d",
+          "sha256": "daf5834d8a51362ef92d70b2703b2ca60ba333e5c18823029ff3506a7edd55c5",
+          "sha1": "a85b39d49544d0af20ca98858793bf0f63512706",
+          "md5": "30b2c56e6a77fe0f15cc944c3830cb0f"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-exoplayer-1.2.0-alpha01-sources.jar",
+          "url": "media2-exoplayer-1.2.0-alpha01-sources.jar",
+          "size": 261,
+          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
+          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
+          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
+          "md5": "e7e9f45eb9d74540092920528bb0abf0"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..d513794
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+88e865f4d10b57587dce96065a9725ad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..5f4278e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+5f3a81c80e8f75c7cbdd1f22ed72f0656a9044a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..1ecd2e1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+2f9b724b95240cd996b26a4be70c8850a8db0274b2dad6e9e251ac1110086f52
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..fc19981
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+071350c834857912a38dc51e0273a39b5eaa645bdeea414edf9cc125e2b96067311504bb7c2d3804b6a09e9a63662d1b654d2ab4e1a2faf1e74da17f4021a632
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom
new file mode 100644
index 0000000..b5abff4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media2</groupId>
+  <artifactId>media2-exoplayer</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Media2 repackaged ExoPlayer dependency</name>
+  <description>Repackaged ExoPlayer for 'media2' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media2#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..cb14fa4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+a83b8ec6e9d8a153974dd411c502125e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..e546195
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+999f9da6655435906a63b21f161ce7f50707ab59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..7aaef73
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+0dcb1cec71b8fd547b8011ce586fe035b38bbdd53c54eb7c773d0e65521de0a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..cdcf712
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-exoplayer/1.2.0-alpha01/media2-exoplayer-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+3ed7fae48f5f8a54044328fb79f97612126b2c006591ad4615527894368f067daab1c150ec488aba73f62b5455e32070bbdf873630a8f5fc282b73419efb64a6
\ 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-sources.jar b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar
deleted file mode 100644
index a3973e7..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.md5
deleted file mode 100644
index 4ae0009..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-7ac552d58c76aa53bcfb328f3b4e98e9
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha1
deleted file mode 100644
index 78a67ef..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0c77e4280c4ab3c5720f4ae09e02679e0f0b9697
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha256
deleted file mode 100644
index bb2e9ba..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a6cb0c74ab2e7dee8c0c0f92195f84d845f11098bf9cc228b624a737a34c08dc
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha512
deleted file mode 100644
index f461131..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5dd68e17d09acf36e0642a258e75809ec5f7ad4be2c98c90de39206725bfc6061e2b0be3d285877900bd3feeb936c59cdd0fae0245d8a158be3703f02a4b3b0a
\ 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.aar b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar
deleted file mode 100644
index b066c40..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.md5
deleted file mode 100644
index d9f17b3..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-5ba7ce36df958814d56dd59c270428ba
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index 6c94aa0..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7ea462e62102e467baee80d1dde6e9c4c076b153
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index f73e494..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-70e918be6eb22febb566d3ebb6c30b0227ab7b405693393cdc4b9b5a8b4981b6
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index de3555e..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2e03aa9560480bfcee916c3f51da82920b987a7ced8852ec4ed563971fa7c78d27dbc9eaf16f1f81302f1f2258a589d4a8694d4979d39bb2cc6be92b4dc74445
\ 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
deleted file mode 100644
index 531bc55..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module
+++ /dev/null
@@ -1,132 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media2",
-    "module": "media2-player",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.media2",
-          "module": "media2-common",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-player-1.1.0-alpha01.aar",
-          "url": "media2-player-1.1.0-alpha01.aar",
-          "size": 193882,
-          "sha512": "2e03aa9560480bfcee916c3f51da82920b987a7ced8852ec4ed563971fa7c78d27dbc9eaf16f1f81302f1f2258a589d4a8694d4979d39bb2cc6be92b4dc74445",
-          "sha256": "70e918be6eb22febb566d3ebb6c30b0227ab7b405693393cdc4b9b5a8b4981b6",
-          "sha1": "7ea462e62102e467baee80d1dde6e9c4c076b153",
-          "md5": "5ba7ce36df958814d56dd59c270428ba"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.concurrent",
-          "module": "concurrent-futures",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.media2",
-          "module": "media2-exoplayer",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "androidx.media2",
-          "module": "media2-common",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-player-1.1.0-alpha01.aar",
-          "url": "media2-player-1.1.0-alpha01.aar",
-          "size": 193882,
-          "sha512": "2e03aa9560480bfcee916c3f51da82920b987a7ced8852ec4ed563971fa7c78d27dbc9eaf16f1f81302f1f2258a589d4a8694d4979d39bb2cc6be92b4dc74445",
-          "sha256": "70e918be6eb22febb566d3ebb6c30b0227ab7b405693393cdc4b9b5a8b4981b6",
-          "sha1": "7ea462e62102e467baee80d1dde6e9c4c076b153",
-          "md5": "5ba7ce36df958814d56dd59c270428ba"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-player-1.1.0-alpha01-sources.jar",
-          "url": "media2-player-1.1.0-alpha01-sources.jar",
-          "size": 88046,
-          "sha512": "5dd68e17d09acf36e0642a258e75809ec5f7ad4be2c98c90de39206725bfc6061e2b0be3d285877900bd3feeb936c59cdd0fae0245d8a158be3703f02a4b3b0a",
-          "sha256": "a6cb0c74ab2e7dee8c0c0f92195f84d845f11098bf9cc228b624a737a34c08dc",
-          "sha1": "0c77e4280c4ab3c5720f4ae09e02679e0f0b9697",
-          "md5": "7ac552d58c76aa53bcfb328f3b4e98e9"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 378d1c7..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-d3a2179faeef240d046eaa92a3075f6d
\ 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
deleted file mode 100644
index faf4cd0..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-af8240d8dd5a955542fd09288a82ecd982c15d4f
\ 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
deleted file mode 100644
index a50f828..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d3c87cc7f113a614cda182050cfd05b79615133aceb15d9bb9f94f9e938da611
\ 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
deleted file mode 100644
index f5e4972..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4f7dd071bdac6bbc9c8aceed1fc4b4738381f3b43648bd631c3f89ed05dca7337a4d80368399c9262bad65bd242a735a677ef3fdfb92e7521052104657daf36e
\ 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.pom b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom
deleted file mode 100644
index 279c884..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media2</groupId>
-  <artifactId>media2-player</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>AndroidX media2 player library</name>
-  <description>Media2 Player</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.media2</groupId>
-      <artifactId>media2-common</artifactId>
-      <version>[1.1.0-alpha01]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>listenablefuture</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.concurrent</groupId>
-      <artifactId>concurrent-futures</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.media2</groupId>
-      <artifactId>media2-exoplayer</artifactId>
-      <version>[1.1.0-alpha01]</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.md5
deleted file mode 100644
index f6767ba..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-ae38b29edbb6702e869205e9c2f786f4
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 35f2afc..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-579a1b4e5a28864e7ec01107c048f35e523d5aa1
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index f789b61..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a62ac6b9599ceba8e051c5342ab4da3b639a6e5cda9ff296eb9e2ee878551f38
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 269429d..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-player/1.1.0-alpha01/media2-player-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-612a83071f59291b52eef4d0a45631677bd978444c5990ab1c7fb66d87f481d79ed01ff0341062016f2fa320981df600c661a21b61262ab3d09054af7ec32922
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..51cf122
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..6893c0b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+d0ed0247e9581afa2dd281bd8b5c4cd3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..e021f7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+b3b02a0b803d670970b13b94f9ab7551a7c0cc7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..8de91bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+c5d9803528622df7e25aa24c4bddeea6047e6ff72f00c01ffcf03e7ab0799bff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..4d68602
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+25176ee895fe6f360c9b46febc271e66494c2398a97f475935b53484a1ec976f19c39d85424ef597d4b8648ce1096426c6e59116b5051c8f1cb8e88294352828
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar
new file mode 100644
index 0000000..082b829
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..3536d3e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+04a86b9b1fe100169763415f51a5cd47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..02e39c7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+83dd918b69bebd39cac9322c2c99406cb75f88fc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..4b1ddd9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+2d32b9461681f4424b9a20c4eded741da7f27addc9056e2123881ece00334da3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..ada12ff
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+37049534678f517be9be8dbd96228b31c6c3bb706968ed30ebe3a8d792cd202e9769ce679fd8e590b8f2801f16a2ae1c1c72dc2bdcdeb246a5cebf8a7e5134f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module
new file mode 100644
index 0000000..8e57530
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module
@@ -0,0 +1,132 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media2",
+    "module": "media2-player",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.media2",
+          "module": "media2-common",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-player-1.2.0-alpha01.aar",
+          "url": "media2-player-1.2.0-alpha01.aar",
+          "size": 201105,
+          "sha512": "37049534678f517be9be8dbd96228b31c6c3bb706968ed30ebe3a8d792cd202e9769ce679fd8e590b8f2801f16a2ae1c1c72dc2bdcdeb246a5cebf8a7e5134f6",
+          "sha256": "2d32b9461681f4424b9a20c4eded741da7f27addc9056e2123881ece00334da3",
+          "sha1": "83dd918b69bebd39cac9322c2c99406cb75f88fc",
+          "md5": "04a86b9b1fe100169763415f51a5cd47"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.media2",
+          "module": "media2-exoplayer",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "androidx.media2",
+          "module": "media2-common",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-player-1.2.0-alpha01.aar",
+          "url": "media2-player-1.2.0-alpha01.aar",
+          "size": 201105,
+          "sha512": "37049534678f517be9be8dbd96228b31c6c3bb706968ed30ebe3a8d792cd202e9769ce679fd8e590b8f2801f16a2ae1c1c72dc2bdcdeb246a5cebf8a7e5134f6",
+          "sha256": "2d32b9461681f4424b9a20c4eded741da7f27addc9056e2123881ece00334da3",
+          "sha1": "83dd918b69bebd39cac9322c2c99406cb75f88fc",
+          "md5": "04a86b9b1fe100169763415f51a5cd47"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-player-1.2.0-alpha01-sources.jar",
+          "url": "media2-player-1.2.0-alpha01-sources.jar",
+          "size": 88090,
+          "sha512": "25176ee895fe6f360c9b46febc271e66494c2398a97f475935b53484a1ec976f19c39d85424ef597d4b8648ce1096426c6e59116b5051c8f1cb8e88294352828",
+          "sha256": "c5d9803528622df7e25aa24c4bddeea6047e6ff72f00c01ffcf03e7ab0799bff",
+          "sha1": "b3b02a0b803d670970b13b94f9ab7551a7c0cc7c",
+          "md5": "d0ed0247e9581afa2dd281bd8b5c4cd3"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..82ba5b7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+9000f1d46ac6939fca256ec0f7eb571e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..b319647
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+c5faa325dc1d7f162a4502ee68d9d93f624ec186
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..ced60b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+cefac225dec3573457e9a31f3dec81dff1f7080c9f4a7ff2d76da0392f404b99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..baa3468
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+bbaa7f9a0bdd3ff5d376ad4619a8e416e3128c3977d1dfe3d6d9bb5c062ef5927b1f64142bec2cfb816c1d4a1b6b69be1c087240d6340cb990d71c46da4de0cc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom
new file mode 100644
index 0000000..902cbe3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media2</groupId>
+  <artifactId>media2-player</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX media2 player library</name>
+  <description>Media2 Player</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media2#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.media2</groupId>
+      <artifactId>media2-common</artifactId>
+      <version>[1.2.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.media2</groupId>
+      <artifactId>media2-exoplayer</artifactId>
+      <version>[1.2.0-alpha01]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..ccef903
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+62f5c6872df923e85297f038cedeaf0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..581e4b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+e450eba56f39000f295280ff706c8d335ce38543
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..5430d66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+38084de14226bd7b5ee4ed0d7459c59340afefff4648bb54edc91904f9b3927e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..afc8546
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-player/1.2.0-alpha01/media2-player-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+70cb6494960a059a44eb4062ee1b1506550ddff8c862b6cfce01b3016114a1b02696ec5645aaeb3c941120ca8a8a8bc44e58053e9e443b1a00de86b43387d3b5
\ 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
deleted file mode 100644
index b129936..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index e070ee5..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-541e1e90a7214c7ef300e1d1a4d60b63
\ 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
deleted file mode 100644
index 7ad33e3..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f244bd1074efc3ea6e2a845eef2064ac812343ce
\ 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
deleted file mode 100644
index 20fb49c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-aa08d3f209f8567b7ef9c01d3522275348fe7edee1870cabe5ea59e826f53c56
\ 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
deleted file mode 100644
index e722fc6..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ee0a0ff1ad23f58045ed71fb6b06620c24c55520beae695c889cb0259c8a595b2fdd63dfbde56116d21311307cae81b6bb1829a1e9053ea6ccd08984a0d242c4
\ 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
deleted file mode 100644
index 02473b9..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index 585711b..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-4e0bb933bef2b1647d07c09c4c4e024f
\ 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
deleted file mode 100644
index 36c7378..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cb362343364a365e7eba3f4476c8a9e04d413870
\ 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
deleted file mode 100644
index 8d3bbd1..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1a1e95e875405c63fc50138ee2ebad3a43c790d1060f71785d9004d7a7242da9
\ 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
deleted file mode 100644
index 4ba0be0..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-452980da5db2bfd8aebd1693c81f53e00b0183c7fc942f2a1e1d8eb39f1e41a23420b64c172318880a0057ff03ad20dbfa54fed7107d34ceafdc55d81dcb3dc7
\ 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
deleted file mode 100644
index b451e26..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media2",
-    "module": "media2-session",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.media2",
-          "module": "media2-common",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-session-1.1.0-alpha01.aar",
-          "url": "media2-session-1.1.0-alpha01.aar",
-          "size": 554442,
-          "sha512": "452980da5db2bfd8aebd1693c81f53e00b0183c7fc942f2a1e1d8eb39f1e41a23420b64c172318880a0057ff03ad20dbfa54fed7107d34ceafdc55d81dcb3dc7",
-          "sha256": "1a1e95e875405c63fc50138ee2ebad3a43c790d1060f71785d9004d7a7242da9",
-          "sha1": "cb362343364a365e7eba3f4476c8a9e04d413870",
-          "md5": "4e0bb933bef2b1647d07c09c4c4e024f"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.concurrent",
-          "module": "concurrent-futures",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.media2",
-          "module": "media2-common",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        },
-        {
-          "group": "com.google.guava",
-          "module": "listenablefuture",
-          "version": {
-            "requires": "1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-session-1.1.0-alpha01.aar",
-          "url": "media2-session-1.1.0-alpha01.aar",
-          "size": 554442,
-          "sha512": "452980da5db2bfd8aebd1693c81f53e00b0183c7fc942f2a1e1d8eb39f1e41a23420b64c172318880a0057ff03ad20dbfa54fed7107d34ceafdc55d81dcb3dc7",
-          "sha256": "1a1e95e875405c63fc50138ee2ebad3a43c790d1060f71785d9004d7a7242da9",
-          "sha1": "cb362343364a365e7eba3f4476c8a9e04d413870",
-          "md5": "4e0bb933bef2b1647d07c09c4c4e024f"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-session-1.1.0-alpha01-sources.jar",
-          "url": "media2-session-1.1.0-alpha01-sources.jar",
-          "size": 156798,
-          "sha512": "ee0a0ff1ad23f58045ed71fb6b06620c24c55520beae695c889cb0259c8a595b2fdd63dfbde56116d21311307cae81b6bb1829a1e9053ea6ccd08984a0d242c4",
-          "sha256": "aa08d3f209f8567b7ef9c01d3522275348fe7edee1870cabe5ea59e826f53c56",
-          "sha1": "f244bd1074efc3ea6e2a845eef2064ac812343ce",
-          "md5": "541e1e90a7214c7ef300e1d1a4d60b63"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 6a4b90d..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-da5c446b12de6b619f81427f6ecf65c5
\ 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
deleted file mode 100644
index 41edd3c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8fe32d65edb7bc262ab588491ca9f6836bcc64f1
\ 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
deleted file mode 100644
index 2bcb73b..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1a7876d29df3b8c97f455b3aca4ea6d45a15e0e42a9532c573a91a4cd97b6e4e
\ 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
deleted file mode 100644
index 647028a..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-356b13069b34fa16e7cecc29a71519acc286d608fb86f0b8f1c48b0dd1901e9d415cfe4caa555069daefece2aff3f7635e31d6dd66b0509e479b0e4a57bc8e56
\ 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.pom b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom
deleted file mode 100644
index 0c532f1..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media2</groupId>
-  <artifactId>media2-session</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>AndroidX media2 session library</name>
-  <description>Media2 Session</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.media2</groupId>
-      <artifactId>media2-common</artifactId>
-      <version>[1.1.0-alpha01]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>listenablefuture</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.concurrent</groupId>
-      <artifactId>concurrent-futures</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.md5
deleted file mode 100644
index 368200b..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-c6ed6795b6371d5488e115319745db5e
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 8c0934e..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-18981b2ed1495bf532918cbd9930437fa91398f1
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index a66ec6e..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e5d546cca19be9cb2a59556578219f18cf82fdb6ac839a6324033abe9eb3a879
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 7d94dd2..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-session/1.1.0-alpha01/media2-session-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7586c7f387323f925f519071d125baa48747bd50781a1b24a9efa2b2379ce73b875a248a199f162315eae89488ed68bfa5ff4afaa86217fc16f845c102e185b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..2623fd3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..7a8fcf1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+b532418321f5158372a4a7ec0c99bf82
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..540cb3f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+4946f7c07736a4eb6a6e657f4ca38ad2ec583f45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..deb1b97
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+458bd3e5712ebad4d056aa028c957df24289ddc906267fa82bfb98614b14360e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..17624b0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+58793fa90b62ccf1a8d58d6205287e0b6a5b4d32f2bf8bc906b0cc387dabd7a6567c31d99503aaa747eac2c1f9ee750dff81153531dba69c0c65edf47a81a3f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar
new file mode 100644
index 0000000..34c15b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..07dc0c3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+74db64ee290e21ce5c1ff3c4e2ef1ed1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..6a8065d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+0883121e014d804cfa6d5072f56ab434e17a6dbe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..2e8c9b1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+f3ce0f89402dafcb6f430987d0f5438735e3fb689751b2aa542a16b2524ccef5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..bc17760
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+5250f5e4a6989e6a1a23efd1600d741db5ab4a9dad3d7501db2195b3024bd3b9f49f37e55922aa4a4f523cbff23d9adc02eb3c44b7a984ab6647eeddb9cf1c33
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module
new file mode 100644
index 0000000..052e64c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module
@@ -0,0 +1,125 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media2",
+    "module": "media2-session",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.media2",
+          "module": "media2-common",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-session-1.2.0-alpha01.aar",
+          "url": "media2-session-1.2.0-alpha01.aar",
+          "size": 572278,
+          "sha512": "5250f5e4a6989e6a1a23efd1600d741db5ab4a9dad3d7501db2195b3024bd3b9f49f37e55922aa4a4f523cbff23d9adc02eb3c44b7a984ab6647eeddb9cf1c33",
+          "sha256": "f3ce0f89402dafcb6f430987d0f5438735e3fb689751b2aa542a16b2524ccef5",
+          "sha1": "0883121e014d804cfa6d5072f56ab434e17a6dbe",
+          "md5": "74db64ee290e21ce5c1ff3c4e2ef1ed1"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.media2",
+          "module": "media2-common",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-session-1.2.0-alpha01.aar",
+          "url": "media2-session-1.2.0-alpha01.aar",
+          "size": 572278,
+          "sha512": "5250f5e4a6989e6a1a23efd1600d741db5ab4a9dad3d7501db2195b3024bd3b9f49f37e55922aa4a4f523cbff23d9adc02eb3c44b7a984ab6647eeddb9cf1c33",
+          "sha256": "f3ce0f89402dafcb6f430987d0f5438735e3fb689751b2aa542a16b2524ccef5",
+          "sha1": "0883121e014d804cfa6d5072f56ab434e17a6dbe",
+          "md5": "74db64ee290e21ce5c1ff3c4e2ef1ed1"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-session-1.2.0-alpha01-sources.jar",
+          "url": "media2-session-1.2.0-alpha01-sources.jar",
+          "size": 158696,
+          "sha512": "58793fa90b62ccf1a8d58d6205287e0b6a5b4d32f2bf8bc906b0cc387dabd7a6567c31d99503aaa747eac2c1f9ee750dff81153531dba69c0c65edf47a81a3f3",
+          "sha256": "458bd3e5712ebad4d056aa028c957df24289ddc906267fa82bfb98614b14360e",
+          "sha1": "4946f7c07736a4eb6a6e657f4ca38ad2ec583f45",
+          "md5": "b532418321f5158372a4a7ec0c99bf82"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..834ab8a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+66a99df35b47f4475ff05d89066f8218
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..761b90d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+4f2710adf9e38c7ee6af7bbff429ecf62dcfedba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..cc3459f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+d7e296b6ddf6e1fb62ef14ca6189ff2e8c3b51da40bdecbadc71b756c5722a73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..b754ea1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+13277b158492d69ff65f12d3b3b61d13d81dbcff42aead1e4de970b1e3088937df08635da4c51d67aa09442fb23a8366d9907b3faa3fd86bc0706ff8e024d5a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom
new file mode 100644
index 0000000..952715c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media2</groupId>
+  <artifactId>media2-session</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX media2 session library</name>
+  <description>Media2 Session</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media2#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.media2</groupId>
+      <artifactId>media2-common</artifactId>
+      <version>[1.2.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.concurrent</groupId>
+      <artifactId>concurrent-futures</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..022ce02
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+59aa1ed9f618bef35e7ce9ce42c5e3f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..df1aed6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+770506ee93415f306c67dd06dbbbe7a9ec2a04b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..6f53580
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+e03e2bc94fed6780a07936d7327d29e0b23eaba4369d216febb9b117deae4b1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..c5b4843
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-session/1.2.0-alpha01/media2-session-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+4508fba929365759cf9c05a7530090c9e0522383a424571fc70317c05582e257698c4f6b51343ae6f64d4f186f5a990e99e8ec03135aa19186862a9e075daffd
\ 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-sources.jar b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar
deleted file mode 100644
index 8ba411b..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.md5
deleted file mode 100644
index 3c9c6e4..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-871de889aaa7f319ca7639bb3491ca7c
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha1
deleted file mode 100644
index 94fb881..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5c2c3d8a879b13e16321fa7b058ea3c70fc06533
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha256
deleted file mode 100644
index da706be..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2f7ed3e3d67047c93f030a126a07816eb4f31e479ba7fee4a575e585771d5e89
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha512
deleted file mode 100644
index 917950d..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8bcf8020865e26d61fd4654b91980b4d753a6feba4b48e50b69a60b4302a7c8551b170215ca267a02d076044e5b7c26e7521c8a22e240679a187bce0fc6c6592
\ 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.aar b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar
deleted file mode 100644
index c54686c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.md5
deleted file mode 100644
index 5de80e8..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e9589f7423ec9d72294f0f0528cdbf13
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index c373e8b..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3becaa771e47dff34fafa1867ec2d143739bc290
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index 52d18f8..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-70ba8a6de8bac3506ab9d6bcd9f1bee627c8c433191164a7bf430264e6dbc4fd
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index ea1dbf0..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4acbb13249eddb3f5f64f830224a1640a946f3250de2c7e3662e70346b0bdee76ba41a865332157dab5f91bf2f73c448e40aecc28df35fd4312b4f6de84574f2
\ 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
deleted file mode 100644
index 1214142..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.media2",
-    "module": "media2-widget",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.media2",
-          "module": "media2-session",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-widget-1.1.0-alpha01.aar",
-          "url": "media2-widget-1.1.0-alpha01.aar",
-          "size": 452778,
-          "sha512": "4acbb13249eddb3f5f64f830224a1640a946f3250de2c7e3662e70346b0bdee76ba41a865332157dab5f91bf2f73c448e40aecc28df35fd4312b4f6de84574f2",
-          "sha256": "70ba8a6de8bac3506ab9d6bcd9f1bee627c8c433191164a7bf430264e6dbc4fd",
-          "sha1": "3becaa771e47dff34fafa1867ec2d143739bc290",
-          "md5": "e9589f7423ec9d72294f0f0528cdbf13"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.2"
-          }
-        },
-        {
-          "group": "androidx.palette",
-          "module": "palette",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.media2",
-          "module": "media2-session",
-          "version": {
-            "requires": "1.1.0-alpha01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "media2-widget-1.1.0-alpha01.aar",
-          "url": "media2-widget-1.1.0-alpha01.aar",
-          "size": 452778,
-          "sha512": "4acbb13249eddb3f5f64f830224a1640a946f3250de2c7e3662e70346b0bdee76ba41a865332157dab5f91bf2f73c448e40aecc28df35fd4312b4f6de84574f2",
-          "sha256": "70ba8a6de8bac3506ab9d6bcd9f1bee627c8c433191164a7bf430264e6dbc4fd",
-          "sha1": "3becaa771e47dff34fafa1867ec2d143739bc290",
-          "md5": "e9589f7423ec9d72294f0f0528cdbf13"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "media2-widget-1.1.0-alpha01-sources.jar",
-          "url": "media2-widget-1.1.0-alpha01-sources.jar",
-          "size": 90177,
-          "sha512": "8bcf8020865e26d61fd4654b91980b4d753a6feba4b48e50b69a60b4302a7c8551b170215ca267a02d076044e5b7c26e7521c8a22e240679a187bce0fc6c6592",
-          "sha256": "2f7ed3e3d67047c93f030a126a07816eb4f31e479ba7fee4a575e585771d5e89",
-          "sha1": "5c2c3d8a879b13e16321fa7b058ea3c70fc06533",
-          "md5": "871de889aaa7f319ca7639bb3491ca7c"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 138b7a4..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-38c115efa574911f804387c66c135061
\ 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
deleted file mode 100644
index 688e68c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-301b69d56c708c96016c4dfc9aa93e573798a512
\ 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
deleted file mode 100644
index 29ebfac..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1fdd167967b893cea42a1eedda2dd0fef643f7c154b957af69a66f86e4870e60
\ 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
deleted file mode 100644
index 5f62ff3..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9d0db91864082e2a223592195e53bb9b741eb30142fe69c31db16fc208cafb4b9ba57b6e3ef0ca0182363f36e187b2e5c877d686547ee94cedbcb52f9434682f
\ 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.pom b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom
deleted file mode 100644
index e7403ed..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.media2</groupId>
-  <artifactId>media2-widget</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>AndroidX media2 widget library</name>
-  <description>AndroidX Media2 Widget</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.media2</groupId>
-      <artifactId>media2-session</artifactId>
-      <version>[1.1.0-alpha01]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.0.2</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.palette</groupId>
-      <artifactId>palette</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.md5
deleted file mode 100644
index 997c119..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-063d0060ad43526781eb402815dba6a5
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 0112650..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-22b7be1345d8db2af76e8299ed40ab93a6654e25
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index 2b77915..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ad25db2dd1fb07c20a17c7472e4ccfb377c8e9e9988d5a374d2bca0f2d77e215
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 949a60c..0000000
--- a/current/androidx/m2repository/androidx/media2/media2-widget/1.1.0-alpha01/media2-widget-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-88466f42fcd295fab459fcef17901481b76036cb87bba32dcedc2ea425e0ad3a1bfe3cd247dec2a94a130b1a5f03f3a5279594fc76c747a2a31b13db414dc895
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..a95d524
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..2296b1f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+6078c20d243764c55c4daa1196fe0193
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..121ca9b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+491b7faafee31560a2123f11771ba3579341782a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..3148265
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+0ddbc85859035eba4b1d9059e4a3982632888ba5513b95130f954b265dd83eb0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..1c1d15b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+6d1bb0fad5fd8892d0649509236dae855c23759d33cb0660dcd122445864a740c3c53d7fb3ffa160a610fe3172469ab89fe120483a7d56b692f343931f37cd89
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar
new file mode 100644
index 0000000..f72b2a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..1b4f3e3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+9603676a19bcd22cbf2ef1ba8d591f29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..0e4f6f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+56fff92c89096c6b7a591defd2c4125e81ab2c10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..6ced716
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+7ffc4be87ca8fa36f6d22d3ffbce8ea0762a588b6c5240d707407408d19279b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..78aa5eb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+1dfe77766503d57f6d720db25182e9681f9951e47bf102fd62e9d9dcbcc41f42ce4b9be2650442b1675e47b87db64669a54ac002f1b594f7a8d77597ddb6a845
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module
new file mode 100644
index 0000000..b4b5761
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.media2",
+    "module": "media2-widget",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.media2",
+          "module": "media2-session",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-widget-1.2.0-alpha01.aar",
+          "url": "media2-widget-1.2.0-alpha01.aar",
+          "size": 457764,
+          "sha512": "1dfe77766503d57f6d720db25182e9681f9951e47bf102fd62e9d9dcbcc41f42ce4b9be2650442b1675e47b87db64669a54ac002f1b594f7a8d77597ddb6a845",
+          "sha256": "7ffc4be87ca8fa36f6d22d3ffbce8ea0762a588b6c5240d707407408d19279b5",
+          "sha1": "56fff92c89096c6b7a591defd2c4125e81ab2c10",
+          "md5": "9603676a19bcd22cbf2ef1ba8d591f29"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.palette",
+          "module": "palette",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.media2",
+          "module": "media2-session",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "media2-widget-1.2.0-alpha01.aar",
+          "url": "media2-widget-1.2.0-alpha01.aar",
+          "size": 457764,
+          "sha512": "1dfe77766503d57f6d720db25182e9681f9951e47bf102fd62e9d9dcbcc41f42ce4b9be2650442b1675e47b87db64669a54ac002f1b594f7a8d77597ddb6a845",
+          "sha256": "7ffc4be87ca8fa36f6d22d3ffbce8ea0762a588b6c5240d707407408d19279b5",
+          "sha1": "56fff92c89096c6b7a591defd2c4125e81ab2c10",
+          "md5": "9603676a19bcd22cbf2ef1ba8d591f29"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "media2-widget-1.2.0-alpha01-sources.jar",
+          "url": "media2-widget-1.2.0-alpha01-sources.jar",
+          "size": 90195,
+          "sha512": "6d1bb0fad5fd8892d0649509236dae855c23759d33cb0660dcd122445864a740c3c53d7fb3ffa160a610fe3172469ab89fe120483a7d56b692f343931f37cd89",
+          "sha256": "0ddbc85859035eba4b1d9059e4a3982632888ba5513b95130f954b265dd83eb0",
+          "sha1": "491b7faafee31560a2123f11771ba3579341782a",
+          "md5": "6078c20d243764c55c4daa1196fe0193"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..e92351d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+179c91017364a0f59eabef9203b34d99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..4ae09db
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+fa62e3cc5865ee68f6bb48ab2208c4f4014db7d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..b85edc3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+60526cc1f1883b53f59a515d527eed39ea34a256e9fdfa632c6f52cc906c542f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..7b40530
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+fd9595ef1bb6d3fb26b1dc12609a0c55cc9242a6af710494f621d4a5608da83467792d75f5cfce242162bd7421e157bd66e02f4552994c02b6fe73360393f239
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom
new file mode 100644
index 0000000..a9505c5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.media2</groupId>
+  <artifactId>media2-widget</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>AndroidX media2 widget library</name>
+  <description>AndroidX Media2 Widget</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/media2#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.media2</groupId>
+      <artifactId>media2-session</artifactId>
+      <version>[1.2.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.palette</groupId>
+      <artifactId>palette</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..b5571b7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+acd36c47d7855e0fa11ac0ae889f15f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..06dca18
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+9792db878356c3b727f3634a0846ff454a6b633e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..73188a3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+b264fe18e30a91dac63e54ba4d3bc7d053823fdd7c06acfe7dde78fc04d5f83b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..09f33e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/media2/media2-widget/1.2.0-alpha01/media2-widget-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+75ec757240355e6e84598b90224ba7ec5b14bf1424b0cbaf21adfb905fc4702c6c9608b4e3cac8f0fecf6508560f0c2c8f48e1b9fcc8f1fd4556676171be7e58
\ 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
deleted file mode 100644
index 9a2aff8..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index 63afdd6..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-c275e8b2e55a49ece69af2baba5a3a9e
\ 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
deleted file mode 100644
index 72a9ace..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-36b52e2bf5dc595950cdc052394908a8709ad91d
\ 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
deleted file mode 100644
index 8c95fae..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0e0ffbb636494cf5012c9e03b48cacb326def9f99984729374801a0fe075ace0
\ 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
deleted file mode 100644
index 0280c15..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e306f8fa1ae45d33a7ecdd111c56933b647fc5b9c415decfc51d7a56c38be31e37202c645054b583aca734f87049dab0d1273a2062b189b3938c8de245653b38
\ 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
deleted file mode 100644
index 37bfcad..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index 1be4bff..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-f51aac3599f6d1c92aed7b04b3af310a
\ 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
deleted file mode 100644
index f425029..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1343cb9d665cdd8b2589cb0780ae56d62a680910
\ 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
deleted file mode 100644
index 87823e2..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-62e1c5d41c809284cbf10f3344f11aebb5094178ce421d78448ce582430da4bc
\ 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
deleted file mode 100644
index 2ae6e07..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-34e792665bd68cf55c550e7c49821dad2a8de0db9d8c3a9f0e936ebbb6a81563b45ea4cecfd90765887eac6e413ff5e0860aa2ab0194a0f4393a829e8b980834
\ 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
deleted file mode 100644
index 28f12ff..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.mediarouter",
-    "module": "mediarouter",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.media",
-          "module": "media",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "mediarouter-1.2.0-alpha01.aar",
-          "url": "mediarouter-1.2.0-alpha01.aar",
-          "size": 721557,
-          "sha512": "34e792665bd68cf55c550e7c49821dad2a8de0db9d8c3a9f0e936ebbb6a81563b45ea4cecfd90765887eac6e413ff5e0860aa2ab0194a0f4393a829e8b980834",
-          "sha256": "62e1c5d41c809284cbf10f3344f11aebb5094178ce421d78448ce582430da4bc",
-          "sha1": "1343cb9d665cdd8b2589cb0780ae56d62a680910",
-          "md5": "f51aac3599f6d1c92aed7b04b3af310a"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-beta01"
-          }
-        },
-        {
-          "group": "androidx.appcompat",
-          "module": "appcompat",
-          "version": {
-            "requires": "1.0.2"
-          }
-        },
-        {
-          "group": "androidx.palette",
-          "module": "palette",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.media",
-          "module": "media",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "mediarouter-1.2.0-alpha01.aar",
-          "url": "mediarouter-1.2.0-alpha01.aar",
-          "size": 721557,
-          "sha512": "34e792665bd68cf55c550e7c49821dad2a8de0db9d8c3a9f0e936ebbb6a81563b45ea4cecfd90765887eac6e413ff5e0860aa2ab0194a0f4393a829e8b980834",
-          "sha256": "62e1c5d41c809284cbf10f3344f11aebb5094178ce421d78448ce582430da4bc",
-          "sha1": "1343cb9d665cdd8b2589cb0780ae56d62a680910",
-          "md5": "f51aac3599f6d1c92aed7b04b3af310a"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "mediarouter-1.2.0-alpha01-sources.jar",
-          "url": "mediarouter-1.2.0-alpha01-sources.jar",
-          "size": 180775,
-          "sha512": "e306f8fa1ae45d33a7ecdd111c56933b647fc5b9c415decfc51d7a56c38be31e37202c645054b583aca734f87049dab0d1273a2062b189b3938c8de245653b38",
-          "sha256": "0e0ffbb636494cf5012c9e03b48cacb326def9f99984729374801a0fe075ace0",
-          "sha1": "36b52e2bf5dc595950cdc052394908a8709ad91d",
-          "md5": "c275e8b2e55a49ece69af2baba5a3a9e"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index e354055..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-4244293b1a5371a38c09eff8359c7774
\ 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
deleted file mode 100644
index a4f7093..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-af5920e8fa21814bb3396bc0c971d2178257aeab
\ 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
deleted file mode 100644
index 107267f..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-de635714d9967537072c813053fe7012292589eeb89f986ef5b671f8491b5081
\ 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
deleted file mode 100644
index e7ca6d4..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c991d79819d51a8e4ebbef4fb908605834c2702b081c9388d37b26b3048353b4597f477c47862547910a3ddaf8523e839a8bf11deb871093951e1f68bad8df6e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom
deleted file mode 100644
index 2020d70..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.mediarouter</groupId>
-  <artifactId>mediarouter</artifactId>
-  <version>1.2.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android MediaRouter Support Library</name>
-  <description>Android MediaRouter Support Library</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2013</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.media</groupId>
-      <artifactId>media</artifactId>
-      <version>1.2.0-alpha04</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.3.0-beta01</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.appcompat</groupId>
-      <artifactId>appcompat</artifactId>
-      <version>1.0.2</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.palette</groupId>
-      <artifactId>palette</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.md5
deleted file mode 100644
index dca7cc4..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-33202de7744b75047430346b581d7739
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index 62b1df4..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cdf9c9ebc89487341ca2f5d2eb401cc4201ad357
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index 1e239ce..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a6b4ffb2e89a104a60221b4f691d642af3641d70679e9207caf051e763d1c7fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index e754421..0000000
--- a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.2.0-alpha01/mediarouter-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-334b6538fbd5b48a831b39da74b87028ac0c5378b8c3e403d79a0211361989a67e8efaa7ddb4dd7a6a73dd93e7bdae9087ca4e0e56339cc62e7386c493b08976
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar
new file mode 100644
index 0000000..973b64b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..35040c7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+8e20600a48b1f5ee000c08d635b35b38
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..62ae3fd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+5e09ffb7d8b0703b658cf09d0dd43d6eb2797393
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..ad68ffe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+885baf1a7aa626507684cda19cbe756213c3a5f2f1ec09f051e2b38c75979117
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..f8567be
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+ca8010957b74df948d993a03b99c9f730102a4fe64dddd30f3e7dc71ac16a270150c4042684648ac7b3a91f2fbac94dc90d71feb9d0f49bb2b18cc63d6350003
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar
new file mode 100644
index 0000000..8b1fc98
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.md5
new file mode 100644
index 0000000..3e5f25c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.md5
@@ -0,0 +1 @@
+fe2aacf5aae67eb70db72aa669ee8be1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha1
new file mode 100644
index 0000000..fcc42f7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+798be36ccea839206cabde505d2c8f3ceaec1411
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha256
new file mode 100644
index 0000000..53111c5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+97e8bbd40cb1407162f43f1769dfae28daa2fffb05c19922e80615e0e09be2b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha512
new file mode 100644
index 0000000..53298b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+8db45f04bffb3b2d51d90c0d775f80fddb84eed8d82ccab8f59a163f7cd3953e9b7357128b713c03710949600bed41bc9b75f6d2a3b0cb7eaac4b8e7f8f89210
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module
new file mode 100644
index 0000000..f01611b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.mediarouter",
+    "module": "mediarouter",
+    "version": "1.3.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.media",
+          "module": "media",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "mediarouter-1.3.0-alpha01.aar",
+          "url": "mediarouter-1.3.0-alpha01.aar",
+          "size": 761564,
+          "sha512": "8db45f04bffb3b2d51d90c0d775f80fddb84eed8d82ccab8f59a163f7cd3953e9b7357128b713c03710949600bed41bc9b75f6d2a3b0cb7eaac4b8e7f8f89210",
+          "sha256": "97e8bbd40cb1407162f43f1769dfae28daa2fffb05c19922e80615e0e09be2b5",
+          "sha1": "798be36ccea839206cabde505d2c8f3ceaec1411",
+          "md5": "fe2aacf5aae67eb70db72aa669ee8be1"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.palette",
+          "module": "palette",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat-resources",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.media",
+          "module": "media",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "mediarouter-1.3.0-alpha01.aar",
+          "url": "mediarouter-1.3.0-alpha01.aar",
+          "size": 761564,
+          "sha512": "8db45f04bffb3b2d51d90c0d775f80fddb84eed8d82ccab8f59a163f7cd3953e9b7357128b713c03710949600bed41bc9b75f6d2a3b0cb7eaac4b8e7f8f89210",
+          "sha256": "97e8bbd40cb1407162f43f1769dfae28daa2fffb05c19922e80615e0e09be2b5",
+          "sha1": "798be36ccea839206cabde505d2c8f3ceaec1411",
+          "md5": "fe2aacf5aae67eb70db72aa669ee8be1"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "mediarouter-1.3.0-alpha01-sources.jar",
+          "url": "mediarouter-1.3.0-alpha01-sources.jar",
+          "size": 196755,
+          "sha512": "ca8010957b74df948d993a03b99c9f730102a4fe64dddd30f3e7dc71ac16a270150c4042684648ac7b3a91f2fbac94dc90d71feb9d0f49bb2b18cc63d6350003",
+          "sha256": "885baf1a7aa626507684cda19cbe756213c3a5f2f1ec09f051e2b38c75979117",
+          "sha1": "5e09ffb7d8b0703b658cf09d0dd43d6eb2797393",
+          "md5": "8e20600a48b1f5ee000c08d635b35b38"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.md5
new file mode 100644
index 0000000..d114781
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.md5
@@ -0,0 +1 @@
+4083cb38d3b75da23f06e2ef7b12e345
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha1
new file mode 100644
index 0000000..098b5d6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha1
@@ -0,0 +1 @@
+1f4353bd3c5384cd04a593a1960ad109644d041b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha256
new file mode 100644
index 0000000..a365f75
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha256
@@ -0,0 +1 @@
+77a05861a17b0206cdd71bde9ee9e26de3bfb680505e3c17f2b7dd5df61badc8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha512
new file mode 100644
index 0000000..27bb7ef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.module.sha512
@@ -0,0 +1 @@
+8ebdb52453932213e07e8133c10483b4a0d2bac6d4392fdf8e65820d2c4980b79c8999080b091251998acabbea1249bca01767cdb0a0f8de23a909782d0914dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom
new file mode 100644
index 0000000..f7cbb75
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.mediarouter</groupId>
+  <artifactId>mediarouter</artifactId>
+  <version>1.3.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android MediaRouter Support Library</name>
+  <description>Android MediaRouter Support Library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/mediarouter#1.3.0-alpha01</url>
+  <inceptionYear>2013</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.media</groupId>
+      <artifactId>media</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.palette</groupId>
+      <artifactId>palette</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat-resources</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.md5
new file mode 100644
index 0000000..9776508
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.md5
@@ -0,0 +1 @@
+1a72201ecb1857a644b6ab29403af7ce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha1
new file mode 100644
index 0000000..78fd09a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8f220fb0ec42221f0c5b5ea7d3306d97e86735de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha256
new file mode 100644
index 0000000..e01028c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+eef6a59b40469259fc0b02e933d077359a677e3206b6b708a5830c9aa0fe0af4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha512
new file mode 100644
index 0000000..03903aa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/mediarouter/mediarouter/1.3.0-alpha01/mediarouter-1.3.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+4ce018db8e50eb6cbfbefab56ae1d9bd896bda684626e507051d174850a14394760bd8bec40991c0e8cdcb17a824e3dd6c871330dae523150230f435df97413a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar
index 7304802..37d1811 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.md5
index 8829d4e..fc71ff5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-7a3b42155cd6aca62a286819294a8545
\ No newline at end of file
+d9c539e22b25aaec3db9fbb9065da13f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha1
index 9202af7..67b6cbf 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-1a3ce7c2b9dcc97c1d25ef6ab8e016b5a76de983
\ No newline at end of file
+40e59ca2d91321afb8dea5e3c94ce7523fb39ae6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha256
index b84b1f7..3b75558 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-3785b406ae010b5b2080a61ac30f34473414c7b49bd07f0c0ade32ab204c931a
\ No newline at end of file
+1408e6daff48760e6a074763e5448834b1000b033827074d417865fe594d8f45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha512
index 799bc63..e64dfc4 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-2e660b763af1be2ce6c7a11a357707f4b2661e1d087d7cd0f5b7d3ea35d274ed1e7be631eef53f23c25dac96233c22a2b88f801d44d276d15f50fe873cc9f0bb
\ No newline at end of file
+5220982401f9df7a567e5bb6016c96a19abceebad23e9335c1969e6823217d40b62c70e10a97eef85681a3540edcddbdb4127c95c67b0b15a6f5fa9aa5d6a989
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar
index 2aa8bba..2405a6a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.md5
index 8b5fd5d..b0c1594 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-652409531238bef0407dd63c1ea747e1
\ No newline at end of file
+8e6c41726165337d3c8b25ef6e281e2d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha1
index b4570c5..bc63bb6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-c70d034a4b501085c7c47edf4f13a7fbebfda3cd
\ No newline at end of file
+ac0479c8c9a15c61a721bb28382970860ba0a336
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha256
index e69ee39..17d076f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-d4e74090752519545cb95b916ed5ec0c9d80e80567a33cda25caa7a2f0e6d611
\ No newline at end of file
+0ef17d1e92b6d33495d2f40e8bcdc09703e3a6008552a1f20085e69a623aea53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha512
index 115fc53..89a377c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-58193dbfa89f0e03330c5bf6d183c4f6317b8d00203642fecb30bba35273b61f001bdf32e4c80971ad4542e7a813ddd934dcc381c42dcb5523955053422ce509
\ No newline at end of file
+e7a78da5044c90a89f901fbcc920abf0a4a4945e300a83079495b7cd8ce56788b0e289d8e16b754249989e84a9a9e494e02b8fcfd535a773f2c1f9ee5cec41f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module
index ca4bae1..3e19786 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -35,7 +35,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -43,11 +43,11 @@
         {
           "name": "navigation-common-ktx-2.4.0-alpha01.aar",
           "url": "navigation-common-ktx-2.4.0-alpha01.aar",
-          "size": 26408,
-          "sha512": "58193dbfa89f0e03330c5bf6d183c4f6317b8d00203642fecb30bba35273b61f001bdf32e4c80971ad4542e7a813ddd934dcc381c42dcb5523955053422ce509",
-          "sha256": "d4e74090752519545cb95b916ed5ec0c9d80e80567a33cda25caa7a2f0e6d611",
-          "sha1": "c70d034a4b501085c7c47edf4f13a7fbebfda3cd",
-          "md5": "652409531238bef0407dd63c1ea747e1"
+          "size": 26861,
+          "sha512": "e7a78da5044c90a89f901fbcc920abf0a4a4945e300a83079495b7cd8ce56788b0e289d8e16b754249989e84a9a9e494e02b8fcfd535a773f2c1f9ee5cec41f5",
+          "sha256": "0ef17d1e92b6d33495d2f40e8bcdc09703e3a6008552a1f20085e69a623aea53",
+          "sha1": "ac0479c8c9a15c61a721bb28382970860ba0a336",
+          "md5": "8e6c41726165337d3c8b25ef6e281e2d"
         }
       ]
     },
@@ -71,7 +71,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         },
         {
@@ -93,11 +93,11 @@
         {
           "name": "navigation-common-ktx-2.4.0-alpha01.aar",
           "url": "navigation-common-ktx-2.4.0-alpha01.aar",
-          "size": 26408,
-          "sha512": "58193dbfa89f0e03330c5bf6d183c4f6317b8d00203642fecb30bba35273b61f001bdf32e4c80971ad4542e7a813ddd934dcc381c42dcb5523955053422ce509",
-          "sha256": "d4e74090752519545cb95b916ed5ec0c9d80e80567a33cda25caa7a2f0e6d611",
-          "sha1": "c70d034a4b501085c7c47edf4f13a7fbebfda3cd",
-          "md5": "652409531238bef0407dd63c1ea747e1"
+          "size": 26861,
+          "sha512": "e7a78da5044c90a89f901fbcc920abf0a4a4945e300a83079495b7cd8ce56788b0e289d8e16b754249989e84a9a9e494e02b8fcfd535a773f2c1f9ee5cec41f5",
+          "sha256": "0ef17d1e92b6d33495d2f40e8bcdc09703e3a6008552a1f20085e69a623aea53",
+          "sha1": "ac0479c8c9a15c61a721bb28382970860ba0a336",
+          "md5": "8e6c41726165337d3c8b25ef6e281e2d"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "navigation-common-ktx-2.4.0-alpha01-sources.jar",
           "url": "navigation-common-ktx-2.4.0-alpha01-sources.jar",
-          "size": 9270,
-          "sha512": "2e660b763af1be2ce6c7a11a357707f4b2661e1d087d7cd0f5b7d3ea35d274ed1e7be631eef53f23c25dac96233c22a2b88f801d44d276d15f50fe873cc9f0bb",
-          "sha256": "3785b406ae010b5b2080a61ac30f34473414c7b49bd07f0c0ade32ab204c931a",
-          "sha1": "1a3ce7c2b9dcc97c1d25ef6ab8e016b5a76de983",
-          "md5": "7a3b42155cd6aca62a286819294a8545"
+          "size": 9370,
+          "sha512": "5220982401f9df7a567e5bb6016c96a19abceebad23e9335c1969e6823217d40b62c70e10a97eef85681a3540edcddbdb4127c95c67b0b15a6f5fa9aa5d6a989",
+          "sha256": "1408e6daff48760e6a074763e5448834b1000b033827074d417865fe594d8f45",
+          "sha1": "40e59ca2d91321afb8dea5e3c94ce7523fb39ae6",
+          "md5": "d9c539e22b25aaec3db9fbb9065da13f"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.md5
index 85e520b..3d2d017 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-a412f357664c971316c32efa39c961a6
\ No newline at end of file
+fbad0db9df95da922bcf736ce374cf46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha1
index f20bdd4..7018a16 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-0359d1af96e100367f6d17dfb8622cfd82815904
\ No newline at end of file
+5482e8598cf6eaccbbc586284ad8774c5b736b27
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha256
index f01ab54..66e9023 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-7b9ed0d9a87ada45fe26d10da06e90b71f66a2e43e8e8f87eaac20e42ad8fe49
\ No newline at end of file
+56319770aea5c3815796fc9e7df16b76393df40fff4ead5be5afb29b4b72b932
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha512
index 8b20c75..554434c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-5f2b2a7b48fb7a101ec78901727fdd4d121090058e554aff2427878ad04131b4831d51bf01573565094524868e50e65ea91ad4ca5afaae33681ea5f8c4be5443
\ No newline at end of file
+93a7fbcc7f9b7899defda2235b625b6fec665c447421ccad19a810bebf9f2e1f6cc422768aa1eda88ae1f7baf1b2434bd335649b8913070c5c3c41924347524f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom
index c0fa3f5..da5e485 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Common Kotlin Extensions</name>
   <description>Android Navigation-Common-Ktx</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
       <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
+      <version>1.4.30</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.md5
index 71a24d9..31de75a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-3cb85c9f48f49ef0b98133aaeadbd3b7
\ No newline at end of file
+dc6a7176a006ae5a087348008b5270bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha1
index f9e5245..750cbc5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-fcb5666b0acd73a71ec88f2664ea47615f6c7452
\ No newline at end of file
+0917a398188c727ed2c54e92bcad7f0339facf9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha256
index d0cd83e..f1b879f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-3320622edddde188e0f6846f4ddeb2be71dd1646f4848fe333b00cc011af4203
\ No newline at end of file
+eac2f568809ea68957386563de9086b7793dbd0d9a9850c11b7dfa5f8cf09784
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha512
index 62f6fc7..3161e29 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common-ktx/2.4.0-alpha01/navigation-common-ktx-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-71d483f63ae425693a5795724ed9c5977cf7217a25fc9f72e1b74552d02ee84a2d6a283f09f7bf7a4d5ea446c8b6f8c44c72019b619dc0b992a498cf2e2a091e
\ No newline at end of file
+3715244e103d55bdc85fa4b164707f7ce730d6daec92273d53e3ccb939bc27cf58e28051a04bf162cf2c1e24a0549c14d3f25c0314603e55cddac03e2ea72395
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar
index 2f56278..9a41f51 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.md5
index abeb8eb..22a079a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-61637f1e1d924ce4b7f13b2c541859e6
\ No newline at end of file
+8aa22616f8836272f937b689fa6913e1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha1
index 0ea9e91..7d64506 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-0beb9fbe0140b8f849e75de79dec967712251984
\ No newline at end of file
+9f7c5c8a86e2109f1d64294907d1a50c9d8526b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha256
index 2321440..dedc5d8 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-a05ebd437ee49beede1f51b0d2bb38d1ebd4d902553ea3e445beb213940bd4ef
\ No newline at end of file
+4e939bc2a256d2a7d07f232bb7f299f414f25a79ee2b0fc6ae4574a098862a41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha512
index 22ecfac..9dcc246 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-857997930e6b4fff1f2e3ab0a2a5cf941283b073bd223853c88fbb2be86288d588c47168693f3993e4d4ce026b59fe79b8650edfe3f332c92cd5bbda22539b4b
\ No newline at end of file
+e29deb013bd4e75ffcd8c08c959fdcb2c1e8ec235355d6941445c26e52cf05c43f2fab517f2a1ad96f021ebe7a61c23f752a351b8a0fd6aacbbbed3467d79568
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar
index 71eb1ed..428c7db 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.md5
index fb6b83d..ec0920f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-9f4f5a152678d207d9db0bfc8bad9854
\ No newline at end of file
+0540db2ce38456c6a51887c8914c1f3b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha1
index acff5c6..b5f6757 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-0d887ce4747fc08e11abd6e66f325729025f3830
\ No newline at end of file
+d2129e6041cb448f4f5e079291465412fa8e02df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha256
index dcedc40..7dab970 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-dfbd08f96174706fa1780eb569c05d40cbc342c5018111866c1cb402b79f1fae
\ No newline at end of file
+71b3ccbbaf16218a04bcaf567c900cefe9e1537bc79f1f2879b1f2992e0121d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha512
index 687f73a..075b283 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-d20cb2bfb62c848206334bbd1e1c430927687c628e97136b2a9fe55311f6d84f018d8c9fbc13b5f15aa8c3d15e64a906258ae4e5afd566f349fc36e4677017ca
\ No newline at end of file
+49aa90a44fe61799c7df0cc1fe1cb3c1f1c2661c6d6c83798f9dd065fea10330b3976daec6da64b009e6d09bd8f4ff7ac619609165aa9f02dd4b996127e4c1f0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module
index aa13bf4..cd0a4b0 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -30,17 +30,24 @@
           "version": {
             "requires": "1.1.0"
           }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
         }
       ],
       "files": [
         {
           "name": "navigation-common-2.4.0-alpha01.aar",
           "url": "navigation-common-2.4.0-alpha01.aar",
-          "size": 56227,
-          "sha512": "d20cb2bfb62c848206334bbd1e1c430927687c628e97136b2a9fe55311f6d84f018d8c9fbc13b5f15aa8c3d15e64a906258ae4e5afd566f349fc36e4677017ca",
-          "sha256": "dfbd08f96174706fa1780eb569c05d40cbc342c5018111866c1cb402b79f1fae",
-          "sha1": "0d887ce4747fc08e11abd6e66f325729025f3830",
-          "md5": "9f4f5a152678d207d9db0bfc8bad9854"
+          "size": 59458,
+          "sha512": "49aa90a44fe61799c7df0cc1fe1cb3c1f1c2661c6d6c83798f9dd065fea10330b3976daec6da64b009e6d09bd8f4ff7ac619609165aa9f02dd4b996127e4c1f0",
+          "sha256": "71b3ccbbaf16218a04bcaf567c900cefe9e1537bc79f1f2879b1f2992e0121d4",
+          "sha1": "d2129e6041cb448f4f5e079291465412fa8e02df",
+          "md5": "0540db2ce38456c6a51887c8914c1f3b"
         }
       ]
     },
@@ -61,15 +68,22 @@
           }
         },
         {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
           "group": "androidx.core",
-          "module": "core",
+          "module": "core-ktx",
           "version": {
             "requires": "1.1.0"
           }
         },
         {
           "group": "androidx.collection",
-          "module": "collection",
+          "module": "collection-ktx",
           "version": {
             "requires": "1.1.0"
           }
@@ -79,11 +93,11 @@
         {
           "name": "navigation-common-2.4.0-alpha01.aar",
           "url": "navigation-common-2.4.0-alpha01.aar",
-          "size": 56227,
-          "sha512": "d20cb2bfb62c848206334bbd1e1c430927687c628e97136b2a9fe55311f6d84f018d8c9fbc13b5f15aa8c3d15e64a906258ae4e5afd566f349fc36e4677017ca",
-          "sha256": "dfbd08f96174706fa1780eb569c05d40cbc342c5018111866c1cb402b79f1fae",
-          "sha1": "0d887ce4747fc08e11abd6e66f325729025f3830",
-          "md5": "9f4f5a152678d207d9db0bfc8bad9854"
+          "size": 59458,
+          "sha512": "49aa90a44fe61799c7df0cc1fe1cb3c1f1c2661c6d6c83798f9dd065fea10330b3976daec6da64b009e6d09bd8f4ff7ac619609165aa9f02dd4b996127e4c1f0",
+          "sha256": "71b3ccbbaf16218a04bcaf567c900cefe9e1537bc79f1f2879b1f2992e0121d4",
+          "sha1": "d2129e6041cb448f4f5e079291465412fa8e02df",
+          "md5": "0540db2ce38456c6a51887c8914c1f3b"
         }
       ]
     },
@@ -99,11 +113,11 @@
         {
           "name": "navigation-common-2.4.0-alpha01-sources.jar",
           "url": "navigation-common-2.4.0-alpha01-sources.jar",
-          "size": 35184,
-          "sha512": "857997930e6b4fff1f2e3ab0a2a5cf941283b073bd223853c88fbb2be86288d588c47168693f3993e4d4ce026b59fe79b8650edfe3f332c92cd5bbda22539b4b",
-          "sha256": "a05ebd437ee49beede1f51b0d2bb38d1ebd4d902553ea3e445beb213940bd4ef",
-          "sha1": "0beb9fbe0140b8f849e75de79dec967712251984",
-          "md5": "61637f1e1d924ce4b7f13b2c541859e6"
+          "size": 35422,
+          "sha512": "e29deb013bd4e75ffcd8c08c959fdcb2c1e8ec235355d6941445c26e52cf05c43f2fab517f2a1ad96f021ebe7a61c23f752a351b8a0fd6aacbbbed3467d79568",
+          "sha256": "4e939bc2a256d2a7d07f232bb7f299f414f25a79ee2b0fc6ae4574a098862a41",
+          "sha1": "9f7c5c8a86e2109f1d64294907d1a50c9d8526b6",
+          "md5": "8aa22616f8836272f937b689fa6913e1"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.md5
index 002973c..7fc8f46 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-591847cd7348f1af17913e649dc8bc86
\ No newline at end of file
+4295a3fa8d0517f5823ffea571930b7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha1
index ad43ca0..bb7335e 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-c252480e2c3795ec526d43ef1f880f5113616278
\ No newline at end of file
+b4e8e6dc3a4f42fcd314507049c72176296d42aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha256
index b2e8c9a..3e255e6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-2e174323d6c1d9919fc93d76b9c210ba890cb812f796cb10acadafaf25d69fcc
\ No newline at end of file
+938f3fe953ed34cb1a94b0ae936195dba24a1b9fa7fa2d64b53a4ebeae51cd1e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha512
index 57a0d91..1011cbb 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-57bc53a1f132a462fc13cfb6fdaad46544ac96dc6a6b6eb6d7efff432c1fdf2a6d181c0c0cab0e7fd30f20b507f350f3e69fa1a7d46980bf31ff7289cd0701da
\ No newline at end of file
+2c896f88e2b5c064021a52521d47c0b4cc298f06d190328ad9105b2069fdb8712a4d3be5bc80bd725ce442024451ddc15bae094c64447b005612c06582a0e025
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom
index 26275c8..ddc03b8 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Common</name>
   <description>Android Navigation-Common</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -38,15 +38,21 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
+      <artifactId>core-ktx</artifactId>
       <version>1.1.0</version>
       <scope>runtime</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
+      <artifactId>collection-ktx</artifactId>
       <version>1.1.0</version>
       <scope>runtime</scope>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.md5
index a157f57..417c9f4 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-9df01f151ec061f697aa9b98990ee2a3
\ No newline at end of file
+3fb8055e81ffd15deab731cb81c882dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha1
index e24bb11..4587eee 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-b243c0657f3e75331fd73a61443e3f14cbee3e34
\ No newline at end of file
+14ad2bd8d957c08b69ab037bf2edeb76339af586
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha256
index 6a41883..00bde66 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-8143e15f41a3381c92cc045bfe4fdaef908d043e38beb0df536b219aa726eb73
\ No newline at end of file
+c34b984ac9e1a609fd3f225ccdecf3710da8ef907362c720ed4d23720dac5a26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha512
index 0c5fff3..4f2dd63 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-common/2.4.0-alpha01/navigation-common-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-52d335614127dd23be0828c59284272b01a9c56977a8f11c683488da678ad898dea9f44c33c4e52c47d31e46d73dfe9917d67c21f437e6b25151d0926ff1ef52
\ No newline at end of file
+d63216d9dcfa9189c7f0aa26e3c117c7a65cabd67d176ed7cb1b02a8ddfe7282c5834994540cf158695a7dc22616a3e7004e66a3c29ae0a92394e30565938ff1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar
index 999070e..8725ae4 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.md5
index b10083f..ddfc760 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-5473b099adf68016e77bd7472e687a4c
\ No newline at end of file
+6186c55d6ac46c01a96ba868f2172ae2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha1
index 233fafd..9c5e216 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-9bebacd34921c1dd65c0cf5ceb32f70e8c7b17b9
\ No newline at end of file
+d400edf92637c427bd2e00dbaedc871e6bd5aae4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha256
index 4d8896f..fec2105 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-4cf53654f02d796c3ca1338f2c5c4a3d94045c524f6b88db150f3e218a64a914
\ No newline at end of file
+bd7fb02d048e8c577ee5e487d08ee7ce262d0d44f3da49800b476d0b6ee7fd06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha512
index ce04748..62cade3 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-a6b68eb7fa8aeee59fc5e8e204415e67b286000163164b5b28d39e878870811987758b36cbff5b8f27a80cc5519f6312101e5c612853dc55d7134b0121bbd2b4
\ No newline at end of file
+bd5460620738b68616af1379d99cfe0e1d7dcb47ddf89f69784ac2ad890936d18cce98526b016de682462c25e5ac0d3f329e5e9aea964d733dfcc397899fa74f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar
index 0c41393..51e3c2a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.md5
index c34ec3d..c249d15 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-32bf8d7881f97629741a77425a492878
\ No newline at end of file
+737aadb0d1d2dafa4807c7889d1b5e28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha1
index 6df874a..19a8d4c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-2a793aed59acee00871627476d7eb323dbe09bf7
\ No newline at end of file
+b8bf63725c72ab54df2d6b7e3f4e636b326016d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha256
index ecb3d27..1a60074 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-aed6d073828127c9c56f5e7d8a1ca191fbd3dea13f328bde8bdd002478519f15
\ No newline at end of file
+782ca33a1ca08a30312d604da91e60e1c568f0c238bf52f721f3b7adf78a4ec7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha512
index c588a40..da7595f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-71e68a9c8236d5c5071c6c0da9e7edcd24b8292c7f4da2d042a9018c3fd533d0c3f9add78407d368b7ba5930f74efe1d9a2f4777c80a729fefc28ea6e3bce3b9
\ No newline at end of file
+1a6fd3ecf31f4c4aeb6ffab4ab2a1275ea3f72a50549d9e832da94a2f0ead66eb9c083e3e2c3e483f2abcd05f6dfe1ad9a41f7bd3a81d7ac89d000177e84c972
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module
index fc0d8a0..eac496b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -56,7 +56,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -64,11 +64,11 @@
         {
           "name": "navigation-fragment-ktx-2.4.0-alpha01.aar",
           "url": "navigation-fragment-ktx-2.4.0-alpha01.aar",
-          "size": 17274,
-          "sha512": "71e68a9c8236d5c5071c6c0da9e7edcd24b8292c7f4da2d042a9018c3fd533d0c3f9add78407d368b7ba5930f74efe1d9a2f4777c80a729fefc28ea6e3bce3b9",
-          "sha256": "aed6d073828127c9c56f5e7d8a1ca191fbd3dea13f328bde8bdd002478519f15",
-          "sha1": "2a793aed59acee00871627476d7eb323dbe09bf7",
-          "md5": "32bf8d7881f97629741a77425a492878"
+          "size": 17850,
+          "sha512": "1a6fd3ecf31f4c4aeb6ffab4ab2a1275ea3f72a50549d9e832da94a2f0ead66eb9c083e3e2c3e483f2abcd05f6dfe1ad9a41f7bd3a81d7ac89d000177e84c972",
+          "sha256": "782ca33a1ca08a30312d604da91e60e1c568f0c238bf52f721f3b7adf78a4ec7",
+          "sha1": "b8bf63725c72ab54df2d6b7e3f4e636b326016d7",
+          "md5": "737aadb0d1d2dafa4807c7889d1b5e28"
         }
       ]
     },
@@ -113,7 +113,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -121,11 +121,11 @@
         {
           "name": "navigation-fragment-ktx-2.4.0-alpha01.aar",
           "url": "navigation-fragment-ktx-2.4.0-alpha01.aar",
-          "size": 17274,
-          "sha512": "71e68a9c8236d5c5071c6c0da9e7edcd24b8292c7f4da2d042a9018c3fd533d0c3f9add78407d368b7ba5930f74efe1d9a2f4777c80a729fefc28ea6e3bce3b9",
-          "sha256": "aed6d073828127c9c56f5e7d8a1ca191fbd3dea13f328bde8bdd002478519f15",
-          "sha1": "2a793aed59acee00871627476d7eb323dbe09bf7",
-          "md5": "32bf8d7881f97629741a77425a492878"
+          "size": 17850,
+          "sha512": "1a6fd3ecf31f4c4aeb6ffab4ab2a1275ea3f72a50549d9e832da94a2f0ead66eb9c083e3e2c3e483f2abcd05f6dfe1ad9a41f7bd3a81d7ac89d000177e84c972",
+          "sha256": "782ca33a1ca08a30312d604da91e60e1c568f0c238bf52f721f3b7adf78a4ec7",
+          "sha1": "b8bf63725c72ab54df2d6b7e3f4e636b326016d7",
+          "md5": "737aadb0d1d2dafa4807c7889d1b5e28"
         }
       ]
     },
@@ -141,11 +141,11 @@
         {
           "name": "navigation-fragment-ktx-2.4.0-alpha01-sources.jar",
           "url": "navigation-fragment-ktx-2.4.0-alpha01-sources.jar",
-          "size": 6257,
-          "sha512": "a6b68eb7fa8aeee59fc5e8e204415e67b286000163164b5b28d39e878870811987758b36cbff5b8f27a80cc5519f6312101e5c612853dc55d7134b0121bbd2b4",
-          "sha256": "4cf53654f02d796c3ca1338f2c5c4a3d94045c524f6b88db150f3e218a64a914",
-          "sha1": "9bebacd34921c1dd65c0cf5ceb32f70e8c7b17b9",
-          "md5": "5473b099adf68016e77bd7472e687a4c"
+          "size": 6314,
+          "sha512": "bd5460620738b68616af1379d99cfe0e1d7dcb47ddf89f69784ac2ad890936d18cce98526b016de682462c25e5ac0d3f329e5e9aea964d733dfcc397899fa74f",
+          "sha256": "bd7fb02d048e8c577ee5e487d08ee7ce262d0d44f3da49800b476d0b6ee7fd06",
+          "sha1": "d400edf92637c427bd2e00dbaedc871e6bd5aae4",
+          "md5": "6186c55d6ac46c01a96ba868f2172ae2"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.md5
index c83b5ff..b454eef 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-252bd7759e3dae161874d18dbd63b7b1
\ No newline at end of file
+d0b92ddd5044150b55e322edaa81340a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha1
index 259b794..5db0e57 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-2c795f8dc34f623cf66bebd66b2baaa08b6ed8d0
\ No newline at end of file
+a67da49be83305c98321675355505e8eb0ba6a64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha256
index f719901..f497265 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-e5ec0991064a8b125f6af9d60758e511cda7f1c84719b8150f82b6e24b95c4a9
\ No newline at end of file
+428341c7095119f9952c42f736b51e2c891a6962ded2c3798e938b21f0cd628a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha512
index 72865b0..034214f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-d1c3432ec50f42451a73bd98e10bceae2cf283228e3705ddc758b6334cb56117ce301d9710a80f892dcff8026fa9cbfbcb16f88518c62b57e455c47037f74e7d
\ No newline at end of file
+e132d97099d549afe2358f9c845d2f4d1e85118eccf4233fdd8678278abcf2b7e5f73d700f8778a28c37f06bedd827b4f1b4c5d333405635a5a7105cc38d059e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom
index b3a50be..61ba334 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Fragment Kotlin Extensions</name>
   <description>Android Navigation-Fragment-Ktx</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
       <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
+      <version>1.4.30</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.md5
index e94fc1e..49776a2 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-76c3413b30e8edbc14dcabe0af9f2020
\ No newline at end of file
+1031db9e9d7a76468a8a0852492a6797
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha1
index b3db1e7..9cd19f7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-c31e7b98a0e15e14a07ef5bdf745e3fec425c729
\ No newline at end of file
+7779d90e9029e671c11c2080f4b19fdc94622999
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha256
index 7a21e3a..eaaeba7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-49ee1dce43b482bf00bdb86593bbbad2916578fb3eac32bc7a94ac59da7de967
\ No newline at end of file
+1b1e3898233ad8ea98c8a4dd226b99c67cc2df2c2ff26d75b7621d905d3b3e53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha512
index ed9b0ac..97a49ee 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment-ktx/2.4.0-alpha01/navigation-fragment-ktx-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-76d44b01cb600486f36d0ee7c95b7341b1005199e51aec3ea053386abc43ee0816344d63ec58e216072564934a9b9b783bf16bdf4a4c6736788a7d8abd5e69ed
\ No newline at end of file
+13fe89294f49854b1701a04fd796b3eb153e20763c716a1a2756433758bbe42a135758767f1c3db963db66d588c599157ea0aa580abcc3c56335c0499fb7dbfd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar
index 1c1c697..048543b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.md5
index 0e8d8b2..e49fec6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-cb700a54454497000aa0f075a6d8d2cc
\ No newline at end of file
+d0760650e13b410533be3b9090a3079c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha1
index 1b18d43..a9a77d5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-d9ad335dc1a5f7ed0eeb9004e0925f33ff8b47be
\ No newline at end of file
+dd6535b03b10f367adced2da5343361109bf09d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha256
index fdf130a..0f8b9b2 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-6b05cad0267e7baa4de28796d419020a1d9b920ca81e033cb634290d40b943e1
\ No newline at end of file
+14d4bee4ef03b48e241a55fa796f4a416844e044dbc409b306106a4bb9ef46ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha512
index 471f575..358f856 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-3d2fb315c7d70b5075000d54df7b0362cefd0e2a14bfab29e51dfe5ffc43c0b46b915225b4081cd2785d19984091a1e1396e108d0499d810ab394432e5f0b834
\ No newline at end of file
+e142db589375f13fce6d6747f7ad6a0f2224d2bcfacd1e76e15df91314ffd5ac169de56b4547f7626d68ecc31be07b3024b80747554bfe82eb8b37b08fd10d14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar
index bb35d54..b2b840d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.md5
index ad7296d..f57c09a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-065ca67e58f5c5751da36e1b68fa1d7d
\ No newline at end of file
+cc4d623419eab1e4a93cf1eacb4138c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha1
index 117e844..a6e7dc5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-07248c8867a246231c57202f5680870efc7c3a5d
\ No newline at end of file
+675e87269f83265878a8f00d6d8c62f575b7d592
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha256
index e62a8ff..6028ab4 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-dd4bec8d5f5eddb9c417c9792817d119f54b0c264a2024adfde3ace662c47917
\ No newline at end of file
+c5acccb852c65675fe182532aaeab91b5d2eda9642ff6ed39d96c8a61d2f7c07
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha512
index 6c1300d..d0aa4ad 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-d64a91e3f8d5430a310f0d2832eb6fa888fc2880501958221fce16177041e548da042279b09c5c1b9257134970250f1fb3a1710ff7dbb489c0650c7db09c4421
\ No newline at end of file
+bab35acefb9c2c6be27c7733ecdade0d1a09acffe7ca1636618dc724aed918b948f6ac523a62d491763eb649b3e6cd23bf42bb300a6d791e7ba487fb17454f67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module
index b7cdc7c..824204c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -26,28 +26,35 @@
       "dependencies": [
         {
           "group": "androidx.fragment",
-          "module": "fragment",
+          "module": "fragment-ktx",
           "version": {
             "requires": "1.2.4"
           }
         },
         {
           "group": "androidx.navigation",
-          "module": "navigation-runtime",
+          "module": "navigation-runtime-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
         }
       ],
       "files": [
         {
           "name": "navigation-fragment-2.4.0-alpha01.aar",
           "url": "navigation-fragment-2.4.0-alpha01.aar",
-          "size": 19396,
-          "sha512": "d64a91e3f8d5430a310f0d2832eb6fa888fc2880501958221fce16177041e548da042279b09c5c1b9257134970250f1fb3a1710ff7dbb489c0650c7db09c4421",
-          "sha256": "dd4bec8d5f5eddb9c417c9792817d119f54b0c264a2024adfde3ace662c47917",
-          "sha1": "07248c8867a246231c57202f5680870efc7c3a5d",
-          "md5": "065ca67e58f5c5751da36e1b68fa1d7d"
+          "size": 30452,
+          "sha512": "bab35acefb9c2c6be27c7733ecdade0d1a09acffe7ca1636618dc724aed918b948f6ac523a62d491763eb649b3e6cd23bf42bb300a6d791e7ba487fb17454f67",
+          "sha256": "c5acccb852c65675fe182532aaeab91b5d2eda9642ff6ed39d96c8a61d2f7c07",
+          "sha1": "675e87269f83265878a8f00d6d8c62f575b7d592",
+          "md5": "cc4d623419eab1e4a93cf1eacb4138c9"
         }
       ]
     },
@@ -62,28 +69,35 @@
       "dependencies": [
         {
           "group": "androidx.fragment",
-          "module": "fragment",
+          "module": "fragment-ktx",
           "version": {
             "requires": "1.2.4"
           }
         },
         {
           "group": "androidx.navigation",
-          "module": "navigation-runtime",
+          "module": "navigation-runtime-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
         }
       ],
       "files": [
         {
           "name": "navigation-fragment-2.4.0-alpha01.aar",
           "url": "navigation-fragment-2.4.0-alpha01.aar",
-          "size": 19396,
-          "sha512": "d64a91e3f8d5430a310f0d2832eb6fa888fc2880501958221fce16177041e548da042279b09c5c1b9257134970250f1fb3a1710ff7dbb489c0650c7db09c4421",
-          "sha256": "dd4bec8d5f5eddb9c417c9792817d119f54b0c264a2024adfde3ace662c47917",
-          "sha1": "07248c8867a246231c57202f5680870efc7c3a5d",
-          "md5": "065ca67e58f5c5751da36e1b68fa1d7d"
+          "size": 30452,
+          "sha512": "bab35acefb9c2c6be27c7733ecdade0d1a09acffe7ca1636618dc724aed918b948f6ac523a62d491763eb649b3e6cd23bf42bb300a6d791e7ba487fb17454f67",
+          "sha256": "c5acccb852c65675fe182532aaeab91b5d2eda9642ff6ed39d96c8a61d2f7c07",
+          "sha1": "675e87269f83265878a8f00d6d8c62f575b7d592",
+          "md5": "cc4d623419eab1e4a93cf1eacb4138c9"
         }
       ]
     },
@@ -99,11 +113,11 @@
         {
           "name": "navigation-fragment-2.4.0-alpha01-sources.jar",
           "url": "navigation-fragment-2.4.0-alpha01-sources.jar",
-          "size": 13753,
-          "sha512": "3d2fb315c7d70b5075000d54df7b0362cefd0e2a14bfab29e51dfe5ffc43c0b46b915225b4081cd2785d19984091a1e1396e108d0499d810ab394432e5f0b834",
-          "sha256": "6b05cad0267e7baa4de28796d419020a1d9b920ca81e033cb634290d40b943e1",
-          "sha1": "d9ad335dc1a5f7ed0eeb9004e0925f33ff8b47be",
-          "md5": "cb700a54454497000aa0f075a6d8d2cc"
+          "size": 13514,
+          "sha512": "e142db589375f13fce6d6747f7ad6a0f2224d2bcfacd1e76e15df91314ffd5ac169de56b4547f7626d68ecc31be07b3024b80747554bfe82eb8b37b08fd10d14",
+          "sha256": "14d4bee4ef03b48e241a55fa796f4a416844e044dbc409b306106a4bb9ef46ca",
+          "sha1": "dd6535b03b10f367adced2da5343361109bf09d5",
+          "md5": "d0760650e13b410533be3b9090a3079c"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.md5
index 70821ca..7cf8e4f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-561621a89515eccbafd4dd3faf80a1b3
\ No newline at end of file
+7ab0d762fc8609c8637854f4ea3f59f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha1
index 063e1a7..50970a7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-00d75e16d3df0f6f8fe3167089cdaf2520e62675
\ No newline at end of file
+8a00d7a5cc9a42fe69641b78637293df5eb2b719
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha256
index f6f13e5..a7c8ccc 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-808361cd8cd9e0508e150e8c135c892a35fba4892f7085faf288ae8e184baf50
\ No newline at end of file
+02593acb2a23f886795fcd65e108d3be26e3fffe12f40b14fd4ee67a27e10a83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha512
index 132249a..78242c2 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-04b920113ec5b183cd2b0815374f139eeaf6860d61d324b1ec47bec9a5c2867ae6c31ccc701c14b76293262159ad1998b2ee4ae05615c709850ffd5b7f4d17ae
\ No newline at end of file
+2e045791dfbfeb29d45c807d504b63520b33c54efe3e38aca061633eed7aa619738bf267cc382a3d3a2352e1ebf8612854f48af67d521d5ef1c5b2760a2ab78b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom
index a0dce3d..b6a10bf 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Fragment</name>
   <description>Android Navigation-Fragment</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,22 +28,28 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
       <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
+      <artifactId>fragment-ktx</artifactId>
       <version>1.2.4</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.navigation</groupId>
-      <artifactId>navigation-runtime</artifactId>
+      <artifactId>navigation-runtime-ktx</artifactId>
       <version>[2.4.0-alpha01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.md5
index 85007db..18b59e5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-85a9966c664e8b58b680ec2b4c68b9eb
\ No newline at end of file
+8397a39f90b997be8960719e8f1ab721
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha1
index 9280bb4..558fee9 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-fc64edac0c514254ee00d3a322b403c1751e0200
\ No newline at end of file
+bf86d1f67ecd325b50d8ecdf0a4ee6f71a4d7be6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha256
index 55ace41..6358d86 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-1e6c8fafe9e66706e733bef095eff032df5d5ffce96dad28af58fd059095115e
\ No newline at end of file
+0868f895db2fdefbe9e05854855cd985f6171d63a1fc05588c0af146979c8a5c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha512
index 951dc61..6a1ceb3 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.4.0-alpha01/navigation-fragment-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-2cfa12637bf661e62efc33bcec1fd41eebc59a947159735197debd3bd6ace7e4874f9440e322022f5fddfe2d5d8219c4d59880bee8e3572fe5dea19bd0c33ff1
\ No newline at end of file
+4fd937db6454c5f186db3b6b0d6f133786b7d163a129c1de7d0b038eb4235eed8dd3da2d15a6e06652fba93914cd7b290326d126cd1a21d2ccf3e399b8720c84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar
index 4a39699..dbc66f1 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.md5
index 77d494d..4e5414b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-fe0b36da8a72a76b3f3e34d30eebbcb2
\ No newline at end of file
+58e3e9ce65059355a1c1e4127fcc9c15
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha1
index 408ff34..46bd7b0 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-4d2da12a557444e5706dd6ca99f059ec099a45de
\ No newline at end of file
+35a8a642bb3f816a58f98a9227e49b65333b4555
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha256
index fe2d964..cf4cc79 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-17df0a9cfd3b645ce58d9716f293ffdcfd8f30b60b87dab2a3cf099dddc1e70a
\ No newline at end of file
+180d7291abcfaa6c5f0aefc87982457aa3ad556f39ebf4fa83e726228844f229
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha512
index bebc7d9..8951b83 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-f976814e20f825b4f16bf017c59918c3eb42304e8cb934b491431d2cf1e280bceea3a63b255a8ebbfcbb3886fdf26bd2a258e41928747b90eb04075e421ef4df
\ No newline at end of file
+eb3a6474b9cca80750e760928e28827fd71ee74ff9f16fa65a625bbf455dd0f2410cd1d06a9ff53ad6986ab73523b5cb886258948d59a770289efc0b86b90911
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar
index 12012f8..ee7e1a3 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.md5
index 6edc23e..4be4c61 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-795bba4439d55cc6c91f95a6fc16a80b
\ No newline at end of file
+93d693f02ddec425d6de3c5126805403
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha1
index ee877a5..ad4eaab 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-b42344e1fddc521d956ae641d289cbb1499393f6
\ No newline at end of file
+7b4a03d8e32412667e6e5db8c6b8f77d76f3b8c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha256
index c9241e2..cd62068 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-4ba00d34011ce750cf12d4c66997ebf95ee283f78041962af3b8a9fe13d11f44
\ No newline at end of file
+79527953c51fc208d0c3929ca8ba9091fc04424fd88a2dde68c82a8e40459e2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha512
index f4cee0c..58c1560 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-cbd66a95e5b4805aa19b4bcf1059d7371d5e67d141a6bab26fc5f286d80cdb5e680408ff8dee1d1adbf9a344c62bb8879ecf204bfd31dba54130d850625aef73
\ No newline at end of file
+6d2eb5d0d431a45136be9d38f4c96ebd9901eeca57653d6b4a9733834428b7cf679156142cabe36e418b159395531d102ddd4e9268c517e527bca220e8c0af16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module
index 03a3544..adf530c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -58,7 +58,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -66,11 +66,11 @@
         {
           "name": "navigation-runtime-ktx-2.4.0-alpha01.aar",
           "url": "navigation-runtime-ktx-2.4.0-alpha01.aar",
-          "size": 13237,
-          "sha512": "cbd66a95e5b4805aa19b4bcf1059d7371d5e67d141a6bab26fc5f286d80cdb5e680408ff8dee1d1adbf9a344c62bb8879ecf204bfd31dba54130d850625aef73",
-          "sha256": "4ba00d34011ce750cf12d4c66997ebf95ee283f78041962af3b8a9fe13d11f44",
-          "sha1": "b42344e1fddc521d956ae641d289cbb1499393f6",
-          "md5": "795bba4439d55cc6c91f95a6fc16a80b"
+          "size": 18060,
+          "sha512": "6d2eb5d0d431a45136be9d38f4c96ebd9901eeca57653d6b4a9733834428b7cf679156142cabe36e418b159395531d102ddd4e9268c517e527bca220e8c0af16",
+          "sha256": "79527953c51fc208d0c3929ca8ba9091fc04424fd88a2dde68c82a8e40459e2c",
+          "sha1": "7b4a03d8e32412667e6e5db8c6b8f77d76f3b8c7",
+          "md5": "93d693f02ddec425d6de3c5126805403"
         }
       ]
     },
@@ -117,7 +117,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -125,11 +125,11 @@
         {
           "name": "navigation-runtime-ktx-2.4.0-alpha01.aar",
           "url": "navigation-runtime-ktx-2.4.0-alpha01.aar",
-          "size": 13237,
-          "sha512": "cbd66a95e5b4805aa19b4bcf1059d7371d5e67d141a6bab26fc5f286d80cdb5e680408ff8dee1d1adbf9a344c62bb8879ecf204bfd31dba54130d850625aef73",
-          "sha256": "4ba00d34011ce750cf12d4c66997ebf95ee283f78041962af3b8a9fe13d11f44",
-          "sha1": "b42344e1fddc521d956ae641d289cbb1499393f6",
-          "md5": "795bba4439d55cc6c91f95a6fc16a80b"
+          "size": 18060,
+          "sha512": "6d2eb5d0d431a45136be9d38f4c96ebd9901eeca57653d6b4a9733834428b7cf679156142cabe36e418b159395531d102ddd4e9268c517e527bca220e8c0af16",
+          "sha256": "79527953c51fc208d0c3929ca8ba9091fc04424fd88a2dde68c82a8e40459e2c",
+          "sha1": "7b4a03d8e32412667e6e5db8c6b8f77d76f3b8c7",
+          "md5": "93d693f02ddec425d6de3c5126805403"
         }
       ]
     },
@@ -145,11 +145,11 @@
         {
           "name": "navigation-runtime-ktx-2.4.0-alpha01-sources.jar",
           "url": "navigation-runtime-ktx-2.4.0-alpha01-sources.jar",
-          "size": 6128,
-          "sha512": "f976814e20f825b4f16bf017c59918c3eb42304e8cb934b491431d2cf1e280bceea3a63b255a8ebbfcbb3886fdf26bd2a258e41928747b90eb04075e421ef4df",
-          "sha256": "17df0a9cfd3b645ce58d9716f293ffdcfd8f30b60b87dab2a3cf099dddc1e70a",
-          "sha1": "4d2da12a557444e5706dd6ca99f059ec099a45de",
-          "md5": "fe0b36da8a72a76b3f3e34d30eebbcb2"
+          "size": 6476,
+          "sha512": "eb3a6474b9cca80750e760928e28827fd71ee74ff9f16fa65a625bbf455dd0f2410cd1d06a9ff53ad6986ab73523b5cb886258948d59a770289efc0b86b90911",
+          "sha256": "180d7291abcfaa6c5f0aefc87982457aa3ad556f39ebf4fa83e726228844f229",
+          "sha1": "35a8a642bb3f816a58f98a9227e49b65333b4555",
+          "md5": "58e3e9ce65059355a1c1e4127fcc9c15"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.md5
index 8c1f0a5..419337f 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-ce4220419a157a872543cde2242c6aed
\ No newline at end of file
+10c12fcabb3fab08817523b53b9ed68d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha1
index f0b7415..c0bb316 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-ab76486c36efa82b4a04902d96e36643861bc08f
\ No newline at end of file
+33c9473ec040002fa82eb34b1023687db136bfd0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha256
index ab21a65..9257ed8 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-a32ce1e44cfe9fd09ee437a1910f58138d07ef045036e77ac7209d3216e41197
\ No newline at end of file
+060b4b65ff358fa930f8ef101aa50ec9b2d3cd553d322d9eabf3e8818f27d3a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha512
index a366a1a..3b12460 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-1941997684a837220c246cd0831d97d5ea9756aaf1d38258ece2bd3034d39c1ce4edddebc623b687ea8b9fb33ed4d9b06ef9b07755c0fb3af1afbc16da158158
\ No newline at end of file
+0101cad75165cc84484d7f4759c98e6aca9c02d55d915f56eb04de9202dd169a62484413c803fbfe0384e5a5ea379ffc58a66ec9df5e3e9a6683cc8f84d460aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom
index 0419dfe..43bf89b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Runtime Kotlin Extensions</name>
   <description>Android Navigation-Runtime-Ktx</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
       <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
+      <version>1.4.30</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.md5
index 2dabb0d..6588bb6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-89349703cde3b79679e47dba7bb17bb6
\ No newline at end of file
+285c7029ae06ab890be0f72f3e364e26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha1
index 24e34d0..680afe7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-f04acd650dd27212203a1018db33152e2faab115
\ No newline at end of file
+b4e2f67cfcc9ef2b63a2944be9492636feeb7895
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha256
index 568c42d..f2dba7d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-99f5ab44bc2cc863abcfbe7baf43f9b11c93630dd6cd26d4c4d38db055ed7bbf
\ No newline at end of file
+82f60574855463b57328fdca3a4b9019b0e088f9534c4969f1df65b064105048
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha512
index fe177df..b08a4eb 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime-ktx/2.4.0-alpha01/navigation-runtime-ktx-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-0cfdc1d545931a609db9309b6c98079bc8a9b90eb9879193a506de0af28b8f50c357731b27b49a1ec95452f41012689ec412be5abd43527cef358823626012f1
\ No newline at end of file
+c6932e3b7598cc1b2674a54d42a51f7a507cd629d6bc3741bafd55cbe67b68213037f2c2c96421302be805c3fce0e1f546e8429de2153183f41acd193c78f258
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar
index a9a5e1e..504c583 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.md5
index 961c32b..a39049c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-cafebbeeaa38eb5e6f4c284f0ec61ea6
\ No newline at end of file
+3f83c2f01847123973648c7397e470ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha1
index 5ee7319..e957b3a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-131428b4d11c6f15757cbf908953b9e55605987b
\ No newline at end of file
+e8b770ee449b5bbd3da9fdce0bba6db82923d086
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha256
index bcf7920..0e946da 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-0cdd691d05efd1b07374b272e61162597a7a775382a408c35e642fd00aebdad2
\ No newline at end of file
+75a4e5ad95df511109e064e4b969dbfa721e0b54bff0744fdba7223b12688768
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha512
index 626541c..2a6a0cf 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-96e3b4a001143dad105b6b10072a87ab8a0533836b480865bf71085178e72fd598f25b91aeee9b81fb2003e8ae8d508827250582a457100f1083b12e39ec2286
\ No newline at end of file
+04898c94fbf48cfbffb5177c251764b38cbe4675a6dcaf9d9b50a7f05e62deb42f5346ee34eed70e8be43e8559222094a1110a025e6cda170a6fee6bea425997
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar
index 230ef55..54bb0bb 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.md5
index b7d09bd..29100b0 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-41f17feaabd90cbc4b6e947a3b7bb334
\ No newline at end of file
+858c8c632e657ca204c1ff88156f9528
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha1
index 1fa4196..c45db36 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-a08bfb44496ba14e7ebbfc382f4ce2305f5a59f6
\ No newline at end of file
+2ab8b9b47312a51649bb0e27ed2d698bed55bfd4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha256
index c0313ac..f9e2fe5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-88ea03dc07868c7c87fc10ee713008cdcf980338af617762d77e35a0d6430d58
\ No newline at end of file
+e46e6dff9189ab3bb67640506d392fe79d3f066b661d65a4846f4af1953c1daf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha512
index 715ae5f..4b933d4 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-02b94b70c9bb8be4d08fd31029b0342dcba2102c537c9e9b8ba8866b423c7c2c26280855344351cb997d20ce7777f04690db26bc78cea0e625694dab6a8f7fe2
\ No newline at end of file
+636d896a3e443752af3ce9b6c81441d21e52aaceccd60095a3255cc946fb00d7bff6efad8bf8636050731746966b7f3eaae41204fea40d6849c63cda5a890b57
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module
index 0d49214..d299d32 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -26,21 +26,21 @@
       "dependencies": [
         {
           "group": "androidx.navigation",
-          "module": "navigation-common",
+          "module": "navigation-common-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
         },
         {
           "group": "androidx.activity",
-          "module": "activity",
+          "module": "activity-ktx",
           "version": {
             "requires": "1.1.0"
           }
         },
         {
           "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
+          "module": "lifecycle-viewmodel-ktx",
           "version": {
             "requires": "2.2.0"
           }
@@ -58,17 +58,24 @@
           "version": {
             "requires": "2.2.0"
           }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
         }
       ],
       "files": [
         {
           "name": "navigation-runtime-2.4.0-alpha01.aar",
           "url": "navigation-runtime-2.4.0-alpha01.aar",
-          "size": 47176,
-          "sha512": "02b94b70c9bb8be4d08fd31029b0342dcba2102c537c9e9b8ba8866b423c7c2c26280855344351cb997d20ce7777f04690db26bc78cea0e625694dab6a8f7fe2",
-          "sha256": "88ea03dc07868c7c87fc10ee713008cdcf980338af617762d77e35a0d6430d58",
-          "sha1": "a08bfb44496ba14e7ebbfc382f4ce2305f5a59f6",
-          "md5": "41f17feaabd90cbc4b6e947a3b7bb334"
+          "size": 54794,
+          "sha512": "636d896a3e443752af3ce9b6c81441d21e52aaceccd60095a3255cc946fb00d7bff6efad8bf8636050731746966b7f3eaae41204fea40d6849c63cda5a890b57",
+          "sha256": "e46e6dff9189ab3bb67640506d392fe79d3f066b661d65a4846f4af1953c1daf",
+          "sha1": "2ab8b9b47312a51649bb0e27ed2d698bed55bfd4",
+          "md5": "858c8c632e657ca204c1ff88156f9528"
         }
       ]
     },
@@ -83,21 +90,21 @@
       "dependencies": [
         {
           "group": "androidx.navigation",
-          "module": "navigation-common",
+          "module": "navigation-common-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
         },
         {
           "group": "androidx.activity",
-          "module": "activity",
+          "module": "activity-ktx",
           "version": {
             "requires": "1.1.0"
           }
         },
         {
           "group": "androidx.lifecycle",
-          "module": "lifecycle-viewmodel",
+          "module": "lifecycle-viewmodel-ktx",
           "version": {
             "requires": "2.2.0"
           }
@@ -115,17 +122,24 @@
           "version": {
             "requires": "2.2.0"
           }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
         }
       ],
       "files": [
         {
           "name": "navigation-runtime-2.4.0-alpha01.aar",
           "url": "navigation-runtime-2.4.0-alpha01.aar",
-          "size": 47176,
-          "sha512": "02b94b70c9bb8be4d08fd31029b0342dcba2102c537c9e9b8ba8866b423c7c2c26280855344351cb997d20ce7777f04690db26bc78cea0e625694dab6a8f7fe2",
-          "sha256": "88ea03dc07868c7c87fc10ee713008cdcf980338af617762d77e35a0d6430d58",
-          "sha1": "a08bfb44496ba14e7ebbfc382f4ce2305f5a59f6",
-          "md5": "41f17feaabd90cbc4b6e947a3b7bb334"
+          "size": 54794,
+          "sha512": "636d896a3e443752af3ce9b6c81441d21e52aaceccd60095a3255cc946fb00d7bff6efad8bf8636050731746966b7f3eaae41204fea40d6849c63cda5a890b57",
+          "sha256": "e46e6dff9189ab3bb67640506d392fe79d3f066b661d65a4846f4af1953c1daf",
+          "sha1": "2ab8b9b47312a51649bb0e27ed2d698bed55bfd4",
+          "md5": "858c8c632e657ca204c1ff88156f9528"
         }
       ]
     },
@@ -141,11 +155,11 @@
         {
           "name": "navigation-runtime-2.4.0-alpha01-sources.jar",
           "url": "navigation-runtime-2.4.0-alpha01-sources.jar",
-          "size": 34854,
-          "sha512": "96e3b4a001143dad105b6b10072a87ab8a0533836b480865bf71085178e72fd598f25b91aeee9b81fb2003e8ae8d508827250582a457100f1083b12e39ec2286",
-          "sha256": "0cdd691d05efd1b07374b272e61162597a7a775382a408c35e642fd00aebdad2",
-          "sha1": "131428b4d11c6f15757cbf908953b9e55605987b",
-          "md5": "cafebbeeaa38eb5e6f4c284f0ec61ea6"
+          "size": 36171,
+          "sha512": "04898c94fbf48cfbffb5177c251764b38cbe4675a6dcaf9d9b50a7f05e62deb42f5346ee34eed70e8be43e8559222094a1110a025e6cda170a6fee6bea425997",
+          "sha256": "75a4e5ad95df511109e064e4b969dbfa721e0b54bff0744fdba7223b12688768",
+          "sha1": "e8b770ee449b5bbd3da9fdce0bba6db82923d086",
+          "md5": "3f83c2f01847123973648c7397e470ba"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.md5
index 0785f1f..6ca7f5b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-18986f82a0fc2a335cc05ad382c84b60
\ No newline at end of file
+23db028322e6825e597333db4dff88f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha1
index 68125cf..a789e06 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-a9f155e0da7326e496c830f581370cfc843168d6
\ No newline at end of file
+d3acabca42d94da513f5ec62d03c638b22612893
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha256
index 3ef5572..b30cf05 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-ecd922ad1cfb24ae98ecab47bd9f2a15fc273f0823c313582970d71b107b27f3
\ No newline at end of file
+8e66a20e00b974819c1806a565e55ac2e5422109eb8e140e439a479fe2018722
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha512
index 753a88b..2dfd889 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-1a0631b1143bb46cfb1b8ba08dbf8ada80dde06fb111df95528a642b0fb93ed81a21e7470c046e490ebfd897059747f2139728c7089cd34321b270ba98e14361
\ No newline at end of file
+fc32fb692d5699ff08b4b771423ee4732f88946be58613466888d475e88d8f9b374f557afb9b366e1954a10dd29ecfe222dd19aa8b38d3704a347dd1381cc191
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom
index 82447f9..65f62c7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation Runtime</name>
   <description>Android Navigation-Runtime</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,26 +28,26 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
       <groupId>androidx.navigation</groupId>
-      <artifactId>navigation-common</artifactId>
+      <artifactId>navigation-common-ktx</artifactId>
       <version>[2.4.0-alpha01]</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.activity</groupId>
-      <artifactId>activity</artifactId>
+      <artifactId>activity-ktx</artifactId>
       <version>1.1.0</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-viewmodel</artifactId>
+      <artifactId>lifecycle-viewmodel-ktx</artifactId>
       <version>2.2.0</version>
       <scope>compile</scope>
       <type>aar</type>
@@ -66,5 +66,11 @@
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.md5
index 3952d2f..05a7db5 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-35f0b27c59dfbbef1bb067c60116c964
\ No newline at end of file
+5b90fba349e4d5a42d1255e3575e0a58
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha1
index 069b417..44cc87d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-09a015070f6db358045b7cd6552c1b2a5f4072b4
\ No newline at end of file
+2e75ca1d851e26b1a9556d71020c3a9dd33e4aea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha256
index 042cbb7..282d68e 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-368e5015e2450c11a902f3c05e3611b93e4899cd0876dea8bf8c0cec77d3dd6b
\ No newline at end of file
+2c1ba52ab09f8cd25c081aee40066a9196d3a3ed24ee4f6872fd19966e0602a9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha512
index a6d1505..9a0b4ff 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-runtime/2.4.0-alpha01/navigation-runtime-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-29ae7b99846c79f6031a121309e204efcf3a67178b302080e146e260aa10ac1a26019c6f0fa2d4710a21b9bf1a7d10b4c38131dd425acd1c5a9f3da19abbc77e
\ No newline at end of file
+c233c92916c25b6f41343277329875adb788e19ad45c0b629017066f4c2d5b1885a89d63cac01529cc248ebb5840468cabeed8f81a2c773921063af960f9c478
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar
index af7c3e9..10ef412 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.md5
index 7db5031..11adf0b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-e5ff0652316f70fa6f7263ce5094a7ba
\ No newline at end of file
+9c93e7210a7ed54f565146c1d073f525
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha1
index 22e98b5..4c70787 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-407dd936012d5b65b0af3e897ea62e436a811419
\ No newline at end of file
+16c0f2db3ad7b5456a930eb9c3c6dd2584573313
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha256
index e5b03d6..4e04dee 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-dc293a071dc2f04f69d456de6734531fa52ae69fecc83a4e1812006a3e5e3eae
\ No newline at end of file
+d318b4af383bff8177a3c0813e58d39f474ff35a02d1c1ff409c57ff5921c342
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha512
index 49f942f..253db3a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-0d56d35c76ca24964807607764080077f0d8ce960dc61e14629a2a1d50bd424ab455be041d64dc17edc52511c0db4d25c3e7b359a5bb44c9c37f2e0934ea1685
\ No newline at end of file
+2e48363c0ecc9c3fa7dac4e28b83a500db14be7bff58c4f3ab6432c1279c1ec819499075466ed2824fb1f44794ace25409041df4829e314bf8b9cede6cc66e91
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar
index e0ea1f8..8185fc0 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.md5
index 35659fd..c8115ec 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-fc02f91fcc197e07622792d840780830
\ No newline at end of file
+d4b988b03654e57b5014f808e15b2de3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha1
index 5bbe7a9..51691dc 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-eaa3ae23f8e6e197a6e22d61603eebc2ea8b842e
\ No newline at end of file
+e6a4bfe1fe1bb81a9eb1b6546dac2d9334521a74
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha256
index f2dac40..b661870 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-49c4210b82a54602e0528da0f74e235c82575b100ab9cebb2696f57b4dc948f6
\ No newline at end of file
+68071807f839100e67c1d841678122dca244a0962fc6b5b610e590c372ec72d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha512
index 9b9fd2f..6d2e8af 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-b2a012738911fa301ce8cb761e1d57e7efcf827293a8aae5db22dd666505f730614c8de0443fc266afec6339dcb7f12db4ae7746254a81ccecb82c0112f504be
\ No newline at end of file
+b33a50db7abf993dd475dbddd5da3aec306dec510bc33b66c35d9d99a182fcb405a2f5368282fa6f166316e5b70d354b5fedddae3206fd4a4ab534c6d93e61a8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module
index 29c44b2..77455dc 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -42,7 +42,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -50,11 +50,11 @@
         {
           "name": "navigation-ui-ktx-2.4.0-alpha01.aar",
           "url": "navigation-ui-ktx-2.4.0-alpha01.aar",
-          "size": 32267,
-          "sha512": "b2a012738911fa301ce8cb761e1d57e7efcf827293a8aae5db22dd666505f730614c8de0443fc266afec6339dcb7f12db4ae7746254a81ccecb82c0112f504be",
-          "sha256": "49c4210b82a54602e0528da0f74e235c82575b100ab9cebb2696f57b4dc948f6",
-          "sha1": "eaa3ae23f8e6e197a6e22d61603eebc2ea8b842e",
-          "md5": "fc02f91fcc197e07622792d840780830"
+          "size": 32804,
+          "sha512": "b33a50db7abf993dd475dbddd5da3aec306dec510bc33b66c35d9d99a182fcb405a2f5368282fa6f166316e5b70d354b5fedddae3206fd4a4ab534c6d93e61a8",
+          "sha256": "68071807f839100e67c1d841678122dca244a0962fc6b5b610e590c372ec72d4",
+          "sha1": "e6a4bfe1fe1bb81a9eb1b6546dac2d9334521a74",
+          "md5": "d4b988b03654e57b5014f808e15b2de3"
         }
       ]
     },
@@ -85,7 +85,7 @@
           "group": "org.jetbrains.kotlin",
           "module": "kotlin-stdlib",
           "version": {
-            "requires": "1.3.71"
+            "requires": "1.4.30"
           }
         }
       ],
@@ -93,11 +93,11 @@
         {
           "name": "navigation-ui-ktx-2.4.0-alpha01.aar",
           "url": "navigation-ui-ktx-2.4.0-alpha01.aar",
-          "size": 32267,
-          "sha512": "b2a012738911fa301ce8cb761e1d57e7efcf827293a8aae5db22dd666505f730614c8de0443fc266afec6339dcb7f12db4ae7746254a81ccecb82c0112f504be",
-          "sha256": "49c4210b82a54602e0528da0f74e235c82575b100ab9cebb2696f57b4dc948f6",
-          "sha1": "eaa3ae23f8e6e197a6e22d61603eebc2ea8b842e",
-          "md5": "fc02f91fcc197e07622792d840780830"
+          "size": 32804,
+          "sha512": "b33a50db7abf993dd475dbddd5da3aec306dec510bc33b66c35d9d99a182fcb405a2f5368282fa6f166316e5b70d354b5fedddae3206fd4a4ab534c6d93e61a8",
+          "sha256": "68071807f839100e67c1d841678122dca244a0962fc6b5b610e590c372ec72d4",
+          "sha1": "e6a4bfe1fe1bb81a9eb1b6546dac2d9334521a74",
+          "md5": "d4b988b03654e57b5014f808e15b2de3"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "navigation-ui-ktx-2.4.0-alpha01-sources.jar",
           "url": "navigation-ui-ktx-2.4.0-alpha01-sources.jar",
-          "size": 8751,
-          "sha512": "0d56d35c76ca24964807607764080077f0d8ce960dc61e14629a2a1d50bd424ab455be041d64dc17edc52511c0db4d25c3e7b359a5bb44c9c37f2e0934ea1685",
-          "sha256": "dc293a071dc2f04f69d456de6734531fa52ae69fecc83a4e1812006a3e5e3eae",
-          "sha1": "407dd936012d5b65b0af3e897ea62e436a811419",
-          "md5": "e5ff0652316f70fa6f7263ce5094a7ba"
+          "size": 8817,
+          "sha512": "2e48363c0ecc9c3fa7dac4e28b83a500db14be7bff58c4f3ab6432c1279c1ec819499075466ed2824fb1f44794ace25409041df4829e314bf8b9cede6cc66e91",
+          "sha256": "d318b4af383bff8177a3c0813e58d39f474ff35a02d1c1ff409c57ff5921c342",
+          "sha1": "16c0f2db3ad7b5456a930eb9c3c6dd2584573313",
+          "md5": "9c93e7210a7ed54f565146c1d073f525"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.md5
index 6bfd397..d8b926e 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-8cc2bead5029078a889b3a976528b9fc
\ No newline at end of file
+bc01a9376a3ac73e908191b7bcd1c2d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha1
index 6cea68f..751c86c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-b89e34366fda582b8c1efd063017f2b9fffe16e3
\ No newline at end of file
+559f4e2bfadb599b26556fd0e9314bb15f19c49a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha256
index eab2310..db3be90 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-72f36b0d340fe94df76aa5aeabaeb24cd26c2c44853a0934479497deaa5e926e
\ No newline at end of file
+8a2d1154688e8a0d42bd10d1b472c22cfab87e836e3e8ebd5408ad6f659564b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha512
index 80dd22d..aeb2e70 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-2bccfed9c428631d74a6afd1b8409572b04a84ccf7e6295f4f7747a095f38f2e426227fcc3deb38480b621740886e6e56f04e3723247898693d90751401798aa
\ No newline at end of file
+ccc0c2e704de74035d7c942de38329037710c79b7a27b5d9e57e07a7ab63970ecb679bc7a39344c97e2273f4ef21ab62f65ee6220df11ee6b57e8e363ee3ad74
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom
index 966a569..420941c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation UI Kotlin Extensions</name>
   <description>Android Navigation-UI-Ktx</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
       <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
+      <version>1.4.30</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.md5
index 5dfce6e..288e342 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-eb8f6fec121e8d637b85587a36923231
\ No newline at end of file
+aae84c16dd01723b32749ccf698ce8b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha1
index 682a0b0..af3b338 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-3756bffaebdbcc0b2103d5327f5158b61fc7c99d
\ No newline at end of file
+54166717ff168d0b11ac573284adb0ae598e8fff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha256
index 5572cde..b2512b2 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-ec782bd29da4e9a83e0dff58bfe020de358f870b01f703ec84d970ed6dcfef88
\ No newline at end of file
+e7a32ef72a20489d4c2413209d533372351fc11c737d7ec0f188528e35a12245
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha512
index bd06432..6812c0a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui-ktx/2.4.0-alpha01/navigation-ui-ktx-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-33fca5f434f47c2a47638ec7793f6825448517f8e6521d8c6f161eec72d70bb0d6c06c5314c9eaa00fcddd85a7ada72233aad04e9a3a703f859421813eec0db9
\ No newline at end of file
+a7119145ddbc48afb30c068f379d94a368bf75b6001881a6a33ae90b84d327a7d7654cdd80589a2b49fe84a41a1a945dcc92edf97bbc9fd39901c6833a249ba5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar
index c9e40bc..f2516f6 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.md5
index 8a70671..0cf86db 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-603f5688dafc2a2250ed38e358a8c18a
\ No newline at end of file
+a8007bd8c857c5fd2b4f493d4da08838
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha1
index 93711c6..5084e50 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-b2971cbfd8a5e73ebc3984f3c117fef224325de2
\ No newline at end of file
+f4d3ccdebf93de7b7c8bf798631e100b65921f72
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha256
index baabce0..e425a25 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-6ffa1a363bed7f50da110f18e9339582b8a4389d8c96f6cf643223423cae6504
\ No newline at end of file
+a016539143897c40bd52584d266937b190ee6d70f20b18ba536bffacdf98049c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha512
index 2157aac..dffc0a3 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-4ebf92d186bf3adf911aba24daf95cde2b327de28a2ce02a1e7ef6cf4e6ddc1214bbaa905b8154380727e283a58575e108c22c96f3b0bca01ebd1be0bbdf9321
\ No newline at end of file
+8d0d933c651b7d58e1e8a8224881498fd1349eb55dac317348f0e76e1468e701275053adac5d294911ccbd18418c2ac77e3a820ac665a89d72b988f10fbc27fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar
index baa1ef1..53dd4f7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.md5
index b5c7b41..5ecfe5b 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.md5
@@ -1 +1 @@
-f92524fb13533e357fe6af7f2f0624fd
\ No newline at end of file
+1dbb20f82d47d2f6b9a1f01f941a02d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha1
index 6b7b2cb..8d0a426 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha1
@@ -1 +1 @@
-441ed8d72f571e433c0cf9cffa96f92d6329826a
\ No newline at end of file
+66b776b4a4298f49ea0e0f5bd3f3da800054ddbe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha256
index 0e887fe..7a8a9c9 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha256
@@ -1 +1 @@
-9ed9b987cfefa6c3a4f10bd622ee21b21238a61ca108704f91deaf53e987be70
\ No newline at end of file
+f431dce4c162005c12b9d2c4fc450cd493ec859523bfcefd84d2a5e7c296ad61
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha512
index 6ad2344..ab0b69d 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.aar.sha512
@@ -1 +1 @@
-35d27d133fca0eb024ae52e2343bf73cea590c1438e96a8cc8e881a47bddaedbfd4665bb0537e254fd7a6ec6cb0de954c0e7263bb19999b73da97e078406e2c3
\ No newline at end of file
+bd8604b74f3618548eacbbe77cd1b3f7ab718a6325368328d2523f6ab8e68289cdc9cbdb97915481575ff21cdc127a89deef07502a403581afbf499c52cd364e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module
index e70ef2c..95a32b7 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -26,7 +26,7 @@
       "dependencies": [
         {
           "group": "androidx.navigation",
-          "module": "navigation-runtime",
+          "module": "navigation-runtime-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
@@ -35,14 +35,14 @@
           "group": "androidx.customview",
           "module": "customview",
           "version": {
-            "requires": "1.1.0-rc01"
+            "requires": "1.1.0"
           }
         },
         {
           "group": "androidx.drawerlayout",
           "module": "drawerlayout",
           "version": {
-            "requires": "1.1.0-rc01"
+            "requires": "1.1.1"
           }
         },
         {
@@ -57,11 +57,11 @@
         {
           "name": "navigation-ui-2.4.0-alpha01.aar",
           "url": "navigation-ui-2.4.0-alpha01.aar",
-          "size": 86977,
-          "sha512": "35d27d133fca0eb024ae52e2343bf73cea590c1438e96a8cc8e881a47bddaedbfd4665bb0537e254fd7a6ec6cb0de954c0e7263bb19999b73da97e078406e2c3",
-          "sha256": "9ed9b987cfefa6c3a4f10bd622ee21b21238a61ca108704f91deaf53e987be70",
-          "sha1": "441ed8d72f571e433c0cf9cffa96f92d6329826a",
-          "md5": "f92524fb13533e357fe6af7f2f0624fd"
+          "size": 99749,
+          "sha512": "bd8604b74f3618548eacbbe77cd1b3f7ab718a6325368328d2523f6ab8e68289cdc9cbdb97915481575ff21cdc127a89deef07502a403581afbf499c52cd364e",
+          "sha256": "f431dce4c162005c12b9d2c4fc450cd493ec859523bfcefd84d2a5e7c296ad61",
+          "sha1": "66b776b4a4298f49ea0e0f5bd3f3da800054ddbe",
+          "md5": "1dbb20f82d47d2f6b9a1f01f941a02d4"
         }
       ]
     },
@@ -76,7 +76,7 @@
       "dependencies": [
         {
           "group": "androidx.navigation",
-          "module": "navigation-runtime",
+          "module": "navigation-runtime-ktx",
           "version": {
             "requires": "2.4.0-alpha01"
           }
@@ -85,14 +85,14 @@
           "group": "androidx.customview",
           "module": "customview",
           "version": {
-            "requires": "1.1.0-rc01"
+            "requires": "1.1.0"
           }
         },
         {
           "group": "androidx.drawerlayout",
           "module": "drawerlayout",
           "version": {
-            "requires": "1.1.0-rc01"
+            "requires": "1.1.1"
           }
         },
         {
@@ -114,11 +114,11 @@
         {
           "name": "navigation-ui-2.4.0-alpha01.aar",
           "url": "navigation-ui-2.4.0-alpha01.aar",
-          "size": 86977,
-          "sha512": "35d27d133fca0eb024ae52e2343bf73cea590c1438e96a8cc8e881a47bddaedbfd4665bb0537e254fd7a6ec6cb0de954c0e7263bb19999b73da97e078406e2c3",
-          "sha256": "9ed9b987cfefa6c3a4f10bd622ee21b21238a61ca108704f91deaf53e987be70",
-          "sha1": "441ed8d72f571e433c0cf9cffa96f92d6329826a",
-          "md5": "f92524fb13533e357fe6af7f2f0624fd"
+          "size": 99749,
+          "sha512": "bd8604b74f3618548eacbbe77cd1b3f7ab718a6325368328d2523f6ab8e68289cdc9cbdb97915481575ff21cdc127a89deef07502a403581afbf499c52cd364e",
+          "sha256": "f431dce4c162005c12b9d2c4fc450cd493ec859523bfcefd84d2a5e7c296ad61",
+          "sha1": "66b776b4a4298f49ea0e0f5bd3f3da800054ddbe",
+          "md5": "1dbb20f82d47d2f6b9a1f01f941a02d4"
         }
       ]
     },
@@ -134,11 +134,11 @@
         {
           "name": "navigation-ui-2.4.0-alpha01-sources.jar",
           "url": "navigation-ui-2.4.0-alpha01-sources.jar",
-          "size": 13607,
-          "sha512": "4ebf92d186bf3adf911aba24daf95cde2b327de28a2ce02a1e7ef6cf4e6ddc1214bbaa905b8154380727e283a58575e108c22c96f3b0bca01ebd1be0bbdf9321",
-          "sha256": "6ffa1a363bed7f50da110f18e9339582b8a4389d8c96f6cf643223423cae6504",
-          "sha1": "b2971cbfd8a5e73ebc3984f3c117fef224325de2",
-          "md5": "603f5688dafc2a2250ed38e358a8c18a"
+          "size": 12704,
+          "sha512": "8d0d933c651b7d58e1e8a8224881498fd1349eb55dac317348f0e76e1468e701275053adac5d294911ccbd18418c2ac77e3a820ac665a89d72b988f10fbc27fb",
+          "sha256": "a016539143897c40bd52584d266937b190ee6d70f20b18ba536bffacdf98049c",
+          "sha1": "f4d3ccdebf93de7b7c8bf798631e100b65921f72",
+          "md5": "a8007bd8c857c5fd2b4f493d4da08838"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.md5
index aa31ab3..ab4cd81 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.md5
@@ -1 +1 @@
-b13f0fc6869b40463a65f5f9a10d2a6d
\ No newline at end of file
+d274e717830d69ea8627f8321fc898a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha1
index 4e05cfb..4e5bf57 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha1
@@ -1 +1 @@
-98f4fe6ff7f64ab894f09867bd147ed31952f619
\ No newline at end of file
+b86e19ce6fd82f3b98c8dedf465264c5197f7d11
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha256
index b42427e..4484568 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha256
@@ -1 +1 @@
-84f23aafce8fbf2760dbbcabd62fee6ee39ed4da9f621fab910541cd1b9227b0
\ No newline at end of file
+b4b829cd22e70391ffa3378931fe535a2b84678fc6f5c4c805d0b3b7aab49559
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha512
index 6d69e1d..81dd75e 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.module.sha512
@@ -1 +1 @@
-780dd515560a616240f1020d9980f26a9b232f559118342212b4dda9c125e7f74abab3c86cb9a9e5b52225931675d25fea828539afc0328c278e055dd15c4f85
\ No newline at end of file
+8d758391f509556f4183cd22ccdb33be66b0a4d16b293d9683bb579c0ef29cd4c7bc5afdce55bbbaab73ceeb10047176fc0e25e2548f2357e04146ab308cb552
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom
index 110a8b1..2f06b07 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Navigation UI</name>
   <description>Android Navigation-UI</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.4.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,12 +28,12 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
       <groupId>androidx.navigation</groupId>
-      <artifactId>navigation-runtime</artifactId>
+      <artifactId>navigation-runtime-ktx</artifactId>
       <version>[2.4.0-alpha01]</version>
       <scope>compile</scope>
       <type>aar</type>
@@ -41,14 +41,14 @@
     <dependency>
       <groupId>androidx.customview</groupId>
       <artifactId>customview</artifactId>
-      <version>1.1.0-rc01</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.drawerlayout</groupId>
       <artifactId>drawerlayout</artifactId>
-      <version>1.1.0-rc01</version>
+      <version>1.1.1</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.md5
index f29f58f..a30d45a 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.md5
@@ -1 +1 @@
-6fe9a537e79e9e18ffa178c920cedc94
\ No newline at end of file
+c84fc205793f682d36ee96fb220d921a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha1
index adbc390..3fdc14c 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha1
@@ -1 +1 @@
-bda4879e05c9c5b0e08abaa03b0c8e76dbe10052
\ No newline at end of file
+a47bc2826e0f35a8ffa2c9d9ee7a38cd24e69a0b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha256
index 662dc0c..3050f71 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha256
@@ -1 +1 @@
-4db8467ac32bb276c932a63dce5e687680d03dbdefa08a1c09ebe6e72d9675a8
\ No newline at end of file
+bdf235eae80ba20c069baef8acd8db06d57745c987692533010cdfc3ff9087e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha512
index d28c1c7..555f1c3 100644
--- a/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/navigation/navigation-ui/2.4.0-alpha01/navigation-ui-2.4.0-alpha01.pom.sha512
@@ -1 +1 @@
-bfde1b8a327faf9d160b7c41238fea7c22282c8dad1b775b8b74384ec658798959668930bb22d5c19092c24cad42085c932c07bce99f5f066e103ac75876405f
\ No newline at end of file
+b699b80aa73672cdafd0accc4e1b24eddae317ca1934725b9705f68fb5bd03771fe8bcac64049b24a45749eed1a18f289a604caef9d1edf1b63018296acfa693
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module
deleted file mode 100644
index 05d9893..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module
+++ /dev/null
@@ -1,103 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.paging",
-    "module": "paging-common-ktx",
-    "version": "3.0.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.paging",
-          "module": "paging-common",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-common-ktx-3.0.0-alpha02.jar",
-          "url": "paging-common-ktx-3.0.0-alpha02.jar",
-          "size": 261,
-          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
-          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
-          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
-          "md5": "e7e9f45eb9d74540092920528bb0abf0"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.paging",
-          "module": "paging-common",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-common-ktx-3.0.0-alpha02.jar",
-          "url": "paging-common-ktx-3.0.0-alpha02.jar",
-          "size": 261,
-          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
-          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
-          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
-          "md5": "e7e9f45eb9d74540092920528bb0abf0"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "paging-common-ktx-3.0.0-alpha02-sources.jar",
-          "url": "paging-common-ktx-3.0.0-alpha02-sources.jar",
-          "size": 261,
-          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
-          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
-          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
-          "md5": "e7e9f45eb9d74540092920528bb0abf0"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.md5
deleted file mode 100644
index c095192..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-f957730884166c0cee6c379334403677
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha1
deleted file mode 100644
index 2d4becc..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6bc6e5c8c513884b0b2c723d080ed50c0325d7cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha256
deleted file mode 100644
index c5e85ed..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a99884946086aa98c9b048efce424920946130da220b98d81e339006cf3d6b21
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha512
deleted file mode 100644
index 195ab2a..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d063c6fc121ef68ca1c9599a941ca704d6bc071d3d3061e591082c5b961cb377ac00d5daa24fb000e316597472f69565c1f5a299b68dc1e2ce80b8d1f0c3c708
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom
deleted file mode 100644
index a122671..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.paging</groupId>
-  <artifactId>paging-common-ktx</artifactId>
-  <version>3.0.0-alpha02</version>
-  <name>Android Paging-Common Kotlin Extensions</name>
-  <description>Kotlin extensions for 'paging-common' artifact</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.paging</groupId>
-      <artifactId>paging-common</artifactId>
-      <version>[3.0.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.md5
deleted file mode 100644
index c00d564..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-e0557a8698545d0db4ed550556939506
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha1
deleted file mode 100644
index 42604c4..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5d259f805388acd96527288731c4dff6603e1c2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha256
deleted file mode 100644
index 6ce531c..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5c2286fe127692a45ec9958dfacdf6efb7a4f38b99276fbe85f7bd27313c376f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha512
deleted file mode 100644
index 5ece415..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-dfbc629f4143f315ff2c81b6dc0b9d4e92cdad35510731566d726ec57236485a7ec66c9016cdbf75d588917c187d560cbdc4230a3a52151eadbef07f2c9077f5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.md5
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha1
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha256
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02-sources.jar.sha512
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.md5
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.md5
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha1
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha1
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha256
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha256
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-alpha02/paging-common-ktx-3.0.0-alpha02.jar.sha512
rename to current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.jar.sha512
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module
new file mode 100644
index 0000000..ff954d7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module
@@ -0,0 +1,103 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.paging",
+    "module": "paging-common-ktx",
+    "version": "3.0.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.paging",
+          "module": "paging-common",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-common-ktx-3.0.0-beta01.jar",
+          "url": "paging-common-ktx-3.0.0-beta01.jar",
+          "size": 261,
+          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
+          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
+          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
+          "md5": "e7e9f45eb9d74540092920528bb0abf0"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.paging",
+          "module": "paging-common",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-common-ktx-3.0.0-beta01.jar",
+          "url": "paging-common-ktx-3.0.0-beta01.jar",
+          "size": 261,
+          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
+          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
+          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
+          "md5": "e7e9f45eb9d74540092920528bb0abf0"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "paging-common-ktx-3.0.0-beta01-sources.jar",
+          "url": "paging-common-ktx-3.0.0-beta01-sources.jar",
+          "size": 261,
+          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
+          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
+          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
+          "md5": "e7e9f45eb9d74540092920528bb0abf0"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.md5
new file mode 100644
index 0000000..c8147b1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.md5
@@ -0,0 +1 @@
+e7283b0990e66702a58a0b7e2fd817d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha1
new file mode 100644
index 0000000..c1cb915
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha1
@@ -0,0 +1 @@
+2c2a233c82f12e8ff737aa6793a6b4bbd3f31002
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha256
new file mode 100644
index 0000000..3db7211
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha256
@@ -0,0 +1 @@
+ff92e7f35efaf2d8269e121006e2a95fe22814b82e35e9ccf1d417808be35a7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha512
new file mode 100644
index 0000000..bba4682
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.module.sha512
@@ -0,0 +1 @@
+e8a9346912b11b71e29292da49e2dda04b4c5739d3c6bb78aee8bb5d08f953e8c348ed5484f47ce305a33a14b9dbd04b628e831add1e0cc603b40111c4f0758c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom
new file mode 100644
index 0000000..bd89cad
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.paging</groupId>
+  <artifactId>paging-common-ktx</artifactId>
+  <version>3.0.0-beta01</version>
+  <name>Android Paging-Common Kotlin Extensions</name>
+  <description>Kotlin extensions for 'paging-common' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/paging#3.0.0-beta01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.paging</groupId>
+      <artifactId>paging-common</artifactId>
+      <version>[3.0.0-beta01]</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.md5
new file mode 100644
index 0000000..4c49598
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.md5
@@ -0,0 +1 @@
+948201387daa1f019ac6c0db2eb56fea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha1
new file mode 100644
index 0000000..9ff70de
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha1
@@ -0,0 +1 @@
+a04a7e52bdf6634577ec33d447106a48afce4dde
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha256
new file mode 100644
index 0000000..cc2ac90
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha256
@@ -0,0 +1 @@
+98bee3ebc24ebfe4c8e29b59d7b613fdde7b3493a83bde72e63ce6d2ee4dc2ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha512
new file mode 100644
index 0000000..744554e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common-ktx/3.0.0-beta01/paging-common-ktx-3.0.0-beta01.pom.sha512
@@ -0,0 +1 @@
+4d6a5e7880c6a21859c24e079cfaa83910613372f35fe6aa3648c2a46dfd4c427ee493451b35d6b9ebc730b7e5d8f785d573c992a3c0538db68baf90c2a0c513
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar
deleted file mode 100644
index 79f7d67..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.md5
deleted file mode 100644
index 8ee26fe..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-82de288b4791b13f9f24d3172766d2bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 845ee41..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-03f6b117ba15773d527c85f2d566aa2cc5767612
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha256
deleted file mode 100644
index 1cbadca..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1b7b7f8e70a4b6494d778aed12284b822ca1a9eb0880375ad0db15538c6d0b34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha512
deleted file mode 100644
index ae8fdf5..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7707e3135df1e07b72fc7414fbe5b0503660549d3e9e681239712341baa7642727c4612c8c8ee6bcc60096f5fff772de64fb20690feafbf353aa61e30b7b79f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar
deleted file mode 100644
index 7ab81fb..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.md5
deleted file mode 100644
index 27676d5..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-38b64299c9380719ec7d48be08f956fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha1
deleted file mode 100644
index 3649553..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-70eef25a5e9d49afb8b305ab23ca617778cb1d9f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha256
deleted file mode 100644
index 9c1917a..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-77a745ad5de71f8cf1e042e01ae822ff84e28f6179b2563c788f2a52fb2685cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha512
deleted file mode 100644
index bef6a52..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b5329baa9f16647aedff88a117e57260690cc311b7860a2924726a54301cfc8e3913178140b1c767730369f41a4c7fddd0e881e0b8e294177edceff5d4537af1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module
deleted file mode 100644
index e30581a..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module
+++ /dev/null
@@ -1,145 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.paging",
-    "module": "paging-common",
-    "version": "3.0.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-core",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-common-3.0.0-alpha02.jar",
-          "url": "paging-common-3.0.0-alpha02.jar",
-          "size": 618114,
-          "sha512": "b5329baa9f16647aedff88a117e57260690cc311b7860a2924726a54301cfc8e3913178140b1c767730369f41a4c7fddd0e881e0b8e294177edceff5d4537af1",
-          "sha256": "77a745ad5de71f8cf1e042e01ae822ff84e28f6179b2563c788f2a52fb2685cd",
-          "sha1": "70eef25a5e9d49afb8b305ab23ca617778cb1d9f",
-          "md5": "38b64299c9380719ec7d48be08f956fe"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-core",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-common-3.0.0-alpha02.jar",
-          "url": "paging-common-3.0.0-alpha02.jar",
-          "size": 618114,
-          "sha512": "b5329baa9f16647aedff88a117e57260690cc311b7860a2924726a54301cfc8e3913178140b1c767730369f41a4c7fddd0e881e0b8e294177edceff5d4537af1",
-          "sha256": "77a745ad5de71f8cf1e042e01ae822ff84e28f6179b2563c788f2a52fb2685cd",
-          "sha1": "70eef25a5e9d49afb8b305ab23ca617778cb1d9f",
-          "md5": "38b64299c9380719ec7d48be08f956fe"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "paging-common-3.0.0-alpha02-sources.jar",
-          "url": "paging-common-3.0.0-alpha02-sources.jar",
-          "size": 116300,
-          "sha512": "7707e3135df1e07b72fc7414fbe5b0503660549d3e9e681239712341baa7642727c4612c8c8ee6bcc60096f5fff772de64fb20690feafbf353aa61e30b7b79f6",
-          "sha256": "1b7b7f8e70a4b6494d778aed12284b822ca1a9eb0880375ad0db15538c6d0b34",
-          "sha1": "03f6b117ba15773d527c85f2d566aa2cc5767612",
-          "md5": "82de288b4791b13f9f24d3172766d2bd"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.md5
deleted file mode 100644
index 91a07e5..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-cf5c9c51514e73f1d58373cc2977de14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha1
deleted file mode 100644
index 223918f..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3d073b6cd8597d48b18bd1f9cdffbffc80a7fc0f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha256
deleted file mode 100644
index 55a4843..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6609683757a7b69faccfb5c54e0ebf7f34d8319390fdfddca9599f99fd7ffdfa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha512
deleted file mode 100644
index a613e7b..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ce6739b0b0e51389478c073e560e2add7ca6c6ef96615474b5da1a4eeb3efddb026c51b78b10a6f1d5398b2fa53d2fb6802f6ed847a0bbf057737d47e36a29f1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom
deleted file mode 100644
index e065766..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.paging</groupId>
-  <artifactId>paging-common</artifactId>
-  <version>3.0.0-alpha02</version>
-  <name>Android Paging-Common</name>
-  <description>Android Paging-Common</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-common</artifactId>
-      <version>2.0.1</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-core</artifactId>
-      <version>1.3.4</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.md5
deleted file mode 100644
index c6851e1..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-4f04efcacbe95b0214f2a0c552831c9a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha1
deleted file mode 100644
index f995df3..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d81aca526cb7942b34792949c49065a6c234ddaa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha256
deleted file mode 100644
index 4f38a35..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-90f74b31877f9a0b58ad58f6519150ec91fa04b23710e2879a755cbf412941a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha512
deleted file mode 100644
index d953cff..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-alpha02/paging-common-3.0.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9f44e24838c7039416ca895ba8e4aa32ecd807ecea306e12cd4fc9adaf4f00dfb5895ca6c15f10274141947233f3158ac311c9d278d8e9db1d329a2684022ffd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar
new file mode 100644
index 0000000..bebd9dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..f97c895
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+cb9a233157b1b019c503709cb92c041a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..b7a1e4e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+fb7aea27a3b7932fb3a138cf46fbc72c81bef45b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..71bc353
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+c1ed0919b01fece1bc22ebcecde82d8b58532ecdd7d88516aec610240b16de69
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..81d3fb4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+8eb88979a9350cf2772cea2d0c13e89f036691af2dd0f4d216107df8d979733b4a1913d1583db0fefec61ea93e4771933694e76405e5e7c549c7f678d68ed1bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar
new file mode 100644
index 0000000..4e7ad7d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.md5
new file mode 100644
index 0000000..b42cef4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.md5
@@ -0,0 +1 @@
+6ab085b8bcd96a15c007c46caa66f8eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha1
new file mode 100644
index 0000000..a61aa13
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha1
@@ -0,0 +1 @@
+d1e57e8b37a0d05f707ae7f264886489c6d76c7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha256
new file mode 100644
index 0000000..d62bf62
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha256
@@ -0,0 +1 @@
+34450b3bcb41e5a230c1b45a283caca293d3e72e25f9f70f7bbf8597ff671a78
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha512
new file mode 100644
index 0000000..fd02046
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.jar.sha512
@@ -0,0 +1 @@
+f61abb2a11a4306e62feb323dc74276c3a47ca134fc9612eec9de55c1bcb1083bcea5b6253c73c9a078048f7f3207e320b5b29dc8ba8eb25b3c63ae9d93d4533
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module
new file mode 100644
index 0000000..3fdc259
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module
@@ -0,0 +1,145 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.paging",
+    "module": "paging-common",
+    "version": "3.0.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-common-3.0.0-beta01.jar",
+          "url": "paging-common-3.0.0-beta01.jar",
+          "size": 756097,
+          "sha512": "f61abb2a11a4306e62feb323dc74276c3a47ca134fc9612eec9de55c1bcb1083bcea5b6253c73c9a078048f7f3207e320b5b29dc8ba8eb25b3c63ae9d93d4533",
+          "sha256": "34450b3bcb41e5a230c1b45a283caca293d3e72e25f9f70f7bbf8597ff671a78",
+          "sha1": "d1e57e8b37a0d05f707ae7f264886489c6d76c7c",
+          "md5": "6ab085b8bcd96a15c007c46caa66f8eb"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-common-3.0.0-beta01.jar",
+          "url": "paging-common-3.0.0-beta01.jar",
+          "size": 756097,
+          "sha512": "f61abb2a11a4306e62feb323dc74276c3a47ca134fc9612eec9de55c1bcb1083bcea5b6253c73c9a078048f7f3207e320b5b29dc8ba8eb25b3c63ae9d93d4533",
+          "sha256": "34450b3bcb41e5a230c1b45a283caca293d3e72e25f9f70f7bbf8597ff671a78",
+          "sha1": "d1e57e8b37a0d05f707ae7f264886489c6d76c7c",
+          "md5": "6ab085b8bcd96a15c007c46caa66f8eb"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "paging-common-3.0.0-beta01-sources.jar",
+          "url": "paging-common-3.0.0-beta01-sources.jar",
+          "size": 138299,
+          "sha512": "8eb88979a9350cf2772cea2d0c13e89f036691af2dd0f4d216107df8d979733b4a1913d1583db0fefec61ea93e4771933694e76405e5e7c549c7f678d68ed1bf",
+          "sha256": "c1ed0919b01fece1bc22ebcecde82d8b58532ecdd7d88516aec610240b16de69",
+          "sha1": "fb7aea27a3b7932fb3a138cf46fbc72c81bef45b",
+          "md5": "cb9a233157b1b019c503709cb92c041a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.md5
new file mode 100644
index 0000000..104a8cc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.md5
@@ -0,0 +1 @@
+e41cd5e28bd6a6115c155eacb69f46fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha1
new file mode 100644
index 0000000..444b9c6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha1
@@ -0,0 +1 @@
+7667b5c3111e25764ddb2812f0b844e7229d2ece
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha256
new file mode 100644
index 0000000..ad134e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha256
@@ -0,0 +1 @@
+446675a386439c216348e1bd8860a6e2efea5be441be4da4ce8d4a56eab8813b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha512
new file mode 100644
index 0000000..ea2e060
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.module.sha512
@@ -0,0 +1 @@
+b90e0816380094228186acd4c6f2cf5c7cd79b70d82dcec2f9a70d18358c1ff95e9cdbe5cfb0ce09eac3cb7bf19d494afc1dc670c96fa88757492d5d1e30f526
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom
new file mode 100644
index 0000000..9c4be5f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.paging</groupId>
+  <artifactId>paging-common</artifactId>
+  <version>3.0.0-beta01</version>
+  <name>Android Paging-Common</name>
+  <description>Android Paging-Common</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/paging#3.0.0-beta01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-common</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.md5
new file mode 100644
index 0000000..4ccce20
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.md5
@@ -0,0 +1 @@
+e291fe516ba721dc056ae0bb4b7a2010
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha1
new file mode 100644
index 0000000..1cf5681
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha1
@@ -0,0 +1 @@
+78baa25dddc857d1fc460f346f20ec0a64039528
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha256
new file mode 100644
index 0000000..aab0b13
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha256
@@ -0,0 +1 @@
+2ae5118a35f51dcd2fa21da1b038b8d4e7f231d9a5ccd09b051f574d26f6d7c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha512
new file mode 100644
index 0000000..e68b9df
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-common/3.0.0-beta01/paging-common-3.0.0-beta01.pom.sha512
@@ -0,0 +1 @@
+692e22925fec8926035b3fb683eb6893f07a609986d31834a18f91ab18191d05d5881f56fd40e3c4ae7ec3ad4ef72d3531352a64c0c4f1380d0efc2b991cd0eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar
deleted file mode 100644
index 4fc39b7..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.md5
deleted file mode 100644
index 7bc4afb..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-a433ae7675f3457aa0ec21b26a69f06c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 594ba9d..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ca880685cc407d64329a5442f276a7e64c1e6033
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha256
deleted file mode 100644
index 3fd789c..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d0ab69b5281038b7b869082162e9aad73c1a59d7b9ae8d231c4545b4086237e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha512
deleted file mode 100644
index 999b8ec..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0932a8e8141cc7b0e1ee2179574c9d8c6252835928e7256522de7627889b26439143b6c9574159c8356f8e969a506f983428e072755735e875aa8e006246fca1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar
deleted file mode 100644
index b86ed84..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.md5
deleted file mode 100644
index df6dd93..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-99bff0e2c4e40997f65a6f35027c585e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha1
deleted file mode 100644
index e4e17b1..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-edb3b0d4281d42ba474d0cf40d7a94756eba0631
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha256
deleted file mode 100644
index 0393ac0..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2ab681f19499c01047490361904c293abf4f7b4287ccc7ce7c547e16a985e50b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha512
deleted file mode 100644
index 63d701e..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9e0c7cbe49be4eb906da3ec3c35d94d4029b1ad1dd0525c42159483176c4b89c24ed38718f4c6967c654054723c99f14d7deabb3b300a7a0e6dd2529fa2ef415
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module
deleted file mode 100644
index 047ee0c..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module
+++ /dev/null
@@ -1,188 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.paging",
-    "module": "paging-runtime",
-    "version": "3.0.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.paging",
-          "module": "paging-common",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.paging",
-          "module": "paging-common-ktx",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime-ktx",
-          "version": {
-            "requires": "2.2.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-ktx",
-          "version": {
-            "requires": "2.2.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-runtime-3.0.0-alpha02.aar",
-          "url": "paging-runtime-3.0.0-alpha02.aar",
-          "size": 70285,
-          "sha512": "9e0c7cbe49be4eb906da3ec3c35d94d4029b1ad1dd0525c42159483176c4b89c24ed38718f4c6967c654054723c99f14d7deabb3b300a7a0e6dd2529fa2ef415",
-          "sha256": "2ab681f19499c01047490361904c293abf4f7b4287ccc7ce7c547e16a985e50b",
-          "sha1": "edb3b0d4281d42ba474d0cf40d7a94756eba0631",
-          "md5": "99bff0e2c4e40997f65a6f35027c585e"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.paging",
-          "module": "paging-common",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.paging",
-          "module": "paging-common-ktx",
-          "version": {
-            "requires": "3.0.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-runtime-ktx",
-          "version": {
-            "requires": "2.2.0"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-livedata-ktx",
-          "version": {
-            "requires": "2.2.0"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.2.0-alpha04"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-coroutines-android",
-          "version": {
-            "requires": "1.3.4"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core-ktx",
-          "version": {
-            "requires": "1.2.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "paging-runtime-3.0.0-alpha02.aar",
-          "url": "paging-runtime-3.0.0-alpha02.aar",
-          "size": 70285,
-          "sha512": "9e0c7cbe49be4eb906da3ec3c35d94d4029b1ad1dd0525c42159483176c4b89c24ed38718f4c6967c654054723c99f14d7deabb3b300a7a0e6dd2529fa2ef415",
-          "sha256": "2ab681f19499c01047490361904c293abf4f7b4287ccc7ce7c547e16a985e50b",
-          "sha1": "edb3b0d4281d42ba474d0cf40d7a94756eba0631",
-          "md5": "99bff0e2c4e40997f65a6f35027c585e"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "paging-runtime-3.0.0-alpha02-sources.jar",
-          "url": "paging-runtime-3.0.0-alpha02-sources.jar",
-          "size": 28307,
-          "sha512": "0932a8e8141cc7b0e1ee2179574c9d8c6252835928e7256522de7627889b26439143b6c9574159c8356f8e969a506f983428e072755735e875aa8e006246fca1",
-          "sha256": "d0ab69b5281038b7b869082162e9aad73c1a59d7b9ae8d231c4545b4086237e3",
-          "sha1": "ca880685cc407d64329a5442f276a7e64c1e6033",
-          "md5": "a433ae7675f3457aa0ec21b26a69f06c"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.md5
deleted file mode 100644
index 3505aca..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-18d5b7572fb56d22b65c9e7ddfc2e0c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha1
deleted file mode 100644
index d81b2fd..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ba179f7128b94abf4ffa1540526f3f4c1e630b7f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha256
deleted file mode 100644
index 9861842..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-13f5d10ffa55d3774f440ab9d44f452619dbbe57354bcfed37d786cf1dfd3b87
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha512
deleted file mode 100644
index 22375ca..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-18c74bcb777c5ee034eafa63f8913460716bf5198d791e24469fa2cb88af0b136f6f932a30ade55138c9a8657b3fc417475fcc8d19252d9524d0c0d1aa2bff59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom
deleted file mode 100644
index d7f460d..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.paging</groupId>
-  <artifactId>paging-runtime</artifactId>
-  <version>3.0.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Paging-Runtime</name>
-  <description>Android Paging-Runtime</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.paging</groupId>
-      <artifactId>paging-common</artifactId>
-      <version>[3.0.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.paging</groupId>
-      <artifactId>paging-common-ktx</artifactId>
-      <version>[3.0.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-runtime-ktx</artifactId>
-      <version>2.2.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-livedata-ktx</artifactId>
-      <version>2.2.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha04</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-android</artifactId>
-      <version>1.3.4</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core-ktx</artifactId>
-      <version>1.2.0</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.md5
deleted file mode 100644
index f804db1..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-48dc7dab25a567ea4598d32d3d4b1a6d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha1
deleted file mode 100644
index 3079cd8..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0210670748e2f74366933d5c7daad8f63edac03d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha256
deleted file mode 100644
index 7aec9ca..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-798e70e2e0947cc912aaabbd6d99341425091fca56f722274956f8a0df92fad1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha512
deleted file mode 100644
index 1075c63..0000000
--- a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-alpha02/paging-runtime-3.0.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-0dfd5d97d6a0529d29768690ee3001f26ad8e55bba819013536cdb35e35dbdc8520b58a81496457aa39652af2ae5e260b50c1dec625c904f4e62e97422dd70fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar
new file mode 100644
index 0000000..816b449
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.md5
new file mode 100644
index 0000000..44b96d0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.md5
@@ -0,0 +1 @@
+8e3d3b34782364f36989642d2dc817d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha1
new file mode 100644
index 0000000..ac07ee2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha1
@@ -0,0 +1 @@
+9451c728f4a177d3b700beff466b6d0ecea678c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha256
new file mode 100644
index 0000000..fa8a0e6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha256
@@ -0,0 +1 @@
+6a8220c2d474961d6f470e718873d2ebb9d0fd0ee42ea5363a0e7f02cc5c347c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha512
new file mode 100644
index 0000000..be5ceba
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01-sources.jar.sha512
@@ -0,0 +1 @@
+91311b93739d9e490a30cb879e892fe31628c464e6861ea7987eb33233b9d15fc31e4fa900d6adaca383231ece01903b0156b61c1e7b8f8fb0094bcfcd0f77fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar
new file mode 100644
index 0000000..dcad420
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.md5
new file mode 100644
index 0000000..abd06aa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.md5
@@ -0,0 +1 @@
+03c4fb447d8a9f730304e958261a3a38
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha1
new file mode 100644
index 0000000..db86282
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha1
@@ -0,0 +1 @@
+f0ddc07dd13693ddd621341141d81b0c6dde294c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha256
new file mode 100644
index 0000000..da9e5a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha256
@@ -0,0 +1 @@
+4c2737872db8edb53bc1df442c77fecd8e9c258e0487d61aa2c9a49fd4aa3dc7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha512
new file mode 100644
index 0000000..e94a8d4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.aar.sha512
@@ -0,0 +1 @@
+2c3e0ab7c5ce1cf2334c17e4338a2be8e6bfb40eb030a8efa5c35614df9a4333d86f364f36c33dd91da80edc9ac9c1f88909cf6a563ee32fe470b482e9106480
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module
new file mode 100644
index 0000000..0907214
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module
@@ -0,0 +1,202 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.paging",
+    "module": "paging-runtime",
+    "version": "3.0.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.paging",
+          "module": "paging-common",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.paging",
+          "module": "paging-common-ktx",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.2.0-beta01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-runtime-3.0.0-beta01.aar",
+          "url": "paging-runtime-3.0.0-beta01.aar",
+          "size": 67928,
+          "sha512": "2c3e0ab7c5ce1cf2334c17e4338a2be8e6bfb40eb030a8efa5c35614df9a4333d86f364f36c33dd91da80edc9ac9c1f88909cf6a563ee32fe470b482e9106480",
+          "sha256": "4c2737872db8edb53bc1df442c77fecd8e9c258e0487d61aa2c9a49fd4aa3dc7",
+          "sha1": "f0ddc07dd13693ddd621341141d81b0c6dde294c",
+          "md5": "03c4fb447d8a9f730304e958261a3a38"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.paging",
+          "module": "paging-common",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.paging",
+          "module": "paging-common-ktx",
+          "version": {
+            "requires": "3.0.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-ktx",
+          "version": {
+            "requires": "2.2.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.2.0-beta01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.2.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "paging-runtime-3.0.0-beta01.aar",
+          "url": "paging-runtime-3.0.0-beta01.aar",
+          "size": 67928,
+          "sha512": "2c3e0ab7c5ce1cf2334c17e4338a2be8e6bfb40eb030a8efa5c35614df9a4333d86f364f36c33dd91da80edc9ac9c1f88909cf6a563ee32fe470b482e9106480",
+          "sha256": "4c2737872db8edb53bc1df442c77fecd8e9c258e0487d61aa2c9a49fd4aa3dc7",
+          "sha1": "f0ddc07dd13693ddd621341141d81b0c6dde294c",
+          "md5": "03c4fb447d8a9f730304e958261a3a38"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "paging-runtime-3.0.0-beta01-sources.jar",
+          "url": "paging-runtime-3.0.0-beta01-sources.jar",
+          "size": 29173,
+          "sha512": "91311b93739d9e490a30cb879e892fe31628c464e6861ea7987eb33233b9d15fc31e4fa900d6adaca383231ece01903b0156b61c1e7b8f8fb0094bcfcd0f77fe",
+          "sha256": "6a8220c2d474961d6f470e718873d2ebb9d0fd0ee42ea5363a0e7f02cc5c347c",
+          "sha1": "9451c728f4a177d3b700beff466b6d0ecea678c1",
+          "md5": "8e3d3b34782364f36989642d2dc817d9"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.md5
new file mode 100644
index 0000000..0c04750
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.md5
@@ -0,0 +1 @@
+e8e36e223290bdd5b2b3f3e4c5b94fd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha1
new file mode 100644
index 0000000..4c590eb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha1
@@ -0,0 +1 @@
+c60d78995adc04d67d4111276f3b0afb9b5018fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha256
new file mode 100644
index 0000000..7d16a2b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha256
@@ -0,0 +1 @@
+eaf22a0be1f7b944b7db12eef35956939047514d86d26d8bbf886839c4d071a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha512
new file mode 100644
index 0000000..35fff29
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.module.sha512
@@ -0,0 +1 @@
+5de0b3c96775892a08fa64712110035b59086f27703ca0b38d90e5ce47e85bb0c63a431a537cf769425e055972e55db6ae4025d1abbe0b41c31228d2acdc42b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom
new file mode 100644
index 0000000..da164e1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.paging</groupId>
+  <artifactId>paging-runtime</artifactId>
+  <version>3.0.0-beta01</version>
+  <packaging>aar</packaging>
+  <name>Android Paging-Runtime</name>
+  <description>Android Paging-Runtime</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/paging#3.0.0-beta01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.paging</groupId>
+      <artifactId>paging-common</artifactId>
+      <version>[3.0.0-beta01]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.paging</groupId>
+      <artifactId>paging-common-ktx</artifactId>
+      <version>[3.0.0-beta01]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-ktx</artifactId>
+      <version>2.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime-ktx</artifactId>
+      <version>2.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-ktx</artifactId>
+      <version>2.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.2.0-beta01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-android</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core-ktx</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.md5
new file mode 100644
index 0000000..136e0e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.md5
@@ -0,0 +1 @@
+623c5783cbbe15faa58fd461a3d7379c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha1
new file mode 100644
index 0000000..adb0c5e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha1
@@ -0,0 +1 @@
+c34a4a4a56cf2a0e09994838cfcec4af2f05eb45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha256
new file mode 100644
index 0000000..2c260e5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha256
@@ -0,0 +1 @@
+0bb14983688d9e25a4d038e3102d23d703cdd6084a27d87c5faf419f8815075e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha512
new file mode 100644
index 0000000..c0ffacd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/paging/paging-runtime/3.0.0-beta01/paging-runtime-3.0.0-beta01.pom.sha512
@@ -0,0 +1 @@
+738e35276356e605d818253a6d81a39284a137452e3f2afa78c193819ed931cb3593ef4b24120519820c55e67da5abb3ea1e5faa2b3338c24594c625a92790bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar
index 03d1956..d4f254c 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.md5
index 8c2907d..a5ae9f5 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-398ae6f84016daeab25781c4c8694c7f
\ No newline at end of file
+3d7c870db60af0765bd7dd6abd6a0187
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha1
index 9597592..8bc0b7a 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-183d91e57bf775eafc3b3d2e72b347b9dd8cd8cf
\ No newline at end of file
+d32d6b1cb7cfce7ecd581afdb4ccbcffae3d5cfb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha256
index 11b7b78..1b54799 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-a54f82bf94b1e6bae745b3b6760ceb3d92973105513615f3e2d70c5548c39982
\ No newline at end of file
+5bcf132cb70655eb1a3b73cfbb112ca466eba8838bf37e2b420ceff70ba54ecb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha512
index 76e4dbf..2948f52 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-7c1ad448a77f52cf91cff771df39a0ad7aba34a83293ee45a2f6eaeb0247e76d5c33b54e07bb292ae255c4837294c34d4100f93a4a9c390d64f00d26be4ddb7d
\ No newline at end of file
+493ff971380dd95cbeae758312959005f6a47f0759b8ec2dfbbbf53b403d9f6ed8ddcf5b202f12acc15fce0d849cec213dd66f2ef22a300e37a137029a14d956
\ 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 b1dbd33..3b84a61 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "palette-1.1.0-alpha01.aar",
           "url": "palette-1.1.0-alpha01.aar",
-          "size": 22881,
-          "sha512": "7c1ad448a77f52cf91cff771df39a0ad7aba34a83293ee45a2f6eaeb0247e76d5c33b54e07bb292ae255c4837294c34d4100f93a4a9c390d64f00d26be4ddb7d",
-          "sha256": "a54f82bf94b1e6bae745b3b6760ceb3d92973105513615f3e2d70c5548c39982",
-          "sha1": "183d91e57bf775eafc3b3d2e72b347b9dd8cd8cf",
-          "md5": "398ae6f84016daeab25781c4c8694c7f"
+          "size": 24110,
+          "sha512": "493ff971380dd95cbeae758312959005f6a47f0759b8ec2dfbbbf53b403d9f6ed8ddcf5b202f12acc15fce0d849cec213dd66f2ef22a300e37a137029a14d956",
+          "sha256": "5bcf132cb70655eb1a3b73cfbb112ca466eba8838bf37e2b420ceff70ba54ecb",
+          "sha1": "d32d6b1cb7cfce7ecd581afdb4ccbcffae3d5cfb",
+          "md5": "3d7c870db60af0765bd7dd6abd6a0187"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "palette-1.1.0-alpha01.aar",
           "url": "palette-1.1.0-alpha01.aar",
-          "size": 22881,
-          "sha512": "7c1ad448a77f52cf91cff771df39a0ad7aba34a83293ee45a2f6eaeb0247e76d5c33b54e07bb292ae255c4837294c34d4100f93a4a9c390d64f00d26be4ddb7d",
-          "sha256": "a54f82bf94b1e6bae745b3b6760ceb3d92973105513615f3e2d70c5548c39982",
-          "sha1": "183d91e57bf775eafc3b3d2e72b347b9dd8cd8cf",
-          "md5": "398ae6f84016daeab25781c4c8694c7f"
+          "size": 24110,
+          "sha512": "493ff971380dd95cbeae758312959005f6a47f0759b8ec2dfbbbf53b403d9f6ed8ddcf5b202f12acc15fce0d849cec213dd66f2ef22a300e37a137029a14d956",
+          "sha256": "5bcf132cb70655eb1a3b73cfbb112ca466eba8838bf37e2b420ceff70ba54ecb",
+          "sha1": "d32d6b1cb7cfce7ecd581afdb4ccbcffae3d5cfb",
+          "md5": "3d7c870db60af0765bd7dd6abd6a0187"
         }
       ]
     },
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 ee6992d..fd1bc74 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 @@
-ed17247405afff72136bcc535ef4207a
\ No newline at end of file
+ad9581b4573135d338339d6179b9ad0b
\ 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 8809223..4e81962 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 @@
-09ce93022f7f793aaeca4f32d9feaca91b9c9f7f
\ No newline at end of file
+4739e6a9c5101e8fa708eba88a38c56cc03dbf39
\ 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 59ece70..7b3d528 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 @@
-6337307e16689600657b009502e391ce0951f539c77ac0cb6ceb8476e3da0875
\ No newline at end of file
+ac838e999c0a8a6416c5871499d2be2f30371b01a500774a80ad1176b5a0a540
\ 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 a429768..86fe309 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 @@
-a768a82e4475212f982e12ac70d3440c14c52e04e2c390998e872d127536be5a0a075da9fcfb5e0375e05f1fa7b92bcd592bc5962f23b97bb3fda9f8f66233f2
\ No newline at end of file
+da8c94737f6530b3a3d43ab1407d313c96b3adfcedd1cfdf13e20b6649ff7643062e1836cd8eefe24fb78324d348944080b18b4f59b484dbd142e3c1690aeb47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom
index be47e81..dc1697c 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom
@@ -10,9 +10,9 @@
   <artifactId>palette</artifactId>
   <version>1.1.0-alpha01</version>
   <packaging>aar</packaging>
-  <name>Android Support Palette v7</name>
-  <description>Android Support Palette v7</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <name>Android Support Palette</name>
+  <description>Android Support Palette</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/palette#1.1.0-alpha01</url>
   <inceptionYear>2014</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.md5
index 93c4fc1..4327b13 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-595d4b6dfb95a817063a21804b41482d
\ No newline at end of file
+4bb1d1f39358b21dc6e5ebd4c88fa80c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha1
index 5f7c90a..724e0f7 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-b17552533eb05eb58095e198b2cc41184b36886f
\ No newline at end of file
+b6cb2a3256657cfdfda16e134e37bc84e4b5f21b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha256
index 75c3a04..c8c0e08 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-104845ffb03278fdc4645a58a6dde9029ace1687ba0a17283a40425b5b6170c5
\ No newline at end of file
+4bf770fff557f7748c890cece6e26d3344c110d53de2b183a6b2d7e670266449
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha512
index 8b07bc2..f27f2b1 100644
--- a/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/palette/palette/1.1.0-alpha01/palette-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-a84d53ab010aa53316e04b7315bfa50149425b52c770063c916e3e75c0e2f54dae24233231066f319718616271f0a9c6cf2fdd856f59b438873c05b84dfcc2a3
\ No newline at end of file
+2326f7d657cadeec8cc3f5e6b8a6660c36bf42a04a48407c7f7c4c5e7d3246b74d72e8d869a2c1f576f810c63df5a3682470079da13e7cb96e46392d8d661817
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar
index 65f2688..8f68cf9 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.md5
index 2bd270b..8ab282b 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-c547f127c84d4aed2197e577dc78db91
\ No newline at end of file
+6380f3a1302b79bedd95f6e9f871b8b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha1
index 02493d4..d86f1c1 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-631c18231ff99ce78d54e3c269d7fe82fa6d8e1a
\ No newline at end of file
+0971aaa2fa50a6c57b061802a15cf9a6af325ee1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha256
index 001207c..0810a5e 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-1b6758e222c039a71055df084927579ec540f33af154327adffb14cc2ff21213
\ No newline at end of file
+dea1b3e055972da3af1704628e540e74a82787255ed762ee4fa9180e061388f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha512
index 9f9d7af..426262a 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-032f28f6d9af7e04df14507addae486b1a4883ff0686f840645a1ca349bf1761d9042bb565440607d136f2926a9cc686270b5a7e54e22b93d2d6efbab9d0a7d9
\ No newline at end of file
+5516beb18810d73f6e8d3633384038db9dc6acf7f4b9e0b11ff18d2bfb4048499c625431b7266200365f6165acb121444c41345a89200d1168b08ede57e9ac04
\ 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 620ac1c..fabf303 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "percentlayout-1.1.0-alpha01.aar",
           "url": "percentlayout-1.1.0-alpha01.aar",
-          "size": 13437,
-          "sha512": "032f28f6d9af7e04df14507addae486b1a4883ff0686f840645a1ca349bf1761d9042bb565440607d136f2926a9cc686270b5a7e54e22b93d2d6efbab9d0a7d9",
-          "sha256": "1b6758e222c039a71055df084927579ec540f33af154327adffb14cc2ff21213",
-          "sha1": "631c18231ff99ce78d54e3c269d7fe82fa6d8e1a",
-          "md5": "c547f127c84d4aed2197e577dc78db91"
+          "size": 14081,
+          "sha512": "5516beb18810d73f6e8d3633384038db9dc6acf7f4b9e0b11ff18d2bfb4048499c625431b7266200365f6165acb121444c41345a89200d1168b08ede57e9ac04",
+          "sha256": "dea1b3e055972da3af1704628e540e74a82787255ed762ee4fa9180e061388f7",
+          "sha1": "0971aaa2fa50a6c57b061802a15cf9a6af325ee1",
+          "md5": "6380f3a1302b79bedd95f6e9f871b8b2"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "percentlayout-1.1.0-alpha01.aar",
           "url": "percentlayout-1.1.0-alpha01.aar",
-          "size": 13437,
-          "sha512": "032f28f6d9af7e04df14507addae486b1a4883ff0686f840645a1ca349bf1761d9042bb565440607d136f2926a9cc686270b5a7e54e22b93d2d6efbab9d0a7d9",
-          "sha256": "1b6758e222c039a71055df084927579ec540f33af154327adffb14cc2ff21213",
-          "sha1": "631c18231ff99ce78d54e3c269d7fe82fa6d8e1a",
-          "md5": "c547f127c84d4aed2197e577dc78db91"
+          "size": 14081,
+          "sha512": "5516beb18810d73f6e8d3633384038db9dc6acf7f4b9e0b11ff18d2bfb4048499c625431b7266200365f6165acb121444c41345a89200d1168b08ede57e9ac04",
+          "sha256": "dea1b3e055972da3af1704628e540e74a82787255ed762ee4fa9180e061388f7",
+          "sha1": "0971aaa2fa50a6c57b061802a15cf9a6af325ee1",
+          "md5": "6380f3a1302b79bedd95f6e9f871b8b2"
         }
       ]
     },
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 9ff0342..529a724 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 @@
-c85ec7acb25bb25b03c6644eb03ea9cd
\ No newline at end of file
+5669dcd7a42acca6872c45445164b73f
\ 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 296f784..353dcd3 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 @@
-42371cb9cbb74321c1767ca70e0c97dc71d224ee
\ No newline at end of file
+7400d059a8fb76098d4cfd91e4f26fa0e0a96b35
\ 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 f0d37bd..47d3ab8 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 @@
-041e8f5d09583c6efbd863f8479385f8c6dfcc877499ee00e68ced411139f03b
\ No newline at end of file
+73a503b786e8eb820b780d97af47185c5cd4d1e994a464d8f30c2df7b8103a84
\ 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 86757ee..c5591f5 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 @@
-baab566646f5454f3d4b5faab9575de93ec38179667552e650f3d8245fd3790297d0421feceb542d0ea2a2cabb4da27bf1f5b5e7aa45dd9fa4f69c0b08746cd0
\ No newline at end of file
+a8976811eef5baa5312618ab05fb0e683a03f09d3dfad05e6253d8f2af268f0fb84b1eda44a8a24593fb226b0c6ebfec5b16504f030791ac2da9769cf2f74872
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom
index 87e4f09..6e3fe54 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Percent Support Library</name>
   <description>Android Percent Support Library</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/percentlayout#1.1.0-alpha01</url>
   <inceptionYear>2015</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.md5
index 12ec8aa..ee9189f 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-89bdafc507df853a844a276e0112ea72
\ No newline at end of file
+9166dc80ce059b9cc684621d5dd97c4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha1
index 05e7f4b..39368bc 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-000fa0a28353ac9aadc5d385b405fce52ebc781c
\ No newline at end of file
+dd3f0653d8d2dac89bc61ec10066191bd98f3ae4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha256
index 9c902cf..ce52c50 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-ac3b49a90d69bbd780688cece4b40fd5f6db88df09f222cd840b423dcd27ea29
\ No newline at end of file
+ecaa9607fd8c4f4ecf87cce289ed74f356125adde802e540f8c252793b803962
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha512
index baf484c..d3a0002 100644
--- a/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/percentlayout/percentlayout/1.1.0-alpha01/percentlayout-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-b6dc2f24a366cad56f357bce24afc056cefb87b74af458531a71e42462b2175dcd9e0009a340dc840c684dc71fedb7ee84e212864ce9da22b08b8921456c00eb
\ No newline at end of file
+44ad39f46b2c9ea4ef4d75e617fd38803c058031ea8b66e844a79195a4df850abb1da6b52dcde6c1379e378ec73f28487d09a7726918a40b05fa33ec46d20c34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar
index 74e026c..ec6f37e 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.md5
index a764eab..6396d84 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-227b70a075a54864f9db966b9da1ccfc
\ No newline at end of file
+7e42b0bbd0013ce4722012c4929f3984
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha1
index 8d86d2a..56d0c96 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-aadeee9a0d9971136cc69b913129340b34022213
\ No newline at end of file
+d71f64254f59879e30b143adee53c04da4791497
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha256
index db161a6..94f63c7 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-d25a9d350c81a5c5287c5902a9ccfc52f4f02f7a5394b0d2b9c0e985c23a51d7
\ No newline at end of file
+59dae9cd4eb0097ed3012c27b15d9b21d4b84a1dd87f958f7909f5ce8c72ffef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha512
index 3db7248..82cde2a 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-2309cd5f17147f08be80e976fbca565d3c61889c71cf5135a20e2f1883976773925138563865f6d014a374df03239d0f07f5ee4fa347eaab20ca7fca9a25c4b9
\ No newline at end of file
+60c8056c0114efc928f7313c4dbf7b83d7b165b5b913cbb6401cb16fab9d8e084e564c312508071d34de106018ef47db19080a48f34db7862f76f1d2d783b020
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar
index b704840..0470cd1 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.md5
index 5eb5761..7f2a922 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-38d8748dec46d177a32bc4cd9e83c6e9
\ No newline at end of file
+977c48301571cb8a5ce20dd9902bb375
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha1
index 9a26c68..0575079 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-708137a04076b5d3215062486727168933a0354b
\ No newline at end of file
+bc142c8b40f0e5c55ecdd556b52ff46fc9f1ac7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha256
index cef2a7b..7fd3763 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-4a8d036f828cc1b0c81d171519803f8b21063580a633af77777fa9f797e0d766
\ No newline at end of file
+29df94304cdaee85aa431656e6310fb62ad1aa4e4ab913ca4dfb252073735153
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha512
index c867ddd..77ce5d7 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-5d3510b3d8cce354ae1b51de000db9d1358fe83539294a90b24bdda51dc565658e08b897a116d9ab9c4d9105740b9a6ed3a1ee0c8d0d02239ae144189372dd7b
\ No newline at end of file
+c809769ac899debfa23c961842179300b91c45e9c8428f4f9307b84ebe8cb7d831df6274e74becf0f5fc4ca5b1f5647e28dbf00898f048b9196ae5ccd20273f4
\ 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 c940873..5692ffa 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.5.1",
-      "buildId:": "6762995"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0-rc01"
           }
         },
         {
@@ -42,7 +42,7 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.5.0-beta02"
           }
         },
         {
@@ -64,11 +64,11 @@
         {
           "name": "preference-1.2.0-alpha01.aar",
           "url": "preference-1.2.0-alpha01.aar",
-          "size": 253521,
-          "sha512": "5d3510b3d8cce354ae1b51de000db9d1358fe83539294a90b24bdda51dc565658e08b897a116d9ab9c4d9105740b9a6ed3a1ee0c8d0d02239ae144189372dd7b",
-          "sha256": "4a8d036f828cc1b0c81d171519803f8b21063580a633af77777fa9f797e0d766",
-          "sha1": "708137a04076b5d3215062486727168933a0354b",
-          "md5": "38d8748dec46d177a32bc4cd9e83c6e9"
+          "size": 255890,
+          "sha512": "c809769ac899debfa23c961842179300b91c45e9c8428f4f9307b84ebe8cb7d831df6274e74becf0f5fc4ca5b1f5647e28dbf00898f048b9196ae5ccd20273f4",
+          "sha256": "29df94304cdaee85aa431656e6310fb62ad1aa4e4ab913ca4dfb252073735153",
+          "sha1": "bc142c8b40f0e5c55ecdd556b52ff46fc9f1ac7d",
+          "md5": "977c48301571cb8a5ce20dd9902bb375"
         }
       ]
     },
@@ -85,7 +85,7 @@
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.2.0-rc01"
           }
         },
         {
@@ -99,7 +99,7 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.5.0-beta02"
           }
         },
         {
@@ -128,11 +128,11 @@
         {
           "name": "preference-1.2.0-alpha01.aar",
           "url": "preference-1.2.0-alpha01.aar",
-          "size": 253521,
-          "sha512": "5d3510b3d8cce354ae1b51de000db9d1358fe83539294a90b24bdda51dc565658e08b897a116d9ab9c4d9105740b9a6ed3a1ee0c8d0d02239ae144189372dd7b",
-          "sha256": "4a8d036f828cc1b0c81d171519803f8b21063580a633af77777fa9f797e0d766",
-          "sha1": "708137a04076b5d3215062486727168933a0354b",
-          "md5": "38d8748dec46d177a32bc4cd9e83c6e9"
+          "size": 255890,
+          "sha512": "c809769ac899debfa23c961842179300b91c45e9c8428f4f9307b84ebe8cb7d831df6274e74becf0f5fc4ca5b1f5647e28dbf00898f048b9196ae5ccd20273f4",
+          "sha256": "29df94304cdaee85aa431656e6310fb62ad1aa4e4ab913ca4dfb252073735153",
+          "sha1": "bc142c8b40f0e5c55ecdd556b52ff46fc9f1ac7d",
+          "md5": "977c48301571cb8a5ce20dd9902bb375"
         }
       ]
     },
@@ -148,11 +148,11 @@
         {
           "name": "preference-1.2.0-alpha01-sources.jar",
           "url": "preference-1.2.0-alpha01-sources.jar",
-          "size": 108845,
-          "sha512": "2309cd5f17147f08be80e976fbca565d3c61889c71cf5135a20e2f1883976773925138563865f6d014a374df03239d0f07f5ee4fa347eaab20ca7fca9a25c4b9",
-          "sha256": "d25a9d350c81a5c5287c5902a9ccfc52f4f02f7a5394b0d2b9c0e985c23a51d7",
-          "sha1": "aadeee9a0d9971136cc69b913129340b34022213",
-          "md5": "227b70a075a54864f9db966b9da1ccfc"
+          "size": 109512,
+          "sha512": "60c8056c0114efc928f7313c4dbf7b83d7b165b5b913cbb6401cb16fab9d8e084e564c312508071d34de106018ef47db19080a48f34db7862f76f1d2d783b020",
+          "sha256": "59dae9cd4eb0097ed3012c27b15d9b21d4b84a1dd87f958f7909f5ce8c72ffef",
+          "sha1": "d71f64254f59879e30b143adee53c04da4791497",
+          "md5": "7e42b0bbd0013ce4722012c4929f3984"
         }
       ]
     }
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 97a4c79..8c03910 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 @@
-256e5946a3d4c5a5ea2acfd288fe5ad4
\ No newline at end of file
+17cce8e3304c461294eb5ad0b6df1da5
\ 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 b79c334..1a542cb 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 @@
-54283b775a8e4903ee13090c2e7779f1750337d4
\ No newline at end of file
+3ab6af826827083ba598289003f40652bd00b28e
\ 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 13442d4..be94257 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 @@
-de21f67412dd6c4db1181fdbb6a9ba4a2f1716c240666e9d43df2810477f1636
\ No newline at end of file
+e4537f26d7fa641086d048b0b88e55f29ac4238456670b4e22b418e4528d301e
\ 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 efd39ae..5233fba 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 @@
-40a9ba0693ba71b20c58e14f6e76bbaef2cfe597e3a2714084719d8fbf43be5bb0a9777a08178e8ab4db1edfea346fb293e4f764324c501d7228d30479a55774
\ No newline at end of file
+f2cfb846433807ac6f66f1d36b7a285c8578b4681b5df06d88e0e1afcaed0c97aea66acbb2f418d03a99c12deae2ca65547e4012d95489fd8798c8fe5681bb49
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom
index d155bc9..0f16b0f 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>androidx.annotation</groupId>
       <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
+      <version>1.2.0-rc01</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>androidx.core</groupId>
       <artifactId>core</artifactId>
-      <version>1.1.0</version>
+      <version>1.5.0-beta02</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.md5
index e512714..e22cc1a 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-e3ad5a12d4f22dbe163105bed8dc1cc9
\ No newline at end of file
+7ada22df110b694535fe8f05630266ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha1
index 2ba12ee..ca7da50 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-15faf081b51284170911ff5fdb9b74fb207f43a6
\ No newline at end of file
+fd1dc210381acfab7c00cb8e52e98d508a67f319
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha256
index 7c0d0fc..e661c5e 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-1b4376f53edcc6ecfb33c721f5fbba3a5aa02031dcadbad2c908266567eb0233
\ No newline at end of file
+50751b06eb3d78f348f865ee932d7f9c3e8ba23003c2933a3c2e8285d1381cb3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha512
index 6aa36c8..842a5ab 100644
--- a/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/preference/preference/1.2.0-alpha01/preference-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-8a8c59689aa2d70bf184e98d006eacc99d7acb1fdbface7f3f2ec76be61f1effdf2644f075b586784f7025ed5f1db2181e548131ac186a756779124386c58817
\ No newline at end of file
+e30786db524d244c5413298e480e7af44e357309d1bc5c802975c080f825a0970a5975cfbf645be0da07312058aeafb8ca1b2b0add8bd031f93b1809d8972027
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar
deleted file mode 100644
index 1f3d02d..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.md5
deleted file mode 100644
index 4773dbd..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-dc1ae38bfeffd701f5211f89bb28db32
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index e0831b2..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-89398a7587798553861e1b0c783fc08d66dd0add
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index fb5be85..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a0a58a7216e2d59772af15c62fa4d569015920a9e423ac0147ce1604698ddcf6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index cfaf822..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-08e9abe2c5cc0b6616e1ca010376aa82ac31fbfeaa332357ad141d0aeff5f5b63da4cdbc8c1d20bab0a4b3b67f061d9aa1dce52b3d2089e1eb08fcd0c53310a0
\ 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
deleted file mode 100644
index 36dfd59..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.print",
-    "module": "print",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "print-1.1.0-alpha01.aar",
-          "url": "print-1.1.0-alpha01.aar",
-          "size": 15840,
-          "sha512": "08e9abe2c5cc0b6616e1ca010376aa82ac31fbfeaa332357ad141d0aeff5f5b63da4cdbc8c1d20bab0a4b3b67f061d9aa1dce52b3d2089e1eb08fcd0c53310a0",
-          "sha256": "a0a58a7216e2d59772af15c62fa4d569015920a9e423ac0147ce1604698ddcf6",
-          "sha1": "89398a7587798553861e1b0c783fc08d66dd0add",
-          "md5": "dc1ae38bfeffd701f5211f89bb28db32"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "print-1.1.0-alpha01.aar",
-          "url": "print-1.1.0-alpha01.aar",
-          "size": 15840,
-          "sha512": "08e9abe2c5cc0b6616e1ca010376aa82ac31fbfeaa332357ad141d0aeff5f5b63da4cdbc8c1d20bab0a4b3b67f061d9aa1dce52b3d2089e1eb08fcd0c53310a0",
-          "sha256": "a0a58a7216e2d59772af15c62fa4d569015920a9e423ac0147ce1604698ddcf6",
-          "sha1": "89398a7587798553861e1b0c783fc08d66dd0add",
-          "md5": "dc1ae38bfeffd701f5211f89bb28db32"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "print-1.1.0-alpha01-sources.jar",
-          "url": "print-1.1.0-alpha01-sources.jar",
-          "size": 7147,
-          "sha512": "f0d5ec60cae194ce29bf798dcf07169d85251bf1dedc73dc7eaf1b53c182c6e4b609e2799f457272baa1b7712f6527d574d234068d7208129725738f808d1cb7",
-          "sha256": "b6189b61e826af0d64350f384378615ce84f43aafefe56b6e1af5af848b9abfe",
-          "sha1": "f92413583ab7a95882a61b98bc7512878103b6a7",
-          "md5": "c1c0e41c6a4059e2146d82ffe85f14cf"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index a9b53c8..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-1d5be6aa6616a839f6092b867479d217
\ 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
deleted file mode 100644
index d99f95d..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6e297eccd501a0f507e38b554d12429af6739bca
\ 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
deleted file mode 100644
index f00f1e2..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-aaeb6ce8483ac5206af715ab977d3708aaf16e9fef6aa4bf5e0dcb76de884420
\ 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
deleted file mode 100644
index 1de6111..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-22eab4072ce82e9674f5cc87023f16f4a63c4efa609deacbe93eca7f5a7951dd476c7da249390de2e84b80029431074cd5af858dfc1937344f7041a43413d1b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom
deleted file mode 100644
index b9d4b98..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.print</groupId>
-  <artifactId>print</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Support Library Print</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.md5
deleted file mode 100644
index 0ed6832..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-210a5b8d825c7b4c4c1aa2c795596c4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 91497ff..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-67038bbc9aa96364077f1395befc0f7a189d7d25
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index f28892a..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-963c0c74d5d9fa699bac3a9779da8e76acc15e8a970c87731ac858033bf9304e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 01a1d51..0000000
--- a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-70f3ed4b3bf3d3dd9ee2dc2ef94f126ee2ce1e7a8489b637c67fa37707030c181423c8d00cfb58e8b816404046639cc2f03f4d23b90bd1fb6ef0595942a649b4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar
rename to current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.md5
rename to current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha1
rename to current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha256
rename to current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/print/print/1.1.0-alpha01/print-1.1.0-alpha01-sources.jar.sha512
rename to current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar
new file mode 100644
index 0000000..0dba498
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.md5
new file mode 100644
index 0000000..c715cdf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.md5
@@ -0,0 +1 @@
+a2117b5fb79c4f91d92f4efb4b9409b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha1
new file mode 100644
index 0000000..4776a91
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha1
@@ -0,0 +1 @@
+52c5a57f7d1c4be48347a404af8605ee7719b05a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha256
new file mode 100644
index 0000000..beeb337
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha256
@@ -0,0 +1 @@
+21825981bf4add8c32df480e55445e94830ee28bdd518d2b2308e2f338154ef2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha512
new file mode 100644
index 0000000..b31bd96
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.aar.sha512
@@ -0,0 +1 @@
+9bc169fb28e9539ea473a54d50bd75d15843997b973c66ec4e9c677807097afb0c4571e93124328cd844f0785c8ff59850cb67c7c197e01a88e0afe481558fc3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module
new file mode 100644
index 0000000..385449f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.print",
+    "module": "print",
+    "version": "1.1.0-beta01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "print-1.1.0-beta01.aar",
+          "url": "print-1.1.0-beta01.aar",
+          "size": 16962,
+          "sha512": "9bc169fb28e9539ea473a54d50bd75d15843997b973c66ec4e9c677807097afb0c4571e93124328cd844f0785c8ff59850cb67c7c197e01a88e0afe481558fc3",
+          "sha256": "21825981bf4add8c32df480e55445e94830ee28bdd518d2b2308e2f338154ef2",
+          "sha1": "52c5a57f7d1c4be48347a404af8605ee7719b05a",
+          "md5": "a2117b5fb79c4f91d92f4efb4b9409b6"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "print-1.1.0-beta01.aar",
+          "url": "print-1.1.0-beta01.aar",
+          "size": 16962,
+          "sha512": "9bc169fb28e9539ea473a54d50bd75d15843997b973c66ec4e9c677807097afb0c4571e93124328cd844f0785c8ff59850cb67c7c197e01a88e0afe481558fc3",
+          "sha256": "21825981bf4add8c32df480e55445e94830ee28bdd518d2b2308e2f338154ef2",
+          "sha1": "52c5a57f7d1c4be48347a404af8605ee7719b05a",
+          "md5": "a2117b5fb79c4f91d92f4efb4b9409b6"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "print-1.1.0-beta01-sources.jar",
+          "url": "print-1.1.0-beta01-sources.jar",
+          "size": 7147,
+          "sha512": "f0d5ec60cae194ce29bf798dcf07169d85251bf1dedc73dc7eaf1b53c182c6e4b609e2799f457272baa1b7712f6527d574d234068d7208129725738f808d1cb7",
+          "sha256": "b6189b61e826af0d64350f384378615ce84f43aafefe56b6e1af5af848b9abfe",
+          "sha1": "f92413583ab7a95882a61b98bc7512878103b6a7",
+          "md5": "c1c0e41c6a4059e2146d82ffe85f14cf"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.md5
new file mode 100644
index 0000000..bbf9cca
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.md5
@@ -0,0 +1 @@
+bc669157e4a3d8e580f3f84ec94b2bf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha1
new file mode 100644
index 0000000..4647767
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha1
@@ -0,0 +1 @@
+536185f9771f1c43c5360ea84a00ee3f06cc48db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha256
new file mode 100644
index 0000000..efe7ad3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha256
@@ -0,0 +1 @@
+3f0444c77c543151b9fc89afdae1fb8efc3ce01030cd60498247f2cf55aba6fb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha512
new file mode 100644
index 0000000..332078c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.module.sha512
@@ -0,0 +1 @@
+36fe068c4f6416870aca44e02c69a06b53f3345a625f8486a0a52f2a47d79d958189b46eef6dac2274624bba2fdf3056247b7057972480ed4e2de334d8ec55aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom
new file mode 100644
index 0000000..ef3bfff
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.print</groupId>
+  <artifactId>print</artifactId>
+  <version>1.1.0-beta01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Library Print</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/print#1.1.0-beta01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.md5 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.md5
new file mode 100644
index 0000000..b4f72b2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.md5
@@ -0,0 +1 @@
+c7d13905234a811da984984896de5b4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha1 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha1
new file mode 100644
index 0000000..b80bd6c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha1
@@ -0,0 +1 @@
+8f02acde5b3dded5c382ad1d9e1ed8e22cdb5f02
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha256 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha256
new file mode 100644
index 0000000..0cb446f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha256
@@ -0,0 +1 @@
+3c2655f2f5b04362616b98b4109fb76412a5353eda62f1adeeac8d12133b64d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha512 b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha512
new file mode 100644
index 0000000..36c0b8f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/print-1.1.0-beta01.pom.sha512
@@ -0,0 +1 @@
+93fe2833623b97b2e16f21d26039b76c98feed5707ba89af5482a910e785eb6284fd937ab55ab18bbb834a8303325cc9d6c37a1c94bc1f39bdd3836964534e0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar
index 0509cf3..a2ce9ac 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.md5
index d7cd9f5..73083f0 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-be311f0f0bc2ef6b5ab83b7b3f20e278
\ No newline at end of file
+59797569bfb0d40ef7da6a6b42030c72
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha1
index 2b45814..995e4fd 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-e16a793547d65d6ca2b5eec46616b3c8a92c60c8
\ No newline at end of file
+158c2d5b2979248cb30b4b06c0070aacc8c3a75f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha256
index e52c473..070ba9f 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-62f5909b8f3c98faa0c6a8e296c3c94cbbd265db2d5744f81eaae8910ce25086
\ No newline at end of file
+c303eeb98cb3e38288107120a2ea50c36243315baffeb7dc4e826961eb5e9719
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha512
index a52922a..193837d 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-fa6760fc80ee06b60f34ab72940d743b748677a424d9521fe1e96020de3aee4f7dcb7f261deef026c677bc1a40ac5d1559f417845114e7d9c469348a7919ffb9
\ No newline at end of file
+6bfa985ab8c3330aac132b72d3a7cfc44aa51c0f0879a37521f499a40e0ef9e89cdd1b9d77c3f540982d36a63f7a1ddb0046f2405ec9ca31e6af83b9c040f720
\ 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 4b6260d..a3abf00 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "recommendation-1.1.0-alpha01.aar",
           "url": "recommendation-1.1.0-alpha01.aar",
-          "size": 12396,
-          "sha512": "fa6760fc80ee06b60f34ab72940d743b748677a424d9521fe1e96020de3aee4f7dcb7f261deef026c677bc1a40ac5d1559f417845114e7d9c469348a7919ffb9",
-          "sha256": "62f5909b8f3c98faa0c6a8e296c3c94cbbd265db2d5744f81eaae8910ce25086",
-          "sha1": "e16a793547d65d6ca2b5eec46616b3c8a92c60c8",
-          "md5": "be311f0f0bc2ef6b5ab83b7b3f20e278"
+          "size": 13387,
+          "sha512": "6bfa985ab8c3330aac132b72d3a7cfc44aa51c0f0879a37521f499a40e0ef9e89cdd1b9d77c3f540982d36a63f7a1ddb0046f2405ec9ca31e6af83b9c040f720",
+          "sha256": "c303eeb98cb3e38288107120a2ea50c36243315baffeb7dc4e826961eb5e9719",
+          "sha1": "158c2d5b2979248cb30b4b06c0070aacc8c3a75f",
+          "md5": "59797569bfb0d40ef7da6a6b42030c72"
         }
       ]
     },
@@ -65,11 +65,11 @@
         {
           "name": "recommendation-1.1.0-alpha01.aar",
           "url": "recommendation-1.1.0-alpha01.aar",
-          "size": 12396,
-          "sha512": "fa6760fc80ee06b60f34ab72940d743b748677a424d9521fe1e96020de3aee4f7dcb7f261deef026c677bc1a40ac5d1559f417845114e7d9c469348a7919ffb9",
-          "sha256": "62f5909b8f3c98faa0c6a8e296c3c94cbbd265db2d5744f81eaae8910ce25086",
-          "sha1": "e16a793547d65d6ca2b5eec46616b3c8a92c60c8",
-          "md5": "be311f0f0bc2ef6b5ab83b7b3f20e278"
+          "size": 13387,
+          "sha512": "6bfa985ab8c3330aac132b72d3a7cfc44aa51c0f0879a37521f499a40e0ef9e89cdd1b9d77c3f540982d36a63f7a1ddb0046f2405ec9ca31e6af83b9c040f720",
+          "sha256": "c303eeb98cb3e38288107120a2ea50c36243315baffeb7dc4e826961eb5e9719",
+          "sha1": "158c2d5b2979248cb30b4b06c0070aacc8c3a75f",
+          "md5": "59797569bfb0d40ef7da6a6b42030c72"
         }
       ]
     },
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 96b4017..87bafee 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 @@
-963f32911366bc3dc79a7c0515d5b8ad
\ No newline at end of file
+543d54c141991f39610afd351f31ebea
\ 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 8e5a84d..db9b9ae 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 @@
-69600596b64a81e2b2355c5692432954e6c5d647
\ No newline at end of file
+4ddc99c5e87f6300480b5143b65c99a6846fa748
\ 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 9b85984..6c104b6 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 @@
-22fa855371688604f87cba9564da6a01ad1a5381bf7bae5ad7b0e7f69e2640e4
\ No newline at end of file
+bd1a3d6873b9dc06fcd33a744bf4bdb9e28668d0563e887e2bfc270c6bdc22e3
\ 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 6af854e..0941fb6 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 @@
-d0bafadd604d9e52d12e863831c21e0a9f7c2cc2993e9a54936f0cfa9263e6887aa6f4f401aed248d6d7dc5c8fea4a958d1e4bb7553259a694b6e722b94c467c
\ No newline at end of file
+d0a55eb92f19f9dd015e88cbd103be16c8ccb90933537b84cbc4f0c49e216d6ededf05212b3cec260c16adbdc885d77bb6741f09ad085ee8da95470f2be7fc2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom
index 321452e..c9f4539 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Recommendation</name>
   <description>Android Support Recommendation</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/recommendation#1.1.0-alpha01</url>
   <inceptionYear>2015</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.md5
index 0f267e5..b443dd8 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-911672257b64d16b0d8380ec879b317e
\ No newline at end of file
+19015677bfe94c7b39a77d0eb4c61b10
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha1
index f476159..eedc7aa 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-99f1685ded36df01f19568b803c1ca85c7b62a10
\ No newline at end of file
+9d06232594df8c83fb40e734e06b0e2ec9d24faa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha256
index 9e5500e..74da3d5 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-134bf4b0b13844515ccf6434f92fab3a53fc97aeaff3e9306dbe836c8eb0af0d
\ No newline at end of file
+df9004cbc575e2648e5025b37b88f07e376b020bb6a5df12557c078094ee1f00
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha512
index 6dc7f88..d0d2f3d 100644
--- a/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/recommendation/recommendation/1.1.0-alpha01/recommendation-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-d4a906d5ad7927c7817a8417e5830c2c2c39279d1cde96ceb9ca68f38c2e0620bbf1106dd99a1155c515725d717403076d80a33a79eb42080c4551ab586a120e
\ No newline at end of file
+1c6c750ea2e98d04cbe25b1ce75b2b92edbec5180359b894a7fa4ca2d18d76f280b74e1f01352869ce396f48c16de7a4f25fa27f52fcfe1755d1770246630b03
\ 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-sources.jar b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar
index 6d9113f..c697257 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.md5
index 2e88a60..6de2328 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-6ed57156b05c8c8e06cedbe1eb85c785
\ No newline at end of file
+e40ee86112bc4affac2966b7bf7b1824
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha1
index 828a834..f7cf2ea 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-c8e4240a7c4deb857e7f0716517b5b13e8957050
\ No newline at end of file
+f9eb90a5622ed9e03c535f82daa2cffaa79ef9e6
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha256
index 69fc879..4f4d682 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-04ea1f8a7955037db544441373d2648495b6efd711e01d074d3dc5a81bf6b15c
\ No newline at end of file
+a724e0d618b80eb4c7b1ea108e9c3410735e56324ef1e1a2106ba329bd8a730d
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha512
index 4108894..d5c4bed 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-7e46a9fff250fe28e2ac6697342efb7001622d25a224aefa76704f0934991b539fea286729965a164f0068826c33daa7ac22e151c13c386f31de7400163f7f7c
\ No newline at end of file
+3d11436008ce24b5d65f957ba7d89daa8b058e03fd049d560984fe52e232f7befe7094612418583e8156b95b4c90c1cceba693f877a9ed022cc7e28393895da0
\ 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.aar b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar
index 27805ec..acf6182 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.md5
index 83474c6..29eabe4 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.md5
@@ -1 +1 @@
-4052b614ffcf73d49cb8c4abe87ed41d
\ No newline at end of file
+31a225c002b52ce80b7e2b52c0d0cba5
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha1
index aa2cd8f..1ee22f6 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha1
@@ -1 +1 @@
-9cc656df6d218123df9f3fc5292379044e574f5e
\ No newline at end of file
+f063234f97d6fe499e597c694f93f55d142302eb
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha256
index 7905351..68b34a1 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha256
@@ -1 +1 @@
-9e9f5296ec59b501de29520800db7f06d634a99a5c3495b5ca195322a10284c9
\ No newline at end of file
+fc92d6f6d92203167bd941010bef238eadaa6813d51397de33666949d77bac98
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha512
index e739332..0966c23 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.aar.sha512
@@ -1 +1 @@
-90ca4cc02ff8bccba7199dfb8a708138b0e1d1c396e66abbe8beb553f578366a14c59af5f982e3b1c87534ccaad1ae1f59e94c7d25bc69c946928d218e3adcec
\ No newline at end of file
+f208241160ad40c2d1b31e2e977af733f320533fa79f091e2ec3e25d307d218f7692443e597a6db51bc016d32db0bdfb7c8abc9b4941a762c567e470132ff3da
\ 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 9c7c340..138597d 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.recyclerview",
           "module": "recyclerview",
           "version": {
-            "requires": "1.2.0-alpha04"
+            "requires": "1.2.0-beta02"
           }
         },
         {
@@ -50,11 +50,11 @@
         {
           "name": "recyclerview-selection-2.0.0-alpha01.aar",
           "url": "recyclerview-selection-2.0.0-alpha01.aar",
-          "size": 91711,
-          "sha512": "90ca4cc02ff8bccba7199dfb8a708138b0e1d1c396e66abbe8beb553f578366a14c59af5f982e3b1c87534ccaad1ae1f59e94c7d25bc69c946928d218e3adcec",
-          "sha256": "9e9f5296ec59b501de29520800db7f06d634a99a5c3495b5ca195322a10284c9",
-          "sha1": "9cc656df6d218123df9f3fc5292379044e574f5e",
-          "md5": "4052b614ffcf73d49cb8c4abe87ed41d"
+          "size": 102042,
+          "sha512": "f208241160ad40c2d1b31e2e977af733f320533fa79f091e2ec3e25d307d218f7692443e597a6db51bc016d32db0bdfb7c8abc9b4941a762c567e470132ff3da",
+          "sha256": "fc92d6f6d92203167bd941010bef238eadaa6813d51397de33666949d77bac98",
+          "sha1": "f063234f97d6fe499e597c694f93f55d142302eb",
+          "md5": "31a225c002b52ce80b7e2b52c0d0cba5"
         }
       ]
     },
@@ -78,7 +78,7 @@
           "group": "androidx.recyclerview",
           "module": "recyclerview",
           "version": {
-            "requires": "1.2.0-alpha04"
+            "requires": "1.2.0-beta02"
           }
         },
         {
@@ -100,11 +100,11 @@
         {
           "name": "recyclerview-selection-2.0.0-alpha01.aar",
           "url": "recyclerview-selection-2.0.0-alpha01.aar",
-          "size": 91711,
-          "sha512": "90ca4cc02ff8bccba7199dfb8a708138b0e1d1c396e66abbe8beb553f578366a14c59af5f982e3b1c87534ccaad1ae1f59e94c7d25bc69c946928d218e3adcec",
-          "sha256": "9e9f5296ec59b501de29520800db7f06d634a99a5c3495b5ca195322a10284c9",
-          "sha1": "9cc656df6d218123df9f3fc5292379044e574f5e",
-          "md5": "4052b614ffcf73d49cb8c4abe87ed41d"
+          "size": 102042,
+          "sha512": "f208241160ad40c2d1b31e2e977af733f320533fa79f091e2ec3e25d307d218f7692443e597a6db51bc016d32db0bdfb7c8abc9b4941a762c567e470132ff3da",
+          "sha256": "fc92d6f6d92203167bd941010bef238eadaa6813d51397de33666949d77bac98",
+          "sha1": "f063234f97d6fe499e597c694f93f55d142302eb",
+          "md5": "31a225c002b52ce80b7e2b52c0d0cba5"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "recyclerview-selection-2.0.0-alpha01-sources.jar",
           "url": "recyclerview-selection-2.0.0-alpha01-sources.jar",
-          "size": 80279,
-          "sha512": "7e46a9fff250fe28e2ac6697342efb7001622d25a224aefa76704f0934991b539fea286729965a164f0068826c33daa7ac22e151c13c386f31de7400163f7f7c",
-          "sha256": "04ea1f8a7955037db544441373d2648495b6efd711e01d074d3dc5a81bf6b15c",
-          "sha1": "c8e4240a7c4deb857e7f0716517b5b13e8957050",
-          "md5": "6ed57156b05c8c8e06cedbe1eb85c785"
+          "size": 86126,
+          "sha512": "3d11436008ce24b5d65f957ba7d89daa8b058e03fd049d560984fe52e232f7befe7094612418583e8156b95b4c90c1cceba693f877a9ed022cc7e28393895da0",
+          "sha256": "a724e0d618b80eb4c7b1ea108e9c3410735e56324ef1e1a2106ba329bd8a730d",
+          "sha1": "f9eb90a5622ed9e03c535f82daa2cffaa79ef9e6",
+          "md5": "e40ee86112bc4affac2966b7bf7b1824"
         }
       ]
     }
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 4a76d3d..c28a29e 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 @@
-fc608f9c2d2aa78306b973ee6d159989
\ No newline at end of file
+86aae20f772330ed8a272fcff5532c79
\ 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 9ae65df..bda5e25 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 @@
-e9181e063744e0ccc2e7c0e7c8a8b8315667926a
\ No newline at end of file
+3b19d89cb74d63682829ee8721dfd148bb5dfeb9
\ 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 98444d0..d3fc700 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 @@
-0497edd0c3acba5b9d9f9e546a117637bf1be58b531c6696ef64095c7e6d1358
\ No newline at end of file
+a5a87189e684939347fe97ee6d38d68fd070a1ecbc129c7ee265b68d74ee5ae5
\ 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 e138d93..78f4595 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 @@
-c3c162de1993b2e903aaca8df7af2f0c35ae31ee6a19ddee4323292bd13fe00b67a1621f8c8348a62c4f63d9ff22dce5aa970b7f7933d549e44496ada5723223
\ No newline at end of file
+a00023d0f4a5a010d37a013c11ac30d74340370d1669a8c36acb2f535bb44210ed7d2f0750ddc10dc58257605eb3a31d77de18de9ba01ea2f66603aff0e71286
\ 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.pom b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom
index 15d3085..df6da1a 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android RecyclerView Selection</name>
   <description>Library providing item selection framework for RecyclerView. Support for touch based and band selection is provided.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/recyclerview#2.0.0-alpha01</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,13 +28,13 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
       <groupId>androidx.recyclerview</groupId>
       <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha04</version>
+      <version>1.2.0-beta02</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.md5
index 828c2cb..71fe3be 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.md5
@@ -1 +1 @@
-1f22a5630bd0e9b1e8d40e4cebfac64b
\ No newline at end of file
+1968cd4eac7dc809cac9cd5367b594de
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha1
index d0bdba0..d152236 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha1
@@ -1 +1 @@
-cb917c0504328c490cb47ec7c8f4a5c5103c82d4
\ No newline at end of file
+f466eba8db9003d89ce0a9b55983f89409660ed3
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha256
index 37d0213..dc4b11d 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha256
@@ -1 +1 @@
-cec2db87d8c436394d88cb45396716b87369ce96df4afd125717387e9b59c53f
\ No newline at end of file
+d5eb4cacdd5f38b9a9c793fade8918173f09fc7f232444ca5b45c778f27a243f
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha512
index 5f2074f..f8873f8 100644
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/2.0.0-alpha01/recyclerview-selection-2.0.0-alpha01.pom.sha512
@@ -1 +1 @@
-308ca66e19742336fb4a5119703f4bd46422fbf62bc4a219f2028d0e1e49e25477f3a2486d4424a6ac4a6b6d66643c175c985cff26ea4d5dda2937aa7763026f
\ No newline at end of file
+fe1e469ec0037432b655145a9432e8ba994efc548ed46d561c4992c9bbf479114320fa5485271ac44712c8d64a8b2f45e4a0a9d0b580d1a01a22f2a91e142a07
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar
deleted file mode 100644
index 3073f72..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.md5
deleted file mode 100644
index 198c42e..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-4be5f546e4c3a006e466c09203b74d21
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha1
deleted file mode 100644
index 4181fcf..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f27d98a59b17c8f160111c71fae3a3633b80bba2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha256
deleted file mode 100644
index 09786a3..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-cd9bd47c1619bf082b56391f02571c529c2910afd0e55d1e1f9e13179d80d27d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha512
deleted file mode 100644
index 27aa98f..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e80273679a140d81adfc57657775e3b88daf448d4ec3aa52723e01c537faafa009f065c46331180989414ac05996c4d2f46c33ec8539d91361e88e6f82071f39
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar
deleted file mode 100644
index 63c2da7..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.md5
deleted file mode 100644
index 1ecf17a..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-638b267c4b31f868481ef0a6f9ca61ca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha1
deleted file mode 100644
index 81799b9..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-191dbb7c7cf2d3837105a45391142a9567cde9e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha256
deleted file mode 100644
index 1f326b9..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-d501491d8d40433422021e6311ea5e16b48a467859c3d5fd4948bbc50a1226a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha512
deleted file mode 100644
index 70a0a80..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8eeb72af1adfff3cd2ed47e0839ee9d8b8d73f2f49b61c8c22b7205f81ca159ae95cd55608ba99da2e04f073c34f4472205958209aa33f6066c4cf108617c288
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module
deleted file mode 100644
index aedb8de..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module
+++ /dev/null
@@ -1,132 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.recyclerview",
-    "module": "recyclerview",
-    "version": "1.2.0-alpha04",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.customview",
-          "module": "customview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "recyclerview-1.2.0-alpha04.aar",
-          "url": "recyclerview-1.2.0-alpha04.aar",
-          "size": 393145,
-          "sha512": "8eeb72af1adfff3cd2ed47e0839ee9d8b8d73f2f49b61c8c22b7205f81ca159ae95cd55608ba99da2e04f073c34f4472205958209aa33f6066c4cf108617c288",
-          "sha256": "d501491d8d40433422021e6311ea5e16b48a467859c3d5fd4948bbc50a1226a7",
-          "sha1": "191dbb7c7cf2d3837105a45391142a9567cde9e5",
-          "md5": "638b267c4b31f868481ef0a6f9ca61ca"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.customview",
-          "module": "customview",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "recyclerview-1.2.0-alpha04.aar",
-          "url": "recyclerview-1.2.0-alpha04.aar",
-          "size": 393145,
-          "sha512": "8eeb72af1adfff3cd2ed47e0839ee9d8b8d73f2f49b61c8c22b7205f81ca159ae95cd55608ba99da2e04f073c34f4472205958209aa33f6066c4cf108617c288",
-          "sha256": "d501491d8d40433422021e6311ea5e16b48a467859c3d5fd4948bbc50a1226a7",
-          "sha1": "191dbb7c7cf2d3837105a45391142a9567cde9e5",
-          "md5": "638b267c4b31f868481ef0a6f9ca61ca"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "recyclerview-1.2.0-alpha04-sources.jar",
-          "url": "recyclerview-1.2.0-alpha04-sources.jar",
-          "size": 319990,
-          "sha512": "e80273679a140d81adfc57657775e3b88daf448d4ec3aa52723e01c537faafa009f065c46331180989414ac05996c4d2f46c33ec8539d91361e88e6f82071f39",
-          "sha256": "cd9bd47c1619bf082b56391f02571c529c2910afd0e55d1e1f9e13179d80d27d",
-          "sha1": "f27d98a59b17c8f160111c71fae3a3633b80bba2",
-          "md5": "4be5f546e4c3a006e466c09203b74d21"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.md5
deleted file mode 100644
index 9639ebc..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-e8d884481119e3fd3ae12b1975540e28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha1
deleted file mode 100644
index ab8f88c..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ffa7db43fd6acf140046da7a3014ea3bcc208341
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha256
deleted file mode 100644
index 9b27c3d..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-659093774d07eaa44fc4f69e1e65c89c8046c12fbc8951f11455db06a4207aea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha512
deleted file mode 100644
index 641cacd..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-10edc87e4f67593140d52d85aa3ef64347586a41b6531049146da3f44b4937e7ae25748a097b1a2a9925f6ed5295212e02e7fa4f7ac575a1fa93dd48e3d50645
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom
deleted file mode 100644
index 49933f1..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.recyclerview</groupId>
-  <artifactId>recyclerview</artifactId>
-  <version>1.2.0-alpha04</version>
-  <packaging>aar</packaging>
-  <name>Android Support RecyclerView v7</name>
-  <description>Android Support RecyclerView v7</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2014</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.3.0-alpha02</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.customview</groupId>
-      <artifactId>customview</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.md5
deleted file mode 100644
index d6a8219..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-15253d38cfb057f68723c79495e2675e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha1
deleted file mode 100644
index 1e634e2..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3f43caba1b28a345524850b41aaf85904dd9d097
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha256
deleted file mode 100644
index 742a11a..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f7f26aac7f99b1cb0d9e79e0b5b63de1cb9ea4fb21c54027bf73d765f2934aa6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha512
deleted file mode 100644
index 9c84cec..0000000
--- a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-alpha04/recyclerview-1.2.0-alpha04.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-babd7c65ca790067b2caef9ffd1b737ba4991149fff4add7c5b4e30a7ed63498cf323b17d978d90ecd5270891544a90184cf236247571dc04618bdf343056698
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar
new file mode 100644
index 0000000..43d1e80
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..1c7185c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+90c44392335cc9a3935686820f2e7c5e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..59d7602
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+3ab7c96d9c094ab334c829fd823f5ae6b93f8994
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..d3fdbbc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+3fcb17b0be5badea3462f1346bee731a15be8a56f704078d84c63a58d62cd6f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..41eccfc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+bf874402972bfe42244c9a0fbf78dbb6ec434e2ca833f2bb2fd936be65cb4f49d72ebc56be287db38739c744943774276e676ebebfd10fa9c358f7a7c98c09be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar
new file mode 100644
index 0000000..e2b5947
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.md5
new file mode 100644
index 0000000..bc86867
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.md5
@@ -0,0 +1 @@
+060037d8785a315a3b5547e922f86fd4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha1
new file mode 100644
index 0000000..dc1c0f4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha1
@@ -0,0 +1 @@
+de6b574454baf72c4a94899b65586bbc51c30314
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha256
new file mode 100644
index 0000000..a86cd38
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha256
@@ -0,0 +1 @@
+b60fafa3cba522a135c8922b5db2b059d9f5233a0c03b84d8bf373d013be232c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha512
new file mode 100644
index 0000000..c14274e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.aar.sha512
@@ -0,0 +1 @@
+cf483bd9a9f32042edeb9e3973183704745bade5f0c3baf0c85b009ba5cf107bcf3ac92fd2c648239f289d14069ee1bb4553e8af05ac0279ee6f7645d453978d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module
new file mode 100644
index 0000000..f503b9d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module
@@ -0,0 +1,132 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.recyclerview",
+    "module": "recyclerview",
+    "version": "1.2.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.2"
+          }
+        },
+        {
+          "group": "androidx.customview",
+          "module": "customview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "recyclerview-1.2.0-beta02.aar",
+          "url": "recyclerview-1.2.0-beta02.aar",
+          "size": 393275,
+          "sha512": "cf483bd9a9f32042edeb9e3973183704745bade5f0c3baf0c85b009ba5cf107bcf3ac92fd2c648239f289d14069ee1bb4553e8af05ac0279ee6f7645d453978d",
+          "sha256": "b60fafa3cba522a135c8922b5db2b059d9f5233a0c03b84d8bf373d013be232c",
+          "sha1": "de6b574454baf72c4a94899b65586bbc51c30314",
+          "md5": "060037d8785a315a3b5547e922f86fd4"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.3.2"
+          }
+        },
+        {
+          "group": "androidx.customview",
+          "module": "customview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "recyclerview-1.2.0-beta02.aar",
+          "url": "recyclerview-1.2.0-beta02.aar",
+          "size": 393275,
+          "sha512": "cf483bd9a9f32042edeb9e3973183704745bade5f0c3baf0c85b009ba5cf107bcf3ac92fd2c648239f289d14069ee1bb4553e8af05ac0279ee6f7645d453978d",
+          "sha256": "b60fafa3cba522a135c8922b5db2b059d9f5233a0c03b84d8bf373d013be232c",
+          "sha1": "de6b574454baf72c4a94899b65586bbc51c30314",
+          "md5": "060037d8785a315a3b5547e922f86fd4"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "recyclerview-1.2.0-beta02-sources.jar",
+          "url": "recyclerview-1.2.0-beta02-sources.jar",
+          "size": 321111,
+          "sha512": "bf874402972bfe42244c9a0fbf78dbb6ec434e2ca833f2bb2fd936be65cb4f49d72ebc56be287db38739c744943774276e676ebebfd10fa9c358f7a7c98c09be",
+          "sha256": "3fcb17b0be5badea3462f1346bee731a15be8a56f704078d84c63a58d62cd6f4",
+          "sha1": "3ab7c96d9c094ab334c829fd823f5ae6b93f8994",
+          "md5": "90c44392335cc9a3935686820f2e7c5e"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.md5
new file mode 100644
index 0000000..74d87f9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.md5
@@ -0,0 +1 @@
+232446cb322bc688b62564c4a1822bad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha1
new file mode 100644
index 0000000..488cf28
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha1
@@ -0,0 +1 @@
+798dcb4e1aa48e8047c636446367f74f3fb201cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha256
new file mode 100644
index 0000000..c700399
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha256
@@ -0,0 +1 @@
+2eeb7e3a1f86de368cd7ad741583b82f0e417df3a9070fcbc8212877d7ca983a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha512
new file mode 100644
index 0000000..c3fa94d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.module.sha512
@@ -0,0 +1 @@
+6297c134c5e619c1f5dd409c537316e8da09d29074ae5ed360ce4dbce51f4005e171c257b6f3567f5d2283f4a1617d763e1579819a31419ceaf8aa7b25cb8e7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom
new file mode 100644
index 0000000..6175db1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.recyclerview</groupId>
+  <artifactId>recyclerview</artifactId>
+  <version>1.2.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android Support RecyclerView</name>
+  <description>Android Support RecyclerView</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/recyclerview#1.2.0-beta02</url>
+  <inceptionYear>2014</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.3.2</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.customview</groupId>
+      <artifactId>customview</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.md5
new file mode 100644
index 0000000..da7d303
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.md5
@@ -0,0 +1 @@
+4d4df31238e969a8f0c6a0845a476727
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha1
new file mode 100644
index 0000000..48cd335
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha1
@@ -0,0 +1 @@
+5de0f7c0433895b8d3ee300e6932fb130cd36a99
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha256
new file mode 100644
index 0000000..f9a053d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha256
@@ -0,0 +1 @@
+e7ec9cfc89875f8014816d826d70f19f522a44ef9cf12564b8df5e4d7e39f488
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha512
new file mode 100644
index 0000000..6b4b642
--- /dev/null
+++ b/current/androidx/m2repository/androidx/recyclerview/recyclerview/1.2.0-beta02/recyclerview-1.2.0-beta02.pom.sha512
@@ -0,0 +1 @@
+19d0dcfba10959aea9005a5158d4d37141307fc0bfe5407388022c1cbbe32323be61ede1f1e9b21851ab38245bc279bbf2e647c5eaca4dda1bdda0df8af81b5c
\ 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 87f1183..579506c 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "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 a7f9af5..536305d 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 @@
-c98f839dada181925fde393f412150af
\ No newline at end of file
+7303625a855533bc2dbec2681523e286
\ 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 c852d46..e9ef62f 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 @@
-4b4dbdd48c89da19351c1197f74641ff09a71f46
\ No newline at end of file
+b62716189f6c048ee1a7d8086b59978bfae99a59
\ 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 3933c32..5d8c9a7 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 @@
-0a759e6f2c9cb83ff2cc1132779588d3e08ccd2d9072c0d27e5504b909d30fc0
\ No newline at end of file
+e8d26c8c8b18a92a48e5b9ccef7579ffbf4080165c4d4f9931f93e840faf840c
\ 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 568ca04..9421455 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 @@
-a45d98d5443c1301c1eed87c8ac1c3ced95754dc707bd6a76b23cf12ca8142f4917dde199c2f0ab7d940a60839bad9c5867174bfea9c5183363c3f1a188a2a88
\ No newline at end of file
+8db1f2926b089f926b2ea90c6362e9f4ad78ff94a996b126ff94f449739ab926e104119a6e91aa7e904cd3f684255632631b58d6797711e9de8639949f046cd6
\ 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.pom b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom
index 179210a..61918d2 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom
@@ -11,7 +11,7 @@
   <version>1.0.0-alpha02</version>
   <name>Remote Callback Compiler</name>
   <description>Compiler for RemoteCallback implementations</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/remotecallback#1.0.0-alpha02</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -27,7 +27,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.md5
index e6ac3ff..31935be 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.md5
@@ -1 +1 @@
-860248e2c0fc4adfe3fbf2e57a0ebf37
\ No newline at end of file
+4d506abb290ab97c4056325accc0a8cc
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha1
index 0009022..14db0ed 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha1
@@ -1 +1 @@
-cc0b49558b61fe4b8fe9ef00cf26ce1496777401
\ No newline at end of file
+11bc9bc7f0c4d9273c12380d85a1e294a20620a9
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha256
index 69a5a9d..6b15123 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha256
@@ -1 +1 @@
-3d3d968714079083ab34fbc647f2cd62a819030784da4b4a99e17942d77d3fe7
\ No newline at end of file
+d155d55f53e0cb43784c9f1eb5c1b1c4d917ed71d4e54221fe1c87cf1f0c4097
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha512
index c4e8f4e..10b6958 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/remotecallback-processor-1.0.0-alpha02.pom.sha512
@@ -1 +1 @@
-33c3c8bceed106065100e6d7bfe3c539b111dea09f835e19de1b0ff2749804a3744f55c8964e71cf2d15446c9076d083d29eebd71fd0da934dee6b930314fd7d
\ No newline at end of file
+bd98a2a336a6df07f18c5dfde1418640620bf88d8d6cbb94536baec56f8df3edf5b36a1542be75ce37c9eded22e40ec5b64d06b954163cb463cdb9f93bd77931
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar
index 3cad3ed..598459d 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.md5
index a87e233..d336c0b 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.md5
@@ -1 +1 @@
-c9ece6ccbd4bfce6d94c3b28658bd4d7
\ No newline at end of file
+956d258c3f4170e75fc6eb6b71823d97
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha1
index c39edbd..8efdbee 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha1
@@ -1 +1 @@
-531322075bc2a25d7d4ddd7a98b4fad6ff0e5624
\ No newline at end of file
+e47c674befe94eb007f927a6f75d63760addaa92
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha256
index d7163c8..0126065 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha256
@@ -1 +1 @@
-e58ed7b037fa34d072e86411d330ba4952dbaaa103232ca15abf0dc2750d76ce
\ No newline at end of file
+db0cc87ae33cdd94ee1afad48d85c97945c911f80e800ae7a0808354c601f8ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha512
index ab2c42c..7439368 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.aar.sha512
@@ -1 +1 @@
-e71a159b8dfa6f5b51cd0cc826373037e5638be292ec1b30f9a984c0acf8844d04906913b1cb8ea8d6b5715fc59082bcd17d6d5f09b9cde4b56f73871e83383e
\ No newline at end of file
+08e699eeae6402055b4c0f86f96022fa2b59b0348ed3f32aef508efab31d336b51fbb06e61102169c5f566c96426a5fbc43612492832e4b8cfbe3e587f2b59db
\ 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 b7f0197..e50a2aa 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "remotecallback-1.0.0-alpha02.aar",
           "url": "remotecallback-1.0.0-alpha02.aar",
-          "size": 16085,
-          "sha512": "e71a159b8dfa6f5b51cd0cc826373037e5638be292ec1b30f9a984c0acf8844d04906913b1cb8ea8d6b5715fc59082bcd17d6d5f09b9cde4b56f73871e83383e",
-          "sha256": "e58ed7b037fa34d072e86411d330ba4952dbaaa103232ca15abf0dc2750d76ce",
-          "sha1": "531322075bc2a25d7d4ddd7a98b4fad6ff0e5624",
-          "md5": "c9ece6ccbd4bfce6d94c3b28658bd4d7"
+          "size": 17291,
+          "sha512": "08e699eeae6402055b4c0f86f96022fa2b59b0348ed3f32aef508efab31d336b51fbb06e61102169c5f566c96426a5fbc43612492832e4b8cfbe3e587f2b59db",
+          "sha256": "db0cc87ae33cdd94ee1afad48d85c97945c911f80e800ae7a0808354c601f8ae",
+          "sha1": "e47c674befe94eb007f927a6f75d63760addaa92",
+          "md5": "956d258c3f4170e75fc6eb6b71823d97"
         }
       ]
     },
@@ -57,7 +57,7 @@
           "group": "androidx.collection",
           "module": "collection",
           "version": {
-            "requires": "1.2.0-alpha01"
+            "requires": "1.2.0-alpha02"
           }
         },
         {
@@ -72,11 +72,11 @@
         {
           "name": "remotecallback-1.0.0-alpha02.aar",
           "url": "remotecallback-1.0.0-alpha02.aar",
-          "size": 16085,
-          "sha512": "e71a159b8dfa6f5b51cd0cc826373037e5638be292ec1b30f9a984c0acf8844d04906913b1cb8ea8d6b5715fc59082bcd17d6d5f09b9cde4b56f73871e83383e",
-          "sha256": "e58ed7b037fa34d072e86411d330ba4952dbaaa103232ca15abf0dc2750d76ce",
-          "sha1": "531322075bc2a25d7d4ddd7a98b4fad6ff0e5624",
-          "md5": "c9ece6ccbd4bfce6d94c3b28658bd4d7"
+          "size": 17291,
+          "sha512": "08e699eeae6402055b4c0f86f96022fa2b59b0348ed3f32aef508efab31d336b51fbb06e61102169c5f566c96426a5fbc43612492832e4b8cfbe3e587f2b59db",
+          "sha256": "db0cc87ae33cdd94ee1afad48d85c97945c911f80e800ae7a0808354c601f8ae",
+          "sha1": "e47c674befe94eb007f927a6f75d63760addaa92",
+          "md5": "956d258c3f4170e75fc6eb6b71823d97"
         }
       ]
     },
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 4c4e0c8..c2d2739 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 @@
-03679e49dd86d1f2942963867dcc2c0e
\ No newline at end of file
+3e5bfa9b7628b5b2934fd7382b6c869c
\ 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 012e396..17d6b3b 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 @@
-b496e38a9f13a7ebd1ac318fabd2a23666b27c54
\ No newline at end of file
+d8c89266d8208ae6ab93a4fa1f261c91394a46ec
\ 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 f10f1bd..7871f98 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 @@
-ca64adff254037321881b3756d6321945e587817da085862947d6efda97f5f30
\ No newline at end of file
+54d13c81b2a65a676521096986e7b85ff7e0cc1fc45351a8f3fa97c8a573c9bf
\ 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 7a8141a..1357612 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 @@
-c39a3fcaa03bceda0c03fc5310df6abbfc88dffcb3a187671fab8d03be51eba6bbbfd0b96fe34a5bd3f1e06111cfcd19aa9a956e7ac39e45745d09bad6a96aa2
\ No newline at end of file
+3609ef1a58c95aa1d128a93cce90efbf3bd0821511dcb124ae5730fba764814f7528cf80dab1805b78382ed0b16599a5aef95d06777e442360f25e54b023b63f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom
index 5d5591d..e35e2f2 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Remote Callback</name>
   <description>Wraps PendingIntents in a friendly and easier way to handle remote callbacks</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/remotecallback#1.0.0-alpha02</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>androidx.collection</groupId>
       <artifactId>collection</artifactId>
-      <version>1.2.0-alpha01</version>
+      <version>1.2.0-alpha02</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.md5
index 01edb79..3bd8ff8 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.md5
@@ -1 +1 @@
-d64e750f4ecf0d4e26837b1753977883
\ No newline at end of file
+9bbd5cbf32218c5e9d60b98f6a1b0a71
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha1
index 378e529..a31c02b 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha1
@@ -1 +1 @@
-df6f6a47a15f25a5fd49d725d793f492b257ee2a
\ No newline at end of file
+1cf686bb3802607498bc2e22499d8b5ad5533bbb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha256
index e58a259..139e332 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha256
@@ -1 +1 @@
-b7faa874ce6935c5a19fe1cb58ee4096bb9aa7e5ab3de1346f30ab5a2c3fceab
\ No newline at end of file
+1a1f1ac917cb68ec1f400f0fa2273af41d1ab1100b0a1e0c8483c08d93ae242c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha512
index c02c634..4f8661f 100644
--- a/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/remotecallback/remotecallback/1.0.0-alpha02/remotecallback-1.0.0-alpha02.pom.sha512
@@ -1 +1 @@
-a86fa08b1ac3c6617a2df579957a74a185c602584e6492f63107046e345ee0c7bb22ac323e4923ff8f8003fda42bc8bd201e2d090a499919b2eefdb1eb7f27ef
\ No newline at end of file
+7fc72d4edb129e9d4cee7dc69093bf162279dc0cb90083f42287407bf0c3e0bf9ab431c2507538e8cba4f829eeee4e97b83c49d8f0ef20b5bc35d37e170661d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar
deleted file mode 100644
index 9ea5347..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.md5
deleted file mode 100644
index a1433cb..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-30def699caaa14debe0692762c929f7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 9cdc5e3..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-be1c12267bce11fc21627399abd417fdca0b4904
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha256
deleted file mode 100644
index ce4980e..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3efa4d0341cba61f54abca99d5848ee873960bd2eab2e0c9ac0aa6f6082a37d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha512
deleted file mode 100644
index d9d6197..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4752d73d90d64b88a4857e05ca8d713e64d81052c31866fa4bba851182656e01f09a14712f47282322c42daf190c32830955a025d2eb91414462bf102e534882
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar
deleted file mode 100644
index 016d929..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.md5
deleted file mode 100644
index cf8b8b5..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-bf453142d337e4810d79926f0f8db06d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha1
deleted file mode 100644
index 2afc263..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-21ad6893ea338ba41ea5fd1d459ebd2d91be5551
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha256
deleted file mode 100644
index 49009ed..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e6ff4a4ba0e805732648c06a4888e5c9252df907b121e0060ed30b56c98551bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha512
deleted file mode 100644
index 23e2874..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-228420d15b04dfa8a398a1f306ed061ae07000755b9d94f56fbdc91e461fbabe9eede8b0737cc3556294468e147031af2fdb42e4f0ee15d3a0093faf22f97b9f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module
deleted file mode 100644
index 4a039f7..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module
+++ /dev/null
@@ -1,103 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.room",
-    "module": "room-common",
-    "version": "2.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-common-2.3.0-alpha02.jar",
-          "url": "room-common-2.3.0-alpha02.jar",
-          "size": 17256,
-          "sha512": "228420d15b04dfa8a398a1f306ed061ae07000755b9d94f56fbdc91e461fbabe9eede8b0737cc3556294468e147031af2fdb42e4f0ee15d3a0093faf22f97b9f",
-          "sha256": "e6ff4a4ba0e805732648c06a4888e5c9252df907b121e0060ed30b56c98551bf",
-          "sha1": "21ad6893ea338ba41ea5fd1d459ebd2d91be5551",
-          "md5": "bf453142d337e4810d79926f0f8db06d"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-common-2.3.0-alpha02.jar",
-          "url": "room-common-2.3.0-alpha02.jar",
-          "size": 17256,
-          "sha512": "228420d15b04dfa8a398a1f306ed061ae07000755b9d94f56fbdc91e461fbabe9eede8b0737cc3556294468e147031af2fdb42e4f0ee15d3a0093faf22f97b9f",
-          "sha256": "e6ff4a4ba0e805732648c06a4888e5c9252df907b121e0060ed30b56c98551bf",
-          "sha1": "21ad6893ea338ba41ea5fd1d459ebd2d91be5551",
-          "md5": "bf453142d337e4810d79926f0f8db06d"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "room-common-2.3.0-alpha02-sources.jar",
-          "url": "room-common-2.3.0-alpha02-sources.jar",
-          "size": 46072,
-          "sha512": "4752d73d90d64b88a4857e05ca8d713e64d81052c31866fa4bba851182656e01f09a14712f47282322c42daf190c32830955a025d2eb91414462bf102e534882",
-          "sha256": "3efa4d0341cba61f54abca99d5848ee873960bd2eab2e0c9ac0aa6f6082a37d1",
-          "sha1": "be1c12267bce11fc21627399abd417fdca0b4904",
-          "md5": "30def699caaa14debe0692762c929f7c"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.md5
deleted file mode 100644
index fdeffa2..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-0960fe9289ef05b32582c28703585bb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha1
deleted file mode 100644
index 73adfd2..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7efa414c5927c522330bff7e05dc55c30cc0a1dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha256
deleted file mode 100644
index 94403fb..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-cb87f550930dde54826b700686b3afcba03446e1f547aceb061c6bb07339c1b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha512
deleted file mode 100644
index 675d736..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d77b0425df2b7b672e4681cb3232631c40dc8bdbacbc18978202e94f35eb98ae1a4dfd6e622266e9b4a72129e8e2c8ef01fddd1244e798759b2c1154c51bf138
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom
deleted file mode 100644
index 5567c3b..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.room</groupId>
-  <artifactId>room-common</artifactId>
-  <version>2.3.0-alpha02</version>
-  <name>Android Room-Common</name>
-  <description>Android Room-Common</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.md5
deleted file mode 100644
index 2ca7ea6..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-ba7b1561810fc248fd8af212e1e73615
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha1
deleted file mode 100644
index 25dfec3..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8204ca9f4cbec6361fdeb4c9b344395a5d9a35ad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha256
deleted file mode 100644
index 01a617d..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5afdef2bee55e09ae15059ac088f0af65bb1f216622792976fab95ae320d378a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha512
deleted file mode 100644
index 05d9ed0..0000000
--- a/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/room-common-2.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-7a92a692a544846aef7dce20db6d82c0bdd892ac53bbed3e613c2c0534f7b1a9b8309ec7ff0d83d495b5d528b3626026710583f98af042d00e064666fbd93744
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar
new file mode 100644
index 0000000..a987379
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..c65cf53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+7a8c4997f442a97ca9a8030d79f30217
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..1f90a3e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+aae1f419c33dff1e852d621e24bde3f6c99a33a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..7cc303a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+2ae53879d0e979c46641be53e2e01f3598632a315188f08aba9130f88339745e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..34640a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+fdeb80671f3af9c93cb51d0bcd9db7e93781282e7586f7a4b9a0e9bd79ff5ed4b36c75379d9ee1f1ec2e47ebf4f60db089da313f0e6bab0d00a76e8cb3be9856
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar
new file mode 100644
index 0000000..9576133
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.md5
new file mode 100644
index 0000000..4993407
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.md5
@@ -0,0 +1 @@
+ce116d0eb172275a7ed6fd55682e7589
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha1
new file mode 100644
index 0000000..b4591a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha1
@@ -0,0 +1 @@
+11e5b5194cb53b2c5ebfa57710a1a74c67cb3335
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha256
new file mode 100644
index 0000000..8ab1df9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha256
@@ -0,0 +1 @@
+3492dd60e57c51880ff867a18ed94f28412a84af0830c4bd6d38d5579072ab66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha512
new file mode 100644
index 0000000..db307a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.jar.sha512
@@ -0,0 +1 @@
+352e27bc800eeaf275f4651fcbea9d42671abeb947e328333f817cd5337ee8714b95e341c89309622e56cceba7cd6887cc044ceed866ee36ab144234985ccbfa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module
new file mode 100644
index 0000000..9a937fe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module
@@ -0,0 +1,103 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-common",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-common-2.3.0-beta02.jar",
+          "url": "room-common-2.3.0-beta02.jar",
+          "size": 18289,
+          "sha512": "352e27bc800eeaf275f4651fcbea9d42671abeb947e328333f817cd5337ee8714b95e341c89309622e56cceba7cd6887cc044ceed866ee36ab144234985ccbfa",
+          "sha256": "3492dd60e57c51880ff867a18ed94f28412a84af0830c4bd6d38d5579072ab66",
+          "sha1": "11e5b5194cb53b2c5ebfa57710a1a74c67cb3335",
+          "md5": "ce116d0eb172275a7ed6fd55682e7589"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-common-2.3.0-beta02.jar",
+          "url": "room-common-2.3.0-beta02.jar",
+          "size": 18289,
+          "sha512": "352e27bc800eeaf275f4651fcbea9d42671abeb947e328333f817cd5337ee8714b95e341c89309622e56cceba7cd6887cc044ceed866ee36ab144234985ccbfa",
+          "sha256": "3492dd60e57c51880ff867a18ed94f28412a84af0830c4bd6d38d5579072ab66",
+          "sha1": "11e5b5194cb53b2c5ebfa57710a1a74c67cb3335",
+          "md5": "ce116d0eb172275a7ed6fd55682e7589"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-common-2.3.0-beta02-sources.jar",
+          "url": "room-common-2.3.0-beta02-sources.jar",
+          "size": 47873,
+          "sha512": "fdeb80671f3af9c93cb51d0bcd9db7e93781282e7586f7a4b9a0e9bd79ff5ed4b36c75379d9ee1f1ec2e47ebf4f60db089da313f0e6bab0d00a76e8cb3be9856",
+          "sha256": "2ae53879d0e979c46641be53e2e01f3598632a315188f08aba9130f88339745e",
+          "sha1": "aae1f419c33dff1e852d621e24bde3f6c99a33a3",
+          "md5": "7a8c4997f442a97ca9a8030d79f30217"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..32ceeb0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+d7a0ef899a77f9547a1545ec63192aca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..16cc559
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+6e8ef00aa3a0a070ee4f7f80dffe923551244797
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..f8f39bc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+30bc670307909ae6260473e5bc507a607aac825e2655c4a5e7f2e00a344d5157
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..d78519b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+08c29a4965d3774b72ba1fd1950734f72a7fdc62b0962a87a41846a82066bf80a2457c5ee9f0f493fef6263be7f56d0695c45128d49ee10df0950be38b39308a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom
new file mode 100644
index 0000000..c4a819c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-common</artifactId>
+  <version>2.3.0-beta02</version>
+  <name>Android Room-Common</name>
+  <description>Android Room-Common</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..0d41745
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+3161a52b3291d683bf6fc1f63cee5e58
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..df06aff
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+d433e56782ffe4aff05d4d131a48b09d7570e946
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..fe9d5ef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+b7414f81153307443d57f6267c21a0364f722b6b2632c5707ed38a066241c059
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..97e543e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-common/2.3.0-beta02/room-common-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+f9c0dea82ffcef7f157679de3cc8a2d7d19708bbc651b3b52a4fa2732619f19906ae38c8bad402a537ce27c08f820f7cc01430344b2662ab46db734113962127
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar
new file mode 100644
index 0000000..76da506
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..6c1c514
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+d5aa2195bb17d6e95744cc7fbd3a3010
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..24fada3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+b64912791b24481f4ffc71faf58c8c0e92a4de37
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..4cc3b52
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+330f8209167bd1a254cf727efe50bea5764938c0b914b78c3364eeee3b5c344e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..87ec12f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+b2b4569b07f151c6926ea8a8099035e2acbb7fd126ade0b8aeab661a2e75c485c46873f64166edcd6a6607d7542524737a0d540ec4ad1b53bb1eb977dd552724
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar
new file mode 100644
index 0000000..1977eb8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.md5
new file mode 100644
index 0000000..b1ff3b8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.md5
@@ -0,0 +1 @@
+24311b871eb43346646da12c0861c6c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha1
new file mode 100644
index 0000000..eafb0e7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha1
@@ -0,0 +1 @@
+29198bc4df36b0e7ca24259120d111f4073d3051
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha256
new file mode 100644
index 0000000..9059001
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha256
@@ -0,0 +1 @@
+8a5f2087b7ec93fc4cad5e0e0335379e5231f2f8844ea422898ac91236f3077e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha512
new file mode 100644
index 0000000..4a97022
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.jar.sha512
@@ -0,0 +1 @@
+ecf985d98fc427adb666add55e132f274735519dd2b8c010a4a77f8481960aba67fb09a38cb738243515f3f49983b5a94be925f01602bd81559ceb93c19ca8ce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module
new file mode 100644
index 0000000..1248903
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module
@@ -0,0 +1,173 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-compiler-processing",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "com.squareup",
+          "module": "javapoet",
+          "version": {
+            "requires": "1.13.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-compiler-processing-2.3.0-beta02.jar",
+          "url": "room-compiler-processing-2.3.0-beta02.jar",
+          "size": 582567,
+          "sha512": "ecf985d98fc427adb666add55e132f274735519dd2b8c010a4a77f8481960aba67fb09a38cb738243515f3f49983b5a94be925f01602bd81559ceb93c19ca8ce",
+          "sha256": "8a5f2087b7ec93fc4cad5e0e0335379e5231f2f8844ea422898ac91236f3077e",
+          "sha1": "29198bc4df36b0e7ca24259120d111f4073d3051",
+          "md5": "24311b871eb43346646da12c0861c6c6"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "guava",
+          "version": {
+            "requires": "29.0-jre"
+          }
+        },
+        {
+          "group": "com.google.auto",
+          "module": "auto-common",
+          "version": {
+            "requires": "0.10"
+          }
+        },
+        {
+          "group": "com.google.auto.value",
+          "module": "auto-value-annotations",
+          "version": {
+            "requires": "1.6.3"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-metadata-jvm",
+          "version": {
+            "requires": "0.1.0"
+          }
+        },
+        {
+          "group": "com.intellij",
+          "module": "annotations",
+          "version": {
+            "requires": "12.0"
+          }
+        },
+        {
+          "group": "com.google.devtools.ksp",
+          "module": "symbol-processing-api",
+          "version": {
+            "requires": "1.4.30-1.0.0-alpha02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-jdk8",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "com.squareup",
+          "module": "javapoet",
+          "version": {
+            "requires": "1.13.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-compiler-processing-2.3.0-beta02.jar",
+          "url": "room-compiler-processing-2.3.0-beta02.jar",
+          "size": 582567,
+          "sha512": "ecf985d98fc427adb666add55e132f274735519dd2b8c010a4a77f8481960aba67fb09a38cb738243515f3f49983b5a94be925f01602bd81559ceb93c19ca8ce",
+          "sha256": "8a5f2087b7ec93fc4cad5e0e0335379e5231f2f8844ea422898ac91236f3077e",
+          "sha1": "29198bc4df36b0e7ca24259120d111f4073d3051",
+          "md5": "24311b871eb43346646da12c0861c6c6"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-compiler-processing-2.3.0-beta02-sources.jar",
+          "url": "room-compiler-processing-2.3.0-beta02-sources.jar",
+          "size": 123584,
+          "sha512": "b2b4569b07f151c6926ea8a8099035e2acbb7fd126ade0b8aeab661a2e75c485c46873f64166edcd6a6607d7542524737a0d540ec4ad1b53bb1eb977dd552724",
+          "sha256": "330f8209167bd1a254cf727efe50bea5764938c0b914b78c3364eeee3b5c344e",
+          "sha1": "b64912791b24481f4ffc71faf58c8c0e92a4de37",
+          "md5": "d5aa2195bb17d6e95744cc7fbd3a3010"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..a2ae14d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+f88f7df8b4a81e67a6cfb32123232afd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..6456037
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+cb77552e26c172611a5de47927e914ba77520825
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..b08b3cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+0d18f2884e91edeed55bd3c38f73244e85c7c9178c37572009f3cd27019a42c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..2b731e8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+4556a2ed1e9d148817ea0b0198638783d828c8d2bd63080500cf519e7335d0db89e3f6c9c66c7f272d7a8813421af2a34066618d689830f638511f25defa113b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom
new file mode 100644
index 0000000..fd9b557
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-compiler-processing</artifactId>
+  <version>2.3.0-beta02</version>
+  <name>AndroidX Room XProcessor</name>
+  <description>Processing Environment Abstraction for AndroidX Room</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2020</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>29.0-jre</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.10</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.value</groupId>
+      <artifactId>auto-value-annotations</artifactId>
+      <version>1.6.3</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-metadata-jvm</artifactId>
+      <version>0.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>12.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.devtools.ksp</groupId>
+      <artifactId>symbol-processing-api</artifactId>
+      <version>1.4.30-1.0.0-alpha02</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-jdk8</artifactId>
+      <version>1.4.30</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..5b6342f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+ad9d3adea676647caa03770c6f1cc49c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..7b6d271
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+f19856ba05f61aa6442c73cf352a40283e6bb0a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..d5d7839
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+7b2a0fb5135d406bc4df3df082feef45cc5fc9d873493eb605df03df3b5294ac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..f1e4490
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.3.0-beta02/room-compiler-processing-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+d7147beb64bf5e96eeabf447f97c07f589371f22b0fa77c8f35d9d1559746bacb67c87070468ca1688df5a1bba32ec281fac9a3f3a3b9b004ac6fe4dc26c22f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar
deleted file mode 100644
index 05947ef..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.md5
deleted file mode 100644
index fe29d1b..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-f8c68fda669b5ef7729e88e5b7ade105
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 9a88da2..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5d8f7bd6d97298cf68488b4a98f3c98005f5eda6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha256
deleted file mode 100644
index ec90428..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ea6ee599ae4f18b7989ec4249307c2ba0f39de60346e2aea4531c366d2e814c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha512
deleted file mode 100644
index 89856b1..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4e391e48ae0f102e1253692d90a110c4bc307f76cfb6eeabb5da47c115391c62a82001ee782129bca19b094bdefaf9553b018f44a12d5fa709aed1c89d2d246e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar
deleted file mode 100644
index 65a2646..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.md5
deleted file mode 100644
index 533951c..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-1ffa0423a58eb772b4ec22e967ad6e92
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha1
deleted file mode 100644
index d66bd76..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e212ac3009eb4967febda0f31fea815450eede83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha256
deleted file mode 100644
index f75da75..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4f7792842ffb4453593030a2865af25c322b1e73ac93d8c886bea109d7fa4529
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha512
deleted file mode 100644
index 27eeafa..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-19d38800f777b358e861fb80f204ba75405e261275c13f448cc95ce77a2dd924d5405d04745a58eaad65d5776ed7f7f30ddaeb066ed940f4dba9e5f035bd07c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module
deleted file mode 100644
index 81180b1..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module
+++ /dev/null
@@ -1,157 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.room",
-    "module": "room-compiler",
-    "version": "2.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "files": [
-        {
-          "name": "room-compiler-2.3.0-alpha02.jar",
-          "url": "room-compiler-2.3.0-alpha02.jar",
-          "size": 3621035,
-          "sha512": "19d38800f777b358e861fb80f204ba75405e261275c13f448cc95ce77a2dd924d5405d04745a58eaad65d5776ed7f7f30ddaeb066ed940f4dba9e5f035bd07c7",
-          "sha256": "4f7792842ffb4453593030a2865af25c322b1e73ac93d8c886bea109d7fa4529",
-          "sha1": "e212ac3009eb4967febda0f31fea815450eede83",
-          "md5": "1ffa0423a58eb772b4ec22e967ad6e92"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime",
-        "org.jetbrains.kotlin.localToProject": "public",
-        "org.jetbrains.kotlin.platform.type": "jvm"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-migration",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "com.google.auto",
-          "module": "auto-common",
-          "version": {
-            "requires": "0.10"
-          }
-        },
-        {
-          "group": "com.google.auto.value",
-          "module": "auto-value-annotations",
-          "version": {
-            "requires": "1.6.3"
-          }
-        },
-        {
-          "group": "com.squareup",
-          "module": "javapoet",
-          "version": {
-            "requires": "1.13.0"
-          }
-        },
-        {
-          "group": "org.xerial",
-          "module": "sqlite-jdbc",
-          "version": {
-            "requires": "3.25.2"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlinx",
-          "module": "kotlinx-metadata-jvm",
-          "version": {
-            "requires": "0.1.0"
-          }
-        },
-        {
-          "group": "commons-codec",
-          "module": "commons-codec",
-          "version": {
-            "requires": "1.10"
-          }
-        },
-        {
-          "group": "com.intellij",
-          "module": "annotations",
-          "version": {
-            "requires": "12.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-compiler-2.3.0-alpha02.jar",
-          "url": "room-compiler-2.3.0-alpha02.jar",
-          "size": 3621035,
-          "sha512": "19d38800f777b358e861fb80f204ba75405e261275c13f448cc95ce77a2dd924d5405d04745a58eaad65d5776ed7f7f30ddaeb066ed940f4dba9e5f035bd07c7",
-          "sha256": "4f7792842ffb4453593030a2865af25c322b1e73ac93d8c886bea109d7fa4529",
-          "sha1": "e212ac3009eb4967febda0f31fea815450eede83",
-          "md5": "1ffa0423a58eb772b4ec22e967ad6e92"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "room-compiler-2.3.0-alpha02-sources.jar",
-          "url": "room-compiler-2.3.0-alpha02-sources.jar",
-          "size": 402233,
-          "sha512": "4e391e48ae0f102e1253692d90a110c4bc307f76cfb6eeabb5da47c115391c62a82001ee782129bca19b094bdefaf9553b018f44a12d5fa709aed1c89d2d246e",
-          "sha256": "ea6ee599ae4f18b7989ec4249307c2ba0f39de60346e2aea4531c366d2e814c6",
-          "sha1": "5d8f7bd6d97298cf68488b4a98f3c98005f5eda6",
-          "md5": "f8c68fda669b5ef7729e88e5b7ade105"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.md5
deleted file mode 100644
index 2712d1f..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-b1173a1b50fb382e4482960e75722087
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha1
deleted file mode 100644
index 895c1a0..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6fbe2d6a9334e7505213226a41e372a4f79881c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha256
deleted file mode 100644
index b419e08..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-bc3f290d8205e67adb067499d20340e7d45adb381376e3a41775a516bb2662c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha512
deleted file mode 100644
index 3cca9c7..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a49885c0d5f9f6a7de97c1858224567817f877ace3c63cb330994e684f80e8e7ccd53e6662c97abb6ee20cbfb02dfc19db284f1f33eb27f952b64da9b88f2f4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom
deleted file mode 100644
index c4d74da..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.room</groupId>
-  <artifactId>room-compiler</artifactId>
-  <version>2.3.0-alpha02</version>
-  <name>Android Room Compiler</name>
-  <description>Android Room annotation processor</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-common</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-migration</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.auto</groupId>
-      <artifactId>auto-common</artifactId>
-      <version>0.10</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.auto.value</groupId>
-      <artifactId>auto-value-annotations</artifactId>
-      <version>1.6.3</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.squareup</groupId>
-      <artifactId>javapoet</artifactId>
-      <version>1.13.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.xerial</groupId>
-      <artifactId>sqlite-jdbc</artifactId>
-      <version>3.25.2</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-metadata-jvm</artifactId>
-      <version>0.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.10</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.intellij</groupId>
-      <artifactId>annotations</artifactId>
-      <version>12.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.md5
deleted file mode 100644
index ee1bbe7..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-191ddb71461f7e1a8e6180c88607fbb5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha1
deleted file mode 100644
index 8967b0e..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7a37935509d6fc6a0b55e9475f47569cb7fda6c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha256
deleted file mode 100644
index ab6e45e..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-7561c9704ef8a03370ddb9d2d20796a23e13ada342e1135d2e55af8d8548f824
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha512
deleted file mode 100644
index 80b06ea..0000000
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-alpha02/room-compiler-2.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ac123e161103940e6c27b6d9d98e6be50edf0a3084e448fbe1cca7d45c816f850ee3bb83f7b322dcea89f652578fa6f1df19f6aa21674093ba5ab5e00fa4be3d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar
new file mode 100644
index 0000000..bac076a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..480510c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+bccd80b8251e7d1a8ce2cf07e3c20174
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..ce29fe5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+e87f1833cd16c8fd67f6c04476b74eb43552c7e9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..bad647a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+731d04c6890316d6514ce586be23e4e1de94f617939fba7351e05d369843d46d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..4714c1e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+4fe1345eb5e0950481238b0cafd71a37bfcc2982dac70ef1f87950d604c897fc352b648ee3f8f3876836f61a706d3550eda237c154d3e96a6141b3488f9d7f29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar
new file mode 100644
index 0000000..ea785e6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.md5
new file mode 100644
index 0000000..4bec698
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.md5
@@ -0,0 +1 @@
+7fe0e6ae6c19fe5b5131f35cfe2dfc5e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha1
new file mode 100644
index 0000000..214f6c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha1
@@ -0,0 +1 @@
+b39bc7cd8b6bedf146a33bdd988cc91d0b93f33f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha256
new file mode 100644
index 0000000..ad9f82f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha256
@@ -0,0 +1 @@
+1872c9d0c53fee34d78b38a7c383f4e8f436bf8f721adb52d257d82042019d59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha512
new file mode 100644
index 0000000..bbcea23
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.jar.sha512
@@ -0,0 +1 @@
+c5445a862f1d9011894316f87f0da9063f1aecae527c6dc9c6ab4571965f88f837268750057fe0fa2e479ad11f82ff0d046bdf81691b2d0dad5d2c9c456ecb3a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module
new file mode 100644
index 0000000..15906f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module
@@ -0,0 +1,171 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-compiler",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "files": [
+        {
+          "name": "room-compiler-2.3.0-beta02.jar",
+          "url": "room-compiler-2.3.0-beta02.jar",
+          "size": 3596316,
+          "sha512": "c5445a862f1d9011894316f87f0da9063f1aecae527c6dc9c6ab4571965f88f837268750057fe0fa2e479ad11f82ff0d046bdf81691b2d0dad5d2c9c456ecb3a",
+          "sha256": "1872c9d0c53fee34d78b38a7c383f4e8f436bf8f721adb52d257d82042019d59",
+          "sha1": "b39bc7cd8b6bedf146a33bdd988cc91d0b93f33f",
+          "md5": "7fe0e6ae6c19fe5b5131f35cfe2dfc5e"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime",
+        "org.jetbrains.kotlin.localToProject": "public",
+        "org.jetbrains.kotlin.platform.type": "jvm"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-migration",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-compiler-processing",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "com.google.auto",
+          "module": "auto-common",
+          "version": {
+            "requires": "0.10"
+          }
+        },
+        {
+          "group": "com.google.auto.value",
+          "module": "auto-value-annotations",
+          "version": {
+            "requires": "1.6.3"
+          }
+        },
+        {
+          "group": "com.squareup",
+          "module": "javapoet",
+          "version": {
+            "requires": "1.13.0"
+          }
+        },
+        {
+          "group": "com.google.devtools.ksp",
+          "module": "symbol-processing-api",
+          "version": {
+            "requires": "1.4.30-1.0.0-alpha02"
+          }
+        },
+        {
+          "group": "org.xerial",
+          "module": "sqlite-jdbc",
+          "version": {
+            "requires": "3.25.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-metadata-jvm",
+          "version": {
+            "requires": "0.1.0"
+          }
+        },
+        {
+          "group": "commons-codec",
+          "module": "commons-codec",
+          "version": {
+            "requires": "1.10"
+          }
+        },
+        {
+          "group": "com.intellij",
+          "module": "annotations",
+          "version": {
+            "requires": "12.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-compiler-2.3.0-beta02.jar",
+          "url": "room-compiler-2.3.0-beta02.jar",
+          "size": 3596316,
+          "sha512": "c5445a862f1d9011894316f87f0da9063f1aecae527c6dc9c6ab4571965f88f837268750057fe0fa2e479ad11f82ff0d046bdf81691b2d0dad5d2c9c456ecb3a",
+          "sha256": "1872c9d0c53fee34d78b38a7c383f4e8f436bf8f721adb52d257d82042019d59",
+          "sha1": "b39bc7cd8b6bedf146a33bdd988cc91d0b93f33f",
+          "md5": "7fe0e6ae6c19fe5b5131f35cfe2dfc5e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-compiler-2.3.0-beta02-sources.jar",
+          "url": "room-compiler-2.3.0-beta02-sources.jar",
+          "size": 404913,
+          "sha512": "4fe1345eb5e0950481238b0cafd71a37bfcc2982dac70ef1f87950d604c897fc352b648ee3f8f3876836f61a706d3550eda237c154d3e96a6141b3488f9d7f29",
+          "sha256": "731d04c6890316d6514ce586be23e4e1de94f617939fba7351e05d369843d46d",
+          "sha1": "e87f1833cd16c8fd67f6c04476b74eb43552c7e9",
+          "md5": "bccd80b8251e7d1a8ce2cf07e3c20174"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..d6e43ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+8c453a4aa5bcfa808347ed23f5b017e7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..ff6a2a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+87c83db1096c3b7b170f73c394f7c936b84ccfa1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..b11019e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+1e0ad2d38078080e78b03a9eb5de77ebd760c7b50738361c9d31e7f1fb7b36d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..c2d05de
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+44acd1f9b6128a2388178e09733b854c46312122a24d2f1d6939936191cc70b872ba3a45f3f66a72731f840aa0956964be4df7553308a1b1fc9924273d4b9e26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom
new file mode 100644
index 0000000..e991075
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-compiler</artifactId>
+  <version>2.3.0-beta02</version>
+  <name>Android Room Compiler</name>
+  <description>Android Room annotation processor</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-common</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-migration</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-compiler-processing</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.10</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.value</groupId>
+      <artifactId>auto-value-annotations</artifactId>
+      <version>1.6.3</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.13.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.devtools.ksp</groupId>
+      <artifactId>symbol-processing-api</artifactId>
+      <version>1.4.30-1.0.0-alpha02</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial</groupId>
+      <artifactId>sqlite-jdbc</artifactId>
+      <version>3.25.2</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-metadata-jvm</artifactId>
+      <version>0.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.10</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>12.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..ba15a53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+bda09f38b8cf9052a55e0debea80aa31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..e897595
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+582f621c5c0add7068a98887b1e4e7c50c01c42f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..6713939
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+3950c098c906d3e641fe6710098c19d2ea0ed0a282810cc8be718884409fa92b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..ad38bca
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.3.0-beta02/room-compiler-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+c246d52b02d26289bb1037cf88a9f1d72f98e2200f4f9a49932c294cceb01d500639e965e2070480ddc627c3884956313587e4ab585cae3d5d89bb0dc7621959
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module
deleted file mode 100644
index 5aebf1d..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module
+++ /dev/null
@@ -1,104 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.room",
-    "module": "room-migration",
-    "version": "2.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "variants": [
-    {
-      "name": "apiElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-api"
-      },
-      "files": [
-        {
-          "name": "room-migration-2.3.0-alpha02.jar",
-          "url": "room-migration-2.3.0-alpha02.jar",
-          "size": 22274,
-          "sha512": "4182bbc9662af4947336a34b917d788b72c2732b168167c7a0ee4cbf70624fbb3ea4e078ea282c32362476e9ce783e966b766cf2ee449487765fe085283817b0",
-          "sha256": "fee2a8a87c22e82e4154e63b7b57939ebc3ed03ba27cf95d64f8235e19e6f17c",
-          "sha1": "dbc91fbdfe48e4fb264d95c88a808ca7a3e5dacd",
-          "md5": "35f1eb651c2e675ab7f11608ed6a5abe"
-        }
-      ]
-    },
-    {
-      "name": "runtimeElements",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.jvm.version": 8,
-        "org.gradle.libraryelements": "jar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "org.jetbrains.kotlin",
-          "module": "kotlin-stdlib",
-          "version": {
-            "requires": "1.3.71"
-          }
-        },
-        {
-          "group": "com.google.code.gson",
-          "module": "gson",
-          "version": {
-            "requires": "2.8.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-migration-2.3.0-alpha02.jar",
-          "url": "room-migration-2.3.0-alpha02.jar",
-          "size": 22274,
-          "sha512": "4182bbc9662af4947336a34b917d788b72c2732b168167c7a0ee4cbf70624fbb3ea4e078ea282c32362476e9ce783e966b766cf2ee449487765fe085283817b0",
-          "sha256": "fee2a8a87c22e82e4154e63b7b57939ebc3ed03ba27cf95d64f8235e19e6f17c",
-          "sha1": "dbc91fbdfe48e4fb264d95c88a808ca7a3e5dacd",
-          "md5": "35f1eb651c2e675ab7f11608ed6a5abe"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "room-migration-2.3.0-alpha02-sources.jar",
-          "url": "room-migration-2.3.0-alpha02-sources.jar",
-          "size": 17519,
-          "sha512": "960387fc59572bd9762b8a359db16166fd1f5821d4d4d76bfe5621e2f13edf5fc6b1cced3bbab8f2aeb0fbd83c480c873620f1b9cff7dfb3be514d5bf9f19bdf",
-          "sha256": "71105c4652819e0903cb4f073d7f51ca571e454dc5babba869e70ac4feb20180",
-          "sha1": "5ad2842e154cf057d707cdbbb48055112b6ea626",
-          "md5": "d79147c8aef13b99521281bb59267642"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.md5
deleted file mode 100644
index 24f044c..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-b2ac8ca9225d4fdcf7caabcf60ea69d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha1
deleted file mode 100644
index 4c792e2..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8ea6a120a9810ec9d941c8ff79db9d2a183a9cab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha256
deleted file mode 100644
index 8786eff..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a5026173bc3ca97337bd4ee8bf9ce68e6ddfc37efbe905b7eb05838c52b633ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha512
deleted file mode 100644
index ed87703..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b618bf0afe95e89b4d0689bbf71c465d175931c468f3abfa04e5bafc407477a197c452fe52d316af9bad14153dfc237f85eb2ee25f9300b4f894000dadb9b7bc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom
deleted file mode 100644
index 38d530f..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.room</groupId>
-  <artifactId>room-migration</artifactId>
-  <version>2.3.0-alpha02</version>
-  <name>Android Room Migration</name>
-  <description>Android Room Migration</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-common</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlin</groupId>
-      <artifactId>kotlin-stdlib</artifactId>
-      <version>1.3.71</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-      <version>2.8.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.md5
deleted file mode 100644
index dfaa2e1..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-5b09ff2b31cb9cd8451996726f772462
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha1
deleted file mode 100644
index 642eb5a..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6152036822b7cc176eba41b85aba9ae5c8c798b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha256
deleted file mode 100644
index f83cdaf..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0a95c8ee65ff19e447eb7900bd1f9e7557eb7372a97ab39a51d22c7bff4aa433
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha512
deleted file mode 100644
index 24b4da3..0000000
--- a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-da2280e3ee1e9723709bf46ab33d18b018ff58f51526df981828c8898072180bb330b6f838b30c68b58eef8dc56a7bd1e127a6fa4b26acae90bd993e6d346fd6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.md5
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha1
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha256
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02-sources.jar.sha512
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.md5
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.md5
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha1
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha1
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha256
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha256
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/room/room-migration/2.3.0-alpha02/room-migration-2.3.0-alpha02.jar.sha512
rename to current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.jar.sha512
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module
new file mode 100644
index 0000000..b9e1230
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module
@@ -0,0 +1,104 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-migration",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "apiElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "room-migration-2.3.0-beta02.jar",
+          "url": "room-migration-2.3.0-beta02.jar",
+          "size": 22274,
+          "sha512": "4182bbc9662af4947336a34b917d788b72c2732b168167c7a0ee4cbf70624fbb3ea4e078ea282c32362476e9ce783e966b766cf2ee449487765fe085283817b0",
+          "sha256": "fee2a8a87c22e82e4154e63b7b57939ebc3ed03ba27cf95d64f8235e19e6f17c",
+          "sha1": "dbc91fbdfe48e4fb264d95c88a808ca7a3e5dacd",
+          "md5": "35f1eb651c2e675ab7f11608ed6a5abe"
+        }
+      ]
+    },
+    {
+      "name": "runtimeElements",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.jvm.version": 8,
+        "org.gradle.libraryelements": "jar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "com.google.code.gson",
+          "module": "gson",
+          "version": {
+            "requires": "2.8.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-migration-2.3.0-beta02.jar",
+          "url": "room-migration-2.3.0-beta02.jar",
+          "size": 22274,
+          "sha512": "4182bbc9662af4947336a34b917d788b72c2732b168167c7a0ee4cbf70624fbb3ea4e078ea282c32362476e9ce783e966b766cf2ee449487765fe085283817b0",
+          "sha256": "fee2a8a87c22e82e4154e63b7b57939ebc3ed03ba27cf95d64f8235e19e6f17c",
+          "sha1": "dbc91fbdfe48e4fb264d95c88a808ca7a3e5dacd",
+          "md5": "35f1eb651c2e675ab7f11608ed6a5abe"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-migration-2.3.0-beta02-sources.jar",
+          "url": "room-migration-2.3.0-beta02-sources.jar",
+          "size": 17519,
+          "sha512": "960387fc59572bd9762b8a359db16166fd1f5821d4d4d76bfe5621e2f13edf5fc6b1cced3bbab8f2aeb0fbd83c480c873620f1b9cff7dfb3be514d5bf9f19bdf",
+          "sha256": "71105c4652819e0903cb4f073d7f51ca571e454dc5babba869e70ac4feb20180",
+          "sha1": "5ad2842e154cf057d707cdbbb48055112b6ea626",
+          "md5": "d79147c8aef13b99521281bb59267642"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..8eb8be2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+0075dd3e6b5b3b8f55004382ffc273e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..71d8bfa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+ef12659df481c69bb5f1faa126bbe129db590e12
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..1acfae4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+2de1826a86d93d693a0fc5e8061ae860c7ee8290ad4a705b84292066ccf21e80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..c8281d3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+fb14c6b228f97818278d84a1317b87b3d20ca14622f5ea2a9dfe0c7cb7519fdae3dc678ff7710177863ce6ffe0a5b312da505f2e082a7cd2e4ecf3b0379dc5df
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom
new file mode 100644
index 0000000..c49d2a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-migration</artifactId>
+  <version>2.3.0-beta02</version>
+  <name>Android Room Migration</name>
+  <description>Android Room Migration</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-common</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.8.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..39c34a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+07019184a8f8a0c2712e346de1f9391a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..145deff
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+775c807492a72ce65a5a4503d54b51771272e680
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..a6ae4bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+6a234955124d863ce811997b539cd27e81ff94563cef80c23a49c2e5c51f5c0a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..ed1fab1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-migration/2.3.0-beta02/room-migration-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+d185b4b2436f3e25a823d7b60650b2c5f84cefd52acd6c14629b702c2943247f54dfd3148842b05b1c79273e1f25dff5efea98bf5801c6d6979bd1bc6c55794f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar
deleted file mode 100644
index 0f293b5..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.md5
deleted file mode 100644
index 94857f0..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-dafea292fa94d995fe71e84a31ea6801
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha1
deleted file mode 100644
index 4b7cacd..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-29fe26a386feeb9edbb84a2b6c979bb9d5c934e1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha256
deleted file mode 100644
index e29d939..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-cd3fccce1b0331ae12c3a85595f365fb8217bc56303058f3b532e6b24a6391b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha512
deleted file mode 100644
index 6b8de3d..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-3e69ef0afee741f3feaf2001af6cbb2a72250c870e44ae055e8fbb6ba31fb93ae1dfa4922d9d5db258232fe7a7ab8871f4ac78ef270122416b73c67844fcf664
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar
deleted file mode 100644
index a570649..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.md5
deleted file mode 100644
index b4222a3..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-a8b46e96aa9389d547f794bd25a1982a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha1
deleted file mode 100644
index 6d832be..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b7479b539072ed1980bc00e5e7e1c044a530892a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha256
deleted file mode 100644
index d010692..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3d742a0a5b055e08eeab682861490dfcdb6f3fba1577fd42b73a3e935cc8e260
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha512
deleted file mode 100644
index 16023c3..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-4c9688609866bae535cd9ec744abc98bbc1d377ec655405b785496cdf316fe23cf51d7296bef84fec0aa3b3413278d2d2a9cb0e1f297e005614974cae9707256
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module
deleted file mode 100644
index 04665ce..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module
+++ /dev/null
@@ -1,132 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.room",
-    "module": "room-runtime",
-    "version": "2.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite-framework",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-runtime-2.3.0-alpha02.aar",
-          "url": "room-runtime-2.3.0-alpha02.aar",
-          "size": 98019,
-          "sha512": "4c9688609866bae535cd9ec744abc98bbc1d377ec655405b785496cdf316fe23cf51d7296bef84fec0aa3b3413278d2d2a9cb0e1f297e005614974cae9707256",
-          "sha256": "3d742a0a5b055e08eeab682861490dfcdb6f3fba1577fd42b73a3e935cc8e260",
-          "sha1": "b7479b539072ed1980bc00e5e7e1c044a530892a",
-          "md5": "a8b46e96aa9389d547f794bd25a1982a"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite-framework",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-runtime",
-          "version": {
-            "requires": "2.0.1"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-runtime-2.3.0-alpha02.aar",
-          "url": "room-runtime-2.3.0-alpha02.aar",
-          "size": 98019,
-          "sha512": "4c9688609866bae535cd9ec744abc98bbc1d377ec655405b785496cdf316fe23cf51d7296bef84fec0aa3b3413278d2d2a9cb0e1f297e005614974cae9707256",
-          "sha256": "3d742a0a5b055e08eeab682861490dfcdb6f3fba1577fd42b73a3e935cc8e260",
-          "sha1": "b7479b539072ed1980bc00e5e7e1c044a530892a",
-          "md5": "a8b46e96aa9389d547f794bd25a1982a"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "room-runtime-2.3.0-alpha02-sources.jar",
-          "url": "room-runtime-2.3.0-alpha02-sources.jar",
-          "size": 69151,
-          "sha512": "3e69ef0afee741f3feaf2001af6cbb2a72250c870e44ae055e8fbb6ba31fb93ae1dfa4922d9d5db258232fe7a7ab8871f4ac78ef270122416b73c67844fcf664",
-          "sha256": "cd3fccce1b0331ae12c3a85595f365fb8217bc56303058f3b532e6b24a6391b5",
-          "sha1": "29fe26a386feeb9edbb84a2b6c979bb9d5c934e1",
-          "md5": "dafea292fa94d995fe71e84a31ea6801"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.md5
deleted file mode 100644
index bbafd63..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-c1a67fe2ff071d32506830aa4f568bcb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha1
deleted file mode 100644
index 5f9d24a..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b831490a9f31692685edbddcd854081a8faf4b96
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha256
deleted file mode 100644
index cc90c94..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-10cacea36cacc6c562f7adc94b0a1fa6a6389e70695441c2ae9dd93514c6ddbb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha512
deleted file mode 100644
index ae49e77..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-c75a0ec05cc970bcc330012ddba0ab0bc21ab36b28f0de57164c0fe26c7d6a9ff301d135c90170c55cbf76b45dcabf349ad1ea80631c3403c8005148ea0dee45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom
deleted file mode 100644
index a0edfdb..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.room</groupId>
-  <artifactId>room-runtime</artifactId>
-  <version>2.3.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Room-Runtime</name>
-  <description>Android Room-Runtime</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-common</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.sqlite</groupId>
-      <artifactId>sqlite-framework</artifactId>
-      <version>2.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.sqlite</groupId>
-      <artifactId>sqlite</artifactId>
-      <version>2.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-runtime</artifactId>
-      <version>2.0.1</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.md5
deleted file mode 100644
index b9128c8..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-beaca54e8a7e1e791a501a4949814fff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha1
deleted file mode 100644
index 3c08510..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-bef298e1ec777e2b4bf9f0cae57cf0b9beb5cf47
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha256
deleted file mode 100644
index a413adf..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-22f526f0a9a53679a5826d8e9e95a2527461858abf19689a81bf80f937ece168
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha512
deleted file mode 100644
index 08003ec..0000000
--- a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-alpha02/room-runtime-2.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-dd088c599b19d3f198d819faf0c24f78d53121f2dc721249216676c0acfa9d86995e9a840f1e288f7342ebff939b30faff92ca43ad61e82bed3d49c303a3aaa2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar
new file mode 100644
index 0000000..8b64906
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..e72c4b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+170e3458a087d5fb304dd66148a18839
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..a4b4394
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+f538a217836db2674d9d096b1932f42d62d0bffe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..f9c9f23
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+c1f15fa068c7bf7158c76c3060a4e6c0c0c62c1a9ddded075017dd10a7939e36
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..2a65e5f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+4ff9af8dad39072d863da4a2a4df59583bd8947516936f4dfa0b768b93f60695895733b0ca294f3cfd1bb23f7f862fce118ffcda1a6ba7a04198b7d20ff75d86
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar
new file mode 100644
index 0000000..0ec1b10
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.md5
new file mode 100644
index 0000000..48161e3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.md5
@@ -0,0 +1 @@
+255e76ffe21647420b1cac3b52856d0d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha1
new file mode 100644
index 0000000..3ebf6a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha1
@@ -0,0 +1 @@
+289a6b9a657aaed88f284b45e91c87626d544cdb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha256
new file mode 100644
index 0000000..78dbeb4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha256
@@ -0,0 +1 @@
+cc7fa163f01b39a7a5ed6a42c2ffafd74fab2f9bb5dda187298d8189512803ea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha512
new file mode 100644
index 0000000..383aab8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.aar.sha512
@@ -0,0 +1 @@
+4d4e8cfa4754be253506585b98691d89c04de3d8e4d9de4a6c816f51607763e6f0c7d6431447d599931cbe0124a09319a9ee83b8cdb5ef793c199e04ac91d504
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module
new file mode 100644
index 0000000..0a9b443
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module
@@ -0,0 +1,139 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-runtime",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite-framework",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-runtime-2.3.0-beta02.aar",
+          "url": "room-runtime-2.3.0-beta02.aar",
+          "size": 134608,
+          "sha512": "4d4e8cfa4754be253506585b98691d89c04de3d8e4d9de4a6c816f51607763e6f0c7d6431447d599931cbe0124a09319a9ee83b8cdb5ef793c199e04ac91d504",
+          "sha256": "cc7fa163f01b39a7a5ed6a42c2ffafd74fab2f9bb5dda187298d8189512803ea",
+          "sha1": "289a6b9a657aaed88f284b45e91c87626d544cdb",
+          "md5": "255e76ffe21647420b1cac3b52856d0d"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite-framework",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.1.0-beta01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-runtime-2.3.0-beta02.aar",
+          "url": "room-runtime-2.3.0-beta02.aar",
+          "size": 134608,
+          "sha512": "4d4e8cfa4754be253506585b98691d89c04de3d8e4d9de4a6c816f51607763e6f0c7d6431447d599931cbe0124a09319a9ee83b8cdb5ef793c199e04ac91d504",
+          "sha256": "cc7fa163f01b39a7a5ed6a42c2ffafd74fab2f9bb5dda187298d8189512803ea",
+          "sha1": "289a6b9a657aaed88f284b45e91c87626d544cdb",
+          "md5": "255e76ffe21647420b1cac3b52856d0d"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-runtime-2.3.0-beta02-sources.jar",
+          "url": "room-runtime-2.3.0-beta02-sources.jar",
+          "size": 91094,
+          "sha512": "4ff9af8dad39072d863da4a2a4df59583bd8947516936f4dfa0b768b93f60695895733b0ca294f3cfd1bb23f7f862fce118ffcda1a6ba7a04198b7d20ff75d86",
+          "sha256": "c1f15fa068c7bf7158c76c3060a4e6c0c0c62c1a9ddded075017dd10a7939e36",
+          "sha1": "f538a217836db2674d9d096b1932f42d62d0bffe",
+          "md5": "170e3458a087d5fb304dd66148a18839"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..ca39a0e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+b1bcc7be544ee0112e7785c41499d608
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..a2f466c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+952b623700c3911ac0369427d4122f7d649970a4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..97f40df
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+23b81f36794458b255d25c57a88406b7755290c72f54622ee7e79849993be64e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..62b220c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+7787c38b9f67e7c6bd9a698885f1e022e57620cf4a43f087ce20d7a554cbb09d22c2205bfbfc8fc1c3d73e5f320575bac2e3ee46a3b2005e293f503f21123217
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom
new file mode 100644
index 0000000..367ee09
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-runtime</artifactId>
+  <version>2.3.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android Room-Runtime</name>
+  <description>Android Room-Runtime</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-common</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite-framework</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-runtime</artifactId>
+      <version>2.0.1</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation-experimental</artifactId>
+      <version>1.1.0-beta01</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..404fc75
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+7f5c14ac98f279505893e8dd16be6237
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..27997a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+23b5dff590a0c419b2e9194f4da7acf22ae5991e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..0afea46
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+583b5d2816293d4579f28b8b89055ebd4a1f3fcd14a48ff837b6c9adf68cdb03
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..3a69811
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-runtime/2.3.0-beta02/room-runtime-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+639dbd1297d6cde3a0b87f1b2458304cd65a87c0375d889bb1a9a94e6b9dbe9c452d49ade2aedc548d623d4b1c822f6b820ae089e133858bc37c677e163cc7eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar
deleted file mode 100644
index 71e774f..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.md5
deleted file mode 100644
index 6d3878a..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-774757dfd7c1a25d44e42a6bddc40a7b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha1
deleted file mode 100644
index b00b427..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fc5d59e41e686432525d541534d19a2352c366b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha256
deleted file mode 100644
index 98d3dbe..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-f9ff793ed1d1d576baae75eeb28aab5aa53e458efdcfc78796da1bafbb429e15
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha512
deleted file mode 100644
index eac4bb3..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-286f39aa6880a0b99445fd0d9aaed45a21e06607f430d64d9768fede5f4a984afbb9c67cc8e71ad64d95291f139c8219b30b4d88c9f069c683ac04d23193aa98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar
deleted file mode 100644
index 3e0a3cf..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.md5
deleted file mode 100644
index b99b81e..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-ca30f7991387690bfa1ef2eb47a04e7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha1
deleted file mode 100644
index 8e505b9..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f9d2e49bf8c9ba8a4808a455e476d02c83496e3c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha256
deleted file mode 100644
index f806ea5..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6a3f7edf2dc2596b1acccd746363b5f6572bad23efdb55421a3df376874cabb2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha512
deleted file mode 100644
index 30e6ceb..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a1e045cd2f921810dd6528c36bec6ef97e60f178549dbce245834e36947cfd692c935dc1ee54fa421fa8b90782b2ad93ffb36d106971f748b1cae11e35e4e157
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module
deleted file mode 100644
index ea631e3..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module
+++ /dev/null
@@ -1,174 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.room",
-    "module": "room-testing",
-    "version": "2.3.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-runtime",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite-framework",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-migration",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "junit",
-          "module": "junit",
-          "version": {
-            "requires": "4.12"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-testing-2.3.0-alpha02.aar",
-          "url": "room-testing-2.3.0-alpha02.aar",
-          "size": 11189,
-          "sha512": "a1e045cd2f921810dd6528c36bec6ef97e60f178549dbce245834e36947cfd692c935dc1ee54fa421fa8b90782b2ad93ffb36d106971f748b1cae11e35e4e157",
-          "sha256": "6a3f7edf2dc2596b1acccd746363b5f6572bad23efdb55421a3df376874cabb2",
-          "sha1": "f9d2e49bf8c9ba8a4808a455e476d02c83496e3c",
-          "md5": "ca30f7991387690bfa1ef2eb47a04e7e"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.arch.core",
-          "module": "core-runtime",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-common",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-runtime",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite-framework",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.room",
-          "module": "room-migration",
-          "version": {
-            "requires": "2.3.0-alpha02"
-          }
-        },
-        {
-          "group": "junit",
-          "module": "junit",
-          "version": {
-            "requires": "4.12"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "room-testing-2.3.0-alpha02.aar",
-          "url": "room-testing-2.3.0-alpha02.aar",
-          "size": 11189,
-          "sha512": "a1e045cd2f921810dd6528c36bec6ef97e60f178549dbce245834e36947cfd692c935dc1ee54fa421fa8b90782b2ad93ffb36d106971f748b1cae11e35e4e157",
-          "sha256": "6a3f7edf2dc2596b1acccd746363b5f6572bad23efdb55421a3df376874cabb2",
-          "sha1": "f9d2e49bf8c9ba8a4808a455e476d02c83496e3c",
-          "md5": "ca30f7991387690bfa1ef2eb47a04e7e"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "room-testing-2.3.0-alpha02-sources.jar",
-          "url": "room-testing-2.3.0-alpha02-sources.jar",
-          "size": 6046,
-          "sha512": "286f39aa6880a0b99445fd0d9aaed45a21e06607f430d64d9768fede5f4a984afbb9c67cc8e71ad64d95291f139c8219b30b4d88c9f069c683ac04d23193aa98",
-          "sha256": "f9ff793ed1d1d576baae75eeb28aab5aa53e458efdcfc78796da1bafbb429e15",
-          "sha1": "fc5d59e41e686432525d541534d19a2352c366b7",
-          "md5": "774757dfd7c1a25d44e42a6bddc40a7b"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.md5
deleted file mode 100644
index 2cd4067..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-779eb5626c851508944e518968bb3d00
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha1
deleted file mode 100644
index d8e9ffa..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-efb38fdb991113ee89db8dab8d07785c461cb138
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha256
deleted file mode 100644
index 3d493a9..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3971be4a479fc112236fed7eb9d3479780b7d78d1660e081b19740dab4e4ca62
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha512
deleted file mode 100644
index 5c8e3af..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5a5e4cad470d33e87bd4e3be4dba8a6c1b022c5eceb5b65412cacc9352acf8bb20879773584827fb42ed8cee8f6cade11ea05a313c88e3b95d60a3d877a564a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom
deleted file mode 100644
index fbd0d68..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.room</groupId>
-  <artifactId>room-testing</artifactId>
-  <version>2.3.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Room Testing</name>
-  <description>Android Room Testing</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-common</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-runtime</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.sqlite</groupId>
-      <artifactId>sqlite</artifactId>
-      <version>2.0.1</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.sqlite</groupId>
-      <artifactId>sqlite-framework</artifactId>
-      <version>2.0.1</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.room</groupId>
-      <artifactId>room-migration</artifactId>
-      <version>[2.3.0-alpha02]</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.12</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-runtime</artifactId>
-      <version>2.0.1</version>
-      <scope>runtime</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.md5
deleted file mode 100644
index 8580a89..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-5699554e2ff796f1797efd7e351f2ac9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha1
deleted file mode 100644
index 3f4affb..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fbcad3d359ebf527b649b99e22a7c10a8fbb5431
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha256
deleted file mode 100644
index 9645efb..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e6b65ec9b23cf1062aac6d714981bc2f17747729001c9471745d62c40947f97a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha512
deleted file mode 100644
index 41e6078..0000000
--- a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-alpha02/room-testing-2.3.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-01d4c78e0e580b1b293dcca5d07226e7792573b89901f613d0343e997ae651e8c093e3d77dcb2879156552ef8400697849140fd5af68aff41ded8ad2c18b3f11
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar
new file mode 100644
index 0000000..e5ab583
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.md5
new file mode 100644
index 0000000..cad1c8a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.md5
@@ -0,0 +1 @@
+c409c8587684a0c30942882a5916bba8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha1
new file mode 100644
index 0000000..8fe6706
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha1
@@ -0,0 +1 @@
+ef0953091956b2a9b110ccd07b4dd77a6671a64c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha256
new file mode 100644
index 0000000..616451c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha256
@@ -0,0 +1 @@
+7d07c0892a965abe5c487b7bc60b2d1ae3ca9498b4381a5086cbe8598b804aee
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha512
new file mode 100644
index 0000000..879b18f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02-sources.jar.sha512
@@ -0,0 +1 @@
+10a5560b3125217164040100487c13740fdcd582b6cc71c06c39ed688b19e22ab39ca83ace56bea230c54d909da429712b6c9210bff0b9a8bcbc8e1d130a558d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar
new file mode 100644
index 0000000..4639de7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.md5
new file mode 100644
index 0000000..bf449f6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.md5
@@ -0,0 +1 @@
+73293edaea9f00f18f3c77d8cc40731e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha1
new file mode 100644
index 0000000..83a2321
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha1
@@ -0,0 +1 @@
+e5c9ae2dbf337b80cf37ddb686264af69dc65cc0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha256
new file mode 100644
index 0000000..7a44d23
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha256
@@ -0,0 +1 @@
+6a9a8e29f064aa38c6017e9187190e0a428778eb52d96ad44540499461180062
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha512
new file mode 100644
index 0000000..825c79d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.aar.sha512
@@ -0,0 +1 @@
+7431fc64ca0c3c781583a0f9d1a47c047ab2bb5b476db2e2dbe64a6cbf86fc660a71616c2fcef1b9933f969f4f77315437b717a07844b181b8581d43327c45cb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module
new file mode 100644
index 0000000..0dbbef3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module
@@ -0,0 +1,174 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.room",
+    "module": "room-testing",
+    "version": "2.3.0-beta02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-runtime",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite-framework",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-migration",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.12"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-testing-2.3.0-beta02.aar",
+          "url": "room-testing-2.3.0-beta02.aar",
+          "size": 12190,
+          "sha512": "7431fc64ca0c3c781583a0f9d1a47c047ab2bb5b476db2e2dbe64a6cbf86fc660a71616c2fcef1b9933f969f4f77315437b717a07844b181b8581d43327c45cb",
+          "sha256": "6a9a8e29f064aa38c6017e9187190e0a428778eb52d96ad44540499461180062",
+          "sha1": "e5c9ae2dbf337b80cf37ddb686264af69dc65cc0",
+          "md5": "73293edaea9f00f18f3c77d8cc40731e"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.arch.core",
+          "module": "core-runtime",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-common",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-runtime",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite-framework",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-migration",
+          "version": {
+            "requires": "2.3.0-beta02"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.12"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "room-testing-2.3.0-beta02.aar",
+          "url": "room-testing-2.3.0-beta02.aar",
+          "size": 12190,
+          "sha512": "7431fc64ca0c3c781583a0f9d1a47c047ab2bb5b476db2e2dbe64a6cbf86fc660a71616c2fcef1b9933f969f4f77315437b717a07844b181b8581d43327c45cb",
+          "sha256": "6a9a8e29f064aa38c6017e9187190e0a428778eb52d96ad44540499461180062",
+          "sha1": "e5c9ae2dbf337b80cf37ddb686264af69dc65cc0",
+          "md5": "73293edaea9f00f18f3c77d8cc40731e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "room-testing-2.3.0-beta02-sources.jar",
+          "url": "room-testing-2.3.0-beta02-sources.jar",
+          "size": 6048,
+          "sha512": "10a5560b3125217164040100487c13740fdcd582b6cc71c06c39ed688b19e22ab39ca83ace56bea230c54d909da429712b6c9210bff0b9a8bcbc8e1d130a558d",
+          "sha256": "7d07c0892a965abe5c487b7bc60b2d1ae3ca9498b4381a5086cbe8598b804aee",
+          "sha1": "ef0953091956b2a9b110ccd07b4dd77a6671a64c",
+          "md5": "c409c8587684a0c30942882a5916bba8"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.md5
new file mode 100644
index 0000000..99ce06a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.md5
@@ -0,0 +1 @@
+bb68ea3e7e0791cf259edf0519dd6ffa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha1
new file mode 100644
index 0000000..2a53988
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha1
@@ -0,0 +1 @@
+2652db03bf977b3590ab21555cb639207360eb39
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha256
new file mode 100644
index 0000000..a58259d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha256
@@ -0,0 +1 @@
+4515770718e19e1564467d68b19847e3869f92b37cdd4d26db93cca84db0ec40
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha512
new file mode 100644
index 0000000..f931750
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.module.sha512
@@ -0,0 +1 @@
+c0a94a723b59da396f40f93b8ae053b63ef39c3d24e058e84dfad10b6c982cf339821e64ab2c03c245ac8747441b202fcf1fae2bb4a87d0d347580a2e548faa9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom
new file mode 100644
index 0000000..49d5c24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.room</groupId>
+  <artifactId>room-testing</artifactId>
+  <version>2.3.0-beta02</version>
+  <packaging>aar</packaging>
+  <name>Android Room Testing</name>
+  <description>Android Room Testing</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/room#2.3.0-beta02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-common</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-runtime</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite-framework</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-migration</artifactId>
+      <version>[2.3.0-beta02]</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-runtime</artifactId>
+      <version>2.0.1</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.md5 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.md5
new file mode 100644
index 0000000..d4c499b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.md5
@@ -0,0 +1 @@
+6f10a3e2ce84fa6b3979d7b7cd5ad2cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha1 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha1
new file mode 100644
index 0000000..f27034f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha1
@@ -0,0 +1 @@
+33af954853cc66e4835b752054c5e67e076f08a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha256 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha256
new file mode 100644
index 0000000..08a52a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha256
@@ -0,0 +1 @@
+f6c3b11118427bca51716fd9d8cc737f5185bc81c9c74a8fee7edfe31e3cd001
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha512 b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha512
new file mode 100644
index 0000000..100e6c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/room/room-testing/2.3.0-beta02/room-testing-2.3.0-beta02.pom.sha512
@@ -0,0 +1 @@
+cb9a2ae0b5a26e7507ef7cee508c6f2a308b1d3c80dead9bf2a401a82c5519c5ad99aa9abc87f3d22d807dd2258b5bd32b073179c1cd021bf4fa498f013c2102
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..052be33
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..a9f78ef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+14f6da869d30af533ad728aed7faba45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..2265829
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+9292f5a5bc3895f9759d7b6f30291743c1187698
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..7243c8b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+c500d54f6588e4630bdef7729c62ca433a7662c93cc0551dfb5c63fad2c970be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..c6aadf8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+0e900aadf8c3c8bd044d7dea887dcbe1bff9d359221d0c902320b9af83e453bacd9fabc6cfd5c3fd281e49909c1f168543ec7d997fd012f0537558e586cab8f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar
new file mode 100644
index 0000000..4d72227
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..0821ca5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+314d9487b9d0675d8e3d7746c4adebe2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..c6e8dc7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+139a5e275ed8c4042104180d2b4d073e0888eafb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..25689a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+046b9cec1da5fa7e3100329f984af4ca8f822b76603cbea3fee65e3e4aaeced4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..61a7f51
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+1b1e875f498109387e40312f56c158bc11795c43a99f36289ea3a81b4ac348ad1c914faaf81f9a4c0d49d253bbcf3e603dcdfac7956f624af6f07047aa276b4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module
new file mode 100644
index 0000000..5dddd02
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.savedstate",
+    "module": "savedstate-ktx",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "savedstate-ktx-1.2.0-alpha01.aar",
+          "url": "savedstate-ktx-1.2.0-alpha01.aar",
+          "size": 2530,
+          "sha512": "1b1e875f498109387e40312f56c158bc11795c43a99f36289ea3a81b4ac348ad1c914faaf81f9a4c0d49d253bbcf3e603dcdfac7956f624af6f07047aa276b4f",
+          "sha256": "046b9cec1da5fa7e3100329f984af4ca8f822b76603cbea3fee65e3e4aaeced4",
+          "sha1": "139a5e275ed8c4042104180d2b4d073e0888eafb",
+          "md5": "314d9487b9d0675d8e3d7746c4adebe2"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.savedstate",
+          "module": "savedstate",
+          "version": {
+            "requires": "1.2.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "savedstate-ktx-1.2.0-alpha01.aar",
+          "url": "savedstate-ktx-1.2.0-alpha01.aar",
+          "size": 2530,
+          "sha512": "1b1e875f498109387e40312f56c158bc11795c43a99f36289ea3a81b4ac348ad1c914faaf81f9a4c0d49d253bbcf3e603dcdfac7956f624af6f07047aa276b4f",
+          "sha256": "046b9cec1da5fa7e3100329f984af4ca8f822b76603cbea3fee65e3e4aaeced4",
+          "sha1": "139a5e275ed8c4042104180d2b4d073e0888eafb",
+          "md5": "314d9487b9d0675d8e3d7746c4adebe2"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "savedstate-ktx-1.2.0-alpha01-sources.jar",
+          "url": "savedstate-ktx-1.2.0-alpha01-sources.jar",
+          "size": 1138,
+          "sha512": "0e900aadf8c3c8bd044d7dea887dcbe1bff9d359221d0c902320b9af83e453bacd9fabc6cfd5c3fd281e49909c1f168543ec7d997fd012f0537558e586cab8f9",
+          "sha256": "c500d54f6588e4630bdef7729c62ca433a7662c93cc0551dfb5c63fad2c970be",
+          "sha1": "9292f5a5bc3895f9759d7b6f30291743c1187698",
+          "md5": "14f6da869d30af533ad728aed7faba45"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..ca2309a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+b0d029946e33447a3d9d06076e7dee50
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..14873d7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+80bca488cf440293bcd9f5bfbc4ca4f94a204c36
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..d772248
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+fc0e0c0535090cc7d6352f54812541d718e9cecb63f2cabb8237ec03b57f98b5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..f525d8d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+fd2a6013ca3caa7c4245e60ab96704299c9e58e1220ab4c89aeebfd25a6048db5a46050fb0f577fb46fd2a94d174b51a44413703bdb5bab672b75690df72c5ae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom
new file mode 100644
index 0000000..a22a18b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.savedstate</groupId>
+  <artifactId>savedstate-ktx</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>SavedState Kotlin Extensions</name>
+  <description>Kotlin extensions for 'savedstate' artifact</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.0-alpha01</url>
+  <inceptionYear>2020</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.savedstate</groupId>
+      <artifactId>savedstate</artifactId>
+      <version>[1.2.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..0aa34cf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+3755134290f28ccde7f103eeca348f6a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..d327ad7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8f2f4390c7ad3a2df4fb4042165c0e658a2108e5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..ce44318
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+b4592d4ab79ae48ff4f89e30cda0c670a7c13f0551558edea4310815140e0100
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..56de072
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate-ktx/1.2.0-alpha01/savedstate-ktx-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+126cb89b0359bbad598dc9cc611fc50bd200f8b9533922a8fa6882aa0a094d12347d4d93cebeaf5335f235dbedd317b007d858213952d0d5d8376f9fe3b276e0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar
deleted file mode 100644
index ed36d05..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.md5
deleted file mode 100644
index eba818a..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-72855772ddc02f87581ec4d4b536389f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha1
deleted file mode 100644
index 10b6472..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-67186d9e93fcd2dfdce6e5e10fb501f62cf4f19b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha256
deleted file mode 100644
index cfc59c7..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9d54bbecb638a1cb38053fc01633bff1d8d1bd2965cebb4cef2e3e29335c8e8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha512
deleted file mode 100644
index 3c7c5ee..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1749e28ae3f08bc12bf25e3d25aa0261a4f9115f36dff92b9803abdfd20cebf52bca2a3dc09e0e4854085a643439bb5ab58989ee29df11b62c3b2bf36c010d9f
\ 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
deleted file mode 100644
index fe82b15..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.savedstate",
-    "module": "savedstate",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "savedstate-1.1.0-alpha01.aar",
-          "url": "savedstate-1.1.0-alpha01.aar",
-          "size": 10972,
-          "sha512": "1749e28ae3f08bc12bf25e3d25aa0261a4f9115f36dff92b9803abdfd20cebf52bca2a3dc09e0e4854085a643439bb5ab58989ee29df11b62c3b2bf36c010d9f",
-          "sha256": "9d54bbecb638a1cb38053fc01633bff1d8d1bd2965cebb4cef2e3e29335c8e8a",
-          "sha1": "67186d9e93fcd2dfdce6e5e10fb501f62cf4f19b",
-          "md5": "72855772ddc02f87581ec4d4b536389f"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.arch.core",
-          "module": "core-common",
-          "version": {
-            "requires": "2.0.1"
-          }
-        },
-        {
-          "group": "androidx.lifecycle",
-          "module": "lifecycle-common",
-          "version": {
-            "requires": "2.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "savedstate-1.1.0-alpha01.aar",
-          "url": "savedstate-1.1.0-alpha01.aar",
-          "size": 10972,
-          "sha512": "1749e28ae3f08bc12bf25e3d25aa0261a4f9115f36dff92b9803abdfd20cebf52bca2a3dc09e0e4854085a643439bb5ab58989ee29df11b62c3b2bf36c010d9f",
-          "sha256": "9d54bbecb638a1cb38053fc01633bff1d8d1bd2965cebb4cef2e3e29335c8e8a",
-          "sha1": "67186d9e93fcd2dfdce6e5e10fb501f62cf4f19b",
-          "md5": "72855772ddc02f87581ec4d4b536389f"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "savedstate-1.1.0-alpha01-sources.jar",
-          "url": "savedstate-1.1.0-alpha01-sources.jar",
-          "size": 8564,
-          "sha512": "6f3a05df6886aae59fdbd8ad4bb4c207419cee97401a848726c7698d038c123cf39b8f15bfd1eef7ba5ed3ea0c16b200b305b5ba6106cf957cf77405cc2f4985",
-          "sha256": "17a5307db49192c506456ece77352c58c621ec35a280ebad3ecbe2d5dd586df3",
-          "sha1": "073464c2c55129727354a95ffa91dc9c2cf0c78b",
-          "md5": "fc3f8c39a1ebe510256d9e62669e9774"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index c205acb..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-29f70109a0289726671d89b96cddb69b
\ 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
deleted file mode 100644
index d424239..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5353696feb490d5d879d4058b28dccd17c4c7fab
\ 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
deleted file mode 100644
index dd6a35c..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-08e6535c70f1c627a92a3ec44c25a05c5b8f3192fbafe14cc5a97e7fa5f6e46c
\ 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
deleted file mode 100644
index 0d08344..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-244d4bf66512cdf6f693b2d4db297dc895b88b6f75c44b26b0321311bf7e6af4286c44cf884c7371d5c648c9df237887a9a5a9bd11074b7d1978485f70aee740
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom
deleted file mode 100644
index 1cb9c13..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.savedstate</groupId>
-  <artifactId>savedstate</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Activity</name>
-  <description>Provides the base Activity subclass and the relevant hooks to build a composable structure on top.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.arch.core</groupId>
-      <artifactId>core-common</artifactId>
-      <version>2.0.1</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.lifecycle</groupId>
-      <artifactId>lifecycle-common</artifactId>
-      <version>2.0.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.md5
deleted file mode 100644
index 779d3fe..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-8123b2297f753d5ef1588645848313e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 1bffa9e..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6e188a08ad57549dd1eba68f794331241d8fc5bd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index c0e0159..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2df6ea30a6574ebefe138bfba4c4299da2b7159dc7c57dfa601beb2c641e4680
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index a9e7d5b..0000000
--- a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-bab159406257c487fdd7c6352ab4030a66a6544eeb30c9dedd67bbd0ebbbd81a07d435fbb9fcbfddb015d34ecb25c9701843cbd9777ac2ba75f637de6e9f47d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar
rename to current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.md5
rename to current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha1
rename to current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha256
rename to current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/savedstate/savedstate/1.1.0-alpha01/savedstate-1.1.0-alpha01-sources.jar.sha512
rename to current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar
new file mode 100644
index 0000000..2f6ade5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..84ab7a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+ac03780061239b6fc3a379aa8fb8655d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..16cc730
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+33dee40c1a9ec9f18d04bad951b112559c9b5cf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..cbf4328
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+5a0d086374708016c89b21a23f62b7990f32af2ff1e30945743b18b985ec4e1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..b40ac63
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+9e775c0466829351c17cbf37aabf73083326dcdd6636a92257a7046a558b35fa880838fb0f8814f50c27ab3d27216173090dd2d22c2739e2e45ee3aebb75a91f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module
new file mode 100644
index 0000000..6881fe7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.savedstate",
+    "module": "savedstate",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "savedstate-1.2.0-alpha01.aar",
+          "url": "savedstate-1.2.0-alpha01.aar",
+          "size": 11307,
+          "sha512": "9e775c0466829351c17cbf37aabf73083326dcdd6636a92257a7046a558b35fa880838fb0f8814f50c27ab3d27216173090dd2d22c2739e2e45ee3aebb75a91f",
+          "sha256": "5a0d086374708016c89b21a23f62b7990f32af2ff1e30945743b18b985ec4e1d",
+          "sha1": "33dee40c1a9ec9f18d04bad951b112559c9b5cf2",
+          "md5": "ac03780061239b6fc3a379aa8fb8655d"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.arch.core",
+          "module": "core-common",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "savedstate-1.2.0-alpha01.aar",
+          "url": "savedstate-1.2.0-alpha01.aar",
+          "size": 11307,
+          "sha512": "9e775c0466829351c17cbf37aabf73083326dcdd6636a92257a7046a558b35fa880838fb0f8814f50c27ab3d27216173090dd2d22c2739e2e45ee3aebb75a91f",
+          "sha256": "5a0d086374708016c89b21a23f62b7990f32af2ff1e30945743b18b985ec4e1d",
+          "sha1": "33dee40c1a9ec9f18d04bad951b112559c9b5cf2",
+          "md5": "ac03780061239b6fc3a379aa8fb8655d"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "savedstate-1.2.0-alpha01-sources.jar",
+          "url": "savedstate-1.2.0-alpha01-sources.jar",
+          "size": 8564,
+          "sha512": "6f3a05df6886aae59fdbd8ad4bb4c207419cee97401a848726c7698d038c123cf39b8f15bfd1eef7ba5ed3ea0c16b200b305b5ba6106cf957cf77405cc2f4985",
+          "sha256": "17a5307db49192c506456ece77352c58c621ec35a280ebad3ecbe2d5dd586df3",
+          "sha1": "073464c2c55129727354a95ffa91dc9c2cf0c78b",
+          "md5": "fc3f8c39a1ebe510256d9e62669e9774"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..e01d4dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+e811a2cd55afc5bb6653e9d45939bcd2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..4b1af8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+131c389a32c3fa03f2ad9f241c07697358999540
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..cb66598
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+0f7cdf1ac48eeca000fc3ed2941477e0739ad3b959cc35622745e0caafaee504
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..0b4d623
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+d291875c530ab2e2af57a1e17e0078bd2f6880046a7358a6a23fbae30f7109d68f94df76d7b7b4a891db3025410f996175657a8bc234a2689d35fc16ee43a188
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom
new file mode 100644
index 0000000..9a1ebbb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.savedstate</groupId>
+  <artifactId>savedstate</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Activity</name>
+  <description>Provides the base Activity subclass and the relevant hooks to build a composable structure on top.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.arch.core</groupId>
+      <artifactId>core-common</artifactId>
+      <version>2.0.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common</artifactId>
+      <version>2.0.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..eac7edb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+e26f3f818bacc783e2578eb6380fe5af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..5ad5e1d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+87bc0f685edd9956af298a044ea829139a56b66b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..8f55c53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+6d3eb6c836c163bb8a61a91b8c1b35f2462acf4bf35d7c846ce5179647c64515
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..f16f8a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/savedstate/savedstate/1.2.0-alpha01/savedstate-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+67196c2761240b2af193fc8596cb35e706e1280556e2d2181b90b79e28a7a10c21ae8f40ffda07ebc879709a72516259e2f6c804c48e3857f77d135900c21887
\ 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-sources.jar b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar
index f510295..0827d5a 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.md5
index 1239e48..957ca8c 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-d0d721c4e1a28e2d6a39250d68955328
\ No newline at end of file
+a13c0f81ed91407253968f43c141c2f5
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha1
index 2935893..9b770f1 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-9a82177177cc4abfe98b4ced288a8e13f53f4df6
\ No newline at end of file
+e07738588c4cfe0306d06d3809f7347711ffa950
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha256
index 575c27d..9fd88aa 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-b36a24a7df45d43520d5a789730e3acda42373563b0dfb538d1d445bac3b8b1c
\ No newline at end of file
+2b4785a8548fbc79b9f7fac4d2ae2d0c4899dd6f2190ee108a21adefbd8bd691
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha512
index 60383d1..4f7666c 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-a213abfc40288df9cac3a239d4c88e02e6a28997736706b1a0d51254592c93dde147f63b0f1775a9cbb8d86ed4864df163161ce3104575f750eebfd25130cbf5
\ No newline at end of file
+67d076769349584dd67ae02511050a1817a4c0afd257244fc092338cd812cf2d1f11af56b2e75590aced1b0736d075771221abf984788c08acbfd7eaa2960525
\ 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 db573a8..2477b4c 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 b614332..67b2659 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 @@
-f7a2054b7bd3b743dd6fad146be81570
\ No newline at end of file
+285d4ad6ec49126d71152d33a2901fe1
\ 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 0df6415..8dd123c 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 @@
-790b6625d479accc7d168ed96fca548115422ba8
\ No newline at end of file
+f250315e3bd15c660036e35ad70a7debd306657a
\ 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 18eb922..7ed42dc 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 @@
-c71976be67b1b9211f284960ac6d14a3dbeca7a5d47415783704621e2827acb9
\ No newline at end of file
+dda0fc744234b390c4a21c4f891028b1492d885b778c3fbf7a2d61947d773bcd
\ 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 2c068ad..75023af 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 @@
-e62a34c791b19f6a7a5da1bce77a77f66ea181b7f91eafc82f292a4dc75d469fefff110842d94ea4ca178c3f1d59faec1f584dda566ba9160b27abca362d1a20
\ No newline at end of file
+43ba95e5ac0c1f85f2efe79f263b4ba4beb62f5945726e47ad2a6e0ec4fc6db6f1f9cfb8d39b2951adf67a3c3042be2f6783e0fcf6bdf663a6ae7b018baeefc9
\ 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 48309cd..1cf02c6 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "slice-builders-1.1.0-alpha02.aar",
           "url": "slice-builders-1.1.0-alpha02.aar",
-          "size": 69950,
-          "sha512": "e62a34c791b19f6a7a5da1bce77a77f66ea181b7f91eafc82f292a4dc75d469fefff110842d94ea4ca178c3f1d59faec1f584dda566ba9160b27abca362d1a20",
-          "sha256": "c71976be67b1b9211f284960ac6d14a3dbeca7a5d47415783704621e2827acb9",
-          "sha1": "790b6625d479accc7d168ed96fca548115422ba8",
-          "md5": "f7a2054b7bd3b743dd6fad146be81570"
+          "size": 79725,
+          "sha512": "43ba95e5ac0c1f85f2efe79f263b4ba4beb62f5945726e47ad2a6e0ec4fc6db6f1f9cfb8d39b2951adf67a3c3042be2f6783e0fcf6bdf663a6ae7b018baeefc9",
+          "sha256": "dda0fc744234b390c4a21c4f891028b1492d885b778c3fbf7a2d61947d773bcd",
+          "sha1": "f250315e3bd15c660036e35ad70a7debd306657a",
+          "md5": "285d4ad6ec49126d71152d33a2901fe1"
         }
       ]
     },
@@ -78,7 +78,7 @@
           "group": "androidx.collection",
           "module": "collection",
           "version": {
-            "requires": "1.2.0-alpha01"
+            "requires": "1.1.0"
           }
         },
         {
@@ -100,11 +100,11 @@
         {
           "name": "slice-builders-1.1.0-alpha02.aar",
           "url": "slice-builders-1.1.0-alpha02.aar",
-          "size": 69950,
-          "sha512": "e62a34c791b19f6a7a5da1bce77a77f66ea181b7f91eafc82f292a4dc75d469fefff110842d94ea4ca178c3f1d59faec1f584dda566ba9160b27abca362d1a20",
-          "sha256": "c71976be67b1b9211f284960ac6d14a3dbeca7a5d47415783704621e2827acb9",
-          "sha1": "790b6625d479accc7d168ed96fca548115422ba8",
-          "md5": "f7a2054b7bd3b743dd6fad146be81570"
+          "size": 79725,
+          "sha512": "43ba95e5ac0c1f85f2efe79f263b4ba4beb62f5945726e47ad2a6e0ec4fc6db6f1f9cfb8d39b2951adf67a3c3042be2f6783e0fcf6bdf663a6ae7b018baeefc9",
+          "sha256": "dda0fc744234b390c4a21c4f891028b1492d885b778c3fbf7a2d61947d773bcd",
+          "sha1": "f250315e3bd15c660036e35ad70a7debd306657a",
+          "md5": "285d4ad6ec49126d71152d33a2901fe1"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "slice-builders-1.1.0-alpha02-sources.jar",
           "url": "slice-builders-1.1.0-alpha02-sources.jar",
-          "size": 40288,
-          "sha512": "a213abfc40288df9cac3a239d4c88e02e6a28997736706b1a0d51254592c93dde147f63b0f1775a9cbb8d86ed4864df163161ce3104575f750eebfd25130cbf5",
-          "sha256": "b36a24a7df45d43520d5a789730e3acda42373563b0dfb538d1d445bac3b8b1c",
-          "sha1": "9a82177177cc4abfe98b4ced288a8e13f53f4df6",
-          "md5": "d0d721c4e1a28e2d6a39250d68955328"
+          "size": 42693,
+          "sha512": "67d076769349584dd67ae02511050a1817a4c0afd257244fc092338cd812cf2d1f11af56b2e75590aced1b0736d075771221abf984788c08acbfd7eaa2960525",
+          "sha256": "2b4785a8548fbc79b9f7fac4d2ae2d0c4899dd6f2190ee108a21adefbd8bd691",
+          "sha1": "e07738588c4cfe0306d06d3809f7347711ffa950",
+          "md5": "a13c0f81ed91407253968f43c141c2f5"
         }
       ]
     }
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 700bcd4..0d8e5a6 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 @@
-7990216c8940d7d5cd2888e211c78bbc
\ No newline at end of file
+a577bd9a2dc57f7af81f208c997ad2bb
\ 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 ce065ab..348f637 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 @@
-360f38a01b9bfaed568ef0392aa8336b1f129b34
\ No newline at end of file
+0eaa2af2c0be47e0246f6ff9b7e92cc84a3fdb8a
\ 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 80051df..f606483 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 @@
-a066841146df09fc706897b7288ecee2314d2afb400f5f0a5df9dd41ed9eca40
\ No newline at end of file
+7bb3c9b39a696076b1d3261cdc0dacadaecbaa49e6bedda9ce4cfa27261de8a6
\ 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 d4cf969..3a44c68 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 @@
-f53dfee56f97e59d3095e447827a87feb001e95a686e6e6954e930a93e00f66f3547452281e8e529429a69aaa26309b9e0eefa28e76d9ae09ae4584eab0935b9
\ No newline at end of file
+cbc1db7036d5fc2e322d1e61a6756b317052e6ada069992418d4cf48eaccbbe418f8c75a6ce235a0eaba32efa0ae4fe3daacd80a47e3cf578a5f9d9c04be56f9
\ 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.pom b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom
index 117113e..c1abdf0 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Slice builders</name>
   <description>A set of builders to create templates using SliceProvider APIs</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/slice#1.1.0-alpha02</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>androidx.collection</groupId>
       <artifactId>collection</artifactId>
-      <version>1.2.0-alpha01</version>
+      <version>1.1.0</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.md5
index 1b85774..c9b194f 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.md5
@@ -1 +1 @@
-2bce9b8207b46aac768b4e99c8346622
\ No newline at end of file
+2541d3607b93fd6a0070f6c8b6dedad6
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha1
index 6992f76..e3cf748 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha1
@@ -1 +1 @@
-c06c763761332bdf21ed96975878032c3b02a209
\ No newline at end of file
+a7dde2d38f317a8c87bbd2ee617207134e9d5c78
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha256
index 71fac29..aa3360c 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha256
@@ -1 +1 @@
-e1d5d7cd72bfc71214cebbb606cd865b9c13ff6d114a9c15e66b7d52c9480bc4
\ No newline at end of file
+d89f0837de25eccf8d268f8302e9e79233cb397a5029c28445338292f123a9be
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha512
index f7d91a1..a80f5dd 100644
--- a/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-builders/1.1.0-alpha02/slice-builders-1.1.0-alpha02.pom.sha512
@@ -1 +1 @@
-877514ca8d24521f80cd54308c764da9dd6fb2ef6906c671ad5a2f799c3a0411daa710307cee3087ec30cad2262aa75ff8f1783ec756bae07d7d2f2a644f319c
\ No newline at end of file
+dcacd1db96f42d3b472d380a299228603da200765219b00e30fcb5422819d7d0a81a7d9d03aa072ddfbfb79fdd23108fe5b344519ac620e86a50285801b2775c
\ 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-sources.jar b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar
index 21b50dd..42b22af 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.md5
index 8e72eb1..1e413c8 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-cfee6a7ca5b55ba471f914a44fd0b080
\ No newline at end of file
+8a81f4d81d71fde520a8d3d775527fe4
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha1
index 273d92e..3b82492 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-1f4645da1c658d9331365300d4e44ed3d555331b
\ No newline at end of file
+b8b42b9822aba99d7aa2b8701ff269447ee126bd
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha256
index b86cdce..9ef1ac8 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-d42a9533d96bda8abc215cec96c74c966dcd4c8bf667e6f8638bfee19ddcb00b
\ No newline at end of file
+c0d5dd1529e0ac5300944d94fb1a3d645865d1005162720ae70494ca75bc76af
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha512
index fd7d2ac..e5b0291 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-d7950bad9f0a9a74664fe472ee8828e3f7582c99f24fecd49705795174107381d362012f393d5ea8c5f876a3f603b7b130eea0bc8c57aecc8104c1cebdc6a18c
\ No newline at end of file
+24922b355796f79879a2ffb8481b48df230b6eef5d38f03a360de33b37fb722c2f61bf4a35b466432a59c08dd80d991cb4e8e9114fe3f3a3c359ef26c8fffc1b
\ 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 c684c2f..a374d11 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 73cb9bc..4ad101b 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 @@
-907d2d1d8dfad4c1593cffb04f69cf5c
\ No newline at end of file
+deafbc5f14bc68d8634541c8ce25b55d
\ 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 90b4fb4..69431b0 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 @@
-e8df276e371a35500b449b90b909ce87bb3bb698
\ No newline at end of file
+cfbaee84d85ab33b69a96da7037cba1289d8ca38
\ 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 c066341..3887a14 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 @@
-0cde4943942a05025d8103c7dc6bb64ce1ac84d13c8c898d7c51a4f4669b2bee
\ No newline at end of file
+94952416e418014a176997cda5d216e869928907df31d8e7670917570aa25220
\ 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 a64dd60..877e35b 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 @@
-7fa18ff9ae778ef324d88dc5f2f87a8a1db17b93e65aadb53ff88eac631d0e142346794be8e0936115b1e86dbf4e59b59e74ce5542e640f7a4ec997fcfd605d4
\ No newline at end of file
+9099724515e0222cbc5d4d7439b50f29ce79f20bdf674124473dee0b810fc94d4767300c9af7534d79d06745a69374e65681ae2561b95eed98141588a472c374
\ 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 2c7be02..4014dec 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "slice-core-1.1.0-alpha02.aar",
           "url": "slice-core-1.1.0-alpha02.aar",
-          "size": 172768,
-          "sha512": "7fa18ff9ae778ef324d88dc5f2f87a8a1db17b93e65aadb53ff88eac631d0e142346794be8e0936115b1e86dbf4e59b59e74ce5542e640f7a4ec997fcfd605d4",
-          "sha256": "0cde4943942a05025d8103c7dc6bb64ce1ac84d13c8c898d7c51a4f4669b2bee",
-          "sha1": "e8df276e371a35500b449b90b909ce87bb3bb698",
-          "md5": "907d2d1d8dfad4c1593cffb04f69cf5c"
+          "size": 179385,
+          "sha512": "9099724515e0222cbc5d4d7439b50f29ce79f20bdf674124473dee0b810fc94d4767300c9af7534d79d06745a69374e65681ae2561b95eed98141588a472c374",
+          "sha256": "94952416e418014a176997cda5d216e869928907df31d8e7670917570aa25220",
+          "sha1": "cfbaee84d85ab33b69a96da7037cba1289d8ca38",
+          "md5": "deafbc5f14bc68d8634541c8ce25b55d"
         }
       ]
     },
@@ -57,7 +57,7 @@
           "group": "androidx.appcompat",
           "module": "appcompat",
           "version": {
-            "requires": "1.3.0-alpha01"
+            "requires": "1.3.0-beta02"
           }
         },
         {
@@ -79,11 +79,11 @@
         {
           "name": "slice-core-1.1.0-alpha02.aar",
           "url": "slice-core-1.1.0-alpha02.aar",
-          "size": 172768,
-          "sha512": "7fa18ff9ae778ef324d88dc5f2f87a8a1db17b93e65aadb53ff88eac631d0e142346794be8e0936115b1e86dbf4e59b59e74ce5542e640f7a4ec997fcfd605d4",
-          "sha256": "0cde4943942a05025d8103c7dc6bb64ce1ac84d13c8c898d7c51a4f4669b2bee",
-          "sha1": "e8df276e371a35500b449b90b909ce87bb3bb698",
-          "md5": "907d2d1d8dfad4c1593cffb04f69cf5c"
+          "size": 179385,
+          "sha512": "9099724515e0222cbc5d4d7439b50f29ce79f20bdf674124473dee0b810fc94d4767300c9af7534d79d06745a69374e65681ae2561b95eed98141588a472c374",
+          "sha256": "94952416e418014a176997cda5d216e869928907df31d8e7670917570aa25220",
+          "sha1": "cfbaee84d85ab33b69a96da7037cba1289d8ca38",
+          "md5": "deafbc5f14bc68d8634541c8ce25b55d"
         }
       ]
     },
@@ -99,11 +99,11 @@
         {
           "name": "slice-core-1.1.0-alpha02-sources.jar",
           "url": "slice-core-1.1.0-alpha02-sources.jar",
-          "size": 51108,
-          "sha512": "d7950bad9f0a9a74664fe472ee8828e3f7582c99f24fecd49705795174107381d362012f393d5ea8c5f876a3f603b7b130eea0bc8c57aecc8104c1cebdc6a18c",
-          "sha256": "d42a9533d96bda8abc215cec96c74c966dcd4c8bf667e6f8638bfee19ddcb00b",
-          "sha1": "1f4645da1c658d9331365300d4e44ed3d555331b",
-          "md5": "cfee6a7ca5b55ba471f914a44fd0b080"
+          "size": 53265,
+          "sha512": "24922b355796f79879a2ffb8481b48df230b6eef5d38f03a360de33b37fb722c2f61bf4a35b466432a59c08dd80d991cb4e8e9114fe3f3a3c359ef26c8fffc1b",
+          "sha256": "c0d5dd1529e0ac5300944d94fb1a3d645865d1005162720ae70494ca75bc76af",
+          "sha1": "b8b42b9822aba99d7aa2b8701ff269447ee126bd",
+          "md5": "8a81f4d81d71fde520a8d3d775527fe4"
         }
       ]
     }
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 9437a32..3e9cde9 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 @@
-beba0c902f76cd9ef79ff860ea890c8d
\ No newline at end of file
+266bb4a42508db69b8ac200d4f3009f6
\ 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 9ae9095..98adaf2 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 @@
-639fbc3e0e1fac70166bea83dc3903e189589646
\ No newline at end of file
+b17b3ed52216dc8e866143fc32272f8fc7fc7331
\ 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 bf20b1a..8f4cb0e 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 @@
-0883a963e05d938468bcf995de870eb2ca446b9d205be41bd1f8267056f60fbb
\ No newline at end of file
+b39df4789959393edea8b6c77655202d8d396226f03f84096f4161ffcd5d6135
\ 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 84cb5cf..238c5c4 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 @@
-1361556b1e000baaed9271ad0fc4c91417b74251a86d44fae8646320387c0817435539a60bdb4cc968deb19e266ca7466743008ff7ed5a47202164bd6f1f75c8
\ No newline at end of file
+46cca3baaf2b45bec207d9e4af6a52efe8a2593496413396e9364baaa4e875a7bdacd6b7fa2603981c728e83b4fcab33e7a24ae2566e1d8eff3f3ad0def1a01d
\ 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.pom b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom
index e3bc862..bda7a36 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Common utilities for slices</name>
   <description>The slices core library provides utilities for the slices view and provider libraries</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/slice#1.1.0-alpha02</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>androidx.appcompat</groupId>
       <artifactId>appcompat</artifactId>
-      <version>1.3.0-alpha01</version>
+      <version>1.3.0-beta02</version>
       <scope>runtime</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.md5
index ab887e9..8f6eae5 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.md5
@@ -1 +1 @@
-f47bf0d34c40ed65390e196098e7ac3a
\ No newline at end of file
+6fd3f815fa567c1ca10f3daea88126f3
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha1
index 9189485..6589a7f 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha1
@@ -1 +1 @@
-53061c978a34c4409ea1a33158dc3acea4a424d7
\ No newline at end of file
+173903bf1d9ffe7f895077874a390eff730da227
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha256
index 44c0f46..5a0110a 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha256
@@ -1 +1 @@
-cb2afe452bad1e6a7d660d42beb5c9c3db4c75a8bb08b22eac85944dd18476a9
\ No newline at end of file
+49bda3d24fc9d416cd0257df3dcadfd5ff27f917696b90161c45de698dcfa09a
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha512
index 76585d7..8a89662 100644
--- a/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/slice-core-1.1.0-alpha02.pom.sha512
@@ -1 +1 @@
-1327cc9bda41c76806ad30b28d50cebcb5900302702b69b52fc7af6102082644b4e41c478d644b9248942d8b7ac1b083deb03c006a69672af6ae95da7776cff2
\ No newline at end of file
+bc4e5b0bea6ce1bfc96c119084e1a181a692a27ea31969e60f7c8efe1edfd4bc410407ee655a53693ee55a5aa4793892b876aa68de8abce3aeacc26f809ae456
\ 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-sources.jar b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar
index 9eb4bc2..50427c4 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.md5
index 72bd1f7..968cfa5 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-102e87eb5ec299e788408c4a998ca869
\ No newline at end of file
+483f46a3accf295a7409fcecaf8be7a1
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha1
index 489cc0b..b8f3f37 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-66a34e4974f43dfe1686a571c29ca560d2202ebc
\ No newline at end of file
+23f63578f6d109bf7cb816bd971fdae244e1beda
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha256
index 159d8a2..626e16c 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-66d07283d012ef46b64ae9dd313e822cfac2f9af4de3bee27c2c10ff8df0497e
\ No newline at end of file
+dc9766f8fb6e4d739a643da3f0451785fccfa8b1b3091034a255b5aaeabf4dbf
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha512
index 8d6b756..7a4d05b 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-08d21afcf8de33a91513f1be2adbac941bbf564061609837a6e3b075441db1ab55db0a31d048887e98ab037673580880395e6d9914a0a82a4b418c76c77b0b8a
\ No newline at end of file
+04775727d19e8425dbfbe4d3d596c6fe9af97aadbeed899721a2d687d7d0039f1729f0242e5244bea92f9987d45476529a7e47ea33def92db3d0c0e3c6ab41c0
\ 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 4bb1291..227676d 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 d50a7d6..67c6b5b 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 @@
-b66058e4a3efdd7148788087589eb1bc
\ No newline at end of file
+2886fff19a0cc4428d298247f954f7f0
\ 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 907b3c9..fd3e797 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 @@
-84fc57422f08ad534af35d67b533f5e4b5d30c6b
\ No newline at end of file
+44926163e495a7b9abe88b94810034ed26953432
\ 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 7ab1f3d..c8aca96 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 @@
-819f65b17f208da2c655fe9caee9a49f8a805c206b82410a6eb8022653b40624
\ No newline at end of file
+96d1b771c5d3510378ded3664d12f655a5e1b8d306dbede5208aa2cb4f61411b
\ 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 dec0ee4..ea2f7f4 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 @@
-e4e1a9bc3aebcff09952b7f2cdd90cd2568a5a9fcc82b073f1c26e96372fce38742f86f5cc1a0e83c17c3d88d8b25b1ef13ca920228e377c1dabc13dea7e4f17
\ No newline at end of file
+fc1314f86d26fe8c9e1c56118600135e095bd706dfe60215596b76d4d96e32449e65c53922a2a2eb2d74768272360e85ee4b90d6eb527b8dbb186d09f4cea920
\ 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 6ba9a42..872395d 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "slice-view-1.1.0-alpha02.aar",
           "url": "slice-view-1.1.0-alpha02.aar",
-          "size": 274385,
-          "sha512": "e4e1a9bc3aebcff09952b7f2cdd90cd2568a5a9fcc82b073f1c26e96372fce38742f86f5cc1a0e83c17c3d88d8b25b1ef13ca920228e377c1dabc13dea7e4f17",
-          "sha256": "819f65b17f208da2c655fe9caee9a49f8a805c206b82410a6eb8022653b40624",
-          "sha1": "84fc57422f08ad534af35d67b533f5e4b5d30c6b",
-          "md5": "b66058e4a3efdd7148788087589eb1bc"
+          "size": 298895,
+          "sha512": "fc1314f86d26fe8c9e1c56118600135e095bd706dfe60215596b76d4d96e32449e65c53922a2a2eb2d74768272360e85ee4b90d6eb527b8dbb186d09f4cea920",
+          "sha256": "96d1b771c5d3510378ded3664d12f655a5e1b8d306dbede5208aa2cb4f61411b",
+          "sha1": "44926163e495a7b9abe88b94810034ed26953432",
+          "md5": "2886fff19a0cc4428d298247f954f7f0"
         }
       ]
     },
@@ -64,14 +64,14 @@
           "group": "androidx.appcompat",
           "module": "appcompat",
           "version": {
-            "requires": "1.3.0-alpha01"
+            "requires": "1.3.0-beta02"
           }
         },
         {
           "group": "androidx.recyclerview",
           "module": "recyclerview",
           "version": {
-            "requires": "1.2.0-alpha04"
+            "requires": "1.2.0-beta01"
           }
         },
         {
@@ -93,11 +93,11 @@
         {
           "name": "slice-view-1.1.0-alpha02.aar",
           "url": "slice-view-1.1.0-alpha02.aar",
-          "size": 274385,
-          "sha512": "e4e1a9bc3aebcff09952b7f2cdd90cd2568a5a9fcc82b073f1c26e96372fce38742f86f5cc1a0e83c17c3d88d8b25b1ef13ca920228e377c1dabc13dea7e4f17",
-          "sha256": "819f65b17f208da2c655fe9caee9a49f8a805c206b82410a6eb8022653b40624",
-          "sha1": "84fc57422f08ad534af35d67b533f5e4b5d30c6b",
-          "md5": "b66058e4a3efdd7148788087589eb1bc"
+          "size": 298895,
+          "sha512": "fc1314f86d26fe8c9e1c56118600135e095bd706dfe60215596b76d4d96e32449e65c53922a2a2eb2d74768272360e85ee4b90d6eb527b8dbb186d09f4cea920",
+          "sha256": "96d1b771c5d3510378ded3664d12f655a5e1b8d306dbede5208aa2cb4f61411b",
+          "sha1": "44926163e495a7b9abe88b94810034ed26953432",
+          "md5": "2886fff19a0cc4428d298247f954f7f0"
         }
       ]
     },
@@ -113,11 +113,11 @@
         {
           "name": "slice-view-1.1.0-alpha02-sources.jar",
           "url": "slice-view-1.1.0-alpha02-sources.jar",
-          "size": 101189,
-          "sha512": "08d21afcf8de33a91513f1be2adbac941bbf564061609837a6e3b075441db1ab55db0a31d048887e98ab037673580880395e6d9914a0a82a4b418c76c77b0b8a",
-          "sha256": "66d07283d012ef46b64ae9dd313e822cfac2f9af4de3bee27c2c10ff8df0497e",
-          "sha1": "66a34e4974f43dfe1686a571c29ca560d2202ebc",
-          "md5": "102e87eb5ec299e788408c4a998ca869"
+          "size": 109655,
+          "sha512": "04775727d19e8425dbfbe4d3d596c6fe9af97aadbeed899721a2d687d7d0039f1729f0242e5244bea92f9987d45476529a7e47ea33def92db3d0c0e3c6ab41c0",
+          "sha256": "dc9766f8fb6e4d739a643da3f0451785fccfa8b1b3091034a255b5aaeabf4dbf",
+          "sha1": "23f63578f6d109bf7cb816bd971fdae244e1beda",
+          "md5": "483f46a3accf295a7409fcecaf8be7a1"
         }
       ]
     }
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 5ba001f..02650b7 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 @@
-124f2a12edb4479e81b1e337345d53f5
\ No newline at end of file
+8ec22bdd7333c071bdbbe6bf74545e3c
\ 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 202f1fb..1a31183 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 @@
-965a2a949803ab9ea8e4be879bbb84b25ea69e9e
\ No newline at end of file
+ad8c3d67493c3cc0ed2572a26a70cd2b4fac6b1a
\ 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 4a76562..7b89837 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 @@
-df387a9a1cfaa396adca40eb7f3741c91f6ad38f36d09e7c12498cf605cde0c7
\ No newline at end of file
+58428637e4eb91c23661d3b2ebd9c8b1c188483d83289c85968318ac20a5ad93
\ 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 99a61f7..ee1cd22 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 @@
-063a3912450c39df733078d650ee13252ffd0f2474548e1cf1637417258104a80439b615cc11861c7ec0410e15a67f82469eb41a98c69dc213f52d3e67c4d054
\ No newline at end of file
+8acbac3d6b085c83f8e06bd23742c8fc23ad0d2076d4e64fd1dad70582074400c65976b289e641d512671b824321a67994a3adc011043cca4f72ff83d3f90f7d
\ 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.pom b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom
index 1e0d239..a2c1b48 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Slice views</name>
   <description>A library that handles rendering of slice content into supported templates</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/slice#1.1.0-alpha02</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -48,14 +48,14 @@
     <dependency>
       <groupId>androidx.appcompat</groupId>
       <artifactId>appcompat</artifactId>
-      <version>1.3.0-alpha01</version>
+      <version>1.3.0-beta02</version>
       <scope>runtime</scope>
       <type>aar</type>
     </dependency>
     <dependency>
       <groupId>androidx.recyclerview</groupId>
       <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha04</version>
+      <version>1.2.0-beta01</version>
       <scope>runtime</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.md5
index 6c2ee69..16a09d7 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.md5
@@ -1 +1 @@
-bbf1068843e7fb430484b008eac9f469
\ No newline at end of file
+4ead17d9bf9ca7391f2c5201e9380495
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha1
index 7a604f7..2ffbe3e 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha1
@@ -1 +1 @@
-d1ba8e1b5d8b19358f76077db8c3d428772df8c0
\ No newline at end of file
+d9d7c47349592865025d891e721fb477f009a3b2
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha256
index 03f998f..eff114a 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha256
@@ -1 +1 @@
-472363328fdd5f2c6cb3ad3d0145e7a437562811f20eaba97d4533d77f88f7b4
\ No newline at end of file
+528b55bf3436587b08393dffdde36bd0be7c58c16c4328c3736e939a07b5aa48
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha512
index e1814de..add2ed4 100644
--- a/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/slice/slice-view/1.1.0-alpha02/slice-view-1.1.0-alpha02.pom.sha512
@@ -1 +1 @@
-349a55c9f3a95b277ba5ef060ba03f02d1ece156ed1918811125e8cb68ea089fc64e0b1af15fbc4f1162d295931983ad6ef9fa09e7c0ad69ec388d3dc15f3054
\ No newline at end of file
+1548b081c7219d6105e225c7665848295ca17edd048bc55cb195f632db05a604e1153c3af87584b26b126cca11852e1266648d06bf6bd5aa4fa0b63911e3e8de
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar
index 0485b1d..40e0e4d 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.md5
index 9b3c8de..5455e7c 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-8ce143cb0b063afada742ad512d9ffec
\ No newline at end of file
+ede3d13aff236d30dc72b62af4e0f650
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha1
index 12c43ab..6b06d22 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-d19a69a44de30ce4bf3c09b24694fae273e386f2
\ No newline at end of file
+95b21969f1a8da8a553563fcb28e5569bedb5c8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha256
index 3457cf0..984c3ca 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-6775e4fae6dadd2acbc325d77880d573d58a31a7504633226d217ffc41722185
\ No newline at end of file
+c385f59b24433e4caadbee47132e986e6792294ab44a055f2279f2b4c6d926e1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha512
index 9ec2f59..c3b7ff5 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-97d73e4c42e2dd32785f2723c04f0997925f7e495eb3d413a07a815cfd52d38d431651156aa9539bd72dcebca535a90f4ccc163fe257e947fa4e4b0a1b989fdf
\ No newline at end of file
+8baf68a32a7d7aa152556d8e5a6b84d7b5577a3b38245676b80e0daf3e916ef63e9b7f68367de31f7d8278dc2d425e05ebe4e2393a149a732a9e480d862ee549
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar
index c73a0e9..7738402 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.md5
index 69b3b14..b723a23 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-3f978f520e39643db979dff6d53f9b8f
\ No newline at end of file
+6a70844c1c2c41bed5fd949c2f5bfc56
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha1
index 4ff60d0..4df1966 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-f83b6bf1e3262e94ed0ba53e676037a12f6587dc
\ No newline at end of file
+548229cc460df5ebc8c3cef4973769740d8660b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha256
index 3dbe981..221d71d 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-005e2ac8a7ea39d4374c592caac3da2b08d1895048811b15912d6562fa17b48f
\ No newline at end of file
+7f68e24f2b352856a16cf6e6cf7b33f68dd21b99504621bf578540d1e797f311
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha512
index 69a2547..5572b7e 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-537cd5362ee0d058952c4975a0127c0d6eabf98a4e439916b69d1e2a2526a6d2ded2907720edd6bfc751af11f6c691fbfa9e7d4b1d40c18182cd43c7ad338b38
\ No newline at end of file
+96020370c69cc6a051896966106b93c996d791ca31f62995762dcc336985477c79da98f4a51bc821a079b6b281ec00eee79cfa483987b602715db9ce4f3c0ba0
\ 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 1bb226d..4fd926e 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "slidingpanelayout-1.2.0-alpha01.aar",
           "url": "slidingpanelayout-1.2.0-alpha01.aar",
-          "size": 23309,
-          "sha512": "537cd5362ee0d058952c4975a0127c0d6eabf98a4e439916b69d1e2a2526a6d2ded2907720edd6bfc751af11f6c691fbfa9e7d4b1d40c18182cd43c7ad338b38",
-          "sha256": "005e2ac8a7ea39d4374c592caac3da2b08d1895048811b15912d6562fa17b48f",
-          "sha1": "f83b6bf1e3262e94ed0ba53e676037a12f6587dc",
-          "md5": "3f978f520e39643db979dff6d53f9b8f"
+          "size": 24646,
+          "sha512": "96020370c69cc6a051896966106b93c996d791ca31f62995762dcc336985477c79da98f4a51bc821a079b6b281ec00eee79cfa483987b602715db9ce4f3c0ba0",
+          "sha256": "7f68e24f2b352856a16cf6e6cf7b33f68dd21b99504621bf578540d1e797f311",
+          "sha1": "548229cc460df5ebc8c3cef4973769740d8660b3",
+          "md5": "6a70844c1c2c41bed5fd949c2f5bfc56"
         }
       ]
     },
@@ -61,13 +61,6 @@
       },
       "dependencies": [
         {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
           "group": "androidx.annotation",
           "module": "annotation",
           "version": {
@@ -80,17 +73,24 @@
           "version": {
             "requires": "1.2.0-alpha01"
           }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
         }
       ],
       "files": [
         {
           "name": "slidingpanelayout-1.2.0-alpha01.aar",
           "url": "slidingpanelayout-1.2.0-alpha01.aar",
-          "size": 23309,
-          "sha512": "537cd5362ee0d058952c4975a0127c0d6eabf98a4e439916b69d1e2a2526a6d2ded2907720edd6bfc751af11f6c691fbfa9e7d4b1d40c18182cd43c7ad338b38",
-          "sha256": "005e2ac8a7ea39d4374c592caac3da2b08d1895048811b15912d6562fa17b48f",
-          "sha1": "f83b6bf1e3262e94ed0ba53e676037a12f6587dc",
-          "md5": "3f978f520e39643db979dff6d53f9b8f"
+          "size": 24646,
+          "sha512": "96020370c69cc6a051896966106b93c996d791ca31f62995762dcc336985477c79da98f4a51bc821a079b6b281ec00eee79cfa483987b602715db9ce4f3c0ba0",
+          "sha256": "7f68e24f2b352856a16cf6e6cf7b33f68dd21b99504621bf578540d1e797f311",
+          "sha1": "548229cc460df5ebc8c3cef4973769740d8660b3",
+          "md5": "6a70844c1c2c41bed5fd949c2f5bfc56"
         }
       ]
     },
@@ -106,11 +106,11 @@
         {
           "name": "slidingpanelayout-1.2.0-alpha01-sources.jar",
           "url": "slidingpanelayout-1.2.0-alpha01-sources.jar",
-          "size": 14536,
-          "sha512": "97d73e4c42e2dd32785f2723c04f0997925f7e495eb3d413a07a815cfd52d38d431651156aa9539bd72dcebca535a90f4ccc163fe257e947fa4e4b0a1b989fdf",
-          "sha256": "6775e4fae6dadd2acbc325d77880d573d58a31a7504633226d217ffc41722185",
-          "sha1": "d19a69a44de30ce4bf3c09b24694fae273e386f2",
-          "md5": "8ce143cb0b063afada742ad512d9ffec"
+          "size": 14146,
+          "sha512": "8baf68a32a7d7aa152556d8e5a6b84d7b5577a3b38245676b80e0daf3e916ef63e9b7f68367de31f7d8278dc2d425e05ebe4e2393a149a732a9e480d862ee549",
+          "sha256": "c385f59b24433e4caadbee47132e986e6792294ab44a055f2279f2b4c6d926e1",
+          "sha1": "95b21969f1a8da8a553563fcb28e5569bedb5c8b",
+          "md5": "ede3d13aff236d30dc72b62af4e0f650"
         }
       ]
     }
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 6decd16..9d9d7d8 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 @@
-1d785c20a5b052db136ca48488edbcd0
\ No newline at end of file
+3ea809171959c8814fdacab16ce3cb8f
\ 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 5099beb..cd15d92 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 @@
-931380f66bfdb1ffc014ff0bbd2972af26556dc4
\ No newline at end of file
+8f7966bc5521e99290cf242e5a76d979735108a5
\ 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 d42db49..0cc051d 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 @@
-f6cd602b8257e82d7e2e6ea3b1968aacf232ae3124d4c1721b76671c3169aa04
\ No newline at end of file
+3582a985a36fce48eac78e04601004eef566ed61a843c7f50a1e05ef02532646
\ 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 7c684ed..4cfd537 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 @@
-87b598491af9f4abff4f1e75009b29d2b5fce7f89b112454518b434be55af03d40f84cdde652841ff53cfb6b6f3b32a0c4c254cff2cf97156594bfd3ab3a0519
\ No newline at end of file
+6211eecd44bfafe0bc21bf5bc4cbb8f128646b1229ef14743a2c8b0ca3eef7e3fbaafcf9a3d921f2df77bca0d02bb3ba55c180afad2b1f2d35d72b375d50b4dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom
index 9f8f3ec..46f0060 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library Sliding Pane Layout</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/slidingpanelayout#1.2.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.md5
index cee4bab..7a852b5 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-b2877c147fdbb6c0a8e817a0646a2f9b
\ No newline at end of file
+c7cec9c20b5efac293d63f32f738c831
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha1
index 9f7ef70..c4eed0c 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-cf34cc3fde74e15fc1f4c6895ae53c03573579c7
\ No newline at end of file
+8a728f9cbc7a0f814d92c878c0af8ee1a711c94e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha256
index 26e531d..feee73d 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-8944d5d8be6c17c01df35cbf517140bf6f7f82809639393be26afa01493127a6
\ No newline at end of file
+d7466ddc1c40d7d842e6d3dabb1d1be9dbe4a90c0dda5c40d50ae81f0ece4b08
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha512
index af1aaad..a8f5727 100644
--- a/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/slidingpanelayout/slidingpanelayout/1.2.0-alpha01/slidingpanelayout-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-04f3d768d6fb53fe5b07aa810cec87c296bd5e35c19fe2e2543185d995c5c6a5db3b21a38849d63580432dc70477783bd1dc5098123d409db09fe34e0f1af87a
\ No newline at end of file
+428e4e48ac16e429d3644cb5fa33f75578545d9b82f25ddbcb277b0b68a4dab7c97b9b84a689a64b1b165c8abd1c2aae6121d4ffc357db47c6250ccefa9a18e0
\ 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-sources.jar b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar
deleted file mode 100644
index b1e7d43..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.md5
deleted file mode 100644
index 07eaffe..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-f7493831e8b70a14d9597a907ae20757
\ 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-sources.jar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha1
deleted file mode 100644
index dafee4d..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4a19a300155ffb806bfe305703ac2f4d688775af
\ 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-sources.jar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha256
deleted file mode 100644
index a16cf8f..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5998669629684144592b0c6981c3f5e7935faaeeaa32c691ae58da3c54fb85a9
\ 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-sources.jar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha512
deleted file mode 100644
index 1e02a58..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-e539f279ca1a5f26d1e2310fbd7270c5bd6335555ac63d2b3fa16db2bbbdd460e3ee98883b424262c656a8d98dfe1ab0fea86531d5674829d5b0185058e8213e
\ 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.aar b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar
deleted file mode 100644
index d147c02..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.md5
deleted file mode 100644
index 7c0bf90..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e50879a13cc69645fc2dec77c62810af
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha1
deleted file mode 100644
index ab92c4e..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7b20367933bce4dad59d48444d53f745403b7e72
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha256
deleted file mode 100644
index 94e815a..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-6bfbdc1347e6d84f9ed0ff955486fdd63328383ca4a437c649e64591434923c4
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha512
deleted file mode 100644
index 4755caa..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6d558026f37a28b5bad09fedf05ee0db2350d32e0066742f4da931171b001a098ec6b1e0e427f296bf165cddb50b010216b46756658bdb6f9070fc6a5fa0e230
\ 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
deleted file mode 100644
index b5771c0..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.sqlite",
-    "module": "sqlite-framework",
-    "version": "2.1.0-rc01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.1.0-rc01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "sqlite-framework-2.1.0-rc01.aar",
-          "url": "sqlite-framework-2.1.0-rc01.aar",
-          "size": 11576,
-          "sha512": "6d558026f37a28b5bad09fedf05ee0db2350d32e0066742f4da931171b001a098ec6b1e0e427f296bf165cddb50b010216b46756658bdb6f9070fc6a5fa0e230",
-          "sha256": "6bfbdc1347e6d84f9ed0ff955486fdd63328383ca4a437c649e64591434923c4",
-          "sha1": "7b20367933bce4dad59d48444d53f745403b7e72",
-          "md5": "e50879a13cc69645fc2dec77c62810af"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.sqlite",
-          "module": "sqlite",
-          "version": {
-            "requires": "2.1.0-rc01"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "sqlite-framework-2.1.0-rc01.aar",
-          "url": "sqlite-framework-2.1.0-rc01.aar",
-          "size": 11576,
-          "sha512": "6d558026f37a28b5bad09fedf05ee0db2350d32e0066742f4da931171b001a098ec6b1e0e427f296bf165cddb50b010216b46756658bdb6f9070fc6a5fa0e230",
-          "sha256": "6bfbdc1347e6d84f9ed0ff955486fdd63328383ca4a437c649e64591434923c4",
-          "sha1": "7b20367933bce4dad59d48444d53f745403b7e72",
-          "md5": "e50879a13cc69645fc2dec77c62810af"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "sqlite-framework-2.1.0-rc01-sources.jar",
-          "url": "sqlite-framework-2.1.0-rc01-sources.jar",
-          "size": 8099,
-          "sha512": "e539f279ca1a5f26d1e2310fbd7270c5bd6335555ac63d2b3fa16db2bbbdd460e3ee98883b424262c656a8d98dfe1ab0fea86531d5674829d5b0185058e8213e",
-          "sha256": "5998669629684144592b0c6981c3f5e7935faaeeaa32c691ae58da3c54fb85a9",
-          "sha1": "4a19a300155ffb806bfe305703ac2f4d688775af",
-          "md5": "f7493831e8b70a14d9597a907ae20757"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 0317620..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-804185da754950e75911466c278ddd5c
\ 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
deleted file mode 100644
index 8fc5ec8..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6e987419eb1a7fd92fc507396ed9ecb14a82c4af
\ 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
deleted file mode 100644
index 56d0fbd..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9a1975307cf103cc06c270bd0ec4fa565a92f1a6b6b3960bdaf7393f60ca80f7
\ 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
deleted file mode 100644
index 0318cc6..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-dc09d1af3b8cb2fbd39582e854c89778e0281cf53a77ea630dfdd37c5eaf8992471d3a65f8b927f8d638f8161de2f2928488cfe69ff17226f565a61bd2e938ff
\ 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.pom b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom
deleted file mode 100644
index 2c190fa..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.sqlite</groupId>
-  <artifactId>sqlite-framework</artifactId>
-  <version>2.1.0-rc01</version>
-  <packaging>aar</packaging>
-  <name>Android Support SQLite - Framework Implementation</name>
-  <description>The implementation of Support SQLite library using the framework code.</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.sqlite</groupId>
-      <artifactId>sqlite</artifactId>
-      <version>[2.1.0-rc01]</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.md5
deleted file mode 100644
index a5e7412..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-f4f90343b6f7fd3fc2fc5c3b170c2dc5
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha1
deleted file mode 100644
index 7fbb9c8..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-12c043e8674cfd53adb2936f179ad88b07178b66
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha256
deleted file mode 100644
index 4ea74d8..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2e6f310c79989d6dd947979b1b3b7f6280323987eb9cf3e63c8346850082af49
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha512
deleted file mode 100644
index 84de583..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.1.0-rc01/sqlite-framework-2.1.0-rc01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b70317814a57c7dadfa51d557972da4b6eaddf7dc281ea055f793aaed7dad56bb8238f0af7ff350383134538ab3d33c3f02869e2c7fac58db02d847dfcd5495f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..bb6d87b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..036f715
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+2f54184d9d59cb32c73e15503f4fe89a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..1aaf7de
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+3397a94a2a2fdc9fe825b9f8fbbdfe87816af392
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..7326c81
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+21436340f71ceaabc226b00f11b5f1e7c357409207f89fb091b1e1045619deaa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..04e0cba
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+1dedf969ab354392dc34efd0fd47d82340d055a90f5b4822a3ef578c7d89ace86ce0284a69d0ca7c27adb8c5dd842c0578667d4fa4e089fdd8bab2e6b1a617e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar
new file mode 100644
index 0000000..0fc8d4d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..b56f310
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+82e8bfe646b6d9aabf8fc1a978fd223c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..5aefe4a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+51839e2d8fc2c07865aa5b90c13e7c60d8db54b0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..ede9d35
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+c0d56e544d7a36ef86f27f637b17e90e26d4d88261dfe125e8d7d0333a160f39
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..d1ad9f6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+b063600f387d8ccf6fd6493c426d8e1d8166076de09f637b916c15a94c6d32e01db91a0f72a9eff26d9582dd6ce8ab19930efdd54685820a2bd58d062c9cf58b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module
new file mode 100644
index 0000000..b5f368c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.sqlite",
+    "module": "sqlite-framework",
+    "version": "2.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.2.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "sqlite-framework-2.2.0-alpha01.aar",
+          "url": "sqlite-framework-2.2.0-alpha01.aar",
+          "size": 13077,
+          "sha512": "b063600f387d8ccf6fd6493c426d8e1d8166076de09f637b916c15a94c6d32e01db91a0f72a9eff26d9582dd6ce8ab19930efdd54685820a2bd58d062c9cf58b",
+          "sha256": "c0d56e544d7a36ef86f27f637b17e90e26d4d88261dfe125e8d7d0333a160f39",
+          "sha1": "51839e2d8fc2c07865aa5b90c13e7c60d8db54b0",
+          "md5": "82e8bfe646b6d9aabf8fc1a978fd223c"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.2.0-alpha01"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "sqlite-framework-2.2.0-alpha01.aar",
+          "url": "sqlite-framework-2.2.0-alpha01.aar",
+          "size": 13077,
+          "sha512": "b063600f387d8ccf6fd6493c426d8e1d8166076de09f637b916c15a94c6d32e01db91a0f72a9eff26d9582dd6ce8ab19930efdd54685820a2bd58d062c9cf58b",
+          "sha256": "c0d56e544d7a36ef86f27f637b17e90e26d4d88261dfe125e8d7d0333a160f39",
+          "sha1": "51839e2d8fc2c07865aa5b90c13e7c60d8db54b0",
+          "md5": "82e8bfe646b6d9aabf8fc1a978fd223c"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "sqlite-framework-2.2.0-alpha01-sources.jar",
+          "url": "sqlite-framework-2.2.0-alpha01-sources.jar",
+          "size": 8342,
+          "sha512": "1dedf969ab354392dc34efd0fd47d82340d055a90f5b4822a3ef578c7d89ace86ce0284a69d0ca7c27adb8c5dd842c0578667d4fa4e089fdd8bab2e6b1a617e2",
+          "sha256": "21436340f71ceaabc226b00f11b5f1e7c357409207f89fb091b1e1045619deaa",
+          "sha1": "3397a94a2a2fdc9fe825b9f8fbbdfe87816af392",
+          "md5": "2f54184d9d59cb32c73e15503f4fe89a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.md5
new file mode 100644
index 0000000..aebfb02
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+c55bf403014afb24e1a15958b4f77f66
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..27d6dd2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+cb313a95c2507cc428758abe7df9176f4300368a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..7cc2431
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+57b98fea26e84ae67bd05357b15c8224ef085a41e10718ec574b15cc1829457b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..e2ea3dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+044591b7bd12efadd27b9a30bf76c2a29a8dff33f215ddb627377ed3dd08a1abad3962a41e86f5c69e15a8784677c6c6d38537ed6d89bf71cdf8383b56f3d6c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom
new file mode 100644
index 0000000..f35d811
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.sqlite</groupId>
+  <artifactId>sqlite-framework</artifactId>
+  <version>2.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Support SQLite - Framework Implementation</name>
+  <description>The implementation of Support SQLite library using the framework code.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/sqlite#2.2.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite</artifactId>
+      <version>[2.2.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..984113b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+88cdc0b60a0b7a766d318f8d12174b48
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..86aeecc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+5f459b6ddb426084295a6849f2d11d1a29ea4d45
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..3117341
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+a0f72cd5f2d9ca8b0f4518077b2774dcf0ec3e29293631f44f502e4466162df9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..c7f99af
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite-framework/2.2.0-alpha01/sqlite-framework-2.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+a43a76b11a3f55c37c58857fcb428d0b011080b70340933162583519b26dc1a4d1ec9d3053beed26a0ba489bec1609eaf362ed2232e14e2f44ddd20b4da166e3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar
deleted file mode 100644
index cfdedee..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.md5
deleted file mode 100644
index 4753cc3..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-34fa7ae80592e1fc2484107d7ad235b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha1
deleted file mode 100644
index 2404ade..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-14a22f2d6e0dacf6c6f369bbdbbfcc8f1d195f3c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha256
deleted file mode 100644
index d3b9714..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-fa549a8ddbfb26bf205705dca503cc0a4f32a44ede48fe4ad3cce4045da787ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha512
deleted file mode 100644
index a3662fe..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2e19ef9763389125c49b3b1ab79c879113ed0d1e7e25db66877c392b204a94c43becd8574a6d845348c9786b5c779b1665240a7dc20cbc08bec6c7401b84b440
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar
deleted file mode 100644
index 44e9aa7..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.md5
deleted file mode 100644
index 654874d..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-7ac7ba8d39473b7421a836f883cf3f19
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha1
deleted file mode 100644
index 677ff1c..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0b13819c3e4516c2aab6a41cb3340ac92a6bbf90
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha256
deleted file mode 100644
index 5f1a27c..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-55e21e98784795de6c9ee289066f4e9ef50dd8323631f25f3861629bbc374fb7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha512
deleted file mode 100644
index 6818c10..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9d5a0cfa2ea73662a2e10518b7fe903e60ab04e768bf4f2878a8fbfd289c238854168677363e10c1525ec73510fa43661f50a24088700b2472f68718c68f5ce6
\ 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
deleted file mode 100644
index 23827fd..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module
+++ /dev/null
@@ -1,97 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.sqlite",
-    "module": "sqlite",
-    "version": "2.1.0-rc01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "sqlite-2.1.0-rc01.aar",
-          "url": "sqlite-2.1.0-rc01.aar",
-          "size": 10954,
-          "sha512": "9d5a0cfa2ea73662a2e10518b7fe903e60ab04e768bf4f2878a8fbfd289c238854168677363e10c1525ec73510fa43661f50a24088700b2472f68718c68f5ce6",
-          "sha256": "55e21e98784795de6c9ee289066f4e9ef50dd8323631f25f3861629bbc374fb7",
-          "sha1": "0b13819c3e4516c2aab6a41cb3340ac92a6bbf90",
-          "md5": "7ac7ba8d39473b7421a836f883cf3f19"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "sqlite-2.1.0-rc01.aar",
-          "url": "sqlite-2.1.0-rc01.aar",
-          "size": 10954,
-          "sha512": "9d5a0cfa2ea73662a2e10518b7fe903e60ab04e768bf4f2878a8fbfd289c238854168677363e10c1525ec73510fa43661f50a24088700b2472f68718c68f5ce6",
-          "sha256": "55e21e98784795de6c9ee289066f4e9ef50dd8323631f25f3861629bbc374fb7",
-          "sha1": "0b13819c3e4516c2aab6a41cb3340ac92a6bbf90",
-          "md5": "7ac7ba8d39473b7421a836f883cf3f19"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "sqlite-2.1.0-rc01-sources.jar",
-          "url": "sqlite-2.1.0-rc01-sources.jar",
-          "size": 18099,
-          "sha512": "2e19ef9763389125c49b3b1ab79c879113ed0d1e7e25db66877c392b204a94c43becd8574a6d845348c9786b5c779b1665240a7dc20cbc08bec6c7401b84b440",
-          "sha256": "fa549a8ddbfb26bf205705dca503cc0a4f32a44ede48fe4ad3cce4045da787ed",
-          "sha1": "14a22f2d6e0dacf6c6f369bbdbbfcc8f1d195f3c",
-          "md5": "34fa7ae80592e1fc2484107d7ad235b3"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index f0deeca..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-3b4a5a1ddef171dabc93ffb322c6608b
\ 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
deleted file mode 100644
index 7e647e8..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ea56fb3b76365ae01e344aa77f885272661667db
\ 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
deleted file mode 100644
index 02c2ca6..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-dd4226bb6dd8af04632cdc6c65081ccc1360954afb13110d6cb03f81f9713a79
\ 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
deleted file mode 100644
index 96a0525..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-710dae978780e9427677f48695f57bef77db87c8fe68937be248efd5dd100029a0a58fde4e8958d33e8ed462b5665cbbfbc78f62ca9b358a677744801ee1a9d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom
deleted file mode 100644
index 2749d56..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.sqlite</groupId>
-  <artifactId>sqlite</artifactId>
-  <version>2.1.0-rc01</version>
-  <packaging>aar</packaging>
-  <name>Android DB</name>
-  <description>Android DB</description>
-  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.md5
deleted file mode 100644
index e8677a3..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-9aee1cb356c0b2ca62ecca74604656a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha1
deleted file mode 100644
index 4b80794..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-988d003c7af1da22cade7e0f2b163dcf2aeec8a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha256
deleted file mode 100644
index 9da1a27..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-30b6a425991e954154169ab349a0a5eb49e5c354791cd5d4ec62ef486e85213d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha512
deleted file mode 100644
index d962c01..0000000
--- a/current/androidx/m2repository/androidx/sqlite/sqlite/2.1.0-rc01/sqlite-2.1.0-rc01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-edf3c8da074ef41eac4afb342544fc00fb00ddcff2f22eb93ed918f61141c2a0d82e54908bdfd4155441635916df32c46009f45e9e7b9d97f3c3bc41243265c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..f013be1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..1a33920
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+b397d1ece356b7e07ec4801d3ebba6c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..61a8e88
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+e9f64b66e0989454f281beba9183b7591bc04d3a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..10beafb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+91186f25fecbc8a305543f7fed3add97b6e01772073a378a3f2c93228b2cd68a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..2b85809
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+9e132c178e862ca2fc2bccf45e5b8747a315ec1d6e84578cd34194ae4118b0a0aeff093c312ee6aac5743f850270da126ea695b634113e01169672d8fe6e3024
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar
new file mode 100644
index 0000000..735b736
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..55f96d1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+1f7906c1211ed1f47c47456a180634d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..dc9d247
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+995a2da8e8a4cc1a4cfd5814a596a40a6cbc786c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..59c8dfa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+f14df5c3c84dc08caf2973d9b8454770dbd03e9f694110faeaea40388bd82d51
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..be13cfa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+d2fe2cb90334fb376873417bbd87edcb26262bfcdde9634f6ed6180a4fcbccdc21267a743c9d71feb653d471538485c98f389337a9c3c4e5307d7ba0efa9ad72
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module
new file mode 100644
index 0000000..951c20e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module
@@ -0,0 +1,97 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.sqlite",
+    "module": "sqlite",
+    "version": "2.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "sqlite-2.2.0-alpha01.aar",
+          "url": "sqlite-2.2.0-alpha01.aar",
+          "size": 12514,
+          "sha512": "d2fe2cb90334fb376873417bbd87edcb26262bfcdde9634f6ed6180a4fcbccdc21267a743c9d71feb653d471538485c98f389337a9c3c4e5307d7ba0efa9ad72",
+          "sha256": "f14df5c3c84dc08caf2973d9b8454770dbd03e9f694110faeaea40388bd82d51",
+          "sha1": "995a2da8e8a4cc1a4cfd5814a596a40a6cbc786c",
+          "md5": "1f7906c1211ed1f47c47456a180634d8"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "sqlite-2.2.0-alpha01.aar",
+          "url": "sqlite-2.2.0-alpha01.aar",
+          "size": 12514,
+          "sha512": "d2fe2cb90334fb376873417bbd87edcb26262bfcdde9634f6ed6180a4fcbccdc21267a743c9d71feb653d471538485c98f389337a9c3c4e5307d7ba0efa9ad72",
+          "sha256": "f14df5c3c84dc08caf2973d9b8454770dbd03e9f694110faeaea40388bd82d51",
+          "sha1": "995a2da8e8a4cc1a4cfd5814a596a40a6cbc786c",
+          "md5": "1f7906c1211ed1f47c47456a180634d8"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "sqlite-2.2.0-alpha01-sources.jar",
+          "url": "sqlite-2.2.0-alpha01-sources.jar",
+          "size": 18577,
+          "sha512": "9e132c178e862ca2fc2bccf45e5b8747a315ec1d6e84578cd34194ae4118b0a0aeff093c312ee6aac5743f850270da126ea695b634113e01169672d8fe6e3024",
+          "sha256": "91186f25fecbc8a305543f7fed3add97b6e01772073a378a3f2c93228b2cd68a",
+          "sha1": "e9f64b66e0989454f281beba9183b7591bc04d3a",
+          "md5": "b397d1ece356b7e07ec4801d3ebba6c3"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.md5
new file mode 100644
index 0000000..2822347
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+c2963f327ef251dd45c4f839e56800ff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..996479c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+e9f35c20026538258aa4195e784fd67781f2e9e7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..6492724
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+9d8985f36921615c6f8dd029b87217e41b81f4f9e8f3025679131426113fca80
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..8a32625
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+946e83459f0621c85015458540894e6f319909b49f65b356bacc10741b3c0c6985ac464bbec5c7eac06770596d8e4f9b955faf9eddaab1bbd9ab0e4288d17626
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom
new file mode 100644
index 0000000..70149aa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.sqlite</groupId>
+  <artifactId>sqlite</artifactId>
+  <version>2.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android DB</name>
+  <description>Android DB</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/sqlite#2.2.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..5a0d9f4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+4005c61f04d750abb87dbe4ab6db6269
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..cab349a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+94bf4ee3c22a1afa9172142d56578cecaef0e1b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..2a43037
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+51a7164b8dac81080304b4e7d82a8b9bd541a8c43ce01f985c36b74879cfc48b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..2c3a4dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/sqlite/sqlite/2.2.0-alpha01/sqlite-2.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+67465822f9c2694ace5adb439ab2b45279621f452b0827e3fb125aeda2f2a9f4d28940e7666fb143a52c09bed00dfea920961b5add2194485699996803901b59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar
deleted file mode 100644
index ccad1c1..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.md5
deleted file mode 100644
index c5d04d1..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-f4bbb93fccc9bb4010d2d94151e3775a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha1
deleted file mode 100644
index 93c3675..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-72a6b0cee5591c000ac32d8f9686ced8675f3e49
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha256
deleted file mode 100644
index 25dde23..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-74e31bb677d99e9425f911f9f02341c7ed88eab57c15971fb17cb9cd1c9e826e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha512
deleted file mode 100644
index 194db8e..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b1782c06f23c070f1acc0d24025bb3484132573da4451f60459083e411164eeb4fbf7bd3435b5f0f2eed63a77d03c82bca569ca1da5efb6e5e73e665278bcdaf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar
deleted file mode 100644
index e7bfbe4..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.md5
deleted file mode 100644
index ac7d9e8..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-5fcaa3368b54240fada4ca6b0e057336
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha1
deleted file mode 100644
index c25e638..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1082e45cccaa0d8a5c5d077658d99c6b16db1a91
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha256
deleted file mode 100644
index bed789c..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c4eaa52b737cbfb2ec5ca66f75da92ba4b18a51757d19cf299148850bad0cd4a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha512
deleted file mode 100644
index d7c5b28..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-19e279903860215cf83aaf151d18de5446b5c73e2ad77f1a4186465c8c1cb478271e702551f46088b75c694f6da6df0224f0dbf0ed26c9a5184857b2cc8a6be6
\ 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
deleted file mode 100644
index 591d5f7..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module
+++ /dev/null
@@ -1,125 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.swiperefreshlayout",
-    "module": "swiperefreshlayout",
-    "version": "1.1.0-rc01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.interpolator",
-          "module": "interpolator",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "swiperefreshlayout-1.1.0-rc01.aar",
-          "url": "swiperefreshlayout-1.1.0-rc01.aar",
-          "size": 36206,
-          "sha512": "19e279903860215cf83aaf151d18de5446b5c73e2ad77f1a4186465c8c1cb478271e702551f46088b75c694f6da6df0224f0dbf0ed26c9a5184857b2cc8a6be6",
-          "sha256": "c4eaa52b737cbfb2ec5ca66f75da92ba4b18a51757d19cf299148850bad0cd4a",
-          "sha1": "1082e45cccaa0d8a5c5d077658d99c6b16db1a91",
-          "md5": "5fcaa3368b54240fada4ca6b0e057336"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.interpolator",
-          "module": "interpolator",
-          "version": {
-            "requires": "1.0.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "swiperefreshlayout-1.1.0-rc01.aar",
-          "url": "swiperefreshlayout-1.1.0-rc01.aar",
-          "size": 36206,
-          "sha512": "19e279903860215cf83aaf151d18de5446b5c73e2ad77f1a4186465c8c1cb478271e702551f46088b75c694f6da6df0224f0dbf0ed26c9a5184857b2cc8a6be6",
-          "sha256": "c4eaa52b737cbfb2ec5ca66f75da92ba4b18a51757d19cf299148850bad0cd4a",
-          "sha1": "1082e45cccaa0d8a5c5d077658d99c6b16db1a91",
-          "md5": "5fcaa3368b54240fada4ca6b0e057336"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "swiperefreshlayout-1.1.0-rc01-sources.jar",
-          "url": "swiperefreshlayout-1.1.0-rc01-sources.jar",
-          "size": 21874,
-          "sha512": "b1782c06f23c070f1acc0d24025bb3484132573da4451f60459083e411164eeb4fbf7bd3435b5f0f2eed63a77d03c82bca569ca1da5efb6e5e73e665278bcdaf",
-          "sha256": "74e31bb677d99e9425f911f9f02341c7ed88eab57c15971fb17cb9cd1c9e826e",
-          "sha1": "72a6b0cee5591c000ac32d8f9686ced8675f3e49",
-          "md5": "f4bbb93fccc9bb4010d2d94151e3775a"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 9970f6f..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-08e3c27e40e7b4fb334646994ab42c71
\ 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
deleted file mode 100644
index 99084ad..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-129229190911f345580c5a240dcda142ff8a2058
\ 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
deleted file mode 100644
index 637734c..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-5ba6d9828f944ad5a3bbeda9e2bb4eda3ee049268a9fba52b7611746c63069b8
\ 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
deleted file mode 100644
index a663876..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-db15b5030c182d69be68f771033e966c593a3eda46c5fdbfd6ed43920eb56374d73c5942cee4d2a51926f3b5bef3def83e8827a65b4b46e00aa8c1371373be09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom
deleted file mode 100644
index 328d026..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.swiperefreshlayout</groupId>
-  <artifactId>swiperefreshlayout</artifactId>
-  <version>1.1.0-rc01</version>
-  <packaging>aar</packaging>
-  <name>Android Support Library Custom View</name>
-  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2018</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.interpolator</groupId>
-      <artifactId>interpolator</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.md5
deleted file mode 100644
index 49d6db3..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-64fd1befc571e88a0815d04f5a9c984b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha1
deleted file mode 100644
index f6c00f9..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8c1d8eb9567054d4bc4eb4f2f005b49d70d4f15b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha256
deleted file mode 100644
index 1f9077c..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-05459a64bbe53632f31840437814337132f9bd8542387a718afee3ee173f2787
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha512
deleted file mode 100644
index 01796ae..0000000
--- a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.1.0-rc01/swiperefreshlayout-1.1.0-rc01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8a0e25041fb92d903a6755572ed2dbcd7e52c12c7d7be6049824b203a21f8f99741c66df1d5d446bcd8f7de56c3cccbb1f48ce51ac39903763293e80755eb122
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar
new file mode 100644
index 0000000..cee58b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..f98f46f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+8439559daa2ee025b64b56420095cc6a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..f1cad1e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+1bd176a0a47c14cc39d7a591bcef23c67838f76a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..9d0f0bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+abfafcf269dd74fac598468d943d8ad2ca8b8b1f03aec4fec08bdb817b343235
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..db11ed6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+2a1b5767315740fab38a30839f131ebac9821853fddfa6d7c6cb48d5fd8eeacf0cccf07deba25fb6bc39faec5fddf7caa96ec8f5adcb80e9f61c9b638b12abf2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar
new file mode 100644
index 0000000..617ded6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.md5
new file mode 100644
index 0000000..175e7f9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.md5
@@ -0,0 +1 @@
+4350f1902c54c71960bd04f2fcf44df0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha1
new file mode 100644
index 0000000..1f785c6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+aa410db894d8d796509693581f747458968c4909
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha256
new file mode 100644
index 0000000..534a2a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+046c2ff76908d13ffc7ca7cb909ae40f7c8b98d6a3cd9f2e326b97d70c531a09
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha512
new file mode 100644
index 0000000..f31697c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+99f64a12b84fe61cfbd6accf7584c82ec5cb0bc784f15559a3a4dbf24039f913ebeea25097a8fd36a1b4b58fe9818ad456062179638f495b82ec777a20547e51
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module
new file mode 100644
index 0000000..bc20c5e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module
@@ -0,0 +1,125 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.swiperefreshlayout",
+    "module": "swiperefreshlayout",
+    "version": "1.2.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.interpolator",
+          "module": "interpolator",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "swiperefreshlayout-1.2.0-alpha01.aar",
+          "url": "swiperefreshlayout-1.2.0-alpha01.aar",
+          "size": 37485,
+          "sha512": "99f64a12b84fe61cfbd6accf7584c82ec5cb0bc784f15559a3a4dbf24039f913ebeea25097a8fd36a1b4b58fe9818ad456062179638f495b82ec777a20547e51",
+          "sha256": "046c2ff76908d13ffc7ca7cb909ae40f7c8b98d6a3cd9f2e326b97d70c531a09",
+          "sha1": "aa410db894d8d796509693581f747458968c4909",
+          "md5": "4350f1902c54c71960bd04f2fcf44df0"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.interpolator",
+          "module": "interpolator",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "swiperefreshlayout-1.2.0-alpha01.aar",
+          "url": "swiperefreshlayout-1.2.0-alpha01.aar",
+          "size": 37485,
+          "sha512": "99f64a12b84fe61cfbd6accf7584c82ec5cb0bc784f15559a3a4dbf24039f913ebeea25097a8fd36a1b4b58fe9818ad456062179638f495b82ec777a20547e51",
+          "sha256": "046c2ff76908d13ffc7ca7cb909ae40f7c8b98d6a3cd9f2e326b97d70c531a09",
+          "sha1": "aa410db894d8d796509693581f747458968c4909",
+          "md5": "4350f1902c54c71960bd04f2fcf44df0"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "swiperefreshlayout-1.2.0-alpha01-sources.jar",
+          "url": "swiperefreshlayout-1.2.0-alpha01-sources.jar",
+          "size": 21844,
+          "sha512": "2a1b5767315740fab38a30839f131ebac9821853fddfa6d7c6cb48d5fd8eeacf0cccf07deba25fb6bc39faec5fddf7caa96ec8f5adcb80e9f61c9b638b12abf2",
+          "sha256": "abfafcf269dd74fac598468d943d8ad2ca8b8b1f03aec4fec08bdb817b343235",
+          "sha1": "1bd176a0a47c14cc39d7a591bcef23c67838f76a",
+          "md5": "8439559daa2ee025b64b56420095cc6a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.md5
new file mode 100644
index 0000000..957cde9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.md5
@@ -0,0 +1 @@
+6d3c465f2ba3662e97fe4313f5827b2f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha1
new file mode 100644
index 0000000..f99f452
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha1
@@ -0,0 +1 @@
+df3787bcf2afe54c1fd796be79cce9f78dd16f17
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha256
new file mode 100644
index 0000000..e6fb6bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha256
@@ -0,0 +1 @@
+b5ced2c0b96b898eb4f30daeae545ad3e952780ca2624a0497cfb8ffcee7e336
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha512
new file mode 100644
index 0000000..61de54a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.module.sha512
@@ -0,0 +1 @@
+00c7894d1d989d8a49a44e18d5e01e6000b084edb8a07b7e12e66bda34fcd04ae74b666af2ccef3e8a3d5274195e94e7a44f37cb03c5d79c6e259d0bc8dc704b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom
new file mode 100644
index 0000000..f54dd4c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.swiperefreshlayout</groupId>
+  <artifactId>swiperefreshlayout</artifactId>
+  <version>1.2.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Support Library Custom View</name>
+  <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout#1.2.0-alpha01</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.interpolator</groupId>
+      <artifactId>interpolator</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.md5
new file mode 100644
index 0000000..abb7647
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.md5
@@ -0,0 +1 @@
+e717c52d7678065b7555f32deeac7b08
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha1
new file mode 100644
index 0000000..5c9762d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+26e8336b877a3e8937ae57f38db2b59da205d246
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha256
new file mode 100644
index 0000000..b38d8b5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+c4b2f15b2170720f3af821b25730aa1d0d3c3759d14464cc235961f7049fef78
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha512
new file mode 100644
index 0000000..0051b42
--- /dev/null
+++ b/current/androidx/m2repository/androidx/swiperefreshlayout/swiperefreshlayout/1.2.0-alpha01/swiperefreshlayout-1.2.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+6a5777c4a477b84d34fdfa75cf96ac2cafb74625ef89f22dae492e1ef242468c786d1d85565a679ffc1822fcdbb508513efb7097841c3d8f772512bd5dc8ea85
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar
index 34f0808..fe4a9a9 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.md5
index cc32511..6685981 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.md5
@@ -1 +1 @@
-09d8636de0c58dad35b5a230e8b6437f
\ No newline at end of file
+ecdab21e1939886b140f14baddae7ace
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha1
index 754d5bb..bcdfe7a 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha1
@@ -1 +1 @@
-79dc069f3d72ab3aea720e937efe27adcae0530c
\ No newline at end of file
+a561c370f8b50e63b7e9ad45b98e192272216837
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha256
index acb7d0b..b7275f3 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha256
@@ -1 +1 @@
-1b4c99e6d385602a6be42dabf4381f726b82a21841f9a5c7a26bbe1ff55ac05b
\ No newline at end of file
+b215384a2fbc4a89e5b6b4e3524950731c81d07b1f5604c5b1558f029240d833
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha512
index 4c4f356..6cae384 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03-sources.jar.sha512
@@ -1 +1 @@
-27ae6253e7b086df42bf64117675e5f2649cb272298e6953e423a0354ce9fc75a839cdcfdafd8a7958043c5a3b21053d9db57a8bfb9958aa8404262774525085
\ No newline at end of file
+776ca86b8a27414a9d3fda3757cb3c2519c427c024b913bed1ed032b5b12671a3ac63bf0d45e25250767994c1ca989fff162ee81af8df3cc01ebc2fdc85e7697
\ 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 587aaba..21476d4 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 95b40db..135bcc8 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 @@
-6b8854c3ef4acb24a93c92adf6dc2d78
\ No newline at end of file
+2877cc65abf769cb3159af71146a71b6
\ 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 3cf2477..df7b8c8 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 @@
-e30b0caba5b1df052599aa62c6b7fa84cd174211
\ No newline at end of file
+83db0b5eeb76dc14c824f3c50e9ecc307b3d0caf
\ 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 288ec1d..9c7324f 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 @@
-88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933
\ No newline at end of file
+4c7f0effda3ac1609064a23f7a4e29d8908e0ea9857c9962f858b0ccb54aea58
\ 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 fe9ceca..7c6ba40 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 @@
-9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e
\ No newline at end of file
+ed83bea37bc8ed25fefcd22f44bed98b4032fcf71c048a411a679cd00614ae73ec30f18f063f4398100ebd8c80ca71ef5afb96be82932d63457d14a7842676a2
\ 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 5071f61..7944903 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -50,11 +50,11 @@
         {
           "name": "textclassifier-1.0.0-alpha03.aar",
           "url": "textclassifier-1.0.0-alpha03.aar",
-          "size": 285834,
-          "sha512": "9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e",
-          "sha256": "88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933",
-          "sha1": "e30b0caba5b1df052599aa62c6b7fa84cd174211",
-          "md5": "6b8854c3ef4acb24a93c92adf6dc2d78"
+          "size": 288905,
+          "sha512": "ed83bea37bc8ed25fefcd22f44bed98b4032fcf71c048a411a679cd00614ae73ec30f18f063f4398100ebd8c80ca71ef5afb96be82932d63457d14a7842676a2",
+          "sha256": "4c7f0effda3ac1609064a23f7a4e29d8908e0ea9857c9962f858b0ccb54aea58",
+          "sha1": "83db0b5eeb76dc14c824f3c50e9ecc307b3d0caf",
+          "md5": "2877cc65abf769cb3159af71146a71b6"
         }
       ]
     },
@@ -100,11 +100,11 @@
         {
           "name": "textclassifier-1.0.0-alpha03.aar",
           "url": "textclassifier-1.0.0-alpha03.aar",
-          "size": 285834,
-          "sha512": "9d11060b799fddc3ed96229303b4c251776e259143ae24e57e863e16ad7be7494e9465ad74053f225ee98b05c108b0dbc385291b44fc212553d68cfa8ff15e3e",
-          "sha256": "88569f93b6cf397103eee9cc74340a7292c90a9c6d1416ac32e52fb5788e9933",
-          "sha1": "e30b0caba5b1df052599aa62c6b7fa84cd174211",
-          "md5": "6b8854c3ef4acb24a93c92adf6dc2d78"
+          "size": 288905,
+          "sha512": "ed83bea37bc8ed25fefcd22f44bed98b4032fcf71c048a411a679cd00614ae73ec30f18f063f4398100ebd8c80ca71ef5afb96be82932d63457d14a7842676a2",
+          "sha256": "4c7f0effda3ac1609064a23f7a4e29d8908e0ea9857c9962f858b0ccb54aea58",
+          "sha1": "83db0b5eeb76dc14c824f3c50e9ecc307b3d0caf",
+          "md5": "2877cc65abf769cb3159af71146a71b6"
         }
       ]
     },
@@ -120,11 +120,11 @@
         {
           "name": "textclassifier-1.0.0-alpha03-sources.jar",
           "url": "textclassifier-1.0.0-alpha03-sources.jar",
-          "size": 81621,
-          "sha512": "27ae6253e7b086df42bf64117675e5f2649cb272298e6953e423a0354ce9fc75a839cdcfdafd8a7958043c5a3b21053d9db57a8bfb9958aa8404262774525085",
-          "sha256": "1b4c99e6d385602a6be42dabf4381f726b82a21841f9a5c7a26bbe1ff55ac05b",
-          "sha1": "79dc069f3d72ab3aea720e937efe27adcae0530c",
-          "md5": "09d8636de0c58dad35b5a230e8b6437f"
+          "size": 81472,
+          "sha512": "776ca86b8a27414a9d3fda3757cb3c2519c427c024b913bed1ed032b5b12671a3ac63bf0d45e25250767994c1ca989fff162ee81af8df3cc01ebc2fdc85e7697",
+          "sha256": "b215384a2fbc4a89e5b6b4e3524950731c81d07b1f5604c5b1558f029240d833",
+          "sha1": "a561c370f8b50e63b7e9ad45b98e192272216837",
+          "md5": "ecdab21e1939886b140f14baddae7ace"
         }
       ]
     }
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 2242b5a..65eac91 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 @@
-b550985742e2a9fc514a83197b9b71bb
\ No newline at end of file
+d2281fc7acbf564124c331bf79121d8f
\ 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 9dffc76..09fb2e2 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 @@
-09990dde1b101ddfcafa418413242f42aca4e798
\ No newline at end of file
+739a90ddd7df88c7ea26bd8b2dadccb337d59fc5
\ 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 949f269..837ea72 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 @@
-58c2e0998dd0da0e1cec8773ebfb1f31c841ed231df104824523fd98da74fcc0
\ No newline at end of file
+38c4d747e553eaad8bd4d872bcb4d7f3e905eb47b76eac969dd2eff17d563953
\ 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 61e1c84..3c1e722 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 @@
-b83df1aafd77734fe648c006b8943763e54efdaf2a3cd9b0c44563b272921b3ac6dcd883d06bfccc8559f411be2ffb3ca6f569e4d7edf0137ff02e360e9344dd
\ No newline at end of file
+4653d57ee224f56cbb0c00980aca3cb3e1e3d0bb5fe89272e04bbc2e82352639a82c0c85cf18233076465fbfa66bda10183eb5ef9b2e6057a189a9abb935a7d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom
index 036c54f..8132eca 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android TextClassifier Support Library</name>
   <description>The TextClassifier Support Library can be added to an Android application in order to use the TextClassifier API introduced in Android O on all devices with API level 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/textclassifier#1.0.0-alpha03</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.md5
index 03c2b42..fea2f01 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.md5
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.md5
@@ -1 +1 @@
-8a6774a4de8d1815f6030b119b545f91
\ No newline at end of file
+b7de3739239a6bfaa9015e25bd32f149
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha1
index a1f5146..982b9c2 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha1
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha1
@@ -1 +1 @@
-9ecaf22afc171462ccfec755593748a08d7d33e9
\ No newline at end of file
+afbdfec9494bed408cf1712ca4ddcc4db9a98aeb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha256
index c804d68..94271ba 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha256
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha256
@@ -1 +1 @@
-7f4fcf3d9671af1661ef237095f69da8bd670103629e2fdc625176bd7e93415b
\ No newline at end of file
+aeae9a51f71b6962eb385c0e946d0aa4cb137ddd3f34075aa9ef56681841bfd8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha512
index 1c604d0..097e809 100644
--- a/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha512
+++ b/current/androidx/m2repository/androidx/textclassifier/textclassifier/1.0.0-alpha03/textclassifier-1.0.0-alpha03.pom.sha512
@@ -1 +1 @@
-c047e95e54ae9aa37c138ab8dbb940b82d2c1fa056c28868c9688ff839af0c878afd630838dc914022c8f5da0e04a966c4358dc44206135eaf930f7d753710b8
\ No newline at end of file
+1fd0992816b5d74ed0d093fcc1de3e7dddbbc1564a105d72f9ae638a47bd1d797c76fdc2b38ecc6dbb098189b0e73684d13121aad637c0d852bd41a90c6ce92c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar
new file mode 100644
index 0000000..e71e365
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..d1370ae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+3c7bd1ac753e2e66dcb6e7598c525e1b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..5990775
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+93ffc4caaa93928bb7af504476d3144ca57947f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..dd6a4c6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+cf07a2971dddd5915763036d8e201d4204e3ce133d02d0f56c1ea8f8910e1fcf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..0cc3b53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+738301256779bb65be0b14423db1932c998b8503c43927bd30902ec6aaadb68067eeac5df583f5dd822d6d7c90c1030eb97ad702d7c0b0f985a2f162a976365f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar
new file mode 100644
index 0000000..bbfdee5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.md5
new file mode 100644
index 0000000..99f7f15
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.md5
@@ -0,0 +1 @@
+80bb2fb82b2a216e56e3ea269cdb0556
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha1
new file mode 100644
index 0000000..264871e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+dc27b69a9cbecab8632e4f2ddf1426424f89f791
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha256
new file mode 100644
index 0000000..07b1903
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+d98b940806eb25be6af4f98f6ef0e044510881bbccaafd3173e8e359fe84ff4e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha512
new file mode 100644
index 0000000..c2a90ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+dd546428b37ccaf1813f0ef71074951acb97809fa03fbc451ffcd334c26ae6226e9a4e8cf6ff76a7853479d9925f337fb6cf3e759d8cd8f4411b9604e7b2670d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module
new file mode 100644
index 0000000..e18796e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.tracing",
+    "module": "tracing-ktx",
+    "version": "1.1.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.tracing",
+          "module": "tracing",
+          "version": {
+            "requires": "1.1.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "tracing-ktx-1.1.0-alpha01.aar",
+          "url": "tracing-ktx-1.1.0-alpha01.aar",
+          "size": 4723,
+          "sha512": "dd546428b37ccaf1813f0ef71074951acb97809fa03fbc451ffcd334c26ae6226e9a4e8cf6ff76a7853479d9925f337fb6cf3e759d8cd8f4411b9604e7b2670d",
+          "sha256": "d98b940806eb25be6af4f98f6ef0e044510881bbccaafd3173e8e359fe84ff4e",
+          "sha1": "dc27b69a9cbecab8632e4f2ddf1426424f89f791",
+          "md5": "80bb2fb82b2a216e56e3ea269cdb0556"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.tracing",
+          "module": "tracing",
+          "version": {
+            "requires": "1.1.0-alpha01"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "tracing-ktx-1.1.0-alpha01.aar",
+          "url": "tracing-ktx-1.1.0-alpha01.aar",
+          "size": 4723,
+          "sha512": "dd546428b37ccaf1813f0ef71074951acb97809fa03fbc451ffcd334c26ae6226e9a4e8cf6ff76a7853479d9925f337fb6cf3e759d8cd8f4411b9604e7b2670d",
+          "sha256": "d98b940806eb25be6af4f98f6ef0e044510881bbccaafd3173e8e359fe84ff4e",
+          "sha1": "dc27b69a9cbecab8632e4f2ddf1426424f89f791",
+          "md5": "80bb2fb82b2a216e56e3ea269cdb0556"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "tracing-ktx-1.1.0-alpha01-sources.jar",
+          "url": "tracing-ktx-1.1.0-alpha01-sources.jar",
+          "size": 1334,
+          "sha512": "738301256779bb65be0b14423db1932c998b8503c43927bd30902ec6aaadb68067eeac5df583f5dd822d6d7c90c1030eb97ad702d7c0b0f985a2f162a976365f",
+          "sha256": "cf07a2971dddd5915763036d8e201d4204e3ce133d02d0f56c1ea8f8910e1fcf",
+          "sha1": "93ffc4caaa93928bb7af504476d3144ca57947f9",
+          "md5": "3c7bd1ac753e2e66dcb6e7598c525e1b"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.md5
new file mode 100644
index 0000000..a66cb69
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.md5
@@ -0,0 +1 @@
+41bf9270fa8be70fc86c4ac77d8faca1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha1
new file mode 100644
index 0000000..3278beb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha1
@@ -0,0 +1 @@
+f9f7015a9a73230588ce9a5ad3f4ab120d1f41a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha256
new file mode 100644
index 0000000..e9c6a55
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha256
@@ -0,0 +1 @@
+0bfa67d1de909d55c4105878a32bb6e4a7c83d8c4a9352ccd82da7634083d355
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha512
new file mode 100644
index 0000000..7a98fa5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.module.sha512
@@ -0,0 +1 @@
+e22edfab70fe725b69f99976062c572440a95737ba9fb1922c8f19f7adf46afa9d0f80d46fd5f2919a27db825d3193d1995c06c8cc6b6b9387bae8d820c10ef0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom
new file mode 100644
index 0000000..674ed30
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.tracing</groupId>
+  <artifactId>tracing-ktx</artifactId>
+  <version>1.1.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Tracing Runtime Kotlin Extensions</name>
+  <description>Android Tracing</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/tracing#1.1.0-alpha01</url>
+  <inceptionYear>2020</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.tracing</groupId>
+      <artifactId>tracing</artifactId>
+      <version>[1.1.0-alpha01]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.md5
new file mode 100644
index 0000000..9c6ee7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.md5
@@ -0,0 +1 @@
+0cdc06abf53a74a25a09025bceb01b67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha1
new file mode 100644
index 0000000..9192892
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+d68f75d584725bd392f7458e7da3ed3331971c67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha256
new file mode 100644
index 0000000..30d2a37
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+0c8e08456ec9eb24413e41b0d30065fb411de4a45e506f970e64d60807d6d5dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha512
new file mode 100644
index 0000000..df3b0dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing-ktx/1.1.0-alpha01/tracing-ktx-1.1.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+5af090830b371c7cbc51252c5a4be4a1ff79366382cf5fe93d66dcd79d9b190ffef2d98c3bfa4e1d086882634e6b2c6a3c621eb3c03bb5cf351ba68f32b5e1c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar
new file mode 100644
index 0000000..ad59aed
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..6eb8109
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+a54304b44519d7d24390d3d6f34918ba
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..e25a222
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+aa6dafdce323d80a993c5427cf81d5072f023c8c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..8806e72
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+a593c115d145df9cb9ae2226960da1d53ff8590eff1c285e7c9de2b6727d3c21
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..9d299ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+38637c78f62d2591f6f965df88a5a3b5eeddf079ec82020eabf8baae1af0e706828ab81d8a368a2ff8d77744e73b010d0297c4e70da530f3ecf456d6664032c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar
new file mode 100644
index 0000000..0db7ddd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.md5
new file mode 100644
index 0000000..fd92cf7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.md5
@@ -0,0 +1 @@
+c62de2ae9a3b0db58779fab37ffa2093
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha1
new file mode 100644
index 0000000..b619d1e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+3de9ba9cf0a472bd1069ea4f8848903c1957c063
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha256
new file mode 100644
index 0000000..866ebef
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+25f51ddba7d387838d161292113ac032ebc669cea6f1efa3d23e5ca846747d46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha512
new file mode 100644
index 0000000..177c961
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+aa8c530f36d8350018e482ee865f151c588848a27e363099bc6e02c24358723e1628ccc2bef0597ed969be4f374a733a505281d267b7ec27526efa4c9543659f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module
new file mode 100644
index 0000000..5b91638
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module
@@ -0,0 +1,88 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.tracing",
+    "module": "tracing",
+    "version": "1.1.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "files": [
+        {
+          "name": "tracing-1.1.0-alpha01.aar",
+          "url": "tracing-1.1.0-alpha01.aar",
+          "size": 5094,
+          "sha512": "aa8c530f36d8350018e482ee865f151c588848a27e363099bc6e02c24358723e1628ccc2bef0597ed969be4f374a733a505281d267b7ec27526efa4c9543659f",
+          "sha256": "25f51ddba7d387838d161292113ac032ebc669cea6f1efa3d23e5ca846747d46",
+          "sha1": "3de9ba9cf0a472bd1069ea4f8848903c1957c063",
+          "md5": "c62de2ae9a3b0db58779fab37ffa2093"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "tracing-1.1.0-alpha01.aar",
+          "url": "tracing-1.1.0-alpha01.aar",
+          "size": 5094,
+          "sha512": "aa8c530f36d8350018e482ee865f151c588848a27e363099bc6e02c24358723e1628ccc2bef0597ed969be4f374a733a505281d267b7ec27526efa4c9543659f",
+          "sha256": "25f51ddba7d387838d161292113ac032ebc669cea6f1efa3d23e5ca846747d46",
+          "sha1": "3de9ba9cf0a472bd1069ea4f8848903c1957c063",
+          "md5": "c62de2ae9a3b0db58779fab37ffa2093"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "tracing-1.1.0-alpha01-sources.jar",
+          "url": "tracing-1.1.0-alpha01-sources.jar",
+          "size": 5581,
+          "sha512": "38637c78f62d2591f6f965df88a5a3b5eeddf079ec82020eabf8baae1af0e706828ab81d8a368a2ff8d77744e73b010d0297c4e70da530f3ecf456d6664032c7",
+          "sha256": "a593c115d145df9cb9ae2226960da1d53ff8590eff1c285e7c9de2b6727d3c21",
+          "sha1": "aa6dafdce323d80a993c5427cf81d5072f023c8c",
+          "md5": "a54304b44519d7d24390d3d6f34918ba"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.md5
new file mode 100644
index 0000000..c021233
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.md5
@@ -0,0 +1 @@
+d017cb48afee9475196672394ac82f7c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha1
new file mode 100644
index 0000000..b8fac5f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha1
@@ -0,0 +1 @@
+5d900614aad870b20672e2acfdf8b547d7e6dd95
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha256
new file mode 100644
index 0000000..1cd00c7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha256
@@ -0,0 +1 @@
+9593468660fecef964b871a533a14382262706009151073e1d4dd2c2aea78a22
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha512
new file mode 100644
index 0000000..37c2268
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.module.sha512
@@ -0,0 +1 @@
+f22648d5f9df9104f3ca28e4553db6bcb40a6443c53e5ea805db4bce1acf0128652a16cdbdedcfab27d148f09b4eabd37df458ff97d0060afa31d419b79d7d04
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom
new file mode 100644
index 0000000..f1fabd6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.tracing</groupId>
+  <artifactId>tracing</artifactId>
+  <version>1.1.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Tracing</name>
+  <description>Android Tracing</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/tracing#1.1.0-alpha01</url>
+  <inceptionYear>2020</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.md5
new file mode 100644
index 0000000..ffc2a12
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.md5
@@ -0,0 +1 @@
+a01ef5085500e6ae44ede8256f57866e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha1
new file mode 100644
index 0000000..3be9f64
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+454643f7acd26ee385d8fd59b9eddb24104a6ba5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha256
new file mode 100644
index 0000000..fd4a93d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+1d4995fcd313811fd4db26b6de8e8c3433cdc9801af25cdcf36ed19f46eb78dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha512
new file mode 100644
index 0000000..27e5dc4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tracing/tracing/1.1.0-alpha01/tracing-1.1.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+52ed8e866a2cb2f031573625eddbae4507e1a742bbf3386c21ce98bf8e330b5518f96375f7593af9c0507b207947a88cb6137a4e2fac57e33d04594e47990c7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar
deleted file mode 100644
index 76c97d8..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.md5
deleted file mode 100644
index ad6b606..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-119594a46af4137cd52f8ac34d473a50
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha1
deleted file mode 100644
index 9f0cbd9..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-347e280094ff5be4dfad99e5335e7c552aaff849
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha256
deleted file mode 100644
index a3930a8..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-122f36363f7990217c39a0f1893ab487199723a5ea1247552379435f6d65974b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha512
deleted file mode 100644
index b39eb39..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ab7c627467adba9202806f83d29453cbd7b86726650fd6f6d495fe4dd113bbbb02fbb4f378928ac118aeddd9c3ce998d94b633617fb111c9a94a325f2491a83b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar
deleted file mode 100644
index 31ee11d..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.md5
deleted file mode 100644
index 87d72a3..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-366b1277ed0c50d7767f9940d23e9306
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha1
deleted file mode 100644
index 85dda40..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a8f39b11e7f5abe927f89155acaac8b180f60c7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha256
deleted file mode 100644
index 7750655..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e1976dba5018e6cd5ab526cfb68705a6b516c0e297626722b83c06c192b4b6f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha512
deleted file mode 100644
index a04f868..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-224b3a324b68fb93fb1ab22a633394d92882491c00a4dd4648d7ee1ff697eecde1c912864a335e7f4fb4588ff24f3f5bacad3a55ba8cefdf43788707ea3e896a
\ 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
deleted file mode 100644
index f5531a1..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module
+++ /dev/null
@@ -1,118 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.transition",
-    "module": "transition",
-    "version": "1.4.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "transition-1.4.0-alpha01.aar",
-          "url": "transition-1.4.0-alpha01.aar",
-          "size": 181830,
-          "sha512": "224b3a324b68fb93fb1ab22a633394d92882491c00a4dd4648d7ee1ff697eecde1c912864a335e7f4fb4588ff24f3f5bacad3a55ba8cefdf43788707ea3e896a",
-          "sha256": "e1976dba5018e6cd5ab526cfb68705a6b516c0e297626722b83c06c192b4b6f9",
-          "sha1": "a8f39b11e7f5abe927f89155acaac8b180f60c7a",
-          "md5": "366b1277ed0c50d7767f9940d23e9306"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "transition-1.4.0-alpha01.aar",
-          "url": "transition-1.4.0-alpha01.aar",
-          "size": 181830,
-          "sha512": "224b3a324b68fb93fb1ab22a633394d92882491c00a4dd4648d7ee1ff697eecde1c912864a335e7f4fb4588ff24f3f5bacad3a55ba8cefdf43788707ea3e896a",
-          "sha256": "e1976dba5018e6cd5ab526cfb68705a6b516c0e297626722b83c06c192b4b6f9",
-          "sha1": "a8f39b11e7f5abe927f89155acaac8b180f60c7a",
-          "md5": "366b1277ed0c50d7767f9940d23e9306"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "transition-1.4.0-alpha01-sources.jar",
-          "url": "transition-1.4.0-alpha01-sources.jar",
-          "size": 132956,
-          "sha512": "ab7c627467adba9202806f83d29453cbd7b86726650fd6f6d495fe4dd113bbbb02fbb4f378928ac118aeddd9c3ce998d94b633617fb111c9a94a325f2491a83b",
-          "sha256": "122f36363f7990217c39a0f1893ab487199723a5ea1247552379435f6d65974b",
-          "sha1": "347e280094ff5be4dfad99e5335e7c552aaff849",
-          "md5": "119594a46af4137cd52f8ac34d473a50"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 8902a97..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-05a1a8ccb313ef91e4c989a86fee2bf4
\ 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
deleted file mode 100644
index 7b8268d..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4b198b9af63c0c33e037a8c18ecde8ba7e7336ef
\ 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
deleted file mode 100644
index b378a1e..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-e0211ed0c2282cfecbefef92ebe9a931473e95b0bf2d8807d45c291b2b25bce7
\ 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
deleted file mode 100644
index d318d92..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6e1ad54290dd364a8d6df575b6dff458d6597100a676ff20d5df1777f945f87c07296f63430508f60f673dd800622ed8aaa1420a652848be8a34af1e4249d8ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom
deleted file mode 100644
index 3943f12..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.transition</groupId>
-  <artifactId>transition</artifactId>
-  <version>1.4.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Transition Support Library</name>
-  <description>Android Transition Support Library</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2016</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.md5
deleted file mode 100644
index 836becd..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-695baaf70bd373e195bab337f62f69f1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha1
deleted file mode 100644
index c909586..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b7ae29fd14e6466847dba5d458ec4449addc8af3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha256
deleted file mode 100644
index 52af278..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-1abe7d497ca36ae201b8159b58932439afd604485997e608e48ac21d8aa4de73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha512
deleted file mode 100644
index f6d1eaf..0000000
--- a/current/androidx/m2repository/androidx/transition/transition/1.4.0-alpha01/transition-1.4.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-bea3e827273db9b1de1f33643a691beab95c74adfbf2c3300ef84b9746e32e8d7c5b04a36f4e301713b8b64ca642cb1f98c6d81b7e4a03d0cbae68c073a7c6ef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar
new file mode 100644
index 0000000..09528b5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..59268d7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+c2c8294d32323f13e00225b24888a256
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..eccedc7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+eb68002b2f4afc0d0dbdc989a7a1331526ab3171
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..0f15313
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+62676c357b36298d05b055334641caa64acd81ddf5de5f83fe7e5f78c91ff61e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..baccc70
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+917ec13f7a0819eb176c492f79b7888228b2658b99c41cfa6fa62a530a91857e2835b49a5eb3e525f90eeaab65ea9e62ebb0c67d8f17ae392990870a4c6a0d3d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar
new file mode 100644
index 0000000..ec2b254
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.md5
new file mode 100644
index 0000000..7814021
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.md5
@@ -0,0 +1 @@
+d23c59cccda074757e2f2e1e2ce2dbfd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha1
new file mode 100644
index 0000000..131b187
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+3f8f91b1aa75bb6d9ec934d51a6967d0bb5b60a2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha256
new file mode 100644
index 0000000..e6e32b5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+58510dcd4e4e6dc3d09ec8321cf792f483315622cd6ae7a5d0294ee65619f442
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha512
new file mode 100644
index 0000000..5607a24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+7f029d3d90bbd5a0b3092d8f472bdda427ea23ea9547ea28e18c8f22311e64a40d23fb04861a98e20945bf79116c72ac1c738fcdcc586dc8d1f200ed83ee6b0e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module
new file mode 100644
index 0000000..0ec6b7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module
@@ -0,0 +1,118 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.transition",
+    "module": "transition",
+    "version": "1.5.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "transition-1.5.0-alpha01.aar",
+          "url": "transition-1.5.0-alpha01.aar",
+          "size": 182105,
+          "sha512": "7f029d3d90bbd5a0b3092d8f472bdda427ea23ea9547ea28e18c8f22311e64a40d23fb04861a98e20945bf79116c72ac1c738fcdcc586dc8d1f200ed83ee6b0e",
+          "sha256": "58510dcd4e4e6dc3d09ec8321cf792f483315622cd6ae7a5d0294ee65619f442",
+          "sha1": "3f8f91b1aa75bb6d9ec934d51a6967d0bb5b60a2",
+          "md5": "d23c59cccda074757e2f2e1e2ce2dbfd"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "transition-1.5.0-alpha01.aar",
+          "url": "transition-1.5.0-alpha01.aar",
+          "size": 182105,
+          "sha512": "7f029d3d90bbd5a0b3092d8f472bdda427ea23ea9547ea28e18c8f22311e64a40d23fb04861a98e20945bf79116c72ac1c738fcdcc586dc8d1f200ed83ee6b0e",
+          "sha256": "58510dcd4e4e6dc3d09ec8321cf792f483315622cd6ae7a5d0294ee65619f442",
+          "sha1": "3f8f91b1aa75bb6d9ec934d51a6967d0bb5b60a2",
+          "md5": "d23c59cccda074757e2f2e1e2ce2dbfd"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "transition-1.5.0-alpha01-sources.jar",
+          "url": "transition-1.5.0-alpha01-sources.jar",
+          "size": 132981,
+          "sha512": "917ec13f7a0819eb176c492f79b7888228b2658b99c41cfa6fa62a530a91857e2835b49a5eb3e525f90eeaab65ea9e62ebb0c67d8f17ae392990870a4c6a0d3d",
+          "sha256": "62676c357b36298d05b055334641caa64acd81ddf5de5f83fe7e5f78c91ff61e",
+          "sha1": "eb68002b2f4afc0d0dbdc989a7a1331526ab3171",
+          "md5": "c2c8294d32323f13e00225b24888a256"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.md5
new file mode 100644
index 0000000..7ba153a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.md5
@@ -0,0 +1 @@
+28e1792aae40fd0254e2924baa51c549
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha1
new file mode 100644
index 0000000..561e2d1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha1
@@ -0,0 +1 @@
+81d1e4b9325fc6561945ae03bd5b2b04d7870b62
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha256
new file mode 100644
index 0000000..c3810d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha256
@@ -0,0 +1 @@
+96575dcbaebd9634deaefb5df6721def8d3c61080bb683933d3f33eb5c490a8d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha512
new file mode 100644
index 0000000..77dbb8c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.module.sha512
@@ -0,0 +1 @@
+47470528240806d7693455bbd80ca3e157f357c9917e95dd93b6b4466902e88a47b2a799114d8375bda8a219acaaf5f5077d169dacad0da98afada23228aa473
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom
new file mode 100644
index 0000000..5a52ad1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.transition</groupId>
+  <artifactId>transition</artifactId>
+  <version>1.5.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>Android Transition Support Library</name>
+  <description>Android Transition Support Library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/transition#1.5.0-alpha01</url>
+  <inceptionYear>2016</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.md5
new file mode 100644
index 0000000..815f486
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.md5
@@ -0,0 +1 @@
+39d466626a406315fa506f30a3c0af23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha1
new file mode 100644
index 0000000..f25fc24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+b55fa679b7d7b9f53202947b4a201898211e6f23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha256
new file mode 100644
index 0000000..49543b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+8459c9d9cf803051ad17e40be693d8a0c56f73b4bb3ec414879c9f7f08189457
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha512
new file mode 100644
index 0000000..e07ae86
--- /dev/null
+++ b/current/androidx/m2repository/androidx/transition/transition/1.5.0-alpha01/transition-1.5.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+148318ccbf783f6146ed235ff85904e283ecf2a367b037dacd408b31300567dfa4891a2fd5b4170c06c254a8d47d940d598986a9498c91c4b0d8e892a7ececb2
\ 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
deleted file mode 100644
index be6402d..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar
+++ /dev/null
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
deleted file mode 100644
index 9f6bafe..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e2e73e362fffb8e9cceb4d1aee5e14e6
\ 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
deleted file mode 100644
index 97ccf0a..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b6968ad2c4eb031389e2893348d725e0d8b5931e
\ 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
deleted file mode 100644
index f5db154..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-2b955f30bce520cde01d221b3ca21518a64c8630cf9e0f09c7f2cb3fcf5a35ed
\ 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
deleted file mode 100644
index f289a52..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-b07ea47de517f7549df83eec0f4c857f323276b2f807f8d68b73032071926047009ed8e44090375e4c0c1fb95d71d5b7230ddaf26292d95d8b015321aca21b34
\ 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
deleted file mode 100644
index 42d5b91..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar
+++ /dev/null
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
deleted file mode 100644
index b5239e4..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-2ba49503592123b90cde15010917ddde
\ 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
deleted file mode 100644
index 06f46bf..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-81b90aff976630b5a48614dbe88c62e88f66b2cc
\ 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
deleted file mode 100644
index 9dd00cb..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-fa728a8ca573ee809037c2ccce72123cedefb6b18dacd0619fe00bfa2b614fd6
\ 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
deleted file mode 100644
index 68affc5..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5ba57da6bbe42df6a9abad3a5f1b71903531e113b241e4ced2287f73142e9c7898850faa9e7a375900e5aab69100247102c6842eb25fd59cd1185c651c6220ad
\ 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
deleted file mode 100644
index 7b0d7d5..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.tvprovider",
-    "module": "tvprovider",
-    "version": "1.1.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "tvprovider-1.1.0-alpha01.aar",
-          "url": "tvprovider-1.1.0-alpha01.aar",
-          "size": 71145,
-          "sha512": "5ba57da6bbe42df6a9abad3a5f1b71903531e113b241e4ced2287f73142e9c7898850faa9e7a375900e5aab69100247102c6842eb25fd59cd1185c651c6220ad",
-          "sha256": "fa728a8ca573ee809037c2ccce72123cedefb6b18dacd0619fe00bfa2b614fd6",
-          "sha1": "81b90aff976630b5a48614dbe88c62e88f66b2cc",
-          "md5": "2ba49503592123b90cde15010917ddde"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "tvprovider-1.1.0-alpha01.aar",
-          "url": "tvprovider-1.1.0-alpha01.aar",
-          "size": 71145,
-          "sha512": "5ba57da6bbe42df6a9abad3a5f1b71903531e113b241e4ced2287f73142e9c7898850faa9e7a375900e5aab69100247102c6842eb25fd59cd1185c651c6220ad",
-          "sha256": "fa728a8ca573ee809037c2ccce72123cedefb6b18dacd0619fe00bfa2b614fd6",
-          "sha1": "81b90aff976630b5a48614dbe88c62e88f66b2cc",
-          "md5": "2ba49503592123b90cde15010917ddde"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "tvprovider-1.1.0-alpha01-sources.jar",
-          "url": "tvprovider-1.1.0-alpha01-sources.jar",
-          "size": 61718,
-          "sha512": "b07ea47de517f7549df83eec0f4c857f323276b2f807f8d68b73032071926047009ed8e44090375e4c0c1fb95d71d5b7230ddaf26292d95d8b015321aca21b34",
-          "sha256": "2b955f30bce520cde01d221b3ca21518a64c8630cf9e0f09c7f2cb3fcf5a35ed",
-          "sha1": "b6968ad2c4eb031389e2893348d725e0d8b5931e",
-          "md5": "e2e73e362fffb8e9cceb4d1aee5e14e6"
-        }
-      ]
-    }
-  ]
-}
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
deleted file mode 100644
index 9dbff37..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-1cc690c90aa80c6e8bdcd1fec2834694
\ 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
deleted file mode 100644
index 70d4ca4..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d8bedef90a945b781755685ecb2d8daf8918bd2b
\ 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
deleted file mode 100644
index 957130f..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-01923cda0468a56484df1b4aaf43029d179de6d58ccd4e0f1f7461334e595f08
\ 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
deleted file mode 100644
index cd97807..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-37e0729db417618a3483a586fed033194b65231cd8ea295276ac349eaed6cfcb708e9c4fa99c412c5f6d6d623b376eb47ccbfde86983b064c7ed9672a1062de4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom
deleted file mode 100644
index 008bd9d..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.tvprovider</groupId>
-  <artifactId>tvprovider</artifactId>
-  <version>1.1.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Support TV Provider</name>
-  <description>Android Support Library for TV Provider</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.md5
deleted file mode 100644
index d2223b8..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-1ec719e08ba5bc94348c493a9f20f5c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha1
deleted file mode 100644
index 19b4416..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a5dec7e0943b376edb4f1a0ebeb0815b3616b282
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha256
deleted file mode 100644
index cf9a018..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-19191a11443b03c07b26ab37c940ae7518eb88311d29e16b2c19bb07ac83f3db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha512
deleted file mode 100644
index 989f891..0000000
--- a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha01/tvprovider-1.1.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-89e40d65c5dd1d16887c4fe3476dbed7ca6ca42b9452705c845c39869586475457113f9ab5d418a88f4f12c9791af4dd428d3d3fcd74397fa73aa52110e74f28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar
new file mode 100644
index 0000000..8a6b8f1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..ce11b5d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+b23395df802db0ba0b634dd2e449e65d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..90be57f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+392bc736c9cb7fa3c0b72793c92589176d01a289
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..e383a60
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+fbc3e399f1d4e7b94fb90ddc250a3b6c37fa1af02a0c6d452ad57a6167d39d01
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..9e42d25
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+4728f9cd41faf569e1d34de9269f38c133068832b9bb57cded9ddd51a1f55cbb602998ca118545e23d477c47ef996df3b4441e2a16989aabb98d368096c70ab9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar
new file mode 100644
index 0000000..ffc5a63
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.md5
new file mode 100644
index 0000000..ac90953
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.md5
@@ -0,0 +1 @@
+5424f30715896e8bf60829adc42b59fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha1
new file mode 100644
index 0000000..1cafee1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+55a66546d2edbf4c164f43fef36fae9b3a4e40dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha256
new file mode 100644
index 0000000..cb4255e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+911f96361c696d9171cda853370a3e47f92acffeeac46c0ba93c974f5e389aeb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha512
new file mode 100644
index 0000000..830b02e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+73505e2ce4b2c4eca3257aca0ebc01ca78315e9e0832e340dfd24c3a32e220d4cd87640f4974892ce3e6c1d6e451b79b7a81ba3e05bdcfd7b9786dd3f458bf51
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module
new file mode 100644
index 0000000..f5017c2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.tvprovider",
+    "module": "tvprovider",
+    "version": "1.1.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "tvprovider-1.1.0-alpha02.aar",
+          "url": "tvprovider-1.1.0-alpha02.aar",
+          "size": 73104,
+          "sha512": "73505e2ce4b2c4eca3257aca0ebc01ca78315e9e0832e340dfd24c3a32e220d4cd87640f4974892ce3e6c1d6e451b79b7a81ba3e05bdcfd7b9786dd3f458bf51",
+          "sha256": "911f96361c696d9171cda853370a3e47f92acffeeac46c0ba93c974f5e389aeb",
+          "sha1": "55a66546d2edbf4c164f43fef36fae9b3a4e40dc",
+          "md5": "5424f30715896e8bf60829adc42b59fe"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "tvprovider-1.1.0-alpha02.aar",
+          "url": "tvprovider-1.1.0-alpha02.aar",
+          "size": 73104,
+          "sha512": "73505e2ce4b2c4eca3257aca0ebc01ca78315e9e0832e340dfd24c3a32e220d4cd87640f4974892ce3e6c1d6e451b79b7a81ba3e05bdcfd7b9786dd3f458bf51",
+          "sha256": "911f96361c696d9171cda853370a3e47f92acffeeac46c0ba93c974f5e389aeb",
+          "sha1": "55a66546d2edbf4c164f43fef36fae9b3a4e40dc",
+          "md5": "5424f30715896e8bf60829adc42b59fe"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "tvprovider-1.1.0-alpha02-sources.jar",
+          "url": "tvprovider-1.1.0-alpha02-sources.jar",
+          "size": 61929,
+          "sha512": "4728f9cd41faf569e1d34de9269f38c133068832b9bb57cded9ddd51a1f55cbb602998ca118545e23d477c47ef996df3b4441e2a16989aabb98d368096c70ab9",
+          "sha256": "fbc3e399f1d4e7b94fb90ddc250a3b6c37fa1af02a0c6d452ad57a6167d39d01",
+          "sha1": "392bc736c9cb7fa3c0b72793c92589176d01a289",
+          "md5": "b23395df802db0ba0b634dd2e449e65d"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.md5
new file mode 100644
index 0000000..68f674c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.md5
@@ -0,0 +1 @@
+d429c58626ed15865e40ea59327dc38f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha1
new file mode 100644
index 0000000..34457ee
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha1
@@ -0,0 +1 @@
+64c0ea6cadbd417b594c66e3dc8f9276009108a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha256
new file mode 100644
index 0000000..878fca3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha256
@@ -0,0 +1 @@
+998f2cb61a023000d3e0eda812d675a69e8fb1833f33e5ed262dc1a6263a49d6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha512
new file mode 100644
index 0000000..0990ebb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.module.sha512
@@ -0,0 +1 @@
+a90cfbccd59844d7fb2611cc9bbeae8500d8844537be995dd47e5f2794aee3e79f5609ac620c9d3fe4bb49eedf1be40de8061804c7b9bc51e4f4329eaf7af494
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom
new file mode 100644
index 0000000..59499be
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.tvprovider</groupId>
+  <artifactId>tvprovider</artifactId>
+  <version>1.1.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android Support TV Provider</name>
+  <description>Android Support Library for TV Provider</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/tvprovider#1.1.0-alpha02</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.md5
new file mode 100644
index 0000000..39847fa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.md5
@@ -0,0 +1 @@
+9d463ad40d6b50f818c2cebfcca8291f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha1
new file mode 100644
index 0000000..c051df8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+b3bc63ee8f2f566faa3a2734dca363df4b036389
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha256
new file mode 100644
index 0000000..ed29eab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+475edbde6747fb8fea8675ed4e4a4f6119609d0166214dd868f4a60dffa778e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha512
new file mode 100644
index 0000000..a42d79a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/tvprovider/tvprovider/1.1.0-alpha02/tvprovider-1.1.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+6250763ee0d543e15ab13c308507250a8f6773b803cddb8664f512273a95cb7037a840dba1b336bcdcbbe3c939c77876dbb26f0ba388792335f8e5c7187bff21
\ 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.aar b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar
index 54de159..9661be9 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.md5
index 52f35c7..a134776 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-cea33b406148e6f862667ea7d2be3706
\ No newline at end of file
+3abff708e014469545d6a845bdbfe747
\ 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.aar.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha1
index bc49d61..76a9370 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-09f0b714f7df81f51ecf40030fbd3256bcf504da
\ No newline at end of file
+0cc2d6be1537218d8cf3c9b00fc21469d0d72833
\ 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.aar.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha256
index 58d678f..e839e4b 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-e45b9cc6e2bb821ea8f8e9376f042cd21e6477e23df9ed8dc87bc7505624748f
\ No newline at end of file
+5920f3c3a114125ff1099058020bbfcdc2a932a51bf458344388b9965808eb27
\ 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.aar.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha512
index a1f6887..aebd16d 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-99a3681b63f5a2465d8f463c8d20842017fe28f710a46e078bd7e8572319edf77164a0d1d2d0af9f5567572beb42fad9140322aca5916f364a3e36252184d9ed
\ No newline at end of file
+3b883bd8dc5a06fe7048a278ea7ec4ab70a0dd42f358fb877248877a821f96e264c1ecae9bbb5ac11fdc124b7f1a5985b993611cbcaee45a1ec8fb7ce8f617fb
\ 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 98bc777..44c13f4 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -28,7 +28,7 @@
           "group": "androidx.vectordrawable",
           "module": "vectordrawable",
           "version": {
-            "requires": "1.2.0-alpha02"
+            "requires": "1.2.0-alpha03"
           }
         }
       ],
@@ -36,11 +36,11 @@
         {
           "name": "vectordrawable-animated-1.2.0-alpha01.aar",
           "url": "vectordrawable-animated-1.2.0-alpha01.aar",
-          "size": 33308,
-          "sha512": "99a3681b63f5a2465d8f463c8d20842017fe28f710a46e078bd7e8572319edf77164a0d1d2d0af9f5567572beb42fad9140322aca5916f364a3e36252184d9ed",
-          "sha256": "e45b9cc6e2bb821ea8f8e9376f042cd21e6477e23df9ed8dc87bc7505624748f",
-          "sha1": "09f0b714f7df81f51ecf40030fbd3256bcf504da",
-          "md5": "cea33b406148e6f862667ea7d2be3706"
+          "size": 34095,
+          "sha512": "3b883bd8dc5a06fe7048a278ea7ec4ab70a0dd42f358fb877248877a821f96e264c1ecae9bbb5ac11fdc124b7f1a5985b993611cbcaee45a1ec8fb7ce8f617fb",
+          "sha256": "5920f3c3a114125ff1099058020bbfcdc2a932a51bf458344388b9965808eb27",
+          "sha1": "0cc2d6be1537218d8cf3c9b00fc21469d0d72833",
+          "md5": "3abff708e014469545d6a845bdbfe747"
         }
       ]
     },
@@ -71,7 +71,7 @@
           "group": "androidx.vectordrawable",
           "module": "vectordrawable",
           "version": {
-            "requires": "1.2.0-alpha02"
+            "requires": "1.2.0-alpha03"
           }
         }
       ],
@@ -79,11 +79,11 @@
         {
           "name": "vectordrawable-animated-1.2.0-alpha01.aar",
           "url": "vectordrawable-animated-1.2.0-alpha01.aar",
-          "size": 33308,
-          "sha512": "99a3681b63f5a2465d8f463c8d20842017fe28f710a46e078bd7e8572319edf77164a0d1d2d0af9f5567572beb42fad9140322aca5916f364a3e36252184d9ed",
-          "sha256": "e45b9cc6e2bb821ea8f8e9376f042cd21e6477e23df9ed8dc87bc7505624748f",
-          "sha1": "09f0b714f7df81f51ecf40030fbd3256bcf504da",
-          "md5": "cea33b406148e6f862667ea7d2be3706"
+          "size": 34095,
+          "sha512": "3b883bd8dc5a06fe7048a278ea7ec4ab70a0dd42f358fb877248877a821f96e264c1ecae9bbb5ac11fdc124b7f1a5985b993611cbcaee45a1ec8fb7ce8f617fb",
+          "sha256": "5920f3c3a114125ff1099058020bbfcdc2a932a51bf458344388b9965808eb27",
+          "sha1": "0cc2d6be1537218d8cf3c9b00fc21469d0d72833",
+          "md5": "3abff708e014469545d6a845bdbfe747"
         }
       ]
     },
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 45fa917..f5424e0 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 @@
-880feb7e584eb2ce7ce48280f1e2fb01
\ No newline at end of file
+f929f581a107564196615162974bb444
\ 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 f9e11e0..5027664 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 @@
-76adf52882e9f15fc949c9e414ee316184722f96
\ No newline at end of file
+93ba3cd1370f5889e7b6548f969a1c0b6f31ffba
\ 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 0d80b8c..535b954 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 @@
-48ced047dbcd61edcb4890516f01dd35935c997cb7d2efc3dc788626b13cd852
\ No newline at end of file
+f0929dd60bc605d89bbfda3a98cb87bc9bb4db43c5cec79d9a3437eb7ed37d68
\ 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 e8432b2..a94fb0d 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 @@
-c7204ec3c14f1cc48a59aa5b44c6f32f85c630fe288f31e1e0049f6b6c4038c318962263e5bc3a604fc64dbbe334e4a2b65fe6bcb07cbd8efe0453541cc8e36f
\ No newline at end of file
+7b320451c6e570e62d42cda7581b06b41f4cf6e58ba4f83ee81680cbf076b027736610e8ef883a7c531a55e57ff3cd8f55eb3b26cdba3b88327e53eb8f435b35
\ 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.pom b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom
index d225e43..0a289bb 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support AnimatedVectorDrawable</name>
   <description>Android Support AnimatedVectorDrawable</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/vectordrawable#1.2.0-alpha01</url>
   <inceptionYear>2015</inceptionYear>
   <licenses>
     <license>
@@ -28,13 +28,13 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
       <groupId>androidx.vectordrawable</groupId>
       <artifactId>vectordrawable</artifactId>
-      <version>1.2.0-alpha02</version>
+      <version>1.2.0-alpha03</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.md5
index 36850de..f7fd333 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-72e7f25a8ad3cf820482598f009cd6ad
\ No newline at end of file
+e467759b8d93437e36450920add6a437
\ 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.pom.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha1
index e0f4344..e6ce868 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-b5f9b58c15bd618c65141fc0ad354ff52c18d720
\ No newline at end of file
+2822b6d7553a455d4ae6f6740707fa7fcddf0836
\ 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.pom.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha256
index 80541a8..6985978 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-fd880614b2a7f86059d8d1e358eff66e7657c156d1d01bf1bd26b78434460f7c
\ No newline at end of file
+0adb1b7b8137a73e50787826af3e764105bf3c7410d7ed4e72f6ca7f41898323
\ 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.pom.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha512
index 65bccf8..a3bc486 100644
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0-alpha01/vectordrawable-animated-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-6b8ce989370fa261d0878b051c2057a5c5a3e99ebdb4a41f8e4eda32df4ee14dfed5c5a0916ab9848757af45ecfa42b9890c706f7ae782ad57abda4f55f38128
\ No newline at end of file
+ac3715dee48bc5b6abd0e9eec462b78fcc33d03bb1eb63e27d9885bc56c827b37f9198b39ba1ace382a28ee8e901942f412117c2ef384e8022a8a7a9f9159e84
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar
deleted file mode 100644
index b16a471..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.md5
deleted file mode 100644
index 5f0f52d..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-8cd4c185ad6d5d0fe697e438390dd45d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha1
deleted file mode 100644
index 443a756..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8906c2c43901d9c50e5925aea273faff19fe5fda
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha256
deleted file mode 100644
index ac1f641..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3eefdd0992f190faecece582bc2732964e2329a30f4c1e66745d26c0677efc4c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha512
deleted file mode 100644
index 3aab78f..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-20ced179d291709adc2c0e79733513da46ef207094c4f0473589b483fd4ea015bf57c8da48c992faad89fa66bb1a86dedda8c9b0d95ec86ff83fdbfb4733b666
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module
deleted file mode 100644
index fe6091b..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module
+++ /dev/null
@@ -1,118 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.vectordrawable",
-    "module": "vectordrawable",
-    "version": "1.2.0-alpha02",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "vectordrawable-1.2.0-alpha02.aar",
-          "url": "vectordrawable-1.2.0-alpha02.aar",
-          "size": 32669,
-          "sha512": "20ced179d291709adc2c0e79733513da46ef207094c4f0473589b483fd4ea015bf57c8da48c992faad89fa66bb1a86dedda8c9b0d95ec86ff83fdbfb4733b666",
-          "sha256": "3eefdd0992f190faecece582bc2732964e2329a30f4c1e66745d26c0677efc4c",
-          "sha1": "8906c2c43901d9c50e5925aea273faff19fe5fda",
-          "md5": "8cd4c185ad6d5d0fe697e438390dd45d"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.collection",
-          "module": "collection",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "vectordrawable-1.2.0-alpha02.aar",
-          "url": "vectordrawable-1.2.0-alpha02.aar",
-          "size": 32669,
-          "sha512": "20ced179d291709adc2c0e79733513da46ef207094c4f0473589b483fd4ea015bf57c8da48c992faad89fa66bb1a86dedda8c9b0d95ec86ff83fdbfb4733b666",
-          "sha256": "3eefdd0992f190faecece582bc2732964e2329a30f4c1e66745d26c0677efc4c",
-          "sha1": "8906c2c43901d9c50e5925aea273faff19fe5fda",
-          "md5": "8cd4c185ad6d5d0fe697e438390dd45d"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "vectordrawable-1.2.0-alpha02-sources.jar",
-          "url": "vectordrawable-1.2.0-alpha02-sources.jar",
-          "size": 19436,
-          "sha512": "fca46eb523c8a7b7f01c7ef9912d27049495cb88b15e5726913271f15e2345a88b0823b18b7d54b72c9b7af4f439b874a0e864899e25cd3d05e10183433d2da3",
-          "sha256": "dee66a043066da41fe08993c6f71b2c1438ee0e0c1b02b91d51565f113c68c7a",
-          "sha1": "c5434534565f08c2d7c1615ccdf4d86e5e3c4bee",
-          "md5": "e5ee5446587095e67bf2d1236a361b6f"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.md5
deleted file mode 100644
index e15bfb0..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-5155e087f8b4068994a38da1415f1b77
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha1
deleted file mode 100644
index 5127d5a..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8b2ee7873cb34991a7263947fe21e2a60f232d4d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha256
deleted file mode 100644
index ecdd2de..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c3e7f0633dc4270178324a90209938fd668ec1280ab6b4554d38db7000c0cc14
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha512
deleted file mode 100644
index f4f63d4..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-d415681fad58fda9e2830b97ecded88b97a31111e7438ea418f57b5ae40db6c99cb3da09260ebefd56cc11520dd478f876980b417d4a674782ce2ecb8511f49b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom
deleted file mode 100644
index ad51729..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.vectordrawable</groupId>
-  <artifactId>vectordrawable</artifactId>
-  <version>1.2.0-alpha02</version>
-  <packaging>aar</packaging>
-  <name>Android Support VectorDrawable</name>
-  <description>Android Support VectorDrawable</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2015</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.collection</groupId>
-      <artifactId>collection</artifactId>
-      <version>1.1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.md5
deleted file mode 100644
index 1a84538..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-2fe0c90b743451f034f365706af2fffe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha1
deleted file mode 100644
index b1c3fb1..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-85b2d5fbbc78d05f67af0e658f4bca3bc3ccd6da
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha256
deleted file mode 100644
index 505e9a5..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-206851813df5c7161f287119c29efbbbedd69dac10e49ab5099ca3148d89c880
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha512
deleted file mode 100644
index 34e1769..0000000
--- a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-a274f772cd8d76d74b22245e7d0f37d31efa9d4053805580d08e05ce336aee7dbc9568f4c435b86129db77f04e41985d838b2b0961ff19ce4b43177e54a55bc9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar
similarity index 100%
rename from current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar
rename to current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.md5
similarity index 100%
rename from current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.md5
rename to current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.md5
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha1
similarity index 100%
rename from current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha1
rename to current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha1
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha256
similarity index 100%
rename from current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha256
rename to current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha256
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha512
similarity index 100%
rename from current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha02/vectordrawable-1.2.0-alpha02-sources.jar.sha512
rename to current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03-sources.jar.sha512
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar
new file mode 100644
index 0000000..80f1bf0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..51e6cf6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+3beed428286656efa6a81a29960eeb41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..7941343
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+be9c94ea913cbedf504fdf739beb62369f3c198f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..dde1182
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+d7e60975cdaab6bbaebb8ca1b5c777231d8202fa288d3912d39c17b050a8ff9e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..dff70e3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+7da122721e6065a5faad59777b9c17b88c2a3aff5e28cb8b27a0ab97847ae59da204f84d7b73eb38ada3213005f5209147ecdab31ee6d1c8b646fc7e1aaac070
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module
new file mode 100644
index 0000000..9c0800f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module
@@ -0,0 +1,118 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.vectordrawable",
+    "module": "vectordrawable",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "vectordrawable-1.2.0-alpha03.aar",
+          "url": "vectordrawable-1.2.0-alpha03.aar",
+          "size": 33462,
+          "sha512": "7da122721e6065a5faad59777b9c17b88c2a3aff5e28cb8b27a0ab97847ae59da204f84d7b73eb38ada3213005f5209147ecdab31ee6d1c8b646fc7e1aaac070",
+          "sha256": "d7e60975cdaab6bbaebb8ca1b5c777231d8202fa288d3912d39c17b050a8ff9e",
+          "sha1": "be9c94ea913cbedf504fdf739beb62369f3c198f",
+          "md5": "3beed428286656efa6a81a29960eeb41"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "vectordrawable-1.2.0-alpha03.aar",
+          "url": "vectordrawable-1.2.0-alpha03.aar",
+          "size": 33462,
+          "sha512": "7da122721e6065a5faad59777b9c17b88c2a3aff5e28cb8b27a0ab97847ae59da204f84d7b73eb38ada3213005f5209147ecdab31ee6d1c8b646fc7e1aaac070",
+          "sha256": "d7e60975cdaab6bbaebb8ca1b5c777231d8202fa288d3912d39c17b050a8ff9e",
+          "sha1": "be9c94ea913cbedf504fdf739beb62369f3c198f",
+          "md5": "3beed428286656efa6a81a29960eeb41"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "vectordrawable-1.2.0-alpha03-sources.jar",
+          "url": "vectordrawable-1.2.0-alpha03-sources.jar",
+          "size": 19436,
+          "sha512": "fca46eb523c8a7b7f01c7ef9912d27049495cb88b15e5726913271f15e2345a88b0823b18b7d54b72c9b7af4f439b874a0e864899e25cd3d05e10183433d2da3",
+          "sha256": "dee66a043066da41fe08993c6f71b2c1438ee0e0c1b02b91d51565f113c68c7a",
+          "sha1": "c5434534565f08c2d7c1615ccdf4d86e5e3c4bee",
+          "md5": "e5ee5446587095e67bf2d1236a361b6f"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..0714c28
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+93b0a5d60b8cc59f6350b62a14b667e7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..d70079f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+b62f78bbe28926070fe36f1cfae73cca21fda6b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..6471c36
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+0d01f70c47f9e93d78dc1fd87b1426e19156d28ef6991582d6d86defb91d19aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..348cac5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+afd49489f72cc54244fae59d7ec68fdc3d8a3f321a3f0762ec1c29d19ef1ca9e8673027e650281876181222bd0304083acb53b6929f628623395b8e4a860c019
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom
new file mode 100644
index 0000000..cac2c4c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.vectordrawable</groupId>
+  <artifactId>vectordrawable</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Android Support VectorDrawable</name>
+  <description>Android Support VectorDrawable</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/vectordrawable#1.2.0-alpha03</url>
+  <inceptionYear>2015</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..f991a16
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+ac84401ede11c3b48a81e67faa638d97
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..6257041
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+7020855340177f7de6b15f0fb15c74f9217c5442
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..967caf7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+005022c99e7239039fcbc2068d9302d0d813601e812d179e3ccc760d44476c64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..8ff0db0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/vectordrawable/vectordrawable/1.2.0-alpha03/vectordrawable-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+1d1e25c8b226a082107017bf63ca6eae4f25ab98649aa808a196839bdbfe13b079c0134f5868fe7b3dd23698a2edff01f619ef2bf7ce281e30c029b7f33c899e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar
index 8306ff4..d69a11b 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.md5
index 4bad74b..897b481 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.md5
@@ -1 +1 @@
-4ee7d5cd84dbc4671d2f855af0505337
\ No newline at end of file
+2ed3cab621029703bfde47d200f1194e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha1
index 3e58d94..3198afc 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha1
@@ -1 +1 @@
-f9df401e5f40cec148323678ed84250d503c4e0c
\ No newline at end of file
+ff34edae09b51bd9b4c0374ec62630e4ba6135f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha256
index 49ab9ae..bd3630b 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha256
@@ -1 +1 @@
-d237576ce61ba8c191f6ce2a9224d27ab0b249bc285bc79a08652a038f05c9f4
\ No newline at end of file
+e1c7568f67558a06ed2a705bfbcf56d45f455e020463ad66229de8b2635d28a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha512
index 03de54f..b2a6d00 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.aar.sha512
@@ -1 +1 @@
-4470ebc1e6a32e3940c30a7458f952bd173be5f1b72d0bd29afa6daed772701219bccc1fbf6b4af65c26e4c501b583563f818df19b165b2117d8d3263591c664
\ No newline at end of file
+200b75ee2bb9d8c46b8efe38ba660a4e832507e67023c21c25a584fa494860e9d806d95631bd5bf0d22c0ba17e7a8c358473d26fda72dd1a800ee4be8ab3e3c2
\ 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 76a7017..91d354d 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -36,11 +36,11 @@
         {
           "name": "versionedparcelable-1.2.0-alpha01.aar",
           "url": "versionedparcelable-1.2.0-alpha01.aar",
-          "size": 30913,
-          "sha512": "4470ebc1e6a32e3940c30a7458f952bd173be5f1b72d0bd29afa6daed772701219bccc1fbf6b4af65c26e4c501b583563f818df19b165b2117d8d3263591c664",
-          "sha256": "d237576ce61ba8c191f6ce2a9224d27ab0b249bc285bc79a08652a038f05c9f4",
-          "sha1": "f9df401e5f40cec148323678ed84250d503c4e0c",
-          "md5": "4ee7d5cd84dbc4671d2f855af0505337"
+          "size": 31705,
+          "sha512": "200b75ee2bb9d8c46b8efe38ba660a4e832507e67023c21c25a584fa494860e9d806d95631bd5bf0d22c0ba17e7a8c358473d26fda72dd1a800ee4be8ab3e3c2",
+          "sha256": "e1c7568f67558a06ed2a705bfbcf56d45f455e020463ad66229de8b2635d28a3",
+          "sha1": "ff34edae09b51bd9b4c0374ec62630e4ba6135f7",
+          "md5": "2ed3cab621029703bfde47d200f1194e"
         }
       ]
     },
@@ -72,11 +72,11 @@
         {
           "name": "versionedparcelable-1.2.0-alpha01.aar",
           "url": "versionedparcelable-1.2.0-alpha01.aar",
-          "size": 30913,
-          "sha512": "4470ebc1e6a32e3940c30a7458f952bd173be5f1b72d0bd29afa6daed772701219bccc1fbf6b4af65c26e4c501b583563f818df19b165b2117d8d3263591c664",
-          "sha256": "d237576ce61ba8c191f6ce2a9224d27ab0b249bc285bc79a08652a038f05c9f4",
-          "sha1": "f9df401e5f40cec148323678ed84250d503c4e0c",
-          "md5": "4ee7d5cd84dbc4671d2f855af0505337"
+          "size": 31705,
+          "sha512": "200b75ee2bb9d8c46b8efe38ba660a4e832507e67023c21c25a584fa494860e9d806d95631bd5bf0d22c0ba17e7a8c358473d26fda72dd1a800ee4be8ab3e3c2",
+          "sha256": "e1c7568f67558a06ed2a705bfbcf56d45f455e020463ad66229de8b2635d28a3",
+          "sha1": "ff34edae09b51bd9b4c0374ec62630e4ba6135f7",
+          "md5": "2ed3cab621029703bfde47d200f1194e"
         }
       ]
     },
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 f46dfe7..58533f9 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 @@
-92e4b0117591ac76f5d3aca97bedd467
\ No newline at end of file
+0ead4e60559a6ec23d97283f2c76649a
\ 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 9830242..00ec350 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 @@
-d827605c72bb132a9177ef9dbdda68f1f85afd49
\ No newline at end of file
+aceaec9a399e7f8ebf4ffa656c9f6e0d9131f33a
\ 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 06c1a65..596af66 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 @@
-c530e038e8362f80cb71b1bcffbb543599f5dfe3936ac99c2e4c0b94d16e6b7b
\ No newline at end of file
+a61ac3e3f4ed0bcf144ecde04b5053e545c6a37c54d0aa7fa626ec0ac3b57a3e
\ 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 6fc92c9..4089436 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 @@
-a28ad8ba0fa11e60123542bf007fe02c6578a509dfedf2566a5fb789d95cdf0e1bf4801a4019aaa8d8de7e4aa92e55e6392011055c51231b6593f615d31be2f4
\ No newline at end of file
+a613aabd1cd21ed5dca705c9b85486460420447f1e2e8aff46912c1eebe96e2aead3f2a2a46e5c37ba364b04ee1d8bd48487266b76f55bc5a91d74c780bb4485
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom
index 7f33b1e..1ec8550 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>VersionedParcelable</name>
   <description>Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/versionedparcelable#1.2.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.md5
index 5721b66..84db4bf 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.md5
@@ -1 +1 @@
-edc2020b217ad6039a227f4ccb1a9161
\ No newline at end of file
+4b1edca060ae7bd48207cf9d29af4db5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha1
index b4ca7a2..a31dd6e 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha1
@@ -1 +1 @@
-3123733e01710d9b94172d35c38f72351c6e1e67
\ No newline at end of file
+7bb64ac680fd609caea81e5bdec8f1ae42ce883c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha256
index 3e4d42c..57c467f 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha256
@@ -1 +1 @@
-08e78e20ca136d17deba1aa22aacbc0e0cee0f920196f2703aa282e41080564c
\ No newline at end of file
+2d18356eed83aaf3989d7ca8ad8e7e95150109a591f87ff8c7075832b1dc4ed6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha512
index 6a79ae5..8131a48 100644
--- a/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/versionedparcelable/versionedparcelable/1.2.0-alpha01/versionedparcelable-1.2.0-alpha01.pom.sha512
@@ -1 +1 @@
-82be645ba928b32cac254d7fa0c8c711134635425760275eab25b11fad23843874697bfd83a5a690b91beba00a3bd3baf6b843492908cd227c587f1992ef5b7f
\ No newline at end of file
+79e670e991086e2a3819e2d236933bf321948e79ec3aa2ecf823837d27d82ecd92189c08fe6aad6c414825131b2e54f53a49f441f6880fe12d079f7221c585b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar
index 01cba8a..b4b6615 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.md5
index 1596c92..bf5bae4 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.md5
@@ -1 +1 @@
-8fc15f7d4019eeb0125e9482cad5db49
\ No newline at end of file
+62174156198d3026f30abdcca42abab4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha1
index 9980869..210d579 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha1
@@ -1 +1 @@
-295e159546073ca06a911c2d7c9471ce75ab9921
\ No newline at end of file
+cc412dca55d5180f184ec43f83820f50b7d21f29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha256
index 64f35aa..04edc03 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha256
@@ -1 +1 @@
-b64b61f2e3ecfe47a9a98f0ab22c9cf5f29a5c8ca91e64c1f80e6e786d73c22e
\ No newline at end of file
+899211180a0511aac03261b01d2f6a213e46bd1a47a7972c8c3005a5168f84e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha512
index 536dcec..966ed2f 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01-sources.jar.sha512
@@ -1 +1 @@
-1965ec6575ca4eb3189e83e13a2f77f81d60e6aeecc0fe99bc18dcb0ff1e7467d6cb329aced3464630888ff81fec94a0cd1a8e5353c119f9c9e6942a6f0dc10b
\ No newline at end of file
+70c5906f66983fbf83410bbe3ebb150eef861e2e85c20a0067bb0e86dc1730a7dd456e581a319fdf63327930d0929f72ab35a1ed78b923e41846f63d44ff6c87
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar
index 8e9dbf2..e05e6bd 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.md5
index 21731e1..f078646 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.md5
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.md5
@@ -1 +1 @@
-20ebe81d322cdfc784cf5a0fb4aca0d2
\ No newline at end of file
+729d3127369bd2cc4f90f82b8e363c20
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha1
index 0620fd6..7ea8732 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha1
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha1
@@ -1 +1 @@
-162dd9a10bae75621eff0e66688b43666b604979
\ No newline at end of file
+9e3ba25e4fe33ab9d95ab037fdc9beef011f122d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha256
index 53a32f5..5eebf79 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha256
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha256
@@ -1 +1 @@
-02864ecb0e81e669f99027168fba66f03224297df90afc44bbbec247a5164c45
\ No newline at end of file
+3ef1a124eb13d8db7cf94aadd1c5e3832a78bec4d9567f1df8c5b9f6ccf4afad
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha512
index ee488a7..ed13fef 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha512
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.aar.sha512
@@ -1 +1 @@
-561b0bdf598f3fa404f5877dac91feb028e5217b32419bb6afa179631fe01e8675bc863350abca8c6c24244daeeffcb350548a64a97dcd3778699f1867164e66
\ No newline at end of file
+9af18bc1141d55aee4667f4a3c4b03a344571f6d585b845ff3ade19a307306baf5f0a2f9a65bd36968d761462cb333af7b3d8e112c9d2a7c84afb9128e514b90
\ 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 21e540e..47ba4de 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.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -43,11 +43,11 @@
         {
           "name": "viewpager-1.1.0-alpha01.aar",
           "url": "viewpager-1.1.0-alpha01.aar",
-          "size": 53208,
-          "sha512": "561b0bdf598f3fa404f5877dac91feb028e5217b32419bb6afa179631fe01e8675bc863350abca8c6c24244daeeffcb350548a64a97dcd3778699f1867164e66",
-          "sha256": "02864ecb0e81e669f99027168fba66f03224297df90afc44bbbec247a5164c45",
-          "sha1": "162dd9a10bae75621eff0e66688b43666b604979",
-          "md5": "20ebe81d322cdfc784cf5a0fb4aca0d2"
+          "size": 54017,
+          "sha512": "9af18bc1141d55aee4667f4a3c4b03a344571f6d585b845ff3ade19a307306baf5f0a2f9a65bd36968d761462cb333af7b3d8e112c9d2a7c84afb9128e514b90",
+          "sha256": "3ef1a124eb13d8db7cf94aadd1c5e3832a78bec4d9567f1df8c5b9f6ccf4afad",
+          "sha1": "9e3ba25e4fe33ab9d95ab037fdc9beef011f122d",
+          "md5": "729d3127369bd2cc4f90f82b8e363c20"
         }
       ]
     },
@@ -86,11 +86,11 @@
         {
           "name": "viewpager-1.1.0-alpha01.aar",
           "url": "viewpager-1.1.0-alpha01.aar",
-          "size": 53208,
-          "sha512": "561b0bdf598f3fa404f5877dac91feb028e5217b32419bb6afa179631fe01e8675bc863350abca8c6c24244daeeffcb350548a64a97dcd3778699f1867164e66",
-          "sha256": "02864ecb0e81e669f99027168fba66f03224297df90afc44bbbec247a5164c45",
-          "sha1": "162dd9a10bae75621eff0e66688b43666b604979",
-          "md5": "20ebe81d322cdfc784cf5a0fb4aca0d2"
+          "size": 54017,
+          "sha512": "9af18bc1141d55aee4667f4a3c4b03a344571f6d585b845ff3ade19a307306baf5f0a2f9a65bd36968d761462cb333af7b3d8e112c9d2a7c84afb9128e514b90",
+          "sha256": "3ef1a124eb13d8db7cf94aadd1c5e3832a78bec4d9567f1df8c5b9f6ccf4afad",
+          "sha1": "9e3ba25e4fe33ab9d95ab037fdc9beef011f122d",
+          "md5": "729d3127369bd2cc4f90f82b8e363c20"
         }
       ]
     },
@@ -107,10 +107,10 @@
           "name": "viewpager-1.1.0-alpha01-sources.jar",
           "url": "viewpager-1.1.0-alpha01-sources.jar",
           "size": 38486,
-          "sha512": "1965ec6575ca4eb3189e83e13a2f77f81d60e6aeecc0fe99bc18dcb0ff1e7467d6cb329aced3464630888ff81fec94a0cd1a8e5353c119f9c9e6942a6f0dc10b",
-          "sha256": "b64b61f2e3ecfe47a9a98f0ab22c9cf5f29a5c8ca91e64c1f80e6e786d73c22e",
-          "sha1": "295e159546073ca06a911c2d7c9471ce75ab9921",
-          "md5": "8fc15f7d4019eeb0125e9482cad5db49"
+          "sha512": "70c5906f66983fbf83410bbe3ebb150eef861e2e85c20a0067bb0e86dc1730a7dd456e581a319fdf63327930d0929f72ab35a1ed78b923e41846f63d44ff6c87",
+          "sha256": "899211180a0511aac03261b01d2f6a213e46bd1a47a7972c8c3005a5168f84e2",
+          "sha1": "cc412dca55d5180f184ec43f83820f50b7d21f29",
+          "md5": "62174156198d3026f30abdcca42abab4"
         }
       ]
     }
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 44d8373..8a35f06 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 @@
-793f85b46116d851661677ab57a76611
\ No newline at end of file
+a6b610f7be8e80cc8865e06c78b4fe1c
\ 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 9853eb4..06338fd 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 @@
-86e1798df110cb40e6301d3d1a28b7ee62b49f27
\ No newline at end of file
+d22b38649de43029e256ad61647445d7c1951a79
\ 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 05f7637..b33d758 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 @@
-9f3b210c62233a974330793c869bb4dcc3e8b3ced793e860131a112baa65cffa
\ No newline at end of file
+4a801901351e3dd9456f36dbd67788e543da8d9b826e63029540c4d586327a99
\ 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 21ec2a5..4cec932 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 @@
-d901bd2779ea6c0db4124205e11009ad5f949adb98695dd8a89a31ac59026c8ce429a95fd1abeaba37da8f5887b57ca844271d400d2b8ecde992cbe9f692900e
\ No newline at end of file
+f7bac7756fa22a230d1b51545214d6294e488a9337c2302e8709e2b8f7a693eeb1ff8b3441249de437190402b506cd84721d94fbbdd165ee747a588072f99a8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom
index 783bcef..8c9e918 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>Android Support Library View Pager</name>
   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/viewpager#1.1.0-alpha01</url>
   <inceptionYear>2018</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.md5
index 84be76f..02b5bc7 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.md5
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.md5
@@ -1 +1 @@
-08d5d535585369cada7b2320359d281f
\ No newline at end of file
+30f9a0632ab85e1c4ed94df180fa8ca2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha1
index b079576..aaa01af 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha1
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha1
@@ -1 +1 @@
-64b9b94a2018f584a4f1da974af7e87659b16978
\ No newline at end of file
+a8a48cdf443ec890c065157851be97e29fdc02d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha256
index 8df7b48..d721b06 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha256
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha256
@@ -1 +1 @@
-eb81e6f8a4023f52c80d8429f8cfb1ff7df6ed7d44dd0e8974af7b1106d3b2d1
\ No newline at end of file
+108a669f898564312b8258cf1149d8eec8599808fc40712cf10c9218e65fd457
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha512
index 4d379db..b189e26 100644
--- a/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha512
+++ b/current/androidx/m2repository/androidx/viewpager/viewpager/1.1.0-alpha01/viewpager-1.1.0-alpha01.pom.sha512
@@ -1 +1 @@
-9a46e789d61d5c69148d6e13aa5f5a78a2aa00b20bdf0740a301ec942fa5b4d10a7ce6b7d1b9c86c2850ba32f85617291c1d975b7d36e3c0ac43bfdf19977099
\ No newline at end of file
+b934c75bbcfb8a0a66af968ca0b1fb34147bc38b7d794c7d3443ad812e44a84a5b048a4650222978597cdef79cff9a32e704f663f16c09be60cf9061cbb484d0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar
index 3b967e6..4a8f78f 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.md5
index 18d61c6..1a22c93 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.md5
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.md5
@@ -1 +1 @@
-2aa675d723baddf529c10c1d1823fc8f
\ No newline at end of file
+d1da2f3fd12199b88e3da5a73fc54b3d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha1
index 027ae86..010094d 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha1
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha1
@@ -1 +1 @@
-ed5a4a7bfd10723571a47beeb95fecb73562c7fb
\ No newline at end of file
+921826aed498ed0ebd4304290c9d7be5da573f73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha256
index 455fe69..7c02732 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha256
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha256
@@ -1 +1 @@
-497d038c80fd41aa6e02d8022df82d41897dd3916a04d5e595e99a214248f1f8
\ No newline at end of file
+bd9cd5ce12ec38a6b4593303675ab35c9a95273b28c51876f409a2dd4dcb3823
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha512
index e610364..f10a948 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha512
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02-sources.jar.sha512
@@ -1 +1 @@
-a22602877a32ee35dc258ef746fcdbc529e80b0187d243473f342df0b77001af809fd98cfaa64471651e293e2c03026a8cf1db6dda283d255c1b06d55d1a922d
\ No newline at end of file
+9332cf0e1bbe97ca06a640c27ad7b8c65a0cffaa0c4074abaa11adbca832e2c1220cb4fd4e1fa736bff96a1343651045b390f274a6182abb3577e76e583a51e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar
index fdc934d..4a1b27a 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.md5
index e6ef53f..afb0dd5 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.md5
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.md5
@@ -1 +1 @@
-3d6a2b858b8a38247d33b400e40710ef
\ No newline at end of file
+e252181f70792c41e08daa4e9e738eda
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha1
index cd9b119..b413751 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha1
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha1
@@ -1 +1 @@
-edbe1d64d2ccae8ea0ce4c37d525e5973598396e
\ No newline at end of file
+034bec56c38cf80e26077c5eb03b05119bc5c6f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha256
index 66d42d6..6b82029 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha256
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha256
@@ -1 +1 @@
-8969c8c332bf1bf293a354f5bdfe2cb2e8fafd12bbdf0d5c77de4810ef222585
\ No newline at end of file
+23fc2576a1d7bed6da2d9fab8f2a516f14898ea7c1dcb717c579f26725b74922
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha512
index aab2439..8d6440b 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha512
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.aar.sha512
@@ -1 +1 @@
-fc8b24ef3720e1528ce0812e152f32ff6c80443819201c5e6afb535bd5f95ee5f3082b5561d50311585d45d2687eddf9fbb82731e4fcfac91f783b36ce467ba0
\ No newline at end of file
+91d939c8678b69976639fc406087745d3152b54527e00bbb72710de58de6cc62edcaca764cf58c0a8e4de1fe6bfe561a4395873c4006e044e2041c2cadbe8035
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module
index 9fd0b74..9a68700 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module
@@ -10,8 +10,8 @@
   },
   "createdBy": {
     "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
+      "version": "6.8.1",
+      "buildId:": "7164647"
     }
   },
   "variants": [
@@ -42,7 +42,7 @@
           "group": "androidx.recyclerview",
           "module": "recyclerview",
           "version": {
-            "requires": "1.2.0-alpha04"
+            "requires": "1.2.0-alpha06"
           }
         }
       ],
@@ -50,11 +50,11 @@
         {
           "name": "viewpager2-1.1.0-alpha02.aar",
           "url": "viewpager2-1.1.0-alpha02.aar",
-          "size": 65848,
-          "sha512": "fc8b24ef3720e1528ce0812e152f32ff6c80443819201c5e6afb535bd5f95ee5f3082b5561d50311585d45d2687eddf9fbb82731e4fcfac91f783b36ce467ba0",
-          "sha256": "8969c8c332bf1bf293a354f5bdfe2cb2e8fafd12bbdf0d5c77de4810ef222585",
-          "sha1": "edbe1d64d2ccae8ea0ce4c37d525e5973598396e",
-          "md5": "3d6a2b858b8a38247d33b400e40710ef"
+          "size": 66703,
+          "sha512": "91d939c8678b69976639fc406087745d3152b54527e00bbb72710de58de6cc62edcaca764cf58c0a8e4de1fe6bfe561a4395873c4006e044e2041c2cadbe8035",
+          "sha256": "23fc2576a1d7bed6da2d9fab8f2a516f14898ea7c1dcb717c579f26725b74922",
+          "sha1": "034bec56c38cf80e26077c5eb03b05119bc5c6f7",
+          "md5": "e252181f70792c41e08daa4e9e738eda"
         }
       ]
     },
@@ -85,7 +85,7 @@
           "group": "androidx.recyclerview",
           "module": "recyclerview",
           "version": {
-            "requires": "1.2.0-alpha04"
+            "requires": "1.2.0-alpha06"
           }
         },
         {
@@ -107,11 +107,11 @@
         {
           "name": "viewpager2-1.1.0-alpha02.aar",
           "url": "viewpager2-1.1.0-alpha02.aar",
-          "size": 65848,
-          "sha512": "fc8b24ef3720e1528ce0812e152f32ff6c80443819201c5e6afb535bd5f95ee5f3082b5561d50311585d45d2687eddf9fbb82731e4fcfac91f783b36ce467ba0",
-          "sha256": "8969c8c332bf1bf293a354f5bdfe2cb2e8fafd12bbdf0d5c77de4810ef222585",
-          "sha1": "edbe1d64d2ccae8ea0ce4c37d525e5973598396e",
-          "md5": "3d6a2b858b8a38247d33b400e40710ef"
+          "size": 66703,
+          "sha512": "91d939c8678b69976639fc406087745d3152b54527e00bbb72710de58de6cc62edcaca764cf58c0a8e4de1fe6bfe561a4395873c4006e044e2041c2cadbe8035",
+          "sha256": "23fc2576a1d7bed6da2d9fab8f2a516f14898ea7c1dcb717c579f26725b74922",
+          "sha1": "034bec56c38cf80e26077c5eb03b05119bc5c6f7",
+          "md5": "e252181f70792c41e08daa4e9e738eda"
         }
       ]
     },
@@ -127,11 +127,11 @@
         {
           "name": "viewpager2-1.1.0-alpha02-sources.jar",
           "url": "viewpager2-1.1.0-alpha02-sources.jar",
-          "size": 38453,
-          "sha512": "a22602877a32ee35dc258ef746fcdbc529e80b0187d243473f342df0b77001af809fd98cfaa64471651e293e2c03026a8cf1db6dda283d255c1b06d55d1a922d",
-          "sha256": "497d038c80fd41aa6e02d8022df82d41897dd3916a04d5e595e99a214248f1f8",
-          "sha1": "ed5a4a7bfd10723571a47beeb95fecb73562c7fb",
-          "md5": "2aa675d723baddf529c10c1d1823fc8f"
+          "size": 39328,
+          "sha512": "9332cf0e1bbe97ca06a640c27ad7b8c65a0cffaa0c4074abaa11adbca832e2c1220cb4fd4e1fa736bff96a1343651045b390f274a6182abb3577e76e583a51e6",
+          "sha256": "bd9cd5ce12ec38a6b4593303675ab35c9a95273b28c51876f409a2dd4dcb3823",
+          "sha1": "921826aed498ed0ebd4304290c9d7be5da573f73",
+          "md5": "d1da2f3fd12199b88e3da5a73fc54b3d"
         }
       ]
     }
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.md5
index dbd6b0a..4148cec 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.md5
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.md5
@@ -1 +1 @@
-8fe94a40a81cbb590ce8abc2a20eb444
\ No newline at end of file
+32bd3ad1126f70a05852449acd335d1d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha1
index 5b1ef9d..0f3282c 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha1
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha1
@@ -1 +1 @@
-80d7b3859c9438ed7e5691131b12eb528b76776e
\ No newline at end of file
+c67ae38e0a4eb9d86d672557075c122ba9b89714
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha256
index cbe5aeb..164ef39 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha256
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha256
@@ -1 +1 @@
-2a6726b24c598dc990ff2207f60fac1b0171093e8d1f0832e6bf0845dc82c050
\ No newline at end of file
+4b9eede8fdc7f3e80e61930b279f10a901da4c4920453572d286c2586b9b6abb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha512
index 9c7adc7..54dd95a 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha512
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.module.sha512
@@ -1 +1 @@
-db336710f62c4e1d0de79cc4d9e75db4fc9f5a229f313b3a45f77230fa1acd045f732d944f435ebede7e45578c8c503e61bbafa59a9a657b5a34ab923b8cc01a
\ No newline at end of file
+b3e079761c3937593c2a34a038d370096bd3d443cb79ac91690d50d5569e4ff2caf92728d44e9a0e7c6f0a0a9b3f70f49535b1572bf65c0dfc5647dd012b5743
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom
index 86593d3..cebbabd 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom
@@ -12,7 +12,7 @@
   <packaging>aar</packaging>
   <name>AndroidX Widget ViewPager2</name>
   <description>AndroidX Widget ViewPager2</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
+  <url>https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha02</url>
   <inceptionYear>2017</inceptionYear>
   <licenses>
     <license>
@@ -28,7 +28,7 @@
   </developers>
   <scm>
     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
   </scm>
   <dependencies>
     <dependency>
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>androidx.recyclerview</groupId>
       <artifactId>recyclerview</artifactId>
-      <version>1.2.0-alpha04</version>
+      <version>1.2.0-alpha06</version>
       <scope>compile</scope>
       <type>aar</type>
     </dependency>
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.md5
index dbd48c1..d1e0c4a 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.md5
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.md5
@@ -1 +1 @@
-ded64b9f05eb9bd87a0d5a30b543cdf3
\ No newline at end of file
+971cfcd36f16a465d791d2f28477d7d4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha1
index 6d2c642..c9fcfd4 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha1
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha1
@@ -1 +1 @@
-93e08b623cfcd6051760c40905d0472d60faeae9
\ No newline at end of file
+1336d477118fa5fcb95b3cadb8457c17f0b7dda6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha256
index 06ae9ed..8a9c43c 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha256
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha256
@@ -1 +1 @@
-3bd420f6d33c91da9c1bd0a8d4b2653ccb302063123b61a3e0fb265ee6ce10a3
\ No newline at end of file
+51b6a43dfa891bafdfc2ba1d70924970f75c54f3eb56d5f5f35bc2e566b3240c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha512
index c5629bb..58d21cc 100644
--- a/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha512
+++ b/current/androidx/m2repository/androidx/viewpager2/viewpager2/1.1.0-alpha02/viewpager2-1.1.0-alpha02.pom.sha512
@@ -1 +1 @@
-bf91d2f23541ca29db2a5d4bf3d0cf8f84703e9adf3aa832c3554048f39e4e50db62e62ed5c0d78238ab2e34eba7b04bdeae96add9d4ab551ac9c72532d3598f
\ No newline at end of file
+a204d2d25da5c8eff89d35ea70d584f2360252081e86172eb4d41f34743ec9c1e9f2e47b63d5f24ca4278b61ef6bc6db264361430d3d88f01e38cc43ad016115
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar
deleted file mode 100644
index 9ee179c..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.md5
deleted file mode 100644
index 0d37022..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-58c90643e289207f8fd34420c2a14b29
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha1
deleted file mode 100644
index d0d6781..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6905409cd9d24ca7f07cb20699a4d724644decca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha256
deleted file mode 100644
index 434f6b1..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-c96707f9132b6e7e1df11e1c981addb0919838f6510b7764015c8667cc2c7655
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha512
deleted file mode 100644
index 5b4a5de..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-661985157aa000453076905ca03a64555b3dfa857680d65bdefaaff3bac628f460fd6c5300e87cea07f8d5f416c5d40c759e0cbd0b2513bb566aaa7ae9397ef0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar
deleted file mode 100644
index 1d50570..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.md5
deleted file mode 100644
index 309961f..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-c4b463012a338ed607a6578b22638dfa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha1
deleted file mode 100644
index 6a8b454..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4fca5267b9c00750c7417e042b3e8701b1e1fd7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha256
deleted file mode 100644
index 54bd247..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-3d0dca87bf102129e391355a644ff968141eabfe19f334b92c1cf00c091ed2d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha512
deleted file mode 100644
index 73bf2fb..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-9109a76c9c5d49b0c46e9ed58f8ae6b54d062bc45c09f64c8bc66324283e0c015b9c048a9c8eafedc72c34d631204afc5ef53fcfd372a9e9783ffee2c62e1530
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module
deleted file mode 100644
index c625022..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module
+++ /dev/null
@@ -1,181 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.wear",
-    "module": "wear",
-    "version": "1.2.0-alpha01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.swiperefreshlayout",
-          "module": "swiperefreshlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.4"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-rc01"
-          }
-        },
-        {
-          "group": "androidx.constraintlayout",
-          "module": "constraintlayout",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "thirdPartyCompatibility": {
-            "artifactSelector": {
-              "name": "constraintlayout",
-              "type": "aar",
-              "extension": "aar"
-            }
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "wear-1.2.0-alpha01.aar",
-          "url": "wear-1.2.0-alpha01.aar",
-          "size": 266027,
-          "sha512": "9109a76c9c5d49b0c46e9ed58f8ae6b54d062bc45c09f64c8bc66324283e0c015b9c048a9c8eafedc72c34d631204afc5ef53fcfd372a9e9783ffee2c62e1530",
-          "sha256": "3d0dca87bf102129e391355a644ff968141eabfe19f334b92c1cf00c091ed2d8",
-          "sha1": "4fca5267b9c00750c7417e042b3e8701b1e1fd7a",
-          "md5": "c4b463012a338ed607a6578b22638dfa"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.swiperefreshlayout",
-          "module": "swiperefreshlayout",
-          "version": {
-            "requires": "1.0.0"
-          }
-        },
-        {
-          "group": "androidx.fragment",
-          "module": "fragment",
-          "version": {
-            "requires": "1.2.4"
-          }
-        },
-        {
-          "group": "androidx.recyclerview",
-          "module": "recyclerview",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.3.0-rc01"
-          }
-        },
-        {
-          "group": "androidx.constraintlayout",
-          "module": "constraintlayout",
-          "version": {
-            "requires": "1.1.0"
-          },
-          "thirdPartyCompatibility": {
-            "artifactSelector": {
-              "name": "constraintlayout",
-              "type": "aar",
-              "extension": "aar"
-            }
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "wear-1.2.0-alpha01.aar",
-          "url": "wear-1.2.0-alpha01.aar",
-          "size": 266027,
-          "sha512": "9109a76c9c5d49b0c46e9ed58f8ae6b54d062bc45c09f64c8bc66324283e0c015b9c048a9c8eafedc72c34d631204afc5ef53fcfd372a9e9783ffee2c62e1530",
-          "sha256": "3d0dca87bf102129e391355a644ff968141eabfe19f334b92c1cf00c091ed2d8",
-          "sha1": "4fca5267b9c00750c7417e042b3e8701b1e1fd7a",
-          "md5": "c4b463012a338ed607a6578b22638dfa"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "wear-1.2.0-alpha01-sources.jar",
-          "url": "wear-1.2.0-alpha01-sources.jar",
-          "size": 111258,
-          "sha512": "661985157aa000453076905ca03a64555b3dfa857680d65bdefaaff3bac628f460fd6c5300e87cea07f8d5f416c5d40c759e0cbd0b2513bb566aaa7ae9397ef0",
-          "sha256": "c96707f9132b6e7e1df11e1c981addb0919838f6510b7764015c8667cc2c7655",
-          "sha1": "6905409cd9d24ca7f07cb20699a4d724644decca",
-          "md5": "58c90643e289207f8fd34420c2a14b29"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.md5
deleted file mode 100644
index 35e44d5..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-e6983c40ec33da37494e305ea184afa3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha1
deleted file mode 100644
index 85d56a7..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8e55efd9afc426043490569ab10cac9f274db51e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha256
deleted file mode 100644
index 8a9f97b..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-38504e396c501d7d0bcf1f92bcb819ca7fa416bdc35633da1f3b18f8d95f8fbb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha512
deleted file mode 100644
index a16240a..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-3ce9052d48673acee6d4c78521eb606a24028011cea65e9498319a0268b7922bc4a372b60e36c6b03d796cb2b1b7476bdf156d3a569118369de032b61afd52a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom
deleted file mode 100644
index 0ab9843..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.wear</groupId>
-  <artifactId>wear</artifactId>
-  <version>1.2.0-alpha01</version>
-  <packaging>aar</packaging>
-  <name>Android Wear Support UI</name>
-  <description>Android Wear Support UI</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2016</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.swiperefreshlayout</groupId>
-      <artifactId>swiperefreshlayout</artifactId>
-      <version>1.0.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.fragment</groupId>
-      <artifactId>fragment</artifactId>
-      <version>1.2.4</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.recyclerview</groupId>
-      <artifactId>recyclerview</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.3.0-rc01</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-    <dependency>
-      <groupId>androidx.constraintlayout</groupId>
-      <artifactId>constraintlayout</artifactId>
-      <version>1.1.0</version>
-      <type>aar</type>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.md5
deleted file mode 100644
index 5d219ea..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-880cbc232cb5a2c958eeea1818e632e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha1
deleted file mode 100644
index 25bf862..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-584df8d1efa53b17afc3afeb899cdb1976633fb8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha256
deleted file mode 100644
index ecd6496..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-a4a595142ccb102927c5cc4215d001a5aa9f064a20d6d77c84b89eee2f30eccd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha512
deleted file mode 100644
index be98327..0000000
--- a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha01/wear-1.2.0-alpha01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-112386c573b9a9357033a66c872e7a9cb491af26497172968a5278e2de653b1fb03d650709fdc203017a43fae25deea3e4c1de55c259038632ffc331b85a0c81
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar
new file mode 100644
index 0000000..e5b2a22
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.md5
new file mode 100644
index 0000000..f087038
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.md5
@@ -0,0 +1 @@
+b0dc5e1e227d03c2be2fdb787083c89e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha1
new file mode 100644
index 0000000..bfda1cb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha1
@@ -0,0 +1 @@
+a885f098be0866d742c3434388c66a0b3626bc83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha256
new file mode 100644
index 0000000..12f9141
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha256
@@ -0,0 +1 @@
+c45fbc2677cdf36294413546b2b7de93361b7ab31a992f2abe117957b46f936a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha512
new file mode 100644
index 0000000..26d0ad0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07-sources.jar.sha512
@@ -0,0 +1 @@
+8fe03997abf605f01852e74c1836081e1b4e781e904feded8cf1e837aa5ca4633404af4e4dba744aff0bf4b52a0ffcfd9d4a5085a8b8593686a5ee25c493ab8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar
new file mode 100644
index 0000000..4edd734
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.md5
new file mode 100644
index 0000000..5d8f082
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.md5
@@ -0,0 +1 @@
+58fa4825c83a378500b1b3f8f60f13fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha1
new file mode 100644
index 0000000..cedd5a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha1
@@ -0,0 +1 @@
+95b51f816ef978e88abc8d9005916a432e663dd6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha256
new file mode 100644
index 0000000..44ddd3b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha256
@@ -0,0 +1 @@
+54edd6240c9f8e8b1ac48669d44a9d8365f0f2623dd56ea0d75d847891e691a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha512
new file mode 100644
index 0000000..1fa29e9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.aar.sha512
@@ -0,0 +1 @@
+a6da150619bb748019faf72a9f8853b5882be79bade4899124d8568f50102823adcb31f5e1944a4f790e5ab175e66ef4a84aa34772406b4ec3c04d25543d77c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module
new file mode 100644
index 0000000..18e9f0a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module
@@ -0,0 +1,174 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.wear",
+    "module": "wear",
+    "version": "1.2.0-alpha07",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.swiperefreshlayout",
+          "module": "swiperefreshlayout",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.4"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "wear-1.2.0-alpha07.aar",
+          "url": "wear-1.2.0-alpha07.aar",
+          "size": 298199,
+          "sha512": "a6da150619bb748019faf72a9f8853b5882be79bade4899124d8568f50102823adcb31f5e1944a4f790e5ab175e66ef4a84aa34772406b4ec3c04d25543d77c6",
+          "sha256": "54edd6240c9f8e8b1ac48669d44a9d8365f0f2623dd56ea0d75d847891e691a1",
+          "sha1": "95b51f816ef978e88abc8d9005916a432e663dd6",
+          "md5": "58fa4825c83a378500b1b3f8f60f13fd"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.swiperefreshlayout",
+          "module": "swiperefreshlayout",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.2.4"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.versionedparcelable",
+          "module": "versionedparcelable",
+          "version": {
+            "requires": "1.1.1"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.5.0-alpha04"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "wear-1.2.0-alpha07.aar",
+          "url": "wear-1.2.0-alpha07.aar",
+          "size": 298199,
+          "sha512": "a6da150619bb748019faf72a9f8853b5882be79bade4899124d8568f50102823adcb31f5e1944a4f790e5ab175e66ef4a84aa34772406b4ec3c04d25543d77c6",
+          "sha256": "54edd6240c9f8e8b1ac48669d44a9d8365f0f2623dd56ea0d75d847891e691a1",
+          "sha1": "95b51f816ef978e88abc8d9005916a432e663dd6",
+          "md5": "58fa4825c83a378500b1b3f8f60f13fd"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "wear-1.2.0-alpha07-sources.jar",
+          "url": "wear-1.2.0-alpha07-sources.jar",
+          "size": 134747,
+          "sha512": "8fe03997abf605f01852e74c1836081e1b4e781e904feded8cf1e837aa5ca4633404af4e4dba744aff0bf4b52a0ffcfd9d4a5085a8b8593686a5ee25c493ab8b",
+          "sha256": "c45fbc2677cdf36294413546b2b7de93361b7ab31a992f2abe117957b46f936a",
+          "sha1": "a885f098be0866d742c3434388c66a0b3626bc83",
+          "md5": "b0dc5e1e227d03c2be2fdb787083c89e"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.md5
new file mode 100644
index 0000000..34e6451
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.md5
@@ -0,0 +1 @@
+f1acc85334db7c48f6be125e7c2749c4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha1
new file mode 100644
index 0000000..a479047
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha1
@@ -0,0 +1 @@
+8c1c4e20319521fad43eb0ed62cd971cca6edc2e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha256
new file mode 100644
index 0000000..97b20a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha256
@@ -0,0 +1 @@
+40cea79b6cdf2e54ec79f37a34420f1084a2b0937897143a7d0fcf1a6a93001e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha512
new file mode 100644
index 0000000..7dbe41d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.module.sha512
@@ -0,0 +1 @@
+4c61caa5aa0a19f0ae18dd79d26faca80cc41aa523bf7f2beab08cc4245dd43c1d229267c757d5dcd777180858c42fbe7b52ef32276d2620cdac07fbebf89648
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom
new file mode 100644
index 0000000..493c649
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.wear</groupId>
+  <artifactId>wear</artifactId>
+  <version>1.2.0-alpha07</version>
+  <packaging>aar</packaging>
+  <name>Android Wear Support UI</name>
+  <description>Android Wear Support UI</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/wear#1.2.0-alpha07</url>
+  <inceptionYear>2016</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.swiperefreshlayout</groupId>
+      <artifactId>swiperefreshlayout</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>1.2.4</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.5.0-alpha04</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.versionedparcelable</groupId>
+      <artifactId>versionedparcelable</artifactId>
+      <version>1.1.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core-ktx</artifactId>
+      <version>1.5.0-alpha04</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.md5 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.md5
new file mode 100644
index 0000000..07a2ec2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.md5
@@ -0,0 +1 @@
+6d32ff7a2b769db9fe92603f184b85bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha1 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha1
new file mode 100644
index 0000000..c703b2c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha1
@@ -0,0 +1 @@
+831813c5562f9b913f6a78bf46043acc499f6728
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha256 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha256
new file mode 100644
index 0000000..018518e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha256
@@ -0,0 +1 @@
+16c4ad9ef4e7fac872bfb60227ee41d3a97920ae1f49966772bedb6f4d5713b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha512 b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha512
new file mode 100644
index 0000000..5c15b37
--- /dev/null
+++ b/current/androidx/m2repository/androidx/wear/wear/1.2.0-alpha07/wear-1.2.0-alpha07.pom.sha512
@@ -0,0 +1 @@
+0b0ae190d4365eb48a8d3f7d38e564c6831f7ca013bb4847ed9c2937c540f1aec0da8305a916ded5d84812a47f5a15be4c688a127455a836c6fa2a8915025edb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar
deleted file mode 100644
index 34b98e4..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.md5
deleted file mode 100644
index e8cb19b..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e4a94c86ad5403b23dba17b0da5cf713
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha1
deleted file mode 100644
index ff31750..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a2aac302a29fd75e02e0a4f8b57feec1df977059
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha256
deleted file mode 100644
index 55b1f63..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-00f17a1877e57820ccfb03e51da7dcf7735f6706e40692b906ea0fd776c4e8db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha512
deleted file mode 100644
index 2a71bfb..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-f9856b1418d543c216d06e2706a568ed7038b965054ff72f1aa44ec2706e5a80c6e62d06af631fa7e1537c72df379b30f893c691716372f7326d84d22ddbcb26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar
deleted file mode 100644
index 3cfabaf..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar
+++ /dev/null
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.md5
deleted file mode 100644
index cf7408a..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-68e7de917d23ffe0954829588f12e5a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha1
deleted file mode 100644
index 0ef69e6..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-55ad033db0ab15186a7191f743b79ecf100c4b42
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha256
deleted file mode 100644
index 594fbcc..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4cb23d92880356ff10f00f1859f46a117b7837321d63621dc39e548157981f64
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha512
deleted file mode 100644
index 62f93f2..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-5908cee584a44186aaa597f3c415787bad8a8938096f1c3fd02773b328a1293316306dc1d8c067b976451174545ec13d6ca851ad6f9ce33f18a45823a4514965
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module
deleted file mode 100644
index df53aba..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "formatVersion": "1.1",
-  "component": {
-    "group": "androidx.webkit",
-    "module": "webkit",
-    "version": "1.3.0-rc01",
-    "attributes": {
-      "org.gradle.status": "release"
-    }
-  },
-  "createdBy": {
-    "gradle": {
-      "version": "6.5",
-      "buildId:": "6616358"
-    }
-  },
-  "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.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "webkit-1.3.0-rc01.aar",
-          "url": "webkit-1.3.0-rc01.aar",
-          "size": 99856,
-          "sha512": "5908cee584a44186aaa597f3c415787bad8a8938096f1c3fd02773b328a1293316306dc1d8c067b976451174545ec13d6ca851ad6f9ce33f18a45823a4514965",
-          "sha256": "4cb23d92880356ff10f00f1859f46a117b7837321d63621dc39e548157981f64",
-          "sha1": "55ad033db0ab15186a7191f743b79ecf100c4b42",
-          "md5": "68e7de917d23ffe0954829588f12e5a1"
-        }
-      ]
-    },
-    {
-      "name": "releaseRuntimePublication",
-      "attributes": {
-        "org.gradle.category": "library",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.libraryelements": "aar",
-        "org.gradle.usage": "java-runtime"
-      },
-      "dependencies": [
-        {
-          "group": "androidx.annotation",
-          "module": "annotation",
-          "version": {
-            "requires": "1.1.0"
-          }
-        },
-        {
-          "group": "androidx.core",
-          "module": "core",
-          "version": {
-            "requires": "1.1.0"
-          }
-        }
-      ],
-      "files": [
-        {
-          "name": "webkit-1.3.0-rc01.aar",
-          "url": "webkit-1.3.0-rc01.aar",
-          "size": 99856,
-          "sha512": "5908cee584a44186aaa597f3c415787bad8a8938096f1c3fd02773b328a1293316306dc1d8c067b976451174545ec13d6ca851ad6f9ce33f18a45823a4514965",
-          "sha256": "4cb23d92880356ff10f00f1859f46a117b7837321d63621dc39e548157981f64",
-          "sha1": "55ad033db0ab15186a7191f743b79ecf100c4b42",
-          "md5": "68e7de917d23ffe0954829588f12e5a1"
-        }
-      ]
-    },
-    {
-      "name": "sourcesElements",
-      "attributes": {
-        "org.gradle.category": "documentation",
-        "org.gradle.dependency.bundling": "external",
-        "org.gradle.docstype": "sources",
-        "org.gradle.usage": "java-runtime"
-      },
-      "files": [
-        {
-          "name": "webkit-1.3.0-rc01-sources.jar",
-          "url": "webkit-1.3.0-rc01-sources.jar",
-          "size": 116805,
-          "sha512": "f9856b1418d543c216d06e2706a568ed7038b965054ff72f1aa44ec2706e5a80c6e62d06af631fa7e1537c72df379b30f893c691716372f7326d84d22ddbcb26",
-          "sha256": "00f17a1877e57820ccfb03e51da7dcf7735f6706e40692b906ea0fd776c4e8db",
-          "sha1": "a2aac302a29fd75e02e0a4f8b57feec1df977059",
-          "md5": "e4a94c86ad5403b23dba17b0da5cf713"
-        }
-      ]
-    }
-  ]
-}
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.md5
deleted file mode 100644
index 5a8aa42..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-01f7dea9bd769b403131a7ce60bd7985
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha1
deleted file mode 100644
index 60d8b02..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-871f96d365237821ca244ca83c74f198389816d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha256
deleted file mode 100644
index df50c14..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-ed648bf71e5f1562d5ad2dcf20050d01f47b79fb004879ece53f3851d15ef8af
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha512
deleted file mode 100644
index 819a351..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-94344c19d143d129c6510156b3ab8ba543261dfd491ea0cdfbd810b0df81931a14b5db43417080435538676af9fbe2df37ffd84000f235102d7de0c1399d172f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom
deleted file mode 100644
index dd8d098..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!-- This module was also published with a richer model, Gradle metadata,  -->
-  <!-- which should be used instead. Do not delete the following line which  -->
-  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
-  <!-- that they should prefer consuming it instead. -->
-  <!-- do_not_remove: published-with-gradle-metadata -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>androidx.webkit</groupId>
-  <artifactId>webkit</artifactId>
-  <version>1.3.0-rc01</version>
-  <packaging>aar</packaging>
-  <name>WebView Support Library</name>
-  <description>The WebView Support Library is a static library you can add to your Android application in order to use android.webkit APIs that are not available for older platform versions.</description>
-  <url>https://developer.android.com/jetpack/androidx</url>
-  <inceptionYear>2017</inceptionYear>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>The Android Open Source Project</name>
-    </developer>
-  </developers>
-  <scm>
-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
-    <url>http://source.android.com</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>androidx.annotation</groupId>
-      <artifactId>annotation</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>androidx.core</groupId>
-      <artifactId>core</artifactId>
-      <version>1.1.0</version>
-      <scope>compile</scope>
-      <type>aar</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.md5
deleted file mode 100644
index 5eeadea..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-dd680b41d96383d86c1b1f4eedd2b70c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha1
deleted file mode 100644
index b929763..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-844a118d496d89074980a327fcc8efc9f48a43c7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha256
deleted file mode 100644
index 00a92a3..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-0792fdfb933a1b35304e0d63c9b79a77514f06df8e29ba6f3bbb602cc1cc2b7a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha512
deleted file mode 100644
index 0158d5b..0000000
--- a/current/androidx/m2repository/androidx/webkit/webkit/1.3.0-rc01/webkit-1.3.0-rc01.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-2621f20c8be4ce07113e2a9dc979e19176af4b7d1fe0d860ab5cd49e52d7eaf62f4cdb9de7f6077f50419b517a81e06ea12030aedd1261dff57c6718ff2b9b31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar
new file mode 100644
index 0000000..6105b8c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.md5
new file mode 100644
index 0000000..163594a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.md5
@@ -0,0 +1 @@
+09b1712f7f341c973bb04bf6e97ff0f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha1
new file mode 100644
index 0000000..a5443c7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha1
@@ -0,0 +1 @@
+8a0c3f3cb68a2af83b2719542428a325630e6056
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha256
new file mode 100644
index 0000000..b5cc59c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha256
@@ -0,0 +1 @@
+8d1b58a52915115154e3de7d7a4a5b6a2b61c637e615adb3588ae551bc12dda2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha512
new file mode 100644
index 0000000..bba6b6f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01-sources.jar.sha512
@@ -0,0 +1 @@
+3e3888a1949cfa6d1151c21bccb8eeab79abca42e825d5f64fafffd751c0bddcd4fec10b4c43d1a11952989772096497e77b156bcc7bd669018769a457b27ca0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar
new file mode 100644
index 0000000..a7c74d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.md5
new file mode 100644
index 0000000..d7d88b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.md5
@@ -0,0 +1 @@
+f4a1022a6de94e46f84908f2a944cf1c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha1
new file mode 100644
index 0000000..0a4c957
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha1
@@ -0,0 +1 @@
+3239eebee127761e4f68a6bc4535d714b5206a26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha256
new file mode 100644
index 0000000..55cef5c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha256
@@ -0,0 +1 @@
+cf8ea92c4d2c480f0406d56bc6d4f65c7288df6dce68e2dad9da7df0afb0baa2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha512
new file mode 100644
index 0000000..83817cd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.aar.sha512
@@ -0,0 +1 @@
+b62a774832fd06233a8adba12166cf9baa5031e9d7e5551c30ba5164316d172d429cacbb03e00560ec85abe2bdcea5714f8270864c77bddc5698cabc92d1625a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module
new file mode 100644
index 0000000..badc308
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.webkit",
+    "module": "webkit",
+    "version": "1.5.0-alpha01",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "webkit-1.5.0-alpha01.aar",
+          "url": "webkit-1.5.0-alpha01.aar",
+          "size": 105853,
+          "sha512": "b62a774832fd06233a8adba12166cf9baa5031e9d7e5551c30ba5164316d172d429cacbb03e00560ec85abe2bdcea5714f8270864c77bddc5698cabc92d1625a",
+          "sha256": "cf8ea92c4d2c480f0406d56bc6d4f65c7288df6dce68e2dad9da7df0afb0baa2",
+          "sha1": "3239eebee127761e4f68a6bc4535d714b5206a26",
+          "md5": "f4a1022a6de94e46f84908f2a944cf1c"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "webkit-1.5.0-alpha01.aar",
+          "url": "webkit-1.5.0-alpha01.aar",
+          "size": 105853,
+          "sha512": "b62a774832fd06233a8adba12166cf9baa5031e9d7e5551c30ba5164316d172d429cacbb03e00560ec85abe2bdcea5714f8270864c77bddc5698cabc92d1625a",
+          "sha256": "cf8ea92c4d2c480f0406d56bc6d4f65c7288df6dce68e2dad9da7df0afb0baa2",
+          "sha1": "3239eebee127761e4f68a6bc4535d714b5206a26",
+          "md5": "f4a1022a6de94e46f84908f2a944cf1c"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "webkit-1.5.0-alpha01-sources.jar",
+          "url": "webkit-1.5.0-alpha01-sources.jar",
+          "size": 119907,
+          "sha512": "3e3888a1949cfa6d1151c21bccb8eeab79abca42e825d5f64fafffd751c0bddcd4fec10b4c43d1a11952989772096497e77b156bcc7bd669018769a457b27ca0",
+          "sha256": "8d1b58a52915115154e3de7d7a4a5b6a2b61c637e615adb3588ae551bc12dda2",
+          "sha1": "8a0c3f3cb68a2af83b2719542428a325630e6056",
+          "md5": "09b1712f7f341c973bb04bf6e97ff0f4"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.md5
new file mode 100644
index 0000000..d3365a4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.md5
@@ -0,0 +1 @@
+118f4649bbace0918be3bf59a4d7c9d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha1
new file mode 100644
index 0000000..1948582
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha1
@@ -0,0 +1 @@
+30c902b0d7821b07b57cea7ab4fac5f67e476814
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha256
new file mode 100644
index 0000000..8114fab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha256
@@ -0,0 +1 @@
+b34834be77813ffddd4b66b0a2bc3d6d1db3abfd3bf7e91b8cc91a635795bd7e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha512
new file mode 100644
index 0000000..01ed1c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.module.sha512
@@ -0,0 +1 @@
+2b43014c6f9caf0cc5b3d0dca9b25fa5a73e908642a5a2eef28e785f08a6afa6a2ba80664c3581b64dcb9c6d67b2cd68cddebdd061e037e036c1f1c7f53185d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom
new file mode 100644
index 0000000..aa12883
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.webkit</groupId>
+  <artifactId>webkit</artifactId>
+  <version>1.5.0-alpha01</version>
+  <packaging>aar</packaging>
+  <name>WebView Support Library</name>
+  <description>The WebView Support Library is a static library you can add to your Android application in order to use android.webkit APIs that are not available for older platform versions.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/webkit#1.5.0-alpha01</url>
+  <inceptionYear>2017</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.md5 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.md5
new file mode 100644
index 0000000..5a315a4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.md5
@@ -0,0 +1 @@
+f41b885962119e246dce470e8ec81861
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha1 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha1
new file mode 100644
index 0000000..6eb02f7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha1
@@ -0,0 +1 @@
+8f86c47ff32da15039f745cbb3780b5ce6244b8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha256 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha256
new file mode 100644
index 0000000..cb90651
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha256
@@ -0,0 +1 @@
+9c6d37644cc1b686cf272e39feae2e2844f4b256a9b15fdfac4f6773776b393c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha512 b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha512
new file mode 100644
index 0000000..bae7c99
--- /dev/null
+++ b/current/androidx/m2repository/androidx/webkit/webkit/1.5.0-alpha01/webkit-1.5.0-alpha01.pom.sha512
@@ -0,0 +1 @@
+9180b89eb78b06ca5840ae923c8340e678b4236eafe42ca71bbe61560850afe94a6991cee60aad5158ee14fcb59ed8c3d70de31834bdf1fedaa31746377b3ac1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar
new file mode 100644
index 0000000..344685f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..3f34294
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+6d520038b41cd347da2bce506d7306c2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..d432bd6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+e82083a239786ce2809c29dc8b3f4e23cbb17a4c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..f3b7977
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+7bf768aa6b754599889dfa099ebc4c2bb47bf7281b534493dc2ba65e279469e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..d83a1dc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+a6d01a6e4df7fa184953507e9b36b4b4e8f92b1218ff8019799597150b1f762376cc961fae0c390f47b34467bb4333cfe2e3ca2f5541b77872d5485d4c1cc5f1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar
new file mode 100644
index 0000000..1545a6b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.md5
new file mode 100644
index 0000000..176a894
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.md5
@@ -0,0 +1 @@
+9367bf2c77a20caf3dd371477f748b1a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha1
new file mode 100644
index 0000000..c93a48f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+67cfdb4bbc6cdcea8f6f3bd5a38937339bc9c6e0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha256
new file mode 100644
index 0000000..382562e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+cfbae74953bde65b3ce6f53c1921939787291178b28d1526ed70dd8e40683abe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha512
new file mode 100644
index 0000000..4165bd9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+78b27a5eef519d460e5eb70b0afc762f65e472539611a6ed2f5613fd9c6f55a3614083d0b689d5870644a9d256ffaf297673a4e33999a43a9dc946444b6abf5a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module
new file mode 100644
index 0000000..876d6c8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module
@@ -0,0 +1,125 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.work",
+    "module": "work-runtime-ktx",
+    "version": "2.7.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.work",
+          "module": "work-runtime",
+          "version": {
+            "requires": "2.7.0-alpha02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-runtime-ktx-2.7.0-alpha02.aar",
+          "url": "work-runtime-ktx-2.7.0-alpha02.aar",
+          "size": 28575,
+          "sha512": "78b27a5eef519d460e5eb70b0afc762f65e472539611a6ed2f5613fd9c6f55a3614083d0b689d5870644a9d256ffaf297673a4e33999a43a9dc946444b6abf5a",
+          "sha256": "cfbae74953bde65b3ce6f53c1921939787291178b28d1526ed70dd8e40683abe",
+          "sha1": "67cfdb4bbc6cdcea8f6f3bd5a38937339bc9c6e0",
+          "md5": "9367bf2c77a20caf3dd371477f748b1a"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.work",
+          "module": "work-runtime",
+          "version": {
+            "requires": "2.7.0-alpha02"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.4.30"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-android",
+          "version": {
+            "requires": "1.4.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-runtime-ktx-2.7.0-alpha02.aar",
+          "url": "work-runtime-ktx-2.7.0-alpha02.aar",
+          "size": 28575,
+          "sha512": "78b27a5eef519d460e5eb70b0afc762f65e472539611a6ed2f5613fd9c6f55a3614083d0b689d5870644a9d256ffaf297673a4e33999a43a9dc946444b6abf5a",
+          "sha256": "cfbae74953bde65b3ce6f53c1921939787291178b28d1526ed70dd8e40683abe",
+          "sha1": "67cfdb4bbc6cdcea8f6f3bd5a38937339bc9c6e0",
+          "md5": "9367bf2c77a20caf3dd371477f748b1a"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "work-runtime-ktx-2.7.0-alpha02-sources.jar",
+          "url": "work-runtime-ktx-2.7.0-alpha02-sources.jar",
+          "size": 7780,
+          "sha512": "a6d01a6e4df7fa184953507e9b36b4b4e8f92b1218ff8019799597150b1f762376cc961fae0c390f47b34467bb4333cfe2e3ca2f5541b77872d5485d4c1cc5f1",
+          "sha256": "7bf768aa6b754599889dfa099ebc4c2bb47bf7281b534493dc2ba65e279469e4",
+          "sha1": "e82083a239786ce2809c29dc8b3f4e23cbb17a4c",
+          "md5": "6d520038b41cd347da2bce506d7306c2"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.md5
new file mode 100644
index 0000000..ea06eec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.md5
@@ -0,0 +1 @@
+78a7751560011fa6d4d77a41b5eba72a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha1
new file mode 100644
index 0000000..26f5b33
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha1
@@ -0,0 +1 @@
+00e974ceb7e573a2f1739aef7aaebf2c980f290d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha256
new file mode 100644
index 0000000..19fd744
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha256
@@ -0,0 +1 @@
+20d13a3ee93ff471c5e984d05b86d9b58682cd7af6314f0828a98ac445a473e2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha512
new file mode 100644
index 0000000..1696a54
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.module.sha512
@@ -0,0 +1 @@
+69e0a022c3d15e2828d5b07ca6dc7b08dc57f729098a87375dfcef5620bdf5be4c963497b5c0f567a3ff2d3fde300fddc17c3b8f8481a5fa8a04504e0b88d0ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom
new file mode 100644
index 0000000..c53bc4e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.work</groupId>
+  <artifactId>work-runtime-ktx</artifactId>
+  <version>2.7.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android WorkManager Kotlin Extensions</name>
+  <description>Android WorkManager Kotlin Extensions</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/work#2.7.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.work</groupId>
+      <artifactId>work-runtime</artifactId>
+      <version>[2.7.0-alpha02]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.4.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-android</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.md5
new file mode 100644
index 0000000..ee94352
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.md5
@@ -0,0 +1 @@
+9753902019d8ef64b092c89a0f6af08f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha1
new file mode 100644
index 0000000..88c5a53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+305361ae2a3d5ee35109fd1e7ca35868a77b83d5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha256
new file mode 100644
index 0000000..de0aa24
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+80aeb8ec7e5f74f1323139c20b560c29bcf31f7481849a0a25aa74b433fe89d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha512
new file mode 100644
index 0000000..6eab27e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.7.0-alpha02/work-runtime-ktx-2.7.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+0c9ec09bf654960cee5bd2554660fa093c0a9c6aa88f9ea6a17ed1627ebd94700f75c3ac6da0b90b86742d08ee6369d6bfb64ca71fcb2c79cfc9f1ff8aba5a6a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar
new file mode 100644
index 0000000..f9b196f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..990da21
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+8b37b05baa79d0de7a42848a6b49143b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..d570711
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+900f3cc64e9969841f3fe52a6e53b6d3034667b8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..2a0b090
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+f8cf8c7e6b383e288e44d3ac5e1a589a1e58d8ff9863d8c95fa6644dc52aaba8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..49bf95b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+80a6e4159ddeb406b9e8b949dc28559157aec16f608fea04c087f49efe9382d5e37a6b1b2318dedfe77bb1ef3976c0e6a56af0fbd3fb6c029af2e4d2c0229943
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar
new file mode 100644
index 0000000..281165e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.md5
new file mode 100644
index 0000000..7bb6cd8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.md5
@@ -0,0 +1 @@
+9c7dda0bb65c2faa90154635f5696e8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha1
new file mode 100644
index 0000000..d7878c4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+7ceaf1b4aa4f480f558d112e5ba90a3a88981420
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha256
new file mode 100644
index 0000000..fb849de
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+03011ee90b8bfb62dabcfd3b9a73f76f984b8bd3a749844be0710c99f73fc48a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha512
new file mode 100644
index 0000000..e372bdc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+c9df368d8c702ecce2e3bf24af7386427f4bc531e920bfa274e1e1cb269730fcf7832dc30e1798a205039100b35493e2328c8e98a8d8276d0dde6943a2eacee7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module
new file mode 100644
index 0000000..2f0e5ae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module
@@ -0,0 +1,167 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.work",
+    "module": "work-runtime",
+    "version": "2.7.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata",
+          "version": {
+            "requires": "2.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-runtime-2.7.0-alpha02.aar",
+          "url": "work-runtime-2.7.0-alpha02.aar",
+          "size": 1554547,
+          "sha512": "c9df368d8c702ecce2e3bf24af7386427f4bc531e920bfa274e1e1cb269730fcf7832dc30e1798a205039100b35493e2328c8e98a8d8276d0dde6943a2eacee7",
+          "sha256": "03011ee90b8bfb62dabcfd3b9a73f76f984b8bd3a749844be0710c99f73fc48a",
+          "sha1": "7ceaf1b4aa4f480f558d112e5ba90a3a88981420",
+          "md5": "9c7dda0bb65c2faa90154635f5696e8e"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.5.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-runtime",
+          "version": {
+            "requires": "2.2.5"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.sqlite",
+          "module": "sqlite-framework",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-service",
+          "version": {
+            "requires": "2.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-runtime-2.7.0-alpha02.aar",
+          "url": "work-runtime-2.7.0-alpha02.aar",
+          "size": 1554547,
+          "sha512": "c9df368d8c702ecce2e3bf24af7386427f4bc531e920bfa274e1e1cb269730fcf7832dc30e1798a205039100b35493e2328c8e98a8d8276d0dde6943a2eacee7",
+          "sha256": "03011ee90b8bfb62dabcfd3b9a73f76f984b8bd3a749844be0710c99f73fc48a",
+          "sha1": "7ceaf1b4aa4f480f558d112e5ba90a3a88981420",
+          "md5": "9c7dda0bb65c2faa90154635f5696e8e"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "work-runtime-2.7.0-alpha02-sources.jar",
+          "url": "work-runtime-2.7.0-alpha02-sources.jar",
+          "size": 265227,
+          "sha512": "80a6e4159ddeb406b9e8b949dc28559157aec16f608fea04c087f49efe9382d5e37a6b1b2318dedfe77bb1ef3976c0e6a56af0fbd3fb6c029af2e4d2c0229943",
+          "sha256": "f8cf8c7e6b383e288e44d3ac5e1a589a1e58d8ff9863d8c95fa6644dc52aaba8",
+          "sha1": "900f3cc64e9969841f3fe52a6e53b6d3034667b8",
+          "md5": "8b37b05baa79d0de7a42848a6b49143b"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.md5
new file mode 100644
index 0000000..8dab0a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.md5
@@ -0,0 +1 @@
+78b4a86f93bfcaaa34f0c7cdcb1243fd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha1
new file mode 100644
index 0000000..20bb10e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha1
@@ -0,0 +1 @@
+954ebecc65f2d776e5f8682aa5f4c75f553a0a0e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha256
new file mode 100644
index 0000000..75347a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha256
@@ -0,0 +1 @@
+10c58cf6016adda6fef54397305eb9af73a70c007ce9e4ad548372a78402eead
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha512
new file mode 100644
index 0000000..1bf6c09
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.module.sha512
@@ -0,0 +1 @@
+dbcfc0de7cdbea26e6993b7f9dfe9f0b1ec6185a25d8a462de5c184688ca689fab2fba08fa82321667c470619bfd030d4f6fab29ac97ef5af588c7d7f75c082b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom
new file mode 100644
index 0000000..a98ac1d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.work</groupId>
+  <artifactId>work-runtime</artifactId>
+  <version>2.7.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android WorkManager Runtime</name>
+  <description>Android WorkManager runtime library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/work#2.7.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation-experimental</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.5.0-beta01</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-runtime</artifactId>
+      <version>2.2.5</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.sqlite</groupId>
+      <artifactId>sqlite-framework</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-service</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.md5
new file mode 100644
index 0000000..1eb3f9d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.md5
@@ -0,0 +1 @@
+ea6884f708bde2a3fedab8ff40cbf46b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha1
new file mode 100644
index 0000000..2b0de88
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+758a7c478df6d8a03a0e8bcbc5055ae1628e8c24
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha256
new file mode 100644
index 0000000..6385ced
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+ff9cc60895ef572a3cfeb2f59f6468d4490d4f474492d89c32629773f2aa3991
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha512
new file mode 100644
index 0000000..ede49dd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.7.0-alpha02/work-runtime-2.7.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+6b1f1aae0934733ec02f83f21eb5be2cdf83349184ad1a7826f11ad46bb61c77ed115045779d9a6545634439cb5affc0f40b9f6cfb75dfe123d2a8ad7ad41968
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar
new file mode 100644
index 0000000..14d5a78
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.md5 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..cf786ae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+1677aa33fb1dd3102332c0f6a987438b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha1 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..409360c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+e36bd27fc486e150bc67b53c24f870bac9877254
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha256 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..86f98a9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+4473b54b09dea7ebc5946307fa8ef97c39092a6d0282d03209dfb38856ee70f1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha512 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..bc32caf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+c491910a699c4540292e58009c52ea59a22d01fef452d75fd16a6d98e030a1bc7e7085ed12f8d57086c18b0e6c51a31c2e4bf9e4960543f96882909fa13ae96f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar
new file mode 100644
index 0000000..8011f43
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.md5 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.md5
new file mode 100644
index 0000000..d4a1a8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.md5
@@ -0,0 +1 @@
+4898983098605c2ec17e876e783713b7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha1 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha1
new file mode 100644
index 0000000..946a26f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+2101ca2cd57b4093b007970f17220366b5872338
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha256 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha256
new file mode 100644
index 0000000..61ef200
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+5758afc58a8b6332295aa7d43c8dc57f30735efb4696ebe22992a321c5ac49ab
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha512 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha512
new file mode 100644
index 0000000..c2e703c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+2fe6e443351a8fc0c6b26852126fb97937f449c5520f9ed39fa440a44ee6e78005bb02d42eebc78b904b500ca435f607e7772c8dc4d622325b7f2560d80e82b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module
new file mode 100644
index 0000000..272a059
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module
@@ -0,0 +1,111 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.work",
+    "module": "work-testing",
+    "version": "2.7.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.8.1",
+      "buildId:": "7164647"
+    }
+  },
+  "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.work",
+          "module": "work-runtime-ktx",
+          "version": {
+            "requires": "2.7.0-alpha02"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-testing-2.7.0-alpha02.aar",
+          "url": "work-testing-2.7.0-alpha02.aar",
+          "size": 21937,
+          "sha512": "2fe6e443351a8fc0c6b26852126fb97937f449c5520f9ed39fa440a44ee6e78005bb02d42eebc78b904b500ca435f607e7772c8dc4d622325b7f2560d80e82b1",
+          "sha256": "5758afc58a8b6332295aa7d43c8dc57f30735efb4696ebe22992a321c5ac49ab",
+          "sha1": "2101ca2cd57b4093b007970f17220366b5872338",
+          "md5": "4898983098605c2ec17e876e783713b7"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.work",
+          "module": "work-runtime-ktx",
+          "version": {
+            "requires": "2.7.0-alpha02"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-livedata-core",
+          "version": {
+            "requires": "2.1.0"
+          }
+        },
+        {
+          "group": "androidx.room",
+          "module": "room-runtime",
+          "version": {
+            "requires": "2.2.5"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "work-testing-2.7.0-alpha02.aar",
+          "url": "work-testing-2.7.0-alpha02.aar",
+          "size": 21937,
+          "sha512": "2fe6e443351a8fc0c6b26852126fb97937f449c5520f9ed39fa440a44ee6e78005bb02d42eebc78b904b500ca435f607e7772c8dc4d622325b7f2560d80e82b1",
+          "sha256": "5758afc58a8b6332295aa7d43c8dc57f30735efb4696ebe22992a321c5ac49ab",
+          "sha1": "2101ca2cd57b4093b007970f17220366b5872338",
+          "md5": "4898983098605c2ec17e876e783713b7"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "work-testing-2.7.0-alpha02-sources.jar",
+          "url": "work-testing-2.7.0-alpha02-sources.jar",
+          "size": 17718,
+          "sha512": "c491910a699c4540292e58009c52ea59a22d01fef452d75fd16a6d98e030a1bc7e7085ed12f8d57086c18b0e6c51a31c2e4bf9e4960543f96882909fa13ae96f",
+          "sha256": "4473b54b09dea7ebc5946307fa8ef97c39092a6d0282d03209dfb38856ee70f1",
+          "sha1": "e36bd27fc486e150bc67b53c24f870bac9877254",
+          "md5": "1677aa33fb1dd3102332c0f6a987438b"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.md5 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.md5
new file mode 100644
index 0000000..e4e029e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.md5
@@ -0,0 +1 @@
+c1cb6486b1edfcd8de4735fcaa559339
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha1 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha1
new file mode 100644
index 0000000..277ec56
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha1
@@ -0,0 +1 @@
+310dd33392b5a78a147d8bf9554a4d0f9f00ed6f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha256 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha256
new file mode 100644
index 0000000..779381e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha256
@@ -0,0 +1 @@
+dfc208ae67de738a0bc66c47a2fd0026ec14472461f7a9e78c7ce83d3667dfcd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha512 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha512
new file mode 100644
index 0000000..e8c8eec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.module.sha512
@@ -0,0 +1 @@
+142313c1855b247cf7f097de5d704d72e7a6524573528776e5911c84d5cd9513df8fe6af926097e18a64886e744f2f1bc1acc8d09a16120110026f2e06fed341
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom
new file mode 100644
index 0000000..d4cb2a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>androidx.work</groupId>
+  <artifactId>work-testing</artifactId>
+  <version>2.7.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Android WorkManager Testing</name>
+  <description>Android WorkManager testing library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/work#2.7.0-alpha02</url>
+  <inceptionYear>2018</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+    <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.work</groupId>
+      <artifactId>work-runtime-ktx</artifactId>
+      <version>[2.7.0-alpha02]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-livedata-core</artifactId>
+      <version>2.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.room</groupId>
+      <artifactId>room-runtime</artifactId>
+      <version>2.2.5</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.md5 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.md5
new file mode 100644
index 0000000..3479961
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.md5
@@ -0,0 +1 @@
+079bea8587038751fd5f91f4dfc973cd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha1 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha1
new file mode 100644
index 0000000..f0c2bc0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+825b9cf6320e57ceb7ea1095451c9d4ad3f2100a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha256 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha256
new file mode 100644
index 0000000..60e5f38
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+9711b6ef9b7051232155ad4bfd0acf83bc1fec9d272fcbbfff7e10dd9011fff5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha512 b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha512
new file mode 100644
index 0000000..b2de0ee
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.7.0-alpha02/work-testing-2.7.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+994759a5a3f7a95565207cb583cfd66681ecd1b382ce9abc0238626f92ce1bf8b00e42060857a780f75f184967fe7222cb4211f730a992d18ca30dbc7ba54a26
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.activity_activity-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.activity_activity-ktx/AndroidManifest.xml
index 842612a..8700ab3 100644
--- a/current/androidx/manifests/androidx.activity_activity-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.activity_activity-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.activity_activity/AndroidManifest.xml b/current/androidx/manifests/androidx.activity_activity/AndroidManifest.xml
index 72b71ff..b866884 100644
--- a/current/androidx/manifests/androidx.activity_activity/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.activity_activity/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.annotation_annotation-experimental/AndroidManifest.xml b/current/androidx/manifests/androidx.annotation_annotation-experimental/AndroidManifest.xml
new file mode 100644
index 0000000..a7da642
--- /dev/null
+++ b/current/androidx/manifests/androidx.annotation_annotation-experimental/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2019 The Android Open Source Project
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.annotation.experimental" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.appcompat_appcompat-resources/AndroidManifest.xml b/current/androidx/manifests/androidx.appcompat_appcompat-resources/AndroidManifest.xml
index 32f8fc0..3f90108 100644
--- a/current/androidx/manifests/androidx.appcompat_appcompat-resources/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.appcompat_appcompat-resources/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.appcompat_appcompat/AndroidManifest.xml b/current/androidx/manifests/androidx.appcompat_appcompat/AndroidManifest.xml
index 2d5b429..6321372 100644
--- a/current/androidx/manifests/androidx.appcompat_appcompat/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.appcompat_appcompat/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.appsearch_appsearch/AndroidManifest.xml b/current/androidx/manifests/androidx.appsearch_appsearch/AndroidManifest.xml
new file mode 100644
index 0000000..35a9513
--- /dev/null
+++ b/current/androidx/manifests/androidx.appsearch_appsearch/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.appsearch" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.appsearch_appsearch_local_storage/AndroidManifest.xml b/current/androidx/manifests/androidx.appsearch_appsearch_local_storage/AndroidManifest.xml
new file mode 100644
index 0000000..46e10f6
--- /dev/null
+++ b/current/androidx/manifests/androidx.appsearch_appsearch_local_storage/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.appsearch.localstorage" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.appsearch_appsearch_platform_storage/AndroidManifest.xml b/current/androidx/manifests/androidx.appsearch_appsearch_platform_storage/AndroidManifest.xml
new file mode 100644
index 0000000..2068fc0
--- /dev/null
+++ b/current/androidx/manifests/androidx.appsearch_appsearch_platform_storage/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2021 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.appsearch.platformstorage" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.arch.core_core-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.arch.core_core-runtime/AndroidManifest.xml
index 3304b79..5494f14 100644
--- a/current/androidx/manifests/androidx.arch.core_core-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.arch.core_core-runtime/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.asynclayoutinflater_asynclayoutinflater/AndroidManifest.xml b/current/androidx/manifests/androidx.asynclayoutinflater_asynclayoutinflater/AndroidManifest.xml
index 6b4fade..763500b 100644
--- a/current/androidx/manifests/androidx.asynclayoutinflater_asynclayoutinflater/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.asynclayoutinflater_asynclayoutinflater/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.autofill_autofill/AndroidManifest.xml b/current/androidx/manifests/androidx.autofill_autofill/AndroidManifest.xml
index c0f5795..945f68d 100644
--- a/current/androidx/manifests/androidx.autofill_autofill/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.autofill_autofill/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.benchmark_benchmark-common/AndroidManifest.xml b/current/androidx/manifests/androidx.benchmark_benchmark-common/AndroidManifest.xml
new file mode 100644
index 0000000..58969b9
--- /dev/null
+++ b/current/androidx/manifests/androidx.benchmark_benchmark-common/AndroidManifest.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2018 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.benchmark" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+    <!--
+    This is needed to write benchmark report data to an external directory during instrumented
+    tests to allow the accompanying androidx.benchmark gradle plugin to pull the reports onto host
+     machine after the tests are done running.
+    -->
+    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+
+    <application>
+
+        <!-- Activity used to block background content while benchmarks are running -->
+        <activity
+            android:name="androidx.benchmark.IsolationActivity"
+            android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
+        </activity>
+    </application>
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.benchmark_benchmark-junit4/AndroidManifest.xml b/current/androidx/manifests/androidx.benchmark_benchmark-junit4/AndroidManifest.xml
new file mode 100644
index 0000000..6d4d5bc
--- /dev/null
+++ b/current/androidx/manifests/androidx.benchmark_benchmark-junit4/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2019 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.benchmark.junit4" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.biometric_biometric/AndroidManifest.xml b/current/androidx/manifests/androidx.biometric_biometric/AndroidManifest.xml
index fac4731..e23bc21 100644
--- a/current/androidx/manifests/androidx.biometric_biometric/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.biometric_biometric/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <uses-permission android:name="android.permission.USE_BIOMETRIC" />
 
diff --git a/current/androidx/manifests/androidx.browser_browser/AndroidManifest.xml b/current/androidx/manifests/androidx.browser_browser/AndroidManifest.xml
index c373038..37fba4e 100644
--- a/current/androidx/manifests/androidx.browser_browser/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.browser_browser/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="16"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.cardview_cardview/AndroidManifest.xml b/current/androidx/manifests/androidx.cardview_cardview/AndroidManifest.xml
index 106392e..9413aa2 100644
--- a/current/androidx/manifests/androidx.cardview_cardview/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.cardview_cardview/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.coordinatorlayout_coordinatorlayout/AndroidManifest.xml b/current/androidx/manifests/androidx.coordinatorlayout_coordinatorlayout/AndroidManifest.xml
index 9be3325..1ded5f8 100644
--- a/current/androidx/manifests/androidx.coordinatorlayout_coordinatorlayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.coordinatorlayout_coordinatorlayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.core_core-animation/AndroidManifest.xml b/current/androidx/manifests/androidx.core_core-animation/AndroidManifest.xml
index a11367e..0fe8462 100644
--- a/current/androidx/manifests/androidx.core_core-animation/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.core_core-animation/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.core_core-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.core_core-ktx/AndroidManifest.xml
index 07c87c7..cc455ca 100644
--- a/current/androidx/manifests/androidx.core_core-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.core_core-ktx/AndroidManifest.xml
@@ -4,6 +4,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.core_core/AndroidManifest.xml b/current/androidx/manifests/androidx.core_core/AndroidManifest.xml
index 7e9f2c2..52b3275 100644
--- a/current/androidx/manifests/androidx.core_core/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.core_core/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application android:appComponentFactory="androidx.core.app.CoreComponentFactory" />
 
diff --git a/current/androidx/manifests/androidx.cursoradapter_cursoradapter/AndroidManifest.xml b/current/androidx/manifests/androidx.cursoradapter_cursoradapter/AndroidManifest.xml
index d254bee..aa37e43 100644
--- a/current/androidx/manifests/androidx.cursoradapter_cursoradapter/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.cursoradapter_cursoradapter/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.customview_customview/AndroidManifest.xml b/current/androidx/manifests/androidx.customview_customview/AndroidManifest.xml
index 62479e8..9bf3007 100644
--- a/current/androidx/manifests/androidx.customview_customview/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.customview_customview/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.documentfile_documentfile/AndroidManifest.xml b/current/androidx/manifests/androidx.documentfile_documentfile/AndroidManifest.xml
index 22b0581..d051160 100644
--- a/current/androidx/manifests/androidx.documentfile_documentfile/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.documentfile_documentfile/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.drawerlayout_drawerlayout/AndroidManifest.xml b/current/androidx/manifests/androidx.drawerlayout_drawerlayout/AndroidManifest.xml
index ab5042f..87d8eba 100644
--- a/current/androidx/manifests/androidx.drawerlayout_drawerlayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.drawerlayout_drawerlayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.dynamicanimation_dynamicanimation/AndroidManifest.xml b/current/androidx/manifests/androidx.dynamicanimation_dynamicanimation/AndroidManifest.xml
index a0469c3..52c6ae2 100644
--- a/current/androidx/manifests/androidx.dynamicanimation_dynamicanimation/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.dynamicanimation_dynamicanimation/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.emoji_emoji-appcompat/AndroidManifest.xml b/current/androidx/manifests/androidx.emoji_emoji-appcompat/AndroidManifest.xml
index 19f2569..206aede 100644
--- a/current/androidx/manifests/androidx.emoji_emoji-appcompat/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.emoji_emoji-appcompat/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.emoji_emoji-bundled/AndroidManifest.xml b/current/androidx/manifests/androidx.emoji_emoji-bundled/AndroidManifest.xml
index f0979d6..78524a1 100644
--- a/current/androidx/manifests/androidx.emoji_emoji-bundled/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.emoji_emoji-bundled/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.emoji_emoji/AndroidManifest.xml b/current/androidx/manifests/androidx.emoji_emoji/AndroidManifest.xml
index fc78c0f..798e138 100644
--- a/current/androidx/manifests/androidx.emoji_emoji/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.emoji_emoji/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.exifinterface_exifinterface/AndroidManifest.xml b/current/androidx/manifests/androidx.exifinterface_exifinterface/AndroidManifest.xml
index e4e527c..0880284 100644
--- a/current/androidx/manifests/androidx.exifinterface_exifinterface/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.exifinterface_exifinterface/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.fragment_fragment-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.fragment_fragment-ktx/AndroidManifest.xml
index 3923fee..03f7055 100644
--- a/current/androidx/manifests/androidx.fragment_fragment-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.fragment_fragment-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.fragment_fragment/AndroidManifest.xml b/current/androidx/manifests/androidx.fragment_fragment/AndroidManifest.xml
index 5207a1f..f017e78 100644
--- a/current/androidx/manifests/androidx.fragment_fragment/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.fragment_fragment/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.gridlayout_gridlayout/AndroidManifest.xml b/current/androidx/manifests/androidx.gridlayout_gridlayout/AndroidManifest.xml
index edebd30..709788c 100644
--- a/current/androidx/manifests/androidx.gridlayout_gridlayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.gridlayout_gridlayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.heifwriter_heifwriter/AndroidManifest.xml b/current/androidx/manifests/androidx.heifwriter_heifwriter/AndroidManifest.xml
index 984423c..ce6807e 100644
--- a/current/androidx/manifests/androidx.heifwriter_heifwriter/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.heifwriter_heifwriter/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="28"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.interpolator_interpolator/AndroidManifest.xml b/current/androidx/manifests/androidx.interpolator_interpolator/AndroidManifest.xml
index 9329316..ec658d1 100644
--- a/current/androidx/manifests/androidx.interpolator_interpolator/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.interpolator_interpolator/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.leanback_leanback-preference/AndroidManifest.xml b/current/androidx/manifests/androidx.leanback_leanback-preference/AndroidManifest.xml
index 36c1a5b..216d508 100644
--- a/current/androidx/manifests/androidx.leanback_leanback-preference/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.leanback_leanback-preference/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="21"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.leanback_leanback/AndroidManifest.xml b/current/androidx/manifests/androidx.leanback_leanback/AndroidManifest.xml
index 80f25c8..fa3e80e 100644
--- a/current/androidx/manifests/androidx.leanback_leanback/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.leanback_leanback/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="17"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.legacy_legacy-support-core-utils/AndroidManifest.xml b/current/androidx/manifests/androidx.legacy_legacy-support-core-utils/AndroidManifest.xml
index 0003a87..592866c 100644
--- a/current/androidx/manifests/androidx.legacy_legacy-support-core-utils/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.legacy_legacy-support-core-utils/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core-ktx/AndroidManifest.xml
index ec3622d..f69018e 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core/AndroidManifest.xml
index dcf6d1b..18c79ff 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-core/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-ktx/AndroidManifest.xml
index dc2796d..0e8fc09 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata/AndroidManifest.xml
index a8fed53..fbc2186 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-livedata/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-process/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-process/AndroidManifest.xml
index be9cd8f..31a05b4 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-process/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-process/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application>
         <provider
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime-ktx/AndroidManifest.xml
index e87f20f..c58db4e 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml
index 636220a..6c18c81 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-service/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-service/AndroidManifest.xml
index 0ba1ba5..63fdd2d 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-service/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-service/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-ktx/AndroidManifest.xml
index 20aa488..a2cddeb 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-savedstate/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-savedstate/AndroidManifest.xml
index c2837d7..9b94280 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-savedstate/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-savedstate/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel/AndroidManifest.xml
index 4e4b715..66509b4 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.loader_loader/AndroidManifest.xml b/current/androidx/manifests/androidx.loader_loader/AndroidManifest.xml
index 80e1b5b..1c54f02 100644
--- a/current/androidx/manifests/androidx.loader_loader/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.loader_loader/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.localbroadcastmanager_localbroadcastmanager/AndroidManifest.xml b/current/androidx/manifests/androidx.localbroadcastmanager_localbroadcastmanager/AndroidManifest.xml
index 818354e..a5b22a1 100644
--- a/current/androidx/manifests/androidx.localbroadcastmanager_localbroadcastmanager/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.localbroadcastmanager_localbroadcastmanager/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media2_media2-common/AndroidManifest.xml b/current/androidx/manifests/androidx.media2_media2-common/AndroidManifest.xml
index 6c02a9d..f0181ca 100644
--- a/current/androidx/manifests/androidx.media2_media2-common/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media2_media2-common/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="16"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media2_media2-exoplayer/AndroidManifest.xml b/current/androidx/manifests/androidx.media2_media2-exoplayer/AndroidManifest.xml
index 473100a..fc9a0b9 100644
--- a/current/androidx/manifests/androidx.media2_media2-exoplayer/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media2_media2-exoplayer/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media2_media2-player/AndroidManifest.xml b/current/androidx/manifests/androidx.media2_media2-player/AndroidManifest.xml
index c111378..6e8aad4 100644
--- a/current/androidx/manifests/androidx.media2_media2-player/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media2_media2-player/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="16"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media2_media2-session/AndroidManifest.xml b/current/androidx/manifests/androidx.media2_media2-session/AndroidManifest.xml
index 432c31a..af904ed 100644
--- a/current/androidx/manifests/androidx.media2_media2-session/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media2_media2-session/AndroidManifest.xml
@@ -19,6 +19,18 @@
 
     <uses-sdk
         android:minSdkVersion="16"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
+
+    <queries>
+        <intent>
+            <action android:name="android.media.browse.MediaBrowserService" />
+        </intent>
+        <intent>
+            <action android:name="androidx.media2.session.MediaSessionService" />
+        </intent>
+        <intent>
+            <action android:name="androidx.media2.session.MediaLibraryService" />
+        </intent>
+    </queries>
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media2_media2-widget/AndroidManifest.xml b/current/androidx/manifests/androidx.media2_media2-widget/AndroidManifest.xml
index 91fc572..028bcc2 100644
--- a/current/androidx/manifests/androidx.media2_media2-widget/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media2_media2-widget/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="16"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.media_media/AndroidManifest.xml b/current/androidx/manifests/androidx.media_media/AndroidManifest.xml
index 5d49d93..3a05648 100644
--- a/current/androidx/manifests/androidx.media_media/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.media_media/AndroidManifest.xml
@@ -19,6 +19,12 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
+
+    <queries>
+        <intent>
+            <action android:name="android.media.browse.MediaBrowserService" />
+        </intent>
+    </queries>
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.mediarouter_mediarouter/AndroidManifest.xml b/current/androidx/manifests/androidx.mediarouter_mediarouter/AndroidManifest.xml
index f882272..588d9fd 100644
--- a/current/androidx/manifests/androidx.mediarouter_mediarouter/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.mediarouter_mediarouter/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-common-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-common-ktx/AndroidManifest.xml
index 8caa6fa..080640f 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-common-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-common-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-common/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-common/AndroidManifest.xml
index 81c1b5b..9e7614d 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-common/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-common/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-fragment-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-fragment-ktx/AndroidManifest.xml
index a7dd3ae..e0ce31b 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-fragment-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-fragment-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-fragment/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-fragment/AndroidManifest.xml
index 482fd95..c325a1a 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-fragment/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-fragment/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-runtime-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-runtime-ktx/AndroidManifest.xml
index 2fb03dd..20325a7 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-runtime-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-runtime-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-runtime/AndroidManifest.xml
index 1911cb2..6779e7d 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-runtime/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-ui-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-ui-ktx/AndroidManifest.xml
index 34ed810..d08cd1d 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-ui-ktx/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-ui-ktx/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.navigation_navigation-ui/AndroidManifest.xml b/current/androidx/manifests/androidx.navigation_navigation-ui/AndroidManifest.xml
index 9586638..473ce75 100644
--- a/current/androidx/manifests/androidx.navigation_navigation-ui/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.navigation_navigation-ui/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.paging_paging-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.paging_paging-runtime/AndroidManifest.xml
index 926f7b0..4f5be4e 100644
--- a/current/androidx/manifests/androidx.paging_paging-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.paging_paging-runtime/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.palette_palette/AndroidManifest.xml b/current/androidx/manifests/androidx.palette_palette/AndroidManifest.xml
index f517e38..aa39812 100644
--- a/current/androidx/manifests/androidx.palette_palette/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.palette_palette/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.percentlayout_percentlayout/AndroidManifest.xml b/current/androidx/manifests/androidx.percentlayout_percentlayout/AndroidManifest.xml
index 71bda94..bc6642b 100644
--- a/current/androidx/manifests/androidx.percentlayout_percentlayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.percentlayout_percentlayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.print_print/AndroidManifest.xml b/current/androidx/manifests/androidx.print_print/AndroidManifest.xml
index 11e3871..150af24 100644
--- a/current/androidx/manifests/androidx.print_print/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.print_print/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.recommendation_recommendation/AndroidManifest.xml b/current/androidx/manifests/androidx.recommendation_recommendation/AndroidManifest.xml
index 2533b11..ebb43a1 100644
--- a/current/androidx/manifests/androidx.recommendation_recommendation/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.recommendation_recommendation/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="21"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.recyclerview_recyclerview-selection/AndroidManifest.xml b/current/androidx/manifests/androidx.recyclerview_recyclerview-selection/AndroidManifest.xml
index 33dfa2f..076a775 100644
--- a/current/androidx/manifests/androidx.recyclerview_recyclerview-selection/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.recyclerview_recyclerview-selection/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.recyclerview_recyclerview/AndroidManifest.xml b/current/androidx/manifests/androidx.recyclerview_recyclerview/AndroidManifest.xml
index d520253..2f42d95 100644
--- a/current/androidx/manifests/androidx.recyclerview_recyclerview/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.recyclerview_recyclerview/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.remotecallback_remotecallback/AndroidManifest.xml b/current/androidx/manifests/androidx.remotecallback_remotecallback/AndroidManifest.xml
index eccf4ef..e0bf0a4 100644
--- a/current/androidx/manifests/androidx.remotecallback_remotecallback/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.remotecallback_remotecallback/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application>
         <receiver android:name="androidx.remotecallback.ProviderRelayReceiver" />
diff --git a/current/androidx/manifests/androidx.room_room-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.room_room-runtime/AndroidManifest.xml
index 6c875f8..49066ca 100644
--- a/current/androidx/manifests/androidx.room_room-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.room_room-runtime/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application>
         <service
diff --git a/current/androidx/manifests/androidx.room_room-testing/AndroidManifest.xml b/current/androidx/manifests/androidx.room_room-testing/AndroidManifest.xml
index eb070cf..fe0abd5 100644
--- a/current/androidx/manifests/androidx.room_room-testing/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.room_room-testing/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.savedstate_savedstate-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.savedstate_savedstate-ktx/AndroidManifest.xml
new file mode 100644
index 0000000..ff9abed
--- /dev/null
+++ b/current/androidx/manifests/androidx.savedstate_savedstate-ktx/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2020 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.savedstate.ktx" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.savedstate_savedstate/AndroidManifest.xml b/current/androidx/manifests/androidx.savedstate_savedstate/AndroidManifest.xml
index 135bdc2..86c87de 100644
--- a/current/androidx/manifests/androidx.savedstate_savedstate/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.savedstate_savedstate/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.slice_slice-builders/AndroidManifest.xml b/current/androidx/manifests/androidx.slice_slice-builders/AndroidManifest.xml
index 92e34fd..101f316 100644
--- a/current/androidx/manifests/androidx.slice_slice-builders/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.slice_slice-builders/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.slice_slice-core/AndroidManifest.xml b/current/androidx/manifests/androidx.slice_slice-core/AndroidManifest.xml
index df9fc19..b9db9bd 100644
--- a/current/androidx/manifests/androidx.slice_slice-core/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.slice_slice-core/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application>
         <activity
diff --git a/current/androidx/manifests/androidx.slice_slice-view/AndroidManifest.xml b/current/androidx/manifests/androidx.slice_slice-view/AndroidManifest.xml
index 5b359e6..fc03aa7 100644
--- a/current/androidx/manifests/androidx.slice_slice-view/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.slice_slice-view/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.slidingpanelayout_slidingpanelayout/AndroidManifest.xml b/current/androidx/manifests/androidx.slidingpanelayout_slidingpanelayout/AndroidManifest.xml
index 14b2210..9e37fc8 100644
--- a/current/androidx/manifests/androidx.slidingpanelayout_slidingpanelayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.slidingpanelayout_slidingpanelayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.sqlite_sqlite-framework/AndroidManifest.xml b/current/androidx/manifests/androidx.sqlite_sqlite-framework/AndroidManifest.xml
index c1811d3..5fc90de 100644
--- a/current/androidx/manifests/androidx.sqlite_sqlite-framework/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.sqlite_sqlite-framework/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.sqlite_sqlite/AndroidManifest.xml b/current/androidx/manifests/androidx.sqlite_sqlite/AndroidManifest.xml
index 3c4fb39..86d11a4 100644
--- a/current/androidx/manifests/androidx.sqlite_sqlite/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.sqlite_sqlite/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.swiperefreshlayout_swiperefreshlayout/AndroidManifest.xml b/current/androidx/manifests/androidx.swiperefreshlayout_swiperefreshlayout/AndroidManifest.xml
index 3dc6734..9100e69 100644
--- a/current/androidx/manifests/androidx.swiperefreshlayout_swiperefreshlayout/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.swiperefreshlayout_swiperefreshlayout/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.textclassifier_textclassifier/AndroidManifest.xml b/current/androidx/manifests/androidx.textclassifier_textclassifier/AndroidManifest.xml
index 80acb01..99b5d23 100644
--- a/current/androidx/manifests/androidx.textclassifier_textclassifier/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.textclassifier_textclassifier/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.tracing_tracing-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.tracing_tracing-ktx/AndroidManifest.xml
new file mode 100644
index 0000000..0c11eb2
--- /dev/null
+++ b/current/androidx/manifests/androidx.tracing_tracing-ktx/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2020 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.tracing.ktx" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.tracing_tracing/AndroidManifest.xml b/current/androidx/manifests/androidx.tracing_tracing/AndroidManifest.xml
new file mode 100644
index 0000000..5ab8525
--- /dev/null
+++ b/current/androidx/manifests/androidx.tracing_tracing/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2020 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.tracing" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.transition_transition/AndroidManifest.xml b/current/androidx/manifests/androidx.transition_transition/AndroidManifest.xml
index e5c99c5..9bfa5da 100644
--- a/current/androidx/manifests/androidx.transition_transition/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.transition_transition/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.tvprovider_tvprovider/AndroidManifest.xml b/current/androidx/manifests/androidx.tvprovider_tvprovider/AndroidManifest.xml
index d70bdf7..d80d25f 100644
--- a/current/androidx/manifests/androidx.tvprovider_tvprovider/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.tvprovider_tvprovider/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="21"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <uses-permission android:name="com.android.providers.tv.permission.WRITE_EPG_DATA" />
     <uses-permission android:name="com.android.providers.tv.permission.READ_EPG_DATA" />
diff --git a/current/androidx/manifests/androidx.vectordrawable_vectordrawable-animated/AndroidManifest.xml b/current/androidx/manifests/androidx.vectordrawable_vectordrawable-animated/AndroidManifest.xml
index 1bdc3a0..99ff2dc 100644
--- a/current/androidx/manifests/androidx.vectordrawable_vectordrawable-animated/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.vectordrawable_vectordrawable-animated/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.vectordrawable_vectordrawable/AndroidManifest.xml b/current/androidx/manifests/androidx.vectordrawable_vectordrawable/AndroidManifest.xml
index d140682..141710e 100644
--- a/current/androidx/manifests/androidx.vectordrawable_vectordrawable/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.vectordrawable_vectordrawable/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.versionedparcelable_versionedparcelable/AndroidManifest.xml b/current/androidx/manifests/androidx.versionedparcelable_versionedparcelable/AndroidManifest.xml
index 96ae930..72c62e7 100644
--- a/current/androidx/manifests/androidx.versionedparcelable_versionedparcelable/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.versionedparcelable_versionedparcelable/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
     <application>
     </application>
diff --git a/current/androidx/manifests/androidx.viewpager2_viewpager2/AndroidManifest.xml b/current/androidx/manifests/androidx.viewpager2_viewpager2/AndroidManifest.xml
index 69e6dd5..17f35f7 100644
--- a/current/androidx/manifests/androidx.viewpager2_viewpager2/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.viewpager2_viewpager2/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.viewpager_viewpager/AndroidManifest.xml b/current/androidx/manifests/androidx.viewpager_viewpager/AndroidManifest.xml
index 737edfa..49add5d 100644
--- a/current/androidx/manifests/androidx.viewpager_viewpager/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.viewpager_viewpager/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.wear_wear/AndroidManifest.xml b/current/androidx/manifests/androidx.wear_wear/AndroidManifest.xml
index 393e150..0e2a4d4 100644
--- a/current/androidx/manifests/androidx.wear_wear/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.wear_wear/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="23"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.webkit_webkit/AndroidManifest.xml b/current/androidx/manifests/androidx.webkit_webkit/AndroidManifest.xml
index 6a7a0e7..20256d9 100644
--- a/current/androidx/manifests/androidx.webkit_webkit/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.webkit_webkit/AndroidManifest.xml
@@ -19,6 +19,6 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="29" />
+        android:targetSdkVersion="30" />
 
 </manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.work_work-runtime-ktx/AndroidManifest.xml b/current/androidx/manifests/androidx.work_work-runtime-ktx/AndroidManifest.xml
new file mode 100644
index 0000000..a516e0b
--- /dev/null
+++ b/current/androidx/manifests/androidx.work_work-runtime-ktx/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2016 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.work.ktx" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.work_work-runtime/AndroidManifest.xml b/current/androidx/manifests/androidx.work_work-runtime/AndroidManifest.xml
new file mode 100644
index 0000000..ff024e0
--- /dev/null
+++ b/current/androidx/manifests/androidx.work_work-runtime/AndroidManifest.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2016 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    package="androidx.work" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+    <uses-permission android:name="android.permission.WAKE_LOCK" />
+    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
+
+    <application>
+        <provider
+            android:name="androidx.work.impl.WorkManagerInitializer"
+            android:authorities="${applicationId}.workmanager-init"
+            android:directBootAware="false"
+            android:exported="false"
+            android:multiprocess="true"
+            tools:targetApi="n" />
+
+        <service
+            android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
+            android:directBootAware="false"
+            android:enabled="@bool/enable_system_alarm_service_default"
+            android:exported="false"
+            tools:targetApi="n" />
+        <service
+            android:name="androidx.work.impl.background.systemjob.SystemJobService"
+            android:directBootAware="false"
+            android:enabled="@bool/enable_system_job_service_default"
+            android:exported="true"
+            android:permission="android.permission.BIND_JOB_SERVICE"
+            tools:targetApi="n" />
+        <service
+            android:name="androidx.work.impl.foreground.SystemForegroundService"
+            android:directBootAware="false"
+            android:enabled="@bool/enable_system_foreground_service_default"
+            android:exported="false"
+            tools:targetApi="n" />
+
+        <receiver
+            android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
+            android:directBootAware="false"
+            android:enabled="true"
+            android:exported="false"
+            tools:targetApi="n" />
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
+            android:directBootAware="false"
+            android:enabled="false"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
+                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
+            android:directBootAware="false"
+            android:enabled="false"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="android.intent.action.BATTERY_OKAY" />
+                <action android:name="android.intent.action.BATTERY_LOW" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
+            android:directBootAware="false"
+            android:enabled="false"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
+                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
+            android:directBootAware="false"
+            android:enabled="false"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
+            android:directBootAware="false"
+            android:enabled="false"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="android.intent.action.BOOT_COMPLETED" />
+                <action android:name="android.intent.action.TIME_SET" />
+                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
+            android:directBootAware="false"
+            android:enabled="@bool/enable_system_alarm_service_default"
+            android:exported="false"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
+            </intent-filter>
+        </receiver>
+        <receiver
+            android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver"
+            android:directBootAware="false"
+            android:enabled="true"
+            android:exported="true"
+            android:permission="android.permission.DUMP"
+            tools:targetApi="n" >
+            <intent-filter>
+                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
+            </intent-filter>
+        </receiver>
+    </application>
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.work_work-testing/AndroidManifest.xml b/current/androidx/manifests/androidx.work_work-testing/AndroidManifest.xml
new file mode 100644
index 0000000..f997ed7
--- /dev/null
+++ b/current/androidx/manifests/androidx.work_work-testing/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2016 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="androidx.work.testing" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="30" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/core/android.jar b/current/core/android.jar
index 97d48b7..05644ad 100644
--- a/current/core/android.jar
+++ b/current/core/android.jar
Binary files differ
diff --git a/current/extras/constraint-layout-x/Android.bp b/current/extras/constraint-layout-x/Android.bp
index 928cfa2..f37cd93 100644
--- a/current/extras/constraint-layout-x/Android.bp
+++ b/current/extras/constraint-layout-x/Android.bp
@@ -1,5 +1,5 @@
 // Automatically generated with:
-// pom2bp -sdk-version current -static-deps '-rewrite=^android.arch.core:common$=android-arch-core-common' '-rewrite=^android.arch.core:runtime$=android-arch-core-runtime' '-rewrite=^android.arch.lifecycle:common$=android-arch-lifecycle-common' '-rewrite=^android.arch.lifecycle:common-java8$=android-arch-lifecycle-common-java8' '-rewrite=^android.arch.lifecycle:extensions$=android-arch-lifecycle-extensions' '-rewrite=^android.arch.lifecycle:livedata$=android-arch-lifecycle-livedata' '-rewrite=^android.arch.lifecycle:livedata-core$=android-arch-lifecycle-livedata-core' '-rewrite=^android.arch.lifecycle:process$=android-arch-lifecycle-process' '-rewrite=^android.arch.lifecycle:runtime$=android-arch-lifecycle-runtime' '-rewrite=^android.arch.lifecycle:service$=android-arch-lifecycle-service' '-rewrite=^android.arch.lifecycle:viewmodel$=android-arch-lifecycle-viewmodel' '-rewrite=^android.arch.paging:common$=android-arch-paging-common' '-rewrite=^android.arch.paging:runtime$=android-arch-paging-runtime' '-rewrite=^android.arch.persistence.room:common$=android-arch-room-common' '-rewrite=^android.arch.persistence.room:migration$=android-arch-room-migration' '-rewrite=^android.arch.persistence.room:runtime$=android-arch-room-runtime' '-rewrite=^android.arch.persistence.room:testing$=android-arch-room-testing' '-rewrite=^android.arch.persistence:db$=android-arch-persistence-db' '-rewrite=^android.arch.persistence:db-framework$=android-arch-persistence-db-framework' '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.concurrent:concurrent-listenablefuture$=androidx.concurrent_concurrent-listenablefuture' '-rewrite=^androidx.concurrent:concurrent-listenablefuture-callback$=androidx.concurrent_concurrent-listenablefuture-callback' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.core:core-animation$=androidx.core_core-animation' '-rewrite=^androidx.core:core-ktx$=androidx.core_core-ktx' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.fragment:fragment-ktx$=androidx.fragment_fragment-ktx' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core-ktx$=androidx.lifecycle_lifecycle-livedata-core-ktx' '-rewrite=^androidx.lifecycle:lifecycle-livedata-ktx$=androidx.lifecycle_lifecycle-livedata-ktx' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-runtime-ktx$=androidx.lifecycle_lifecycle-runtime-ktx' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-ktx$=androidx.lifecycle_lifecycle-viewmodel-ktx' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-savedstate$=androidx.lifecycle_lifecycle-viewmodel-savedstate' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2-common$=androidx.media2_media2-common' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-player$=androidx.media2_media2-player' '-rewrite=^androidx.media2:media2-session$=androidx.media2_media2-session' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.navigation:navigation-common$=androidx.navigation_navigation-common' '-rewrite=^androidx.navigation:navigation-common-ktx$=androidx.navigation_navigation-common-ktx' '-rewrite=^androidx.navigation:navigation-fragment$=androidx.navigation_navigation-fragment' '-rewrite=^androidx.navigation:navigation-fragment-ktx$=androidx.navigation_navigation-fragment-ktx' '-rewrite=^androidx.navigation:navigation-runtime$=androidx.navigation_navigation-runtime' '-rewrite=^androidx.navigation:navigation-runtime-ktx$=androidx.navigation_navigation-runtime-ktx' '-rewrite=^androidx.navigation:navigation-ui$=androidx.navigation_navigation-ui' '-rewrite=^androidx.navigation:navigation-ui-ktx$=androidx.navigation_navigation-ui-ktx' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-common-ktx$=androidx.paging_paging-common-ktx' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-compiler$=androidx.room_room-compiler' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager2:viewpager2$=androidx.viewpager2_viewpager2' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.android.support.constraint:constraint-layout$=android-support-constraint-layout' '-rewrite=^com.android.support.constraint:constraint-layout-solver$=android-support-constraint-layout-solver' '-rewrite=^com.android.support:animated-vector-drawable$=android-support-animatedvectordrawable' '-rewrite=^com.android.support:appcompat-v7$=android-support-v7-appcompat' '-rewrite=^com.android.support:asynclayoutinflater$=android-support-asynclayoutinflater' '-rewrite=^com.android.support:car$=android-support-car' '-rewrite=^com.android.support:cardview-v7$=android-support-v7-cardview' '-rewrite=^com.android.support:collections$=android-support-collections' '-rewrite=^com.android.support:contentpaging$=android-support-contentpaging' '-rewrite=^com.android.support:coordinatorlayout$=android-support-coordinatorlayout' '-rewrite=^com.android.support:cursoradapter$=android-support-cursoradapter' '-rewrite=^com.android.support:customtabs$=android-support-customtabs' '-rewrite=^com.android.support:customview$=android-support-customview' '-rewrite=^com.android.support:design$=android-support-design' '-rewrite=^com.android.support:design-animation$=android-support-design-animation' '-rewrite=^com.android.support:design-bottomappbar$=android-support-design-bottomappbar' '-rewrite=^com.android.support:design-bottomnavigation$=android-support-design-bottomnavigation' '-rewrite=^com.android.support:design-bottomsheet$=android-support-design-bottomsheet' '-rewrite=^com.android.support:design-button$=android-support-design-button' '-rewrite=^com.android.support:design-canvas$=android-support-design-canvas' '-rewrite=^com.android.support:design-card$=android-support-design-card' '-rewrite=^com.android.support:design-chip$=android-support-design-chip' '-rewrite=^com.android.support:design-circularreveal$=android-support-design-circularreveal' '-rewrite=^com.android.support:design-circularreveal-cardview$=android-support-design-circularreveal-cardview' '-rewrite=^com.android.support:design-circularreveal-coordinatorlayout$=android-support-design-circularreveal-coordinatorlayout' '-rewrite=^com.android.support:design-color$=android-support-design-color' '-rewrite=^com.android.support:design-dialog$=android-support-design-dialog' '-rewrite=^com.android.support:design-drawable$=android-support-design-drawable' '-rewrite=^com.android.support:design-expandable$=android-support-design-expandable' '-rewrite=^com.android.support:design-floatingactionbutton$=android-support-design-floatingactionbutton' '-rewrite=^com.android.support:design-internal$=android-support-design-internal' '-rewrite=^com.android.support:design-math$=android-support-design-math' '-rewrite=^com.android.support:design-navigation$=android-support-design-navigation' '-rewrite=^com.android.support:design-resources$=android-support-design-resources' '-rewrite=^com.android.support:design-ripple$=android-support-design-ripple' '-rewrite=^com.android.support:design-shape$=android-support-design-shape' '-rewrite=^com.android.support:design-snackbar$=android-support-design-snackbar' '-rewrite=^com.android.support:design-stateful$=android-support-design-stateful' '-rewrite=^com.android.support:design-tabs$=android-support-design-tabs' '-rewrite=^com.android.support:design-textfield$=android-support-design-textfield' '-rewrite=^com.android.support:design-theme$=android-support-design-theme' '-rewrite=^com.android.support:design-transformation$=android-support-design-transformation' '-rewrite=^com.android.support:design-typography$=android-support-design-typography' '-rewrite=^com.android.support:design-widget$=android-support-design-widget' '-rewrite=^com.android.support:documentfile$=android-support-documentfile' '-rewrite=^com.android.support:drawerlayout$=android-support-drawerlayout' '-rewrite=^com.android.support:exifinterface$=android-support-exifinterface' '-rewrite=^com.android.support:gridlayout-v7$=android-support-v7-gridlayout' '-rewrite=^com.android.support:heifwriter$=android-support-heifwriter' '-rewrite=^com.android.support:interpolator$=android-support-interpolator' '-rewrite=^com.android.support:leanback-v17$=android-support-v17-leanback' '-rewrite=^com.android.support:loader$=android-support-loader' '-rewrite=^com.android.support:localbroadcastmanager$=android-support-localbroadcastmanager' '-rewrite=^com.android.support:mediarouter-v7$=android-support-v7-mediarouter' '-rewrite=^com.android.support:multidex$=android-support-multidex' '-rewrite=^com.android.support:multidex-instrumentation$=android-support-multidex-instrumentation' '-rewrite=^com.android.support:palette-v7$=android-support-v7-palette' '-rewrite=^com.android.support:percent$=android-support-percent' '-rewrite=^com.android.support:preference-leanback-v17$=android-support-v17-preference-leanback' '-rewrite=^com.android.support:preference-v14$=android-support-v14-preference' '-rewrite=^com.android.support:preference-v7$=android-support-v7-preference' '-rewrite=^com.android.support:print$=android-support-print' '-rewrite=^com.android.support:recommendation$=android-support-recommendation' '-rewrite=^com.android.support:recyclerview-selection$=android-support-recyclerview-selection' '-rewrite=^com.android.support:recyclerview-v7$=android-support-v7-recyclerview' '-rewrite=^com.android.support:slices-builders$=android-slices-builders' '-rewrite=^com.android.support:slices-core$=android-slices-core' '-rewrite=^com.android.support:slices-view$=android-slices-view' '-rewrite=^com.android.support:slidingpanelayout$=android-support-slidingpanelayout' '-rewrite=^com.android.support:support-annotations$=android-support-annotations' '-rewrite=^com.android.support:support-compat$=android-support-compat' '-rewrite=^com.android.support:support-content$=android-support-support-content' '-rewrite=^com.android.support:support-core-ui$=android-support-core-ui' '-rewrite=^com.android.support:support-core-utils$=android-support-core-utils' '-rewrite=^com.android.support:support-dynamic-animation$=android-support-dynamic-animation' '-rewrite=^com.android.support:support-emoji$=android-support-emoji' '-rewrite=^com.android.support:support-emoji-appcompat$=android-support-emoji-appcompat' '-rewrite=^com.android.support:support-emoji-bundled$=android-support-emoji-bundled' '-rewrite=^com.android.support:support-fragment$=android-support-fragment' '-rewrite=^com.android.support:support-media-compat$=android-support-media-compat' '-rewrite=^com.android.support:support-tv-provider$=android-support-tv-provider' '-rewrite=^com.android.support:support-v13$=android-support-v13' '-rewrite=^com.android.support:support-v4$=android-support-v4' '-rewrite=^com.android.support:support-vector-drawable$=android-support-vectordrawable' '-rewrite=^com.android.support:swiperefreshlayout$=android-support-swiperefreshlayout' '-rewrite=^com.android.support:textclassifier$=android-support-textclassifier' '-rewrite=^com.android.support:transition$=android-support-transition' '-rewrite=^com.android.support:versionedparcelable$=android-versionedparcelable' '-rewrite=^com.android.support:viewpager$=android-support-viewpager' '-rewrite=^com.android.support:wear$=android-support-wear' '-rewrite=^com.android.support:webkit$=android-support-webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^com.squareup:javapoet$=javapoet-prebuilt-jar' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^gson$=gson-prebuilt-jar' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' -extra-static-libs=android-support-car=prebuilt-android.car-stubs -extra-static-libs=androidx.room_room-compiler=guava-21.0 '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.room:room-compiler' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
+// pom2bp -sdk-version current -static-deps '-rewrite=^android.arch.core:common$=android-arch-core-common' '-rewrite=^android.arch.core:runtime$=android-arch-core-runtime' '-rewrite=^android.arch.lifecycle:common$=android-arch-lifecycle-common' '-rewrite=^android.arch.lifecycle:common-java8$=android-arch-lifecycle-common-java8' '-rewrite=^android.arch.lifecycle:extensions$=android-arch-lifecycle-extensions' '-rewrite=^android.arch.lifecycle:livedata$=android-arch-lifecycle-livedata' '-rewrite=^android.arch.lifecycle:livedata-core$=android-arch-lifecycle-livedata-core' '-rewrite=^android.arch.lifecycle:process$=android-arch-lifecycle-process' '-rewrite=^android.arch.lifecycle:runtime$=android-arch-lifecycle-runtime' '-rewrite=^android.arch.lifecycle:service$=android-arch-lifecycle-service' '-rewrite=^android.arch.lifecycle:viewmodel$=android-arch-lifecycle-viewmodel' '-rewrite=^android.arch.paging:common$=android-arch-paging-common' '-rewrite=^android.arch.paging:runtime$=android-arch-paging-runtime' '-rewrite=^android.arch.persistence.room:common$=android-arch-room-common' '-rewrite=^android.arch.persistence.room:migration$=android-arch-room-migration' '-rewrite=^android.arch.persistence.room:runtime$=android-arch-room-runtime' '-rewrite=^android.arch.persistence.room:testing$=android-arch-room-testing' '-rewrite=^android.arch.persistence:db$=android-arch-persistence-db' '-rewrite=^android.arch.persistence:db-framework$=android-arch-persistence-db-framework' '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.concurrent:concurrent-listenablefuture$=androidx.concurrent_concurrent-listenablefuture' '-rewrite=^androidx.concurrent:concurrent-listenablefuture-callback$=androidx.concurrent_concurrent-listenablefuture-callback' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.core:core-animation$=androidx.core_core-animation' '-rewrite=^androidx.core:core-ktx$=androidx.core_core-ktx' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.fragment:fragment-ktx$=androidx.fragment_fragment-ktx' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core-ktx$=androidx.lifecycle_lifecycle-livedata-core-ktx' '-rewrite=^androidx.lifecycle:lifecycle-livedata-ktx$=androidx.lifecycle_lifecycle-livedata-ktx' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-runtime-ktx$=androidx.lifecycle_lifecycle-runtime-ktx' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-ktx$=androidx.lifecycle_lifecycle-viewmodel-ktx' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-savedstate$=androidx.lifecycle_lifecycle-viewmodel-savedstate' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2-common$=androidx.media2_media2-common' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-player$=androidx.media2_media2-player' '-rewrite=^androidx.media2:media2-session$=androidx.media2_media2-session' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.navigation:navigation-common$=androidx.navigation_navigation-common' '-rewrite=^androidx.navigation:navigation-common-ktx$=androidx.navigation_navigation-common-ktx' '-rewrite=^androidx.navigation:navigation-fragment$=androidx.navigation_navigation-fragment' '-rewrite=^androidx.navigation:navigation-fragment-ktx$=androidx.navigation_navigation-fragment-ktx' '-rewrite=^androidx.navigation:navigation-runtime$=androidx.navigation_navigation-runtime' '-rewrite=^androidx.navigation:navigation-runtime-ktx$=androidx.navigation_navigation-runtime-ktx' '-rewrite=^androidx.navigation:navigation-ui$=androidx.navigation_navigation-ui' '-rewrite=^androidx.navigation:navigation-ui-ktx$=androidx.navigation_navigation-ui-ktx' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-common-ktx$=androidx.paging_paging-common-ktx' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-compiler$=androidx.room_room-compiler' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager2:viewpager2$=androidx.viewpager2_viewpager2' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.android.support.constraint:constraint-layout$=android-support-constraint-layout' '-rewrite=^com.android.support.constraint:constraint-layout-solver$=android-support-constraint-layout-solver' '-rewrite=^com.android.support:animated-vector-drawable$=android-support-animatedvectordrawable' '-rewrite=^com.android.support:appcompat-v7$=android-support-v7-appcompat' '-rewrite=^com.android.support:asynclayoutinflater$=android-support-asynclayoutinflater' '-rewrite=^com.android.support:car$=android-support-car' '-rewrite=^com.android.support:cardview-v7$=android-support-v7-cardview' '-rewrite=^com.android.support:collections$=android-support-collections' '-rewrite=^com.android.support:contentpaging$=android-support-contentpaging' '-rewrite=^com.android.support:coordinatorlayout$=android-support-coordinatorlayout' '-rewrite=^com.android.support:cursoradapter$=android-support-cursoradapter' '-rewrite=^com.android.support:customtabs$=android-support-customtabs' '-rewrite=^com.android.support:customview$=android-support-customview' '-rewrite=^com.android.support:design$=android-support-design' '-rewrite=^com.android.support:design-animation$=android-support-design-animation' '-rewrite=^com.android.support:design-bottomappbar$=android-support-design-bottomappbar' '-rewrite=^com.android.support:design-bottomnavigation$=android-support-design-bottomnavigation' '-rewrite=^com.android.support:design-bottomsheet$=android-support-design-bottomsheet' '-rewrite=^com.android.support:design-button$=android-support-design-button' '-rewrite=^com.android.support:design-canvas$=android-support-design-canvas' '-rewrite=^com.android.support:design-card$=android-support-design-card' '-rewrite=^com.android.support:design-chip$=android-support-design-chip' '-rewrite=^com.android.support:design-circularreveal$=android-support-design-circularreveal' '-rewrite=^com.android.support:design-circularreveal-cardview$=android-support-design-circularreveal-cardview' '-rewrite=^com.android.support:design-circularreveal-coordinatorlayout$=android-support-design-circularreveal-coordinatorlayout' '-rewrite=^com.android.support:design-color$=android-support-design-color' '-rewrite=^com.android.support:design-dialog$=android-support-design-dialog' '-rewrite=^com.android.support:design-drawable$=android-support-design-drawable' '-rewrite=^com.android.support:design-expandable$=android-support-design-expandable' '-rewrite=^com.android.support:design-floatingactionbutton$=android-support-design-floatingactionbutton' '-rewrite=^com.android.support:design-internal$=android-support-design-internal' '-rewrite=^com.android.support:design-math$=android-support-design-math' '-rewrite=^com.android.support:design-navigation$=android-support-design-navigation' '-rewrite=^com.android.support:design-resources$=android-support-design-resources' '-rewrite=^com.android.support:design-ripple$=android-support-design-ripple' '-rewrite=^com.android.support:design-shape$=android-support-design-shape' '-rewrite=^com.android.support:design-snackbar$=android-support-design-snackbar' '-rewrite=^com.android.support:design-stateful$=android-support-design-stateful' '-rewrite=^com.android.support:design-tabs$=android-support-design-tabs' '-rewrite=^com.android.support:design-textfield$=android-support-design-textfield' '-rewrite=^com.android.support:design-theme$=android-support-design-theme' '-rewrite=^com.android.support:design-transformation$=android-support-design-transformation' '-rewrite=^com.android.support:design-typography$=android-support-design-typography' '-rewrite=^com.android.support:design-widget$=android-support-design-widget' '-rewrite=^com.android.support:documentfile$=android-support-documentfile' '-rewrite=^com.android.support:drawerlayout$=android-support-drawerlayout' '-rewrite=^com.android.support:exifinterface$=android-support-exifinterface' '-rewrite=^com.android.support:gridlayout-v7$=android-support-v7-gridlayout' '-rewrite=^com.android.support:heifwriter$=android-support-heifwriter' '-rewrite=^com.android.support:interpolator$=android-support-interpolator' '-rewrite=^com.android.support:leanback-v17$=android-support-v17-leanback' '-rewrite=^com.android.support:loader$=android-support-loader' '-rewrite=^com.android.support:localbroadcastmanager$=android-support-localbroadcastmanager' '-rewrite=^com.android.support:mediarouter-v7$=android-support-v7-mediarouter' '-rewrite=^com.android.support:multidex$=android-support-multidex' '-rewrite=^com.android.support:multidex-instrumentation$=android-support-multidex-instrumentation' '-rewrite=^com.android.support:palette-v7$=android-support-v7-palette' '-rewrite=^com.android.support:percent$=android-support-percent' '-rewrite=^com.android.support:preference-leanback-v17$=android-support-v17-preference-leanback' '-rewrite=^com.android.support:preference-v14$=android-support-v14-preference' '-rewrite=^com.android.support:preference-v7$=android-support-v7-preference' '-rewrite=^com.android.support:print$=android-support-print' '-rewrite=^com.android.support:recommendation$=android-support-recommendation' '-rewrite=^com.android.support:recyclerview-selection$=android-support-recyclerview-selection' '-rewrite=^com.android.support:recyclerview-v7$=android-support-v7-recyclerview' '-rewrite=^com.android.support:slices-builders$=android-slices-builders' '-rewrite=^com.android.support:slices-core$=android-slices-core' '-rewrite=^com.android.support:slices-view$=android-slices-view' '-rewrite=^com.android.support:slidingpanelayout$=android-support-slidingpanelayout' '-rewrite=^com.android.support:support-annotations$=android-support-annotations' '-rewrite=^com.android.support:support-compat$=android-support-compat' '-rewrite=^com.android.support:support-content$=android-support-support-content' '-rewrite=^com.android.support:support-core-ui$=android-support-core-ui' '-rewrite=^com.android.support:support-core-utils$=android-support-core-utils' '-rewrite=^com.android.support:support-dynamic-animation$=android-support-dynamic-animation' '-rewrite=^com.android.support:support-emoji$=android-support-emoji' '-rewrite=^com.android.support:support-emoji-appcompat$=android-support-emoji-appcompat' '-rewrite=^com.android.support:support-emoji-bundled$=android-support-emoji-bundled' '-rewrite=^com.android.support:support-fragment$=android-support-fragment' '-rewrite=^com.android.support:support-media-compat$=android-support-media-compat' '-rewrite=^com.android.support:support-tv-provider$=android-support-tv-provider' '-rewrite=^com.android.support:support-v13$=android-support-v13' '-rewrite=^com.android.support:support-v4$=android-support-v4' '-rewrite=^com.android.support:support-vector-drawable$=android-support-vectordrawable' '-rewrite=^com.android.support:swiperefreshlayout$=android-support-swiperefreshlayout' '-rewrite=^com.android.support:textclassifier$=android-support-textclassifier' '-rewrite=^com.android.support:transition$=android-support-transition' '-rewrite=^com.android.support:versionedparcelable$=android-versionedparcelable' '-rewrite=^com.android.support:viewpager$=android-support-viewpager' '-rewrite=^com.android.support:wear$=android-support-wear' '-rewrite=^com.android.support:webkit$=android-support-webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^gson$=gson-prebuilt-jar' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' -extra-static-libs=android-support-car=prebuilt-android.car-stubs -extra-static-libs=androidx.room_room-compiler=guava-21.0 '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.room:room-compiler' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
 
 package {
     // See: http://go/android-license-faq
diff --git a/current/extras/material-design-x/Android.bp b/current/extras/material-design-x/Android.bp
index 393f414..df9f0d2 100644
--- a/current/extras/material-design-x/Android.bp
+++ b/current/extras/material-design-x/Android.bp
@@ -1,5 +1,5 @@
 // Automatically generated with:
-// pom2bp -sdk-version current -static-deps '-rewrite=^android.arch.core:common$=android-arch-core-common' '-rewrite=^android.arch.core:runtime$=android-arch-core-runtime' '-rewrite=^android.arch.lifecycle:common$=android-arch-lifecycle-common' '-rewrite=^android.arch.lifecycle:common-java8$=android-arch-lifecycle-common-java8' '-rewrite=^android.arch.lifecycle:extensions$=android-arch-lifecycle-extensions' '-rewrite=^android.arch.lifecycle:livedata$=android-arch-lifecycle-livedata' '-rewrite=^android.arch.lifecycle:livedata-core$=android-arch-lifecycle-livedata-core' '-rewrite=^android.arch.lifecycle:process$=android-arch-lifecycle-process' '-rewrite=^android.arch.lifecycle:runtime$=android-arch-lifecycle-runtime' '-rewrite=^android.arch.lifecycle:service$=android-arch-lifecycle-service' '-rewrite=^android.arch.lifecycle:viewmodel$=android-arch-lifecycle-viewmodel' '-rewrite=^android.arch.paging:common$=android-arch-paging-common' '-rewrite=^android.arch.paging:runtime$=android-arch-paging-runtime' '-rewrite=^android.arch.persistence.room:common$=android-arch-room-common' '-rewrite=^android.arch.persistence.room:migration$=android-arch-room-migration' '-rewrite=^android.arch.persistence.room:runtime$=android-arch-room-runtime' '-rewrite=^android.arch.persistence.room:testing$=android-arch-room-testing' '-rewrite=^android.arch.persistence:db$=android-arch-persistence-db' '-rewrite=^android.arch.persistence:db-framework$=android-arch-persistence-db-framework' '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2$=androidx.media2_media2' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.android.support.constraint:constraint-layout$=android-support-constraint-layout' '-rewrite=^com.android.support.constraint:constraint-layout-solver$=android-support-constraint-layout-solver' '-rewrite=^com.android.support:animated-vector-drawable$=android-support-animatedvectordrawable' '-rewrite=^com.android.support:appcompat-v7$=android-support-v7-appcompat' '-rewrite=^com.android.support:asynclayoutinflater$=android-support-asynclayoutinflater' '-rewrite=^com.android.support:car$=android-support-car' '-rewrite=^com.android.support:cardview-v7$=android-support-v7-cardview' '-rewrite=^com.android.support:collections$=android-support-collections' '-rewrite=^com.android.support:contentpaging$=android-support-contentpaging' '-rewrite=^com.android.support:coordinatorlayout$=android-support-coordinatorlayout' '-rewrite=^com.android.support:cursoradapter$=android-support-cursoradapter' '-rewrite=^com.android.support:customtabs$=android-support-customtabs' '-rewrite=^com.android.support:customview$=android-support-customview' '-rewrite=^com.android.support:design$=android-support-design' '-rewrite=^com.android.support:design-animation$=android-support-design-animation' '-rewrite=^com.android.support:design-bottomappbar$=android-support-design-bottomappbar' '-rewrite=^com.android.support:design-bottomnavigation$=android-support-design-bottomnavigation' '-rewrite=^com.android.support:design-bottomsheet$=android-support-design-bottomsheet' '-rewrite=^com.android.support:design-button$=android-support-design-button' '-rewrite=^com.android.support:design-canvas$=android-support-design-canvas' '-rewrite=^com.android.support:design-card$=android-support-design-card' '-rewrite=^com.android.support:design-chip$=android-support-design-chip' '-rewrite=^com.android.support:design-circularreveal$=android-support-design-circularreveal' '-rewrite=^com.android.support:design-circularreveal-cardview$=android-support-design-circularreveal-cardview' '-rewrite=^com.android.support:design-circularreveal-coordinatorlayout$=android-support-design-circularreveal-coordinatorlayout' '-rewrite=^com.android.support:design-color$=android-support-design-color' '-rewrite=^com.android.support:design-dialog$=android-support-design-dialog' '-rewrite=^com.android.support:design-drawable$=android-support-design-drawable' '-rewrite=^com.android.support:design-expandable$=android-support-design-expandable' '-rewrite=^com.android.support:design-floatingactionbutton$=android-support-design-floatingactionbutton' '-rewrite=^com.android.support:design-internal$=android-support-design-internal' '-rewrite=^com.android.support:design-math$=android-support-design-math' '-rewrite=^com.android.support:design-navigation$=android-support-design-navigation' '-rewrite=^com.android.support:design-resources$=android-support-design-resources' '-rewrite=^com.android.support:design-ripple$=android-support-design-ripple' '-rewrite=^com.android.support:design-shape$=android-support-design-shape' '-rewrite=^com.android.support:design-snackbar$=android-support-design-snackbar' '-rewrite=^com.android.support:design-stateful$=android-support-design-stateful' '-rewrite=^com.android.support:design-tabs$=android-support-design-tabs' '-rewrite=^com.android.support:design-textfield$=android-support-design-textfield' '-rewrite=^com.android.support:design-theme$=android-support-design-theme' '-rewrite=^com.android.support:design-transformation$=android-support-design-transformation' '-rewrite=^com.android.support:design-typography$=android-support-design-typography' '-rewrite=^com.android.support:design-widget$=android-support-design-widget' '-rewrite=^com.android.support:documentfile$=android-support-documentfile' '-rewrite=^com.android.support:drawerlayout$=android-support-drawerlayout' '-rewrite=^com.android.support:exifinterface$=android-support-exifinterface' '-rewrite=^com.android.support:gridlayout-v7$=android-support-v7-gridlayout' '-rewrite=^com.android.support:heifwriter$=android-support-heifwriter' '-rewrite=^com.android.support:interpolator$=android-support-interpolator' '-rewrite=^com.android.support:leanback-v17$=android-support-v17-leanback' '-rewrite=^com.android.support:loader$=android-support-loader' '-rewrite=^com.android.support:localbroadcastmanager$=android-support-localbroadcastmanager' '-rewrite=^com.android.support:mediarouter-v7$=android-support-v7-mediarouter' '-rewrite=^com.android.support:multidex$=android-support-multidex' '-rewrite=^com.android.support:multidex-instrumentation$=android-support-multidex-instrumentation' '-rewrite=^com.android.support:palette-v7$=android-support-v7-palette' '-rewrite=^com.android.support:percent$=android-support-percent' '-rewrite=^com.android.support:preference-leanback-v17$=android-support-v17-preference-leanback' '-rewrite=^com.android.support:preference-v14$=android-support-v14-preference' '-rewrite=^com.android.support:preference-v7$=android-support-v7-preference' '-rewrite=^com.android.support:print$=android-support-print' '-rewrite=^com.android.support:recommendation$=android-support-recommendation' '-rewrite=^com.android.support:recyclerview-selection$=android-support-recyclerview-selection' '-rewrite=^com.android.support:recyclerview-v7$=android-support-v7-recyclerview' '-rewrite=^com.android.support:slices-builders$=android-slices-builders' '-rewrite=^com.android.support:slices-core$=android-slices-core' '-rewrite=^com.android.support:slices-view$=android-slices-view' '-rewrite=^com.android.support:slidingpanelayout$=android-support-slidingpanelayout' '-rewrite=^com.android.support:support-annotations$=android-support-annotations' '-rewrite=^com.android.support:support-compat$=android-support-compat' '-rewrite=^com.android.support:support-content$=android-support-support-content' '-rewrite=^com.android.support:support-core-ui$=android-support-core-ui' '-rewrite=^com.android.support:support-core-utils$=android-support-core-utils' '-rewrite=^com.android.support:support-dynamic-animation$=android-support-dynamic-animation' '-rewrite=^com.android.support:support-emoji$=android-support-emoji' '-rewrite=^com.android.support:support-emoji-appcompat$=android-support-emoji-appcompat' '-rewrite=^com.android.support:support-emoji-bundled$=android-support-emoji-bundled' '-rewrite=^com.android.support:support-fragment$=android-support-fragment' '-rewrite=^com.android.support:support-media-compat$=android-support-media-compat' '-rewrite=^com.android.support:support-tv-provider$=android-support-tv-provider' '-rewrite=^com.android.support:support-v13$=android-support-v13' '-rewrite=^com.android.support:support-v4$=android-support-v4' '-rewrite=^com.android.support:support-vector-drawable$=android-support-vectordrawable' '-rewrite=^com.android.support:swiperefreshlayout$=android-support-swiperefreshlayout' '-rewrite=^com.android.support:textclassifier$=android-support-textclassifier' '-rewrite=^com.android.support:transition$=android-support-transition' '-rewrite=^com.android.support:versionedparcelable$=android-versionedparcelable' '-rewrite=^com.android.support:viewpager$=android-support-viewpager' '-rewrite=^com.android.support:wear$=android-support-wear' '-rewrite=^com.android.support:webkit$=android-support-webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^com.squareup:javapoet$=javapoet-prebuilt-jar' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' -extra-deps=android-support-car=prebuilt-android.car-stubs '-host=androidx.remotecallback:remotecallback-processor' -exclude=androidx.room_room-migration -exclude=androidx.room_room-testing -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
+// pom2bp -sdk-version current -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-ktx$=androidx.activity_activity-ktx' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.annotation:annotation-experimental$=androidx.annotation_annotation-experimental' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.appcompat:appcompat-resources$=androidx.appcompat_appcompat-resources' '-rewrite=^androidx.appsearch:appsearch$=androidx.appsearch_appsearch' '-rewrite=^androidx.appsearch:appsearch-compiler$=androidx.appsearch_appsearch-compiler' '-rewrite=^androidx.appsearch:appsearch-local-storage$=androidx.appsearch_appsearch_local_storage' '-rewrite=^androidx.appsearch:appsearch-platform-storage$=androidx.appsearch_appsearch_platform_storage' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.autofill:autofill$=androidx.autofill_autofill' '-rewrite=^androidx.benchmark:benchmark-common$=androidx.benchmark_benchmark-common' '-rewrite=^androidx.benchmark:benchmark-junit4$=androidx.benchmark_benchmark-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.concurrent:concurrent-listenablefuture$=androidx.concurrent_concurrent-listenablefuture' '-rewrite=^androidx.concurrent:concurrent-listenablefuture-callback$=androidx.concurrent_concurrent-listenablefuture-callback' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.core:core-animation$=androidx.core_core-animation' '-rewrite=^androidx.core:core-ktx$=androidx.core_core-ktx' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.fragment:fragment-ktx$=androidx.fragment_fragment-ktx' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core-ktx$=androidx.lifecycle_lifecycle-livedata-core-ktx' '-rewrite=^androidx.lifecycle:lifecycle-livedata-ktx$=androidx.lifecycle_lifecycle-livedata-ktx' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-runtime-ktx$=androidx.lifecycle_lifecycle-runtime-ktx' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-ktx$=androidx.lifecycle_lifecycle-viewmodel-ktx' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel-savedstate$=androidx.lifecycle_lifecycle-viewmodel-savedstate' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2-common$=androidx.media2_media2-common' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-player$=androidx.media2_media2-player' '-rewrite=^androidx.media2:media2-session$=androidx.media2_media2-session' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.navigation:navigation-common$=androidx.navigation_navigation-common' '-rewrite=^androidx.navigation:navigation-common-ktx$=androidx.navigation_navigation-common-ktx' '-rewrite=^androidx.navigation:navigation-fragment$=androidx.navigation_navigation-fragment' '-rewrite=^androidx.navigation:navigation-fragment-ktx$=androidx.navigation_navigation-fragment-ktx' '-rewrite=^androidx.navigation:navigation-runtime$=androidx.navigation_navigation-runtime' '-rewrite=^androidx.navigation:navigation-runtime-ktx$=androidx.navigation_navigation-runtime-ktx' '-rewrite=^androidx.navigation:navigation-ui$=androidx.navigation_navigation-ui' '-rewrite=^androidx.navigation:navigation-ui-ktx$=androidx.navigation_navigation-ui-ktx' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-common-ktx$=androidx.paging_paging-common-ktx' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-compiler$=androidx.room_room-compiler' '-rewrite=^androidx.room:room-compiler-processing$=androidx.room_room-compiler-processing' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate$=androidx.savedstate_savedstate' '-rewrite=^androidx.savedstate:savedstate-ktx$=androidx.savedstate_savedstate-ktx' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.tracing:tracing$=androidx.tracing_tracing' '-rewrite=^androidx.tracing:tracing-ktx$=androidx.tracing_tracing-ktx' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager2:viewpager2$=androidx.viewpager2_viewpager2' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.work:work-runtime$=androidx.work_work-runtime' '-rewrite=^androidx.work:work-runtime-ktx$=androidx.work_work-runtime-ktx' '-rewrite=^androidx.work:work-testing$=androidx.work_work-testing' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^gson$=gson-prebuilt-jar' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' -extra-static-libs=androidx.room_room-compiler=guava-21.0 '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.room:room-compiler' '-host=androidx.room:room-compiler-processing' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
 
 package {
     // See: http://go/android-license-faq
@@ -12,26 +12,38 @@
 
 android_library_import {
     name: "com.google.android.material_material-nodeps",
-    aars: ["com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar"],
+    aars: ["com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar"],
     sdk_version: "current",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
     min_sdk_version: "14",
     static_libs: [
+        "androidx.annotation_annotation",
         "androidx.appcompat_appcompat",
         "androidx.cardview_cardview",
         "androidx.coordinatorlayout_coordinatorlayout",
+        "androidx-constraintlayout_constraintlayout",
         "androidx.core_core",
-        "androidx.legacy_legacy-support-core-ui",
-        "androidx.legacy_legacy-support-core-utils",
+        "androidx.dynamicanimation_dynamicanimation",
+        "androidx.annotation_annotation-experimental",
         "androidx.fragment_fragment",
+        "androidx.lifecycle_lifecycle-runtime",
         "androidx.recyclerview_recyclerview",
         "androidx.transition_transition",
         "androidx.vectordrawable_vectordrawable",
+        "androidx.viewpager2_viewpager2",
     ],
 }
 
 android_library {
     name: "com.google.android.material_material",
     sdk_version: "current",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
     min_sdk_version: "14",
     manifest: "manifests/com.google.android.material_material/AndroidManifest.xml",
     static_libs: [
@@ -40,13 +52,16 @@
         "androidx.appcompat_appcompat",
         "androidx.cardview_cardview",
         "androidx.coordinatorlayout_coordinatorlayout",
+        "androidx-constraintlayout_constraintlayout",
         "androidx.core_core",
-        "androidx.legacy_legacy-support-core-ui",
-        "androidx.legacy_legacy-support-core-utils",
+        "androidx.dynamicanimation_dynamicanimation",
+        "androidx.annotation_annotation-experimental",
         "androidx.fragment_fragment",
+        "androidx.lifecycle_lifecycle-runtime",
         "androidx.recyclerview_recyclerview",
         "androidx.transition_transition",
         "androidx.vectordrawable_vectordrawable",
+        "androidx.viewpager2_viewpager2",
     ],
     java_version: "1.7",
 }
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar
deleted file mode 100644
index 2ab643a..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.md5
deleted file mode 100644
index 91ec265..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-ac014a94aa3f6d4d407d1adfff9a382e
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.sha1
deleted file mode 100644
index 959c387..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-edb01989e5a5b2dcecf6d5db49cf455c89f875c1
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar
deleted file mode 100644
index 9d7a2fb..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar
+++ /dev/null
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.md5
deleted file mode 100644
index d350d61..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-5f6976b1a1ec787f229d4971f5591085
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.sha1
deleted file mode 100644
index 61bfe21..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9ac0f6ef6d5f282bed4697f4c2892b0c85947d0f
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom
deleted file mode 100644
index 9eed9a8..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>com.google.android.material</groupId>

-  <artifactId>material</artifactId>

-  <version>1.1.0-alpha05</version>

-  <packaging>aar</packaging>

-  <name>Material Components for Android</name>

-  <description>Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later.</description>

-  <url>http://developer.android.com/tools/extras/support-library.html</url>

-  <inceptionYear>2015</inceptionYear>

-  <licenses>

-    <license>

-      <name>The Apache Software License, Version 2.0</name>

-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

-      <distribution>repo</distribution>

-    </license>

-  </licenses>

-  <developers>

-    <developer>

-      <name>The Android Open Source Project</name>

-    </developer>

-  </developers>

-  <scm>

-    <connection>scm:git:https://github.com/material-components/material-components-android.git</connection>

-    <url>https://github.com/material-components/material-components-android</url>

-  </scm>

-  <dependencies>

-    <dependency>

-      <groupId>androidx.annotation</groupId>

-      <artifactId>annotation</artifactId>

-      <version>1.0.1</version>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.appcompat</groupId>

-      <artifactId>appcompat</artifactId>

-      <version>1.1.0-alpha01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.cardview</groupId>

-      <artifactId>cardview</artifactId>

-      <version>1.0.0</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.coordinatorlayout</groupId>

-      <artifactId>coordinatorlayout</artifactId>

-      <version>1.1.0-alpha01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.core</groupId>

-      <artifactId>core</artifactId>

-      <version>1.1.0-alpha03</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.legacy</groupId>

-      <artifactId>legacy-support-core-ui</artifactId>

-      <version>1.0.0</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.legacy</groupId>

-      <artifactId>legacy-support-core-utils</artifactId>

-      <version>1.0.0</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.fragment</groupId>

-      <artifactId>fragment</artifactId>

-      <version>1.0.0</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.recyclerview</groupId>

-      <artifactId>recyclerview</artifactId>

-      <version>1.1.0-alpha01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.transition</groupId>

-      <artifactId>transition</artifactId>

-      <version>1.0.1</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.vectordrawable</groupId>

-      <artifactId>vectordrawable</artifactId>

-      <version>1.1.0-alpha01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.test</groupId>

-      <artifactId>core</artifactId>

-      <version>1.1.0</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>androidx.test</groupId>

-      <artifactId>runner</artifactId>

-      <version>1.1.0</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>4.12</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.google.truth</groupId>

-      <artifactId>truth</artifactId>

-      <version>0.35</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.mockito</groupId>

-      <artifactId>mockito-core</artifactId>

-      <version>1.9.5</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.robolectric</groupId>

-      <artifactId>robolectric</artifactId>

-      <version>4.1</version>

-      <type>aar</type>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-</project>

diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.md5 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.md5
deleted file mode 100644
index e5f0f70..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-f52bc5f410014c7724cb87dd3f0a2c0f
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.sha1
deleted file mode 100644
index 6c3b1eb..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.1.0-alpha05/material-1.1.0-alpha05.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fe408f9d01940dd041dad86bd5ec6314db6ce1e9
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar
new file mode 100644
index 0000000..b227abf
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.md5
new file mode 100644
index 0000000..89df4a6
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.md5
@@ -0,0 +1 @@
+b7101c128cffeceba6ada444b3be52f1
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha1
new file mode 100644
index 0000000..7ddf06c
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha1
@@ -0,0 +1 @@
+415c5e1c760460f11150dc57f1cc5ad63e9dc2ec
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha256
new file mode 100644
index 0000000..8995595
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha256
@@ -0,0 +1 @@
+ea5178d114af77bfd34179fcc369e7169847e938f516ee02651124f90ebc4c33
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha512
new file mode 100644
index 0000000..7181252
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02-sources.jar.sha512
@@ -0,0 +1 @@
+c23816aa1600178f4cd5e09bbc22d7905afa824418aead6ef0df309264dcdc39a9d63cf1821ea5cab0fb474fd2bb59b8d2741eaec99f1b567bc2a54f5e5c9e37
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar
new file mode 100644
index 0000000..04242bc
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.md5
new file mode 100644
index 0000000..5296612
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.md5
@@ -0,0 +1 @@
+c0b9973f767d61cff37a0ec9b2153ab3
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha1
new file mode 100644
index 0000000..a9cb5ff
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha1
@@ -0,0 +1 @@
+23bd8574c0fd406ecc39125a4fa04f4ac6ef426a
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha256
new file mode 100644
index 0000000..cdac67c
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha256
@@ -0,0 +1 @@
+edf756e697e02332dde5f21a427443e299505f4e0a2f1f534741493dc5f2b8a0
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha512
new file mode 100644
index 0000000..3dc6f94
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.aar.sha512
@@ -0,0 +1 @@
+2bac18eed0ce1f91e675997be2194142747b360503cac51bd8b28618ffd70edbf5d6bad62532865bb5d700d1e346d2ebd9598bd2f91027b55c3c6f231822c85a
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module
new file mode 100644
index 0000000..d57d7c7
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module
@@ -0,0 +1,259 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "com.google.android.material",
+    "module": "material",
+    "version": "1.4.0-alpha02",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "6.1.1",
+      "buildId": "n3pw2h4ahvhkhglriehalaihfu"
+    }
+  },
+  "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.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.cardview",
+          "module": "cardview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.coordinatorlayout",
+          "module": "coordinatorlayout",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.constraintlayout",
+          "module": "constraintlayout",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.dynamicanimation",
+          "module": "dynamicanimation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.transition",
+          "module": "transition",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.viewpager2",
+          "module": "viewpager2",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "material-1.4.0-alpha02.aar",
+          "url": "material-1.4.0-alpha02.aar",
+          "size": 1608784,
+          "sha512": "2bac18eed0ce1f91e675997be2194142747b360503cac51bd8b28618ffd70edbf5d6bad62532865bb5d700d1e346d2ebd9598bd2f91027b55c3c6f231822c85a",
+          "sha256": "edf756e697e02332dde5f21a427443e299505f4e0a2f1f534741493dc5f2b8a0",
+          "sha1": "23bd8574c0fd406ecc39125a4fa04f4ac6ef426a",
+          "md5": "c0b9973f767d61cff37a0ec9b2153ab3"
+        }
+      ]
+    },
+    {
+      "name": "releaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.appcompat",
+          "module": "appcompat",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.cardview",
+          "module": "cardview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.coordinatorlayout",
+          "module": "coordinatorlayout",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.constraintlayout",
+          "module": "constraintlayout",
+          "version": {
+            "requires": "2.0.1"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.dynamicanimation",
+          "module": "dynamicanimation",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation-experimental",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.fragment",
+          "module": "fragment",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.0.0"
+          }
+        },
+        {
+          "group": "androidx.recyclerview",
+          "module": "recyclerview",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.transition",
+          "module": "transition",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "androidx.vectordrawable",
+          "module": "vectordrawable",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.viewpager2",
+          "module": "viewpager2",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "material-1.4.0-alpha02.aar",
+          "url": "material-1.4.0-alpha02.aar",
+          "size": 1608784,
+          "sha512": "2bac18eed0ce1f91e675997be2194142747b360503cac51bd8b28618ffd70edbf5d6bad62532865bb5d700d1e346d2ebd9598bd2f91027b55c3c6f231822c85a",
+          "sha256": "edf756e697e02332dde5f21a427443e299505f4e0a2f1f534741493dc5f2b8a0",
+          "sha1": "23bd8574c0fd406ecc39125a4fa04f4ac6ef426a",
+          "md5": "c0b9973f767d61cff37a0ec9b2153ab3"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.md5 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.md5
new file mode 100644
index 0000000..bbc5e21
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.md5
@@ -0,0 +1 @@
+32f44f24d004fb4725a1fbd257736fc0
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha1
new file mode 100644
index 0000000..580fadd
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha1
@@ -0,0 +1 @@
+448e7d720b5355ab1e0c67d618281735697f25fa
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha256
new file mode 100644
index 0000000..f9fdb2b
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha256
@@ -0,0 +1 @@
+0ae4653e1fe7419676edfa1263b54f36f7c421b7743a998f255867c1c35e9547
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha512
new file mode 100644
index 0000000..f427fa5
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.module.sha512
@@ -0,0 +1 @@
+9382a53fae8ad74f47682877fb85ee01720b974d27245ddcb8fe673997d1ac9bb24224e95f5fc1c4d5cb8c4f862fb9350d9184edb6e69b763570ada3941bb4c0
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom
new file mode 100644
index 0000000..10e0966
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <!-- This module was also published with a richer model, Gradle metadata,  -->
+  <!-- which should be used instead. Do not delete the following line which  -->
+  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
+  <!-- that they should prefer consuming it instead. -->
+  <!-- do_not_remove: published-with-gradle-metadata -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.android.material</groupId>
+  <artifactId>material</artifactId>
+  <version>1.4.0-alpha02</version>
+  <packaging>aar</packaging>
+  <name>Material Components for Android</name>
+  <description>Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later.</description>
+  <url>https://github.com/material-components/material-components-android</url>
+  <inceptionYear>2015</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/material-components/material-components-android.git</connection>
+    <url>https://github.com/material-components/material-components-android</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.appcompat</groupId>
+      <artifactId>appcompat</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.cardview</groupId>
+      <artifactId>cardview</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.coordinatorlayout</groupId>
+      <artifactId>coordinatorlayout</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.constraintlayout</groupId>
+      <artifactId>constraintlayout</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.dynamicanimation</groupId>
+      <artifactId>dynamicanimation</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation-experimental</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.fragment</groupId>
+      <artifactId>fragment</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-runtime</artifactId>
+      <version>2.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.recyclerview</groupId>
+      <artifactId>recyclerview</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.transition</groupId>
+      <artifactId>transition</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.vectordrawable</groupId>
+      <artifactId>vectordrawable</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.viewpager2</groupId>
+      <artifactId>viewpager2</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.md5 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.md5
new file mode 100644
index 0000000..cea3caf
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.md5
@@ -0,0 +1 @@
+d4c314595c21c1cbeff898030de2eb7f
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha1
new file mode 100644
index 0000000..7603eec
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha1
@@ -0,0 +1 @@
+88cd81ed1d6d0dd707e484eee4f8c8916aa672ae
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha256
new file mode 100644
index 0000000..ba2cd43
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha256
@@ -0,0 +1 @@
+9923ffd35b6ea27d5306d6a9b21b21facfcb28b58aea3101244825ca5b541b8e
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha512
new file mode 100644
index 0000000..b047389
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.4.0-alpha02/material-1.4.0-alpha02.pom.sha512
@@ -0,0 +1 @@
+f488102274cc49c1f91b561ec55a14e0c3868e92428d81c0c15f7a389036eb2dcff3ed6bc6c2d4f9d877626e1ca47a962aca7970886185e2ecd6bb00729fd4f9
\ No newline at end of file
diff --git a/current/extras/material-design/Android.bp b/current/extras/material-design/Android.bp
index b4fad34..f1b2541 100644
--- a/current/extras/material-design/Android.bp
+++ b/current/extras/material-design/Android.bp
@@ -1,5 +1,5 @@
 // Automatically generated with:
-// pom2bp -sdk-version current -static-deps '-rewrite=^android.arch.core:common$=android-arch-core-common' '-rewrite=^android.arch.core:runtime$=android-arch-core-runtime' '-rewrite=^android.arch.lifecycle:common$=android-arch-lifecycle-common' '-rewrite=^android.arch.lifecycle:common-java8$=android-arch-lifecycle-common-java8' '-rewrite=^android.arch.lifecycle:extensions$=android-arch-lifecycle-extensions' '-rewrite=^android.arch.lifecycle:livedata$=android-arch-lifecycle-livedata' '-rewrite=^android.arch.lifecycle:livedata-core$=android-arch-lifecycle-livedata-core' '-rewrite=^android.arch.lifecycle:process$=android-arch-lifecycle-process' '-rewrite=^android.arch.lifecycle:runtime$=android-arch-lifecycle-runtime' '-rewrite=^android.arch.lifecycle:service$=android-arch-lifecycle-service' '-rewrite=^android.arch.lifecycle:viewmodel$=android-arch-lifecycle-viewmodel' '-rewrite=^android.arch.paging:common$=android-arch-paging-common' '-rewrite=^android.arch.paging:runtime$=android-arch-paging-runtime' '-rewrite=^android.arch.persistence.room:common$=android-arch-room-common' '-rewrite=^android.arch.persistence.room:migration$=android-arch-room-migration' '-rewrite=^android.arch.persistence.room:runtime$=android-arch-room-runtime' '-rewrite=^android.arch.persistence.room:testing$=android-arch-room-testing' '-rewrite=^android.arch.persistence:db$=android-arch-persistence-db' '-rewrite=^android.arch.persistence:db-framework$=android-arch-persistence-db-framework' '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2$=androidx.media2_media2' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate-bundle$=androidx.savedstate_savedstate-bundle' '-rewrite=^androidx.savedstate:savedstate-common$=androidx.savedstate_savedstate-common' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.android.support.constraint:constraint-layout$=android-support-constraint-layout' '-rewrite=^com.android.support.constraint:constraint-layout-solver$=android-support-constraint-layout-solver' '-rewrite=^com.android.support:animated-vector-drawable$=android-support-animatedvectordrawable' '-rewrite=^com.android.support:appcompat-v7$=android-support-v7-appcompat' '-rewrite=^com.android.support:asynclayoutinflater$=android-support-asynclayoutinflater' '-rewrite=^com.android.support:car$=android-support-car' '-rewrite=^com.android.support:cardview-v7$=android-support-v7-cardview' '-rewrite=^com.android.support:collections$=android-support-collections' '-rewrite=^com.android.support:contentpaging$=android-support-contentpaging' '-rewrite=^com.android.support:coordinatorlayout$=android-support-coordinatorlayout' '-rewrite=^com.android.support:cursoradapter$=android-support-cursoradapter' '-rewrite=^com.android.support:customtabs$=android-support-customtabs' '-rewrite=^com.android.support:customview$=android-support-customview' '-rewrite=^com.android.support:design$=android-support-design' '-rewrite=^com.android.support:design-animation$=android-support-design-animation' '-rewrite=^com.android.support:design-bottomappbar$=android-support-design-bottomappbar' '-rewrite=^com.android.support:design-bottomnavigation$=android-support-design-bottomnavigation' '-rewrite=^com.android.support:design-bottomsheet$=android-support-design-bottomsheet' '-rewrite=^com.android.support:design-button$=android-support-design-button' '-rewrite=^com.android.support:design-canvas$=android-support-design-canvas' '-rewrite=^com.android.support:design-card$=android-support-design-card' '-rewrite=^com.android.support:design-chip$=android-support-design-chip' '-rewrite=^com.android.support:design-circularreveal$=android-support-design-circularreveal' '-rewrite=^com.android.support:design-circularreveal-cardview$=android-support-design-circularreveal-cardview' '-rewrite=^com.android.support:design-circularreveal-coordinatorlayout$=android-support-design-circularreveal-coordinatorlayout' '-rewrite=^com.android.support:design-color$=android-support-design-color' '-rewrite=^com.android.support:design-dialog$=android-support-design-dialog' '-rewrite=^com.android.support:design-drawable$=android-support-design-drawable' '-rewrite=^com.android.support:design-expandable$=android-support-design-expandable' '-rewrite=^com.android.support:design-floatingactionbutton$=android-support-design-floatingactionbutton' '-rewrite=^com.android.support:design-internal$=android-support-design-internal' '-rewrite=^com.android.support:design-math$=android-support-design-math' '-rewrite=^com.android.support:design-navigation$=android-support-design-navigation' '-rewrite=^com.android.support:design-resources$=android-support-design-resources' '-rewrite=^com.android.support:design-ripple$=android-support-design-ripple' '-rewrite=^com.android.support:design-shape$=android-support-design-shape' '-rewrite=^com.android.support:design-snackbar$=android-support-design-snackbar' '-rewrite=^com.android.support:design-stateful$=android-support-design-stateful' '-rewrite=^com.android.support:design-tabs$=android-support-design-tabs' '-rewrite=^com.android.support:design-textfield$=android-support-design-textfield' '-rewrite=^com.android.support:design-theme$=android-support-design-theme' '-rewrite=^com.android.support:design-transformation$=android-support-design-transformation' '-rewrite=^com.android.support:design-typography$=android-support-design-typography' '-rewrite=^com.android.support:design-widget$=android-support-design-widget' '-rewrite=^com.android.support:documentfile$=android-support-documentfile' '-rewrite=^com.android.support:drawerlayout$=android-support-drawerlayout' '-rewrite=^com.android.support:exifinterface$=android-support-exifinterface' '-rewrite=^com.android.support:gridlayout-v7$=android-support-v7-gridlayout' '-rewrite=^com.android.support:heifwriter$=android-support-heifwriter' '-rewrite=^com.android.support:interpolator$=android-support-interpolator' '-rewrite=^com.android.support:leanback-v17$=android-support-v17-leanback' '-rewrite=^com.android.support:loader$=android-support-loader' '-rewrite=^com.android.support:localbroadcastmanager$=android-support-localbroadcastmanager' '-rewrite=^com.android.support:mediarouter-v7$=android-support-v7-mediarouter' '-rewrite=^com.android.support:multidex$=android-support-multidex' '-rewrite=^com.android.support:multidex-instrumentation$=android-support-multidex-instrumentation' '-rewrite=^com.android.support:palette-v7$=android-support-v7-palette' '-rewrite=^com.android.support:percent$=android-support-percent' '-rewrite=^com.android.support:preference-leanback-v17$=android-support-v17-preference-leanback' '-rewrite=^com.android.support:preference-v14$=android-support-v14-preference' '-rewrite=^com.android.support:preference-v7$=android-support-v7-preference' '-rewrite=^com.android.support:print$=android-support-print' '-rewrite=^com.android.support:recommendation$=android-support-recommendation' '-rewrite=^com.android.support:recyclerview-selection$=android-support-recyclerview-selection' '-rewrite=^com.android.support:recyclerview-v7$=android-support-v7-recyclerview' '-rewrite=^com.android.support:slices-builders$=android-slices-builders' '-rewrite=^com.android.support:slices-core$=android-slices-core' '-rewrite=^com.android.support:slices-view$=android-slices-view' '-rewrite=^com.android.support:slidingpanelayout$=android-support-slidingpanelayout' '-rewrite=^com.android.support:support-annotations$=android-support-annotations' '-rewrite=^com.android.support:support-compat$=android-support-compat' '-rewrite=^com.android.support:support-content$=android-support-support-content' '-rewrite=^com.android.support:support-core-ui$=android-support-core-ui' '-rewrite=^com.android.support:support-core-utils$=android-support-core-utils' '-rewrite=^com.android.support:support-dynamic-animation$=android-support-dynamic-animation' '-rewrite=^com.android.support:support-emoji$=android-support-emoji' '-rewrite=^com.android.support:support-emoji-appcompat$=android-support-emoji-appcompat' '-rewrite=^com.android.support:support-emoji-bundled$=android-support-emoji-bundled' '-rewrite=^com.android.support:support-fragment$=android-support-fragment' '-rewrite=^com.android.support:support-media-compat$=android-support-media-compat' '-rewrite=^com.android.support:support-tv-provider$=android-support-tv-provider' '-rewrite=^com.android.support:support-v13$=android-support-v13' '-rewrite=^com.android.support:support-v4$=android-support-v4' '-rewrite=^com.android.support:support-vector-drawable$=android-support-vectordrawable' '-rewrite=^com.android.support:swiperefreshlayout$=android-support-swiperefreshlayout' '-rewrite=^com.android.support:textclassifier$=android-support-textclassifier' '-rewrite=^com.android.support:transition$=android-support-transition' '-rewrite=^com.android.support:versionedparcelable$=android-versionedparcelable' '-rewrite=^com.android.support:viewpager$=android-support-viewpager' '-rewrite=^com.android.support:wear$=android-support-wear' '-rewrite=^com.android.support:webkit$=android-support-webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^com.squareup:javapoet$=javapoet-prebuilt-jar' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' -extra-deps=android-support-car=prebuilt-android.car-stubs '-host=androidx.remotecallback:remotecallback-processor' -exclude=androidx.room_room-migration -exclude=androidx.room_room-testing -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
+// pom2bp -sdk-version current -static-deps '-rewrite=^android.arch.core:common$=android-arch-core-common' '-rewrite=^android.arch.core:runtime$=android-arch-core-runtime' '-rewrite=^android.arch.lifecycle:common$=android-arch-lifecycle-common' '-rewrite=^android.arch.lifecycle:common-java8$=android-arch-lifecycle-common-java8' '-rewrite=^android.arch.lifecycle:extensions$=android-arch-lifecycle-extensions' '-rewrite=^android.arch.lifecycle:livedata$=android-arch-lifecycle-livedata' '-rewrite=^android.arch.lifecycle:livedata-core$=android-arch-lifecycle-livedata-core' '-rewrite=^android.arch.lifecycle:process$=android-arch-lifecycle-process' '-rewrite=^android.arch.lifecycle:runtime$=android-arch-lifecycle-runtime' '-rewrite=^android.arch.lifecycle:service$=android-arch-lifecycle-service' '-rewrite=^android.arch.lifecycle:viewmodel$=android-arch-lifecycle-viewmodel' '-rewrite=^android.arch.paging:common$=android-arch-paging-common' '-rewrite=^android.arch.paging:runtime$=android-arch-paging-runtime' '-rewrite=^android.arch.persistence.room:common$=android-arch-room-common' '-rewrite=^android.arch.persistence.room:migration$=android-arch-room-migration' '-rewrite=^android.arch.persistence.room:runtime$=android-arch-room-runtime' '-rewrite=^android.arch.persistence.room:testing$=android-arch-room-testing' '-rewrite=^android.arch.persistence:db$=android-arch-persistence-db' '-rewrite=^android.arch.persistence:db-framework$=android-arch-persistence-db-framework' '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.annotation:annotation$=androidx.annotation_annotation' '-rewrite=^androidx.appcompat:appcompat$=androidx.appcompat_appcompat' '-rewrite=^androidx.arch.core:core-common$=androidx.arch.core_core-common' '-rewrite=^androidx.arch.core:core-runtime$=androidx.arch.core_core-runtime' '-rewrite=^androidx.asynclayoutinflater:asynclayoutinflater$=androidx.asynclayoutinflater_asynclayoutinflater' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car:car$=androidx.car_car' '-rewrite=^androidx.car:car-cluster$=androidx.car_car-cluster' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.concurrent:concurrent-futures$=androidx.concurrent_concurrent-futures' '-rewrite=^androidx.constraintlayout:constraintlayout$=androidx-constraintlayout_constraintlayout' '-rewrite=^androidx.constraintlayout:constraintlayout-solver$=androidx-constraintlayout_constraintlayout-solver' '-rewrite=^androidx.contentpaging:contentpaging$=androidx.contentpaging_contentpaging' '-rewrite=^androidx.coordinatorlayout:coordinatorlayout$=androidx.coordinatorlayout_coordinatorlayout' '-rewrite=^androidx.core:core$=androidx.core_core' '-rewrite=^androidx.cursoradapter:cursoradapter$=androidx.cursoradapter_cursoradapter' '-rewrite=^androidx.customview:customview$=androidx.customview_customview' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji:emoji$=androidx.emoji_emoji' '-rewrite=^androidx.emoji:emoji-appcompat$=androidx.emoji_emoji-appcompat' '-rewrite=^androidx.emoji:emoji-bundled$=androidx.emoji_emoji-bundled' '-rewrite=^androidx.exifinterface:exifinterface$=androidx.exifinterface_exifinterface' '-rewrite=^androidx.fragment:fragment$=androidx.fragment_fragment' '-rewrite=^androidx.gridlayout:gridlayout$=androidx.gridlayout_gridlayout' '-rewrite=^androidx.heifwriter:heifwriter$=androidx.heifwriter_heifwriter' '-rewrite=^androidx.interpolator:interpolator$=androidx.interpolator_interpolator' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-preference$=androidx.leanback_leanback-preference' '-rewrite=^androidx.legacy:legacy-preference-v14$=androidx.legacy_legacy-preference-v14' '-rewrite=^androidx.legacy:legacy-support-core-ui$=androidx.legacy_legacy-support-core-ui' '-rewrite=^androidx.legacy:legacy-support-core-utils$=androidx.legacy_legacy-support-core-utils' '-rewrite=^androidx.legacy:legacy-support-v13$=androidx.legacy_legacy-support-v13' '-rewrite=^androidx.legacy:legacy-support-v4$=androidx.legacy_legacy-support-v4' '-rewrite=^androidx.lifecycle:lifecycle-common$=androidx.lifecycle_lifecycle-common' '-rewrite=^androidx.lifecycle:lifecycle-common-java8$=androidx.lifecycle_lifecycle-common-java8' '-rewrite=^androidx.lifecycle:lifecycle-extensions$=androidx.lifecycle_lifecycle-extensions' '-rewrite=^androidx.lifecycle:lifecycle-livedata$=androidx.lifecycle_lifecycle-livedata' '-rewrite=^androidx.lifecycle:lifecycle-livedata-core$=androidx.lifecycle_lifecycle-livedata-core' '-rewrite=^androidx.lifecycle:lifecycle-process$=androidx.lifecycle_lifecycle-process' '-rewrite=^androidx.lifecycle:lifecycle-runtime$=androidx.lifecycle_lifecycle-runtime' '-rewrite=^androidx.lifecycle:lifecycle-service$=androidx.lifecycle_lifecycle-service' '-rewrite=^androidx.lifecycle:lifecycle-viewmodel$=androidx.lifecycle_lifecycle-viewmodel' '-rewrite=^androidx.loader:loader$=androidx.loader_loader' '-rewrite=^androidx.localbroadcastmanager:localbroadcastmanager$=androidx.localbroadcastmanager_localbroadcastmanager' '-rewrite=^androidx.media2:media2$=androidx.media2_media2' '-rewrite=^androidx.media2:media2-exoplayer$=androidx.media2_media2-exoplayer' '-rewrite=^androidx.media2:media2-widget$=androidx.media2_media2-widget' '-rewrite=^androidx.media:media$=androidx.media_media' '-rewrite=^androidx.mediarouter:mediarouter$=androidx.mediarouter_mediarouter' '-rewrite=^androidx.multidex:multidex$=androidx-multidex_multidex' '-rewrite=^androidx.multidex:multidex-instrumentation$=androidx-multidex_multidex-instrumentation' '-rewrite=^androidx.paging:paging-common$=androidx.paging_paging-common' '-rewrite=^androidx.paging:paging-runtime$=androidx.paging_paging-runtime' '-rewrite=^androidx.palette:palette$=androidx.palette_palette' '-rewrite=^androidx.percentlayout:percentlayout$=androidx.percentlayout_percentlayout' '-rewrite=^androidx.preference:preference$=androidx.preference_preference' '-rewrite=^androidx.print:print$=androidx.print_print' '-rewrite=^androidx.recommendation:recommendation$=androidx.recommendation_recommendation' '-rewrite=^androidx.recyclerview:recyclerview$=androidx.recyclerview_recyclerview' '-rewrite=^androidx.recyclerview:recyclerview-selection$=androidx.recyclerview_recyclerview-selection' '-rewrite=^androidx.remotecallback:remotecallback$=androidx.remotecallback_remotecallback' '-rewrite=^androidx.remotecallback:remotecallback-processor$=androidx.remotecallback_remotecallback-processor' '-rewrite=^androidx.room:room-common$=androidx.room_room-common' '-rewrite=^androidx.room:room-migration$=androidx.room_room-migration' '-rewrite=^androidx.room:room-runtime$=androidx.room_room-runtime' '-rewrite=^androidx.room:room-testing$=androidx.room_room-testing' '-rewrite=^androidx.savedstate:savedstate-bundle$=androidx.savedstate_savedstate-bundle' '-rewrite=^androidx.savedstate:savedstate-common$=androidx.savedstate_savedstate-common' '-rewrite=^androidx.slice:slice-builders$=androidx.slice_slice-builders' '-rewrite=^androidx.slice:slice-core$=androidx.slice_slice-core' '-rewrite=^androidx.slice:slice-view$=androidx.slice_slice-view' '-rewrite=^androidx.slidingpanelayout:slidingpanelayout$=androidx.slidingpanelayout_slidingpanelayout' '-rewrite=^androidx.sqlite:sqlite$=androidx.sqlite_sqlite' '-rewrite=^androidx.sqlite:sqlite-framework$=androidx.sqlite_sqlite-framework' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.textclassifier:textclassifier$=androidx.textclassifier_textclassifier' '-rewrite=^androidx.transition:transition$=androidx.transition_transition' '-rewrite=^androidx.tvprovider:tvprovider$=androidx.tvprovider_tvprovider' '-rewrite=^androidx.vectordrawable:vectordrawable$=androidx.vectordrawable_vectordrawable' '-rewrite=^androidx.vectordrawable:vectordrawable-animated$=androidx.vectordrawable_vectordrawable-animated' '-rewrite=^androidx.versionedparcelable:versionedparcelable$=androidx.versionedparcelable_versionedparcelable' '-rewrite=^androidx.viewpager:viewpager$=androidx.viewpager_viewpager' '-rewrite=^androidx.wear:wear$=androidx.wear_wear' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^com.android.support.constraint:constraint-layout$=android-support-constraint-layout' '-rewrite=^com.android.support.constraint:constraint-layout-solver$=android-support-constraint-layout-solver' '-rewrite=^com.android.support:animated-vector-drawable$=android-support-animatedvectordrawable' '-rewrite=^com.android.support:appcompat-v7$=android-support-v7-appcompat' '-rewrite=^com.android.support:asynclayoutinflater$=android-support-asynclayoutinflater' '-rewrite=^com.android.support:car$=android-support-car' '-rewrite=^com.android.support:cardview-v7$=android-support-v7-cardview' '-rewrite=^com.android.support:collections$=android-support-collections' '-rewrite=^com.android.support:contentpaging$=android-support-contentpaging' '-rewrite=^com.android.support:coordinatorlayout$=android-support-coordinatorlayout' '-rewrite=^com.android.support:cursoradapter$=android-support-cursoradapter' '-rewrite=^com.android.support:customtabs$=android-support-customtabs' '-rewrite=^com.android.support:customview$=android-support-customview' '-rewrite=^com.android.support:design$=android-support-design' '-rewrite=^com.android.support:design-animation$=android-support-design-animation' '-rewrite=^com.android.support:design-bottomappbar$=android-support-design-bottomappbar' '-rewrite=^com.android.support:design-bottomnavigation$=android-support-design-bottomnavigation' '-rewrite=^com.android.support:design-bottomsheet$=android-support-design-bottomsheet' '-rewrite=^com.android.support:design-button$=android-support-design-button' '-rewrite=^com.android.support:design-canvas$=android-support-design-canvas' '-rewrite=^com.android.support:design-card$=android-support-design-card' '-rewrite=^com.android.support:design-chip$=android-support-design-chip' '-rewrite=^com.android.support:design-circularreveal$=android-support-design-circularreveal' '-rewrite=^com.android.support:design-circularreveal-cardview$=android-support-design-circularreveal-cardview' '-rewrite=^com.android.support:design-circularreveal-coordinatorlayout$=android-support-design-circularreveal-coordinatorlayout' '-rewrite=^com.android.support:design-color$=android-support-design-color' '-rewrite=^com.android.support:design-dialog$=android-support-design-dialog' '-rewrite=^com.android.support:design-drawable$=android-support-design-drawable' '-rewrite=^com.android.support:design-expandable$=android-support-design-expandable' '-rewrite=^com.android.support:design-floatingactionbutton$=android-support-design-floatingactionbutton' '-rewrite=^com.android.support:design-internal$=android-support-design-internal' '-rewrite=^com.android.support:design-math$=android-support-design-math' '-rewrite=^com.android.support:design-navigation$=android-support-design-navigation' '-rewrite=^com.android.support:design-resources$=android-support-design-resources' '-rewrite=^com.android.support:design-ripple$=android-support-design-ripple' '-rewrite=^com.android.support:design-shape$=android-support-design-shape' '-rewrite=^com.android.support:design-snackbar$=android-support-design-snackbar' '-rewrite=^com.android.support:design-stateful$=android-support-design-stateful' '-rewrite=^com.android.support:design-tabs$=android-support-design-tabs' '-rewrite=^com.android.support:design-textfield$=android-support-design-textfield' '-rewrite=^com.android.support:design-theme$=android-support-design-theme' '-rewrite=^com.android.support:design-transformation$=android-support-design-transformation' '-rewrite=^com.android.support:design-typography$=android-support-design-typography' '-rewrite=^com.android.support:design-widget$=android-support-design-widget' '-rewrite=^com.android.support:documentfile$=android-support-documentfile' '-rewrite=^com.android.support:drawerlayout$=android-support-drawerlayout' '-rewrite=^com.android.support:exifinterface$=android-support-exifinterface' '-rewrite=^com.android.support:gridlayout-v7$=android-support-v7-gridlayout' '-rewrite=^com.android.support:heifwriter$=android-support-heifwriter' '-rewrite=^com.android.support:interpolator$=android-support-interpolator' '-rewrite=^com.android.support:leanback-v17$=android-support-v17-leanback' '-rewrite=^com.android.support:loader$=android-support-loader' '-rewrite=^com.android.support:localbroadcastmanager$=android-support-localbroadcastmanager' '-rewrite=^com.android.support:mediarouter-v7$=android-support-v7-mediarouter' '-rewrite=^com.android.support:multidex$=android-support-multidex' '-rewrite=^com.android.support:multidex-instrumentation$=android-support-multidex-instrumentation' '-rewrite=^com.android.support:palette-v7$=android-support-v7-palette' '-rewrite=^com.android.support:percent$=android-support-percent' '-rewrite=^com.android.support:preference-leanback-v17$=android-support-v17-preference-leanback' '-rewrite=^com.android.support:preference-v14$=android-support-v14-preference' '-rewrite=^com.android.support:preference-v7$=android-support-v7-preference' '-rewrite=^com.android.support:print$=android-support-print' '-rewrite=^com.android.support:recommendation$=android-support-recommendation' '-rewrite=^com.android.support:recyclerview-selection$=android-support-recyclerview-selection' '-rewrite=^com.android.support:recyclerview-v7$=android-support-v7-recyclerview' '-rewrite=^com.android.support:slices-builders$=android-slices-builders' '-rewrite=^com.android.support:slices-core$=android-slices-core' '-rewrite=^com.android.support:slices-view$=android-slices-view' '-rewrite=^com.android.support:slidingpanelayout$=android-support-slidingpanelayout' '-rewrite=^com.android.support:support-annotations$=android-support-annotations' '-rewrite=^com.android.support:support-compat$=android-support-compat' '-rewrite=^com.android.support:support-content$=android-support-support-content' '-rewrite=^com.android.support:support-core-ui$=android-support-core-ui' '-rewrite=^com.android.support:support-core-utils$=android-support-core-utils' '-rewrite=^com.android.support:support-dynamic-animation$=android-support-dynamic-animation' '-rewrite=^com.android.support:support-emoji$=android-support-emoji' '-rewrite=^com.android.support:support-emoji-appcompat$=android-support-emoji-appcompat' '-rewrite=^com.android.support:support-emoji-bundled$=android-support-emoji-bundled' '-rewrite=^com.android.support:support-fragment$=android-support-fragment' '-rewrite=^com.android.support:support-media-compat$=android-support-media-compat' '-rewrite=^com.android.support:support-tv-provider$=android-support-tv-provider' '-rewrite=^com.android.support:support-v13$=android-support-v13' '-rewrite=^com.android.support:support-v4$=android-support-v4' '-rewrite=^com.android.support:support-vector-drawable$=android-support-vectordrawable' '-rewrite=^com.android.support:swiperefreshlayout$=android-support-swiperefreshlayout' '-rewrite=^com.android.support:textclassifier$=android-support-textclassifier' '-rewrite=^com.android.support:transition$=android-support-transition' '-rewrite=^com.android.support:versionedparcelable$=android-versionedparcelable' '-rewrite=^com.android.support:viewpager$=android-support-viewpager' '-rewrite=^com.android.support:wear$=android-support-wear' '-rewrite=^com.android.support:webkit$=android-support-webkit' '-rewrite=^com.google.android.material:material$=com.google.android.material_material' '-rewrite=^com.google.android:flexbox$=flexbox' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' -extra-deps=android-support-car=prebuilt-android.car-stubs '-host=androidx.remotecallback:remotecallback-processor' -exclude=androidx.room_room-migration -exclude=androidx.room_room-testing -exclude=android-arch-room-migration -exclude=android-arch-room-testing .
 
 package {
     // See: http://go/android-license-faq
diff --git a/current/module-lib/android-non-updatable.jar b/current/module-lib/android-non-updatable.jar
index 9cf80df..512cd1d 100644
--- a/current/module-lib/android-non-updatable.jar
+++ b/current/module-lib/android-non-updatable.jar
Binary files differ
diff --git a/current/module-lib/android.jar b/current/module-lib/android.jar
index 77fd8d6..0686bad 100644
--- a/current/module-lib/android.jar
+++ b/current/module-lib/android.jar
Binary files differ
diff --git a/current/module-lib/android.net.ipsec.ike.stubs.module_libs_api.jar b/current/module-lib/android.net.ipsec.ike.stubs.module_libs_api.jar
new file mode 100644
index 0000000..2ef9e96
--- /dev/null
+++ b/current/module-lib/android.net.ipsec.ike.stubs.module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-appsearch.jar b/current/module-lib/framework-appsearch.jar
new file mode 100644
index 0000000..c616dfa
--- /dev/null
+++ b/current/module-lib/framework-appsearch.jar
Binary files differ
diff --git a/current/module-lib/framework-connectivity.jar b/current/module-lib/framework-connectivity.jar
index 7c1a96e..8e4f30c 100644
--- a/current/module-lib/framework-connectivity.jar
+++ b/current/module-lib/framework-connectivity.jar
Binary files differ
diff --git a/current/module-lib/framework-graphics.jar b/current/module-lib/framework-graphics.jar
new file mode 100644
index 0000000..df79670
--- /dev/null
+++ b/current/module-lib/framework-graphics.jar
Binary files differ
diff --git a/current/module-lib/framework-media-stubs-module_libs_api.jar b/current/module-lib/framework-media-stubs-module_libs_api.jar
new file mode 100644
index 0000000..0bacd29
--- /dev/null
+++ b/current/module-lib/framework-media-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-media.jar b/current/module-lib/framework-media.jar
index 070c3b7..cbeca33 100644
--- a/current/module-lib/framework-media.jar
+++ b/current/module-lib/framework-media.jar
Binary files differ
diff --git a/current/module-lib/framework-mediaprovider-stubs-module_libs_api.jar b/current/module-lib/framework-mediaprovider-stubs-module_libs_api.jar
new file mode 100644
index 0000000..f4bf6d7
--- /dev/null
+++ b/current/module-lib/framework-mediaprovider-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-mediaprovider.jar b/current/module-lib/framework-mediaprovider.jar
index 11f50fd..198d1f4 100644
--- a/current/module-lib/framework-mediaprovider.jar
+++ b/current/module-lib/framework-mediaprovider.jar
Binary files differ
diff --git a/current/module-lib/framework-permission-s.jar b/current/module-lib/framework-permission-s.jar
new file mode 100644
index 0000000..a8e36fd
--- /dev/null
+++ b/current/module-lib/framework-permission-s.jar
Binary files differ
diff --git a/current/module-lib/framework-permission-stubs-module_libs_api.jar b/current/module-lib/framework-permission-stubs-module_libs_api.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/module-lib/framework-permission-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-scheduling.jar b/current/module-lib/framework-scheduling.jar
new file mode 100644
index 0000000..3c7b87b
--- /dev/null
+++ b/current/module-lib/framework-scheduling.jar
Binary files differ
diff --git a/current/module-lib/framework-sdkextensions-stubs-module_libs_api.jar b/current/module-lib/framework-sdkextensions-stubs-module_libs_api.jar
new file mode 100644
index 0000000..da7b5ce
--- /dev/null
+++ b/current/module-lib/framework-sdkextensions-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-statsd-stubs-module_libs_api.jar b/current/module-lib/framework-statsd-stubs-module_libs_api.jar
new file mode 100644
index 0000000..a7ac1c0
--- /dev/null
+++ b/current/module-lib/framework-statsd-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-wifi-stubs-module_libs_api.jar b/current/module-lib/framework-wifi-stubs-module_libs_api.jar
new file mode 100644
index 0000000..b07800a
--- /dev/null
+++ b/current/module-lib/framework-wifi-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/module-lib/framework-wifi.jar b/current/module-lib/framework-wifi.jar
index 1808b29..0c7cffc 100644
--- a/current/module-lib/framework-wifi.jar
+++ b/current/module-lib/framework-wifi.jar
Binary files differ
diff --git a/current/optional/Android.bp b/current/optional/Android.bp
index 4a9c8ab..514611c 100644
--- a/current/optional/Android.bp
+++ b/current/optional/Android.bp
@@ -14,17 +14,3 @@
 // limitations under the License.
 //
 
-package {
-    // See: http://go/android-license-faq
-    // A large-scale-change added 'default_applicable_licenses' to import
-    // all of the 'license_kinds' from "prebuilts_sdk_license"
-    // to get the below license kinds:
-    //   SPDX-license-identifier-Apache-2.0
-    default_applicable_licenses: ["prebuilts_sdk_license"],
-}
-
-java_import {
-    name: "prebuilt-android.car-stubs",
-    jars: ["android.car.jar"],
-    sdk_version: "current",
-}
diff --git a/current/optional/android.car.jar b/current/optional/android.car.jar
deleted file mode 100644
index 43acee6..0000000
--- a/current/optional/android.car.jar
+++ /dev/null
Binary files differ
diff --git a/current/public/android-non-updatable.jar b/current/public/android-non-updatable.jar
index 4bb21f1..f30dd87 100644
--- a/current/public/android-non-updatable.jar
+++ b/current/public/android-non-updatable.jar
Binary files differ
diff --git a/current/public/android.jar b/current/public/android.jar
index e953aa1..f04eaa6 100644
--- a/current/public/android.jar
+++ b/current/public/android.jar
Binary files differ
diff --git a/current/public/android.test.mock.jar b/current/public/android.test.mock.jar
index 1ef2afd..35b0141 100644
--- a/current/public/android.test.mock.jar
+++ b/current/public/android.test.mock.jar
Binary files differ
diff --git a/current/public/art.jar b/current/public/art.jar
index 62fdc07..a37ea01 100644
--- a/current/public/art.jar
+++ b/current/public/art.jar
Binary files differ
diff --git a/current/public/com.android.location.provider.jar b/current/public/com.android.location.provider.jar
index 0ecf765..45459d4 100644
--- a/current/public/com.android.location.provider.jar
+++ b/current/public/com.android.location.provider.jar
Binary files differ
diff --git a/current/public/com.android.media.tv.remoteprovider.jar b/current/public/com.android.media.tv.remoteprovider.jar
index e328bf4..27acdab 100644
--- a/current/public/com.android.media.tv.remoteprovider.jar
+++ b/current/public/com.android.media.tv.remoteprovider.jar
Binary files differ
diff --git a/current/public/core-for-system-modules.jar b/current/public/core-for-system-modules.jar
index 1643ff3..877f42e 100644
--- a/current/public/core-for-system-modules.jar
+++ b/current/public/core-for-system-modules.jar
Binary files differ
diff --git a/current/public/data/annotations.zip b/current/public/data/annotations.zip
index 4ba0e6c..3f2cd82 100644
--- a/current/public/data/annotations.zip
+++ b/current/public/data/annotations.zip
Binary files differ
diff --git a/current/public/data/api-versions.xml b/current/public/data/api-versions.xml
index 23b37e4..f80440f 100644
--- a/current/public/data/api-versions.xml
+++ b/current/public/data/api-versions.xml
@@ -34,6 +34,7 @@
 		<field name="BIND_CARRIER_MESSAGING_SERVICE" since="22" deprecated="23"/>
 		<field name="BIND_CARRIER_SERVICES" since="23"/>
 		<field name="BIND_CHOOSER_TARGET_SERVICE" since="23" deprecated="30"/>
+		<field name="BIND_COMPANION_DEVICE_SERVICE" since="31"/>
 		<field name="BIND_CONDITION_PROVIDER_SERVICE" since="24"/>
 		<field name="BIND_CONTROLS" since="30"/>
 		<field name="BIND_DEVICE_ADMIN" since="8"/>
@@ -58,7 +59,10 @@
 		<field name="BIND_WALLPAPER" since="8"/>
 		<field name="BLUETOOTH"/>
 		<field name="BLUETOOTH_ADMIN"/>
+		<field name="BLUETOOTH_ADVERTISE" since="31"/>
+		<field name="BLUETOOTH_CONNECT" since="31"/>
 		<field name="BLUETOOTH_PRIVILEGED" since="19"/>
+		<field name="BLUETOOTH_SCAN" since="31"/>
 		<field name="BODY_SENSORS" since="20"/>
 		<field name="BRICK" removed="23"/>
 		<field name="BROADCAST_PACKAGE_REMOVED"/>
@@ -99,6 +103,8 @@
 		<field name="GET_TOP_ACTIVITY_INFO" since="18" removed="23"/>
 		<field name="GLOBAL_SEARCH" since="4"/>
 		<field name="HARDWARE_TEST" removed="23"/>
+		<field name="HIDE_OVERLAY_WINDOWS" since="31"/>
+		<field name="HIGH_SAMPLING_RATE_SENSORS" since="31"/>
 		<field name="INJECT_EVENTS" removed="23"/>
 		<field name="INSTALL_LOCATION_PROVIDER" since="4"/>
 		<field name="INSTALL_PACKAGES"/>
@@ -114,6 +120,7 @@
 		<field name="MANAGE_APP_TOKENS" removed="23"/>
 		<field name="MANAGE_DOCUMENTS" since="19"/>
 		<field name="MANAGE_EXTERNAL_STORAGE" since="30"/>
+		<field name="MANAGE_MEDIA" since="31"/>
 		<field name="MANAGE_ONGOING_CALLS" since="31"/>
 		<field name="MANAGE_OWN_CALLS" since="26"/>
 		<field name="MASTER_CLEAR"/>
@@ -155,13 +162,16 @@
 		<field name="RECEIVE_WAP_PUSH"/>
 		<field name="RECORD_AUDIO"/>
 		<field name="REORDER_TASKS"/>
+		<field name="REQUEST_COMPANION_PROFILE_WATCH" since="31"/>
 		<field name="REQUEST_COMPANION_RUN_IN_BACKGROUND" since="26"/>
 		<field name="REQUEST_COMPANION_USE_DATA_IN_BACKGROUND" since="26"/>
 		<field name="REQUEST_DELETE_PACKAGES" since="26"/>
 		<field name="REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" since="23"/>
 		<field name="REQUEST_INSTALL_PACKAGES" since="23"/>
+		<field name="REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE" since="31"/>
 		<field name="REQUEST_PASSWORD_COMPLEXITY" since="29"/>
 		<field name="RESTART_PACKAGES" deprecated="15"/>
+		<field name="SCHEDULE_EXACT_ALARM" since="31"/>
 		<field name="SEND_RESPOND_VIA_MESSAGE" since="18"/>
 		<field name="SEND_SMS"/>
 		<field name="SET_ACTIVITY_WATCHER" removed="23"/>
@@ -179,7 +189,8 @@
 		<field name="SET_WALLPAPER"/>
 		<field name="SET_WALLPAPER_HINTS"/>
 		<field name="SIGNAL_PERSISTENT_PROCESSES"/>
-		<field name="SMS_FINANCIAL_TRANSACTIONS" since="29"/>
+		<field name="SMS_FINANCIAL_TRANSACTIONS" since="29" deprecated="31"/>
+		<field name="START_FOREGROUND_SERVICES_FROM_BACKGROUND" since="31"/>
 		<field name="START_VIEW_PERMISSION_USAGE" since="29"/>
 		<field name="STATUS_BAR"/>
 		<field name="SUBSCRIBED_FEEDS_READ" removed="23"/>
@@ -188,11 +199,14 @@
 		<field name="TRANSMIT_IR" since="19"/>
 		<field name="UNINSTALL_SHORTCUT" since="19"/>
 		<field name="UPDATE_DEVICE_STATS" since="3"/>
+		<field name="UPDATE_PACKAGES_WITHOUT_USER_ACTION" since="31"/>
 		<field name="USE_BIOMETRIC" since="28"/>
 		<field name="USE_CREDENTIALS" since="5" removed="23"/>
 		<field name="USE_FINGERPRINT" since="23" deprecated="28"/>
 		<field name="USE_FULL_SCREEN_INTENT" since="29"/>
+		<field name="USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER" since="31"/>
 		<field name="USE_SIP" since="9"/>
+		<field name="UWB_RANGING" since="31"/>
 		<field name="VIBRATE"/>
 		<field name="WAKE_LOCK"/>
 		<field name="WRITE_APN_SETTINGS"/>
@@ -235,6 +249,7 @@
 		<field name="LOCATION"/>
 		<field name="MESSAGES" removed="23"/>
 		<field name="MICROPHONE" since="17"/>
+		<field name="NEARBY_DEVICES" since="31"/>
 		<field name="NETWORK" removed="23"/>
 		<field name="PERSONAL_INFO" removed="23"/>
 		<field name="PHONE" since="23"/>
@@ -353,6 +368,7 @@
 		<field name="allowAudioPlaybackCapture" since="29"/>
 		<field name="allowBackup" since="4"/>
 		<field name="allowClearUserData"/>
+		<field name="allowClickWhenDisabled" since="31"/>
 		<field name="allowEmbedded" since="20"/>
 		<field name="allowNativeHeapPointerTagging" since="30"/>
 		<field name="allowParallelSyncs" since="11"/>
@@ -383,6 +399,7 @@
 		<field name="apiKey"/>
 		<field name="appCategory" since="26"/>
 		<field name="appComponentFactory" since="28"/>
+		<field name="attributionTags" since="31"/>
 		<field name="author" since="7"/>
 		<field name="authorities"/>
 		<field name="autoAdvanceViewId" since="11"/>
@@ -490,6 +507,7 @@
 		<field name="clickable"/>
 		<field name="clipChildren"/>
 		<field name="clipOrientation"/>
+		<field name="clipToOutline" since="31"/>
 		<field name="clipToPadding"/>
 		<field name="closeIcon" since="21"/>
 		<field name="codes" since="3" deprecated="29"/>
@@ -559,6 +577,7 @@
 		<field name="dashGap"/>
 		<field name="dashWidth"/>
 		<field name="data"/>
+		<field name="dataExtractionRules" since="31"/>
 		<field name="datePickerDialogTheme" since="21"/>
 		<field name="datePickerMode" since="21"/>
 		<field name="datePickerStyle" since="11"/>
@@ -580,6 +599,8 @@
 		<field name="detailSocialSummary" since="5"/>
 		<field name="detailsElementBackground" since="11"/>
 		<field name="dial"/>
+		<field name="dialTint" since="31"/>
+		<field name="dialTintMode" since="31"/>
 		<field name="dialogCornerRadius" since="28"/>
 		<field name="dialogIcon"/>
 		<field name="dialogLayout"/>
@@ -627,12 +648,14 @@
 		<field name="dropDownWidth" since="3"/>
 		<field name="duplicateParentState"/>
 		<field name="duration"/>
+		<field name="edgeEffectType" since="31"/>
 		<field name="editTextBackground" since="11"/>
 		<field name="editTextColor" since="11"/>
 		<field name="editTextPreferenceStyle"/>
 		<field name="editTextStyle"/>
 		<field name="editable" deprecated="15"/>
 		<field name="editorExtras" since="3"/>
+		<field name="effectColor" since="31"/>
 		<field name="elegantTextHeight" since="21"/>
 		<field name="elevation" since="21"/>
 		<field name="ellipsize"/>
@@ -708,10 +731,11 @@
 		<field name="font" since="26"/>
 		<field name="fontFamily" since="16"/>
 		<field name="fontFeatureSettings" since="21"/>
-		<field name="fontProviderAuthority" since="26"/>
-		<field name="fontProviderCerts" since="26"/>
-		<field name="fontProviderPackage" since="26"/>
-		<field name="fontProviderQuery" since="26"/>
+		<field name="fontProviderAuthority" since="26" deprecated="31"/>
+		<field name="fontProviderCerts" since="26" deprecated="31"/>
+		<field name="fontProviderPackage" since="26" deprecated="31"/>
+		<field name="fontProviderQuery" since="26" deprecated="31"/>
+		<field name="fontProviderSystemFontFamily" since="31"/>
 		<field name="fontStyle" since="26"/>
 		<field name="fontVariationSettings" since="28"/>
 		<field name="fontWeight" since="26"/>
@@ -775,7 +799,14 @@
 		<field name="groupIndicator"/>
 		<field name="gwpAsanMode" since="30"/>
 		<field name="hand_hour"/>
+		<field name="hand_hourTint" since="31"/>
+		<field name="hand_hourTintMode" since="31"/>
 		<field name="hand_minute"/>
+		<field name="hand_minuteTint" since="31"/>
+		<field name="hand_minuteTintMode" since="31"/>
+		<field name="hand_second" since="31"/>
+		<field name="hand_secondTint" since="31"/>
+		<field name="hand_secondTintMode" since="31"/>
 		<field name="handle" since="3"/>
 		<field name="handleProfiling"/>
 		<field name="hapticFeedbackEnabled" since="3"/>
@@ -859,6 +890,7 @@
 		<field name="installLocation" since="8"/>
 		<field name="interactiveUiTimeout" since="29"/>
 		<field name="interpolator"/>
+		<field name="isAccessibilityTool" since="31"/>
 		<field name="isAlwaysSyncable" since="11"/>
 		<field name="isAsciiCapable" since="19"/>
 		<field name="isAuxiliary" since="14"/>
@@ -900,6 +932,8 @@
 		<field name="keyboardNavigationCluster" since="26"/>
 		<field name="keycode"/>
 		<field name="killAfterRestore" since="5"/>
+		<field name="knownCerts" since="31"/>
+		<field name="lStar" since="31"/>
 		<field name="label"/>
 		<field name="labelFor" since="17"/>
 		<field name="labelTextSize" since="3" deprecated="29"/>
@@ -1009,6 +1043,8 @@
 		<field name="maxLines"/>
 		<field name="maxLongVersionCode" since="28"/>
 		<field name="maxRecents" since="21"/>
+		<field name="maxResizeHeight" since="31"/>
+		<field name="maxResizeWidth" since="31"/>
 		<field name="maxRows"/>
 		<field name="maxSdkVersion" since="4"/>
 		<field name="maxWidth"/>
@@ -1071,7 +1107,7 @@
 		<field name="numericModifiers" since="26"/>
 		<field name="numericShortcut"/>
 		<field name="offset" since="24"/>
-		<field name="onClick" since="4"/>
+		<field name="onClick" since="4" deprecated="31"/>
 		<field name="oneshot"/>
 		<field name="opacity" since="11"/>
 		<field name="opticalInsetBottom" since="29"/>
@@ -1111,10 +1147,13 @@
 		<field name="panelTextAppearance"/>
 		<field name="parentActivityName" since="16"/>
 		<field name="password" deprecated="15"/>
+		<field name="passwordsActivity" since="31"/>
 		<field name="path"/>
+		<field name="pathAdvancedPattern" since="31"/>
 		<field name="pathData" since="21"/>
 		<field name="pathPattern"/>
 		<field name="pathPrefix"/>
+		<field name="pathSuffix" since="31"/>
 		<field name="patternPathData" since="21"/>
 		<field name="permission"/>
 		<field name="permissionFlags" since="17"/>
@@ -1151,6 +1190,7 @@
 		<field name="presentationTheme" since="17"/>
 		<field name="preserveLegacyExternalStorage" since="30"/>
 		<field name="previewImage" since="11"/>
+		<field name="previewLayout" since="31"/>
 		<field name="primaryContentAlpha" since="26"/>
 		<field name="priority"/>
 		<field name="privateImeOptions" since="3"/>
@@ -1207,6 +1247,7 @@
 		<field name="reqNavigation" since="3"/>
 		<field name="reqTouchScreen" since="3"/>
 		<field name="requestLegacyExternalStorage" since="29"/>
+		<field name="requestRawExternalStorageAccess" since="31"/>
 		<field name="requireDeviceScreenOn" since="31"/>
 		<field name="requireDeviceUnlock" since="19"/>
 		<field name="required" since="5"/>
@@ -1232,6 +1273,7 @@
 		<field name="right"/>
 		<field name="ringtonePreferenceStyle"/>
 		<field name="ringtoneType"/>
+		<field name="rollbackDataPolicy" since="31"/>
 		<field name="rotation" since="11"/>
 		<field name="rotationAnimation" since="26"/>
 		<field name="rotationX" since="11"/>
@@ -1292,6 +1334,7 @@
 		<field name="segmentedButtonStyle" since="11"/>
 		<field name="selectAllOnFocus"/>
 		<field name="selectable"/>
+		<field name="selectableAsDefault" since="31"/>
 		<field name="selectableItemBackground" since="11"/>
 		<field name="selectableItemBackgroundBorderless" since="21"/>
 		<field name="selectedDateVerticalBar" since="11" deprecated="23"/>
@@ -1319,6 +1362,7 @@
 		<field name="showDefault"/>
 		<field name="showDividers" since="11"/>
 		<field name="showForAllUsers" since="23"/>
+		<field name="showInInputMethodPicker" since="31"/>
 		<field name="showMetadataInPreview" since="25"/>
 		<field name="showOnLockScreen" since="17" deprecated="23"/>
 		<field name="showSilent"/>
@@ -1341,14 +1385,17 @@
 		<field name="spinnerMode" since="11"/>
 		<field name="spinnerStyle"/>
 		<field name="spinnersShown" since="11"/>
+		<field name="splashScreenTheme" since="31"/>
 		<field name="splitMotionEvents" since="11"/>
 		<field name="splitName" since="26"/>
 		<field name="splitTrack" since="21"/>
 		<field name="spotShadowAlpha" since="21"/>
 		<field name="src"/>
 		<field name="ssp" since="19"/>
+		<field name="sspAdvancedPattern" since="31"/>
 		<field name="sspPattern" since="19"/>
 		<field name="sspPrefix" since="19"/>
+		<field name="sspSuffix" since="31"/>
 		<field name="stackFromBottom"/>
 		<field name="stackViewStyle" since="21"/>
 		<field name="starStyle"/>
@@ -1421,6 +1468,7 @@
 		<field name="supportsRtl" since="17"/>
 		<field name="supportsSwitchingToNextInputMethod" since="19"/>
 		<field name="supportsUploading" since="5"/>
+		<field name="suppressesSpellChecker" since="31"/>
 		<field name="switchMinWidth" since="14"/>
 		<field name="switchPadding" since="14"/>
 		<field name="switchPreferenceStyle" since="14"/>
@@ -1435,6 +1483,8 @@
 		<field name="tabWidgetStyle"/>
 		<field name="tag"/>
 		<field name="targetActivity"/>
+		<field name="targetCellHeight" since="31"/>
+		<field name="targetCellWidth" since="31"/>
 		<field name="targetClass"/>
 		<field name="targetDescriptions" since="14" deprecated="23"/>
 		<field name="targetId" since="19"/>
@@ -1604,6 +1654,7 @@
 		<field name="useLevel"/>
 		<field name="userVisible" since="5"/>
 		<field name="usesCleartextTraffic" since="23"/>
+		<field name="usesPermissionFlags" since="31"/>
 		<field name="value"/>
 		<field name="valueFrom" since="11"/>
 		<field name="valueTo" since="11"/>
@@ -1658,7 +1709,10 @@
 		<field name="windowAllowReturnTransitionOverlap" since="21"/>
 		<field name="windowAnimationStyle"/>
 		<field name="windowBackground"/>
+		<field name="windowBackgroundBlurRadius" since="31"/>
 		<field name="windowBackgroundFallback" since="24"/>
+		<field name="windowBlurBehindEnabled" since="31"/>
+		<field name="windowBlurBehindRadius" since="31"/>
 		<field name="windowClipToOutline" since="21"/>
 		<field name="windowCloseOnTouchOutside" since="11"/>
 		<field name="windowContentOverlay"/>
@@ -1677,6 +1731,7 @@
 		<field name="windowHideAnimation"/>
 		<field name="windowIsFloating"/>
 		<field name="windowIsTranslucent"/>
+		<field name="windowLayoutAffinity" since="31"/>
 		<field name="windowLayoutInDisplayCutoutMode" since="27"/>
 		<field name="windowLightNavigationBar" since="27"/>
 		<field name="windowLightStatusBar" since="23"/>
@@ -1695,7 +1750,12 @@
 		<field name="windowShowAnimation"/>
 		<field name="windowShowWallpaper" since="5"/>
 		<field name="windowSoftInputMode" since="3"/>
-		<field name="windowSplashscreenContent" since="26"/>
+		<field name="windowSplashScreenAnimatedIcon" since="31"/>
+		<field name="windowSplashScreenAnimationDuration" since="31"/>
+		<field name="windowSplashScreenBackground" since="31"/>
+		<field name="windowSplashScreenBrandingImage" since="31"/>
+		<field name="windowSplashScreenIconBackgroundColor" since="31"/>
+		<field name="windowSplashscreenContent" since="26" deprecated="31"/>
 		<field name="windowSwipeToDismiss" since="20" deprecated="30"/>
 		<field name="windowTitleBackgroundStyle"/>
 		<field name="windowTitleSize"/>
@@ -1742,6 +1802,66 @@
 		<field name="secondary_text_dark_nodisable" deprecated="28"/>
 		<field name="secondary_text_light" deprecated="28"/>
 		<field name="secondary_text_light_nodisable" deprecated="28"/>
+		<field name="system_accent1_0" since="31"/>
+		<field name="system_accent1_100" since="31"/>
+		<field name="system_accent1_1000" since="31"/>
+		<field name="system_accent1_200" since="31"/>
+		<field name="system_accent1_300" since="31"/>
+		<field name="system_accent1_400" since="31"/>
+		<field name="system_accent1_50" since="31"/>
+		<field name="system_accent1_500" since="31"/>
+		<field name="system_accent1_600" since="31"/>
+		<field name="system_accent1_700" since="31"/>
+		<field name="system_accent1_800" since="31"/>
+		<field name="system_accent1_900" since="31"/>
+		<field name="system_accent2_0" since="31"/>
+		<field name="system_accent2_100" since="31"/>
+		<field name="system_accent2_1000" since="31"/>
+		<field name="system_accent2_200" since="31"/>
+		<field name="system_accent2_300" since="31"/>
+		<field name="system_accent2_400" since="31"/>
+		<field name="system_accent2_50" since="31"/>
+		<field name="system_accent2_500" since="31"/>
+		<field name="system_accent2_600" since="31"/>
+		<field name="system_accent2_700" since="31"/>
+		<field name="system_accent2_800" since="31"/>
+		<field name="system_accent2_900" since="31"/>
+		<field name="system_accent3_0" since="31"/>
+		<field name="system_accent3_100" since="31"/>
+		<field name="system_accent3_1000" since="31"/>
+		<field name="system_accent3_200" since="31"/>
+		<field name="system_accent3_300" since="31"/>
+		<field name="system_accent3_400" since="31"/>
+		<field name="system_accent3_50" since="31"/>
+		<field name="system_accent3_500" since="31"/>
+		<field name="system_accent3_600" since="31"/>
+		<field name="system_accent3_700" since="31"/>
+		<field name="system_accent3_800" since="31"/>
+		<field name="system_accent3_900" since="31"/>
+		<field name="system_neutral1_0" since="31"/>
+		<field name="system_neutral1_100" since="31"/>
+		<field name="system_neutral1_1000" since="31"/>
+		<field name="system_neutral1_200" since="31"/>
+		<field name="system_neutral1_300" since="31"/>
+		<field name="system_neutral1_400" since="31"/>
+		<field name="system_neutral1_50" since="31"/>
+		<field name="system_neutral1_500" since="31"/>
+		<field name="system_neutral1_600" since="31"/>
+		<field name="system_neutral1_700" since="31"/>
+		<field name="system_neutral1_800" since="31"/>
+		<field name="system_neutral1_900" since="31"/>
+		<field name="system_neutral2_0" since="31"/>
+		<field name="system_neutral2_100" since="31"/>
+		<field name="system_neutral2_1000" since="31"/>
+		<field name="system_neutral2_200" since="31"/>
+		<field name="system_neutral2_300" since="31"/>
+		<field name="system_neutral2_400" since="31"/>
+		<field name="system_neutral2_50" since="31"/>
+		<field name="system_neutral2_500" since="31"/>
+		<field name="system_neutral2_600" since="31"/>
+		<field name="system_neutral2_700" since="31"/>
+		<field name="system_neutral2_800" since="31"/>
+		<field name="system_neutral2_900" since="31"/>
 		<field name="tab_indicator_text"/>
 		<field name="tertiary_text_dark" deprecated="28"/>
 		<field name="tertiary_text_light" deprecated="28"/>
@@ -1757,6 +1877,9 @@
 		<field name="dialog_min_width_minor" since="11"/>
 		<field name="notification_large_icon_height" since="11"/>
 		<field name="notification_large_icon_width" since="11"/>
+		<field name="system_app_widget_background_radius" since="31"/>
+		<field name="system_app_widget_inner_radius" since="31"/>
+		<field name="system_app_widget_internal_padding" since="31"/>
 		<field name="thumbnail_height"/>
 		<field name="thumbnail_width"/>
 	</class>
@@ -2908,8 +3031,10 @@
 	<class name="android/accessibilityservice/AccessibilityGestureEvent" since="30">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="gestureIdToString(I)Ljava/lang/String;" since="31"/>
 		<method name="getDisplayId()I"/>
 		<method name="getGestureId()I"/>
+		<method name="getMotionEvents()Ljava/util/List;" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/accessibilityservice/AccessibilityService" since="4">
@@ -2936,6 +3061,7 @@
 		<method name="onServiceConnected()V"/>
 		<method name="onSystemActionsChanged()V" since="30"/>
 		<method name="performGlobalAction(I)Z" since="16"/>
+		<method name="setAccessibilityFocusAppearance(II)V" since="31"/>
 		<method name="setGestureDetectionPassthroughRegion(ILandroid/graphics/Region;)V" since="30"/>
 		<method name="setServiceInfo(Landroid/accessibilityservice/AccessibilityServiceInfo;)V"/>
 		<method name="setTouchExplorationPassthroughRegion(ILandroid/graphics/Region;)V" since="30"/>
@@ -2952,14 +3078,17 @@
 		<field name="GESTURE_2_FINGER_SWIPE_RIGHT" since="30"/>
 		<field name="GESTURE_2_FINGER_SWIPE_UP" since="30"/>
 		<field name="GESTURE_2_FINGER_TRIPLE_TAP" since="30"/>
+		<field name="GESTURE_2_FINGER_TRIPLE_TAP_AND_HOLD" since="31"/>
 		<field name="GESTURE_3_FINGER_DOUBLE_TAP" since="30"/>
 		<field name="GESTURE_3_FINGER_DOUBLE_TAP_AND_HOLD" since="30"/>
 		<field name="GESTURE_3_FINGER_SINGLE_TAP" since="30"/>
+		<field name="GESTURE_3_FINGER_SINGLE_TAP_AND_HOLD" since="31"/>
 		<field name="GESTURE_3_FINGER_SWIPE_DOWN" since="30"/>
 		<field name="GESTURE_3_FINGER_SWIPE_LEFT" since="30"/>
 		<field name="GESTURE_3_FINGER_SWIPE_RIGHT" since="30"/>
 		<field name="GESTURE_3_FINGER_SWIPE_UP" since="30"/>
 		<field name="GESTURE_3_FINGER_TRIPLE_TAP" since="30"/>
+		<field name="GESTURE_3_FINGER_TRIPLE_TAP_AND_HOLD" since="31"/>
 		<field name="GESTURE_4_FINGER_DOUBLE_TAP" since="30"/>
 		<field name="GESTURE_4_FINGER_DOUBLE_TAP_AND_HOLD" since="30"/>
 		<field name="GESTURE_4_FINGER_SINGLE_TAP" since="30"/>
@@ -2986,8 +3115,15 @@
 		<field name="GESTURE_SWIPE_UP_AND_DOWN" since="16"/>
 		<field name="GESTURE_SWIPE_UP_AND_LEFT" since="16"/>
 		<field name="GESTURE_SWIPE_UP_AND_RIGHT" since="16"/>
+		<field name="GESTURE_UNKNOWN" since="31"/>
+		<field name="GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" since="31"/>
+		<field name="GLOBAL_ACTION_ACCESSIBILITY_BUTTON" since="31"/>
+		<field name="GLOBAL_ACTION_ACCESSIBILITY_BUTTON_CHOOSER" since="31"/>
+		<field name="GLOBAL_ACTION_ACCESSIBILITY_SHORTCUT" since="31"/>
 		<field name="GLOBAL_ACTION_BACK" since="16"/>
+		<field name="GLOBAL_ACTION_DISMISS_NOTIFICATION_SHADE" since="31"/>
 		<field name="GLOBAL_ACTION_HOME" since="16"/>
+		<field name="GLOBAL_ACTION_KEYCODE_HEADSETHOOK" since="31"/>
 		<field name="GLOBAL_ACTION_LOCK_SCREEN" since="28"/>
 		<field name="GLOBAL_ACTION_NOTIFICATIONS" since="16"/>
 		<field name="GLOBAL_ACTION_POWER_DIALOG" since="21"/>
@@ -3063,6 +3199,7 @@
 		<method name="getNonInteractiveUiTimeoutMillis()I" since="29"/>
 		<method name="getResolveInfo()Landroid/content/pm/ResolveInfo;" since="14"/>
 		<method name="getSettingsActivityName()Ljava/lang/String;" since="14"/>
+		<method name="isAccessibilityTool()Z" since="31"/>
 		<method name="loadDescription(Landroid/content/pm/PackageManager;)Ljava/lang/String;" since="16"/>
 		<method name="loadSummary(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;" since="26"/>
 		<method name="setInteractiveUiTimeoutMillis(I)V" since="29"/>
@@ -3095,6 +3232,7 @@
 		<field name="FLAG_REQUEST_SHORTCUT_WARNING_DIALOG_SPOKEN_FEEDBACK" since="29"/>
 		<field name="FLAG_REQUEST_TOUCH_EXPLORATION_MODE" since="16"/>
 		<field name="FLAG_RETRIEVE_INTERACTIVE_WINDOWS" since="21"/>
+		<field name="FLAG_SEND_MOTION_EVENTS" since="31"/>
 		<field name="FLAG_SERVICE_HANDLES_DOUBLE_TAP" since="30"/>
 		<field name="eventTypes"/>
 		<field name="feedbackType"/>
@@ -3843,6 +3981,7 @@
 		<method name="getReferrer()Landroid/net/Uri;" since="22"/>
 		<method name="getRequestedOrientation()I"/>
 		<method name="getSearchEvent()Landroid/view/SearchEvent;" since="23"/>
+		<method name="getSplashScreen()Landroid/window/SplashScreen;" since="31"/>
 		<method name="getTaskId()I"/>
 		<method name="getTitle()Ljava/lang/CharSequence;"/>
 		<method name="getTitleColor()I"/>
@@ -3860,6 +3999,7 @@
 		<method name="isImmersive()Z" since="18"/>
 		<method name="isInMultiWindowMode()Z" since="24"/>
 		<method name="isInPictureInPictureMode()Z" since="24"/>
+		<method name="isLaunchedFromBubble()Z" since="31"/>
 		<method name="isLocalVoiceInteractionSupported()Z" since="24"/>
 		<method name="isTaskRoot()Z"/>
 		<method name="isVoiceInteraction()Z" since="23"/>
@@ -3902,6 +4042,7 @@
 		<method name="onPictureInPictureModeChanged(Z)V" since="24" deprecated="26"/>
 		<method name="onPictureInPictureModeChanged(ZLandroid/content/res/Configuration;)V" since="26"/>
 		<method name="onPictureInPictureRequested()Z" since="30"/>
+		<method name="onPictureInPictureUiStateChanged(Landroid/app/PictureInPictureUiState;)V" since="31"/>
 		<method name="onPostCreate(Landroid/os/Bundle;)V"/>
 		<method name="onPostCreate(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V" since="21"/>
 		<method name="onPostResume()V"/>
@@ -4257,6 +4398,7 @@
 	</class>
 	<class name="android/app/AlarmManager" since="1">
 		<extends name="java/lang/Object"/>
+		<method name="canScheduleExactAlarms()Z" since="31"/>
 		<method name="cancel(Landroid/app/AlarmManager$OnAlarmListener;)V" since="24"/>
 		<method name="cancel(Landroid/app/PendingIntent;)V"/>
 		<method name="getNextAlarmClock()Landroid/app/AlarmManager$AlarmClockInfo;" since="21"/>
@@ -4387,6 +4529,7 @@
 		<method name="checkPackage(ILjava/lang/String;)V" deprecated="30"/>
 		<method name="finishOp(Ljava/lang/String;ILjava/lang/String;)V" deprecated="30"/>
 		<method name="finishOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V" since="30"/>
+		<method name="finishProxyOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V" since="31"/>
 		<method name="isOpActive(Ljava/lang/String;ILjava/lang/String;)Z" since="30"/>
 		<method name="noteOp(Ljava/lang/String;ILjava/lang/String;)I" deprecated="30"/>
 		<method name="noteOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I" since="30"/>
@@ -4403,6 +4546,8 @@
 		<method name="startOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I" since="30"/>
 		<method name="startOpNoThrow(Ljava/lang/String;ILjava/lang/String;)I" deprecated="30"/>
 		<method name="startOpNoThrow(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I" since="30"/>
+		<method name="startProxyOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I" since="31"/>
+		<method name="startProxyOpNoThrow(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I" since="31"/>
 		<method name="startWatchingActive([Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V" since="30"/>
 		<method name="startWatchingMode(Ljava/lang/String;Ljava/lang/String;ILandroid/app/AppOpsManager$OnOpChangedListener;)V" since="29"/>
 		<method name="startWatchingMode(Ljava/lang/String;Ljava/lang/String;Landroid/app/AppOpsManager$OnOpChangedListener;)V"/>
@@ -4651,6 +4796,12 @@
 		<method name="setZenPolicy(Landroid/service/notification/ZenPolicy;)V" since="29"/>
 		<field name="CREATOR"/>
 	</class>
+	<class name="android/app/BackgroundServiceStartNotAllowedException" since="31">
+		<extends name="android/app/ServiceStartNotAllowedException"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/app/DatePickerDialog" since="1">
 		<extends name="android/app/AlertDialog"/>
 		<implements name="android/content/DialogInterface$OnClickListener"/>
@@ -4868,6 +5019,12 @@
 		<method name="setSelectedChild(IIZ)Z" deprecated="30"/>
 		<method name="setSelectedGroup(I)V" deprecated="30"/>
 	</class>
+	<class name="android/app/ForegroundServiceStartNotAllowedException" since="31">
+		<extends name="android/app/ServiceStartNotAllowedException"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/app/Fragment" since="11" deprecated="28">
 		<extends name="java/lang/Object"/>
 		<implements name="android/content/ComponentCallbacks" removed="14"/>
@@ -5172,6 +5329,14 @@
 		<field name="TRANSIT_NONE" deprecated="29"/>
 		<field name="TRANSIT_UNSET" deprecated="29"/>
 	</class>
+	<class name="android/app/GameManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getGameMode()I"/>
+		<field name="GAME_MODE_BATTERY"/>
+		<field name="GAME_MODE_PERFORMANCE"/>
+		<field name="GAME_MODE_STANDARD"/>
+		<field name="GAME_MODE_UNSUPPORTED"/>
+	</class>
 	<class name="android/app/Instrumentation" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -5430,6 +5595,7 @@
 		<method name="getSmallIcon()Landroid/graphics/drawable/Icon;" since="23"/>
 		<method name="getSortKey()Ljava/lang/String;" since="20"/>
 		<method name="getTimeoutAfter()J" since="26"/>
+		<method name="hasImage()Z" since="31"/>
 		<method name="setLatestEventInfo(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V" deprecated="15" removed="23"/>
 		<field name="AUDIO_ATTRIBUTES_DEFAULT" since="21"/>
 		<field name="BADGE_ICON_LARGE" since="26"/>
@@ -5440,7 +5606,9 @@
 		<field name="CATEGORY_EMAIL" since="21"/>
 		<field name="CATEGORY_ERROR" since="21"/>
 		<field name="CATEGORY_EVENT" since="21"/>
+		<field name="CATEGORY_LOCATION_SHARING" since="31"/>
 		<field name="CATEGORY_MESSAGE" since="21"/>
+		<field name="CATEGORY_MISSED_CALL" since="31"/>
 		<field name="CATEGORY_NAVIGATION" since="28"/>
 		<field name="CATEGORY_PROGRESS" since="21"/>
 		<field name="CATEGORY_PROMO" since="21"/>
@@ -5449,23 +5617,32 @@
 		<field name="CATEGORY_SERVICE" since="21"/>
 		<field name="CATEGORY_SOCIAL" since="21"/>
 		<field name="CATEGORY_STATUS" since="21"/>
+		<field name="CATEGORY_STOPWATCH" since="31"/>
 		<field name="CATEGORY_SYSTEM" since="21"/>
 		<field name="CATEGORY_TRANSPORT" since="21"/>
+		<field name="CATEGORY_WORKOUT" since="31"/>
 		<field name="COLOR_DEFAULT" since="21"/>
 		<field name="CREATOR"/>
 		<field name="DEFAULT_ALL"/>
 		<field name="DEFAULT_LIGHTS"/>
 		<field name="DEFAULT_SOUND"/>
 		<field name="DEFAULT_VIBRATE"/>
+		<field name="EXTRA_ANSWER_COLOR" since="31"/>
+		<field name="EXTRA_ANSWER_INTENT" since="31"/>
 		<field name="EXTRA_AUDIO_CONTENTS_URI" since="26"/>
 		<field name="EXTRA_BACKGROUND_IMAGE_URI" since="21"/>
 		<field name="EXTRA_BIG_TEXT" since="21"/>
+		<field name="EXTRA_CALL_IS_VIDEO" since="31"/>
+		<field name="EXTRA_CALL_PERSON" since="31"/>
 		<field name="EXTRA_CHANNEL_GROUP_ID" since="28"/>
 		<field name="EXTRA_CHANNEL_ID" since="26"/>
 		<field name="EXTRA_CHRONOMETER_COUNT_DOWN" since="24"/>
 		<field name="EXTRA_COLORIZED" since="26"/>
 		<field name="EXTRA_COMPACT_ACTIONS" since="21"/>
 		<field name="EXTRA_CONVERSATION_TITLE" since="24"/>
+		<field name="EXTRA_DECLINE_COLOR" since="31"/>
+		<field name="EXTRA_DECLINE_INTENT" since="31"/>
+		<field name="EXTRA_HANG_UP_INTENT" since="31"/>
 		<field name="EXTRA_HISTORIC_MESSAGES" since="26"/>
 		<field name="EXTRA_INFO_TEXT" since="19"/>
 		<field name="EXTRA_IS_GROUP_CONVERSATION" since="28"/>
@@ -5479,12 +5656,15 @@
 		<field name="EXTRA_PEOPLE" since="19" deprecated="28"/>
 		<field name="EXTRA_PEOPLE_LIST" since="28"/>
 		<field name="EXTRA_PICTURE" since="19"/>
+		<field name="EXTRA_PICTURE_CONTENT_DESCRIPTION" since="31"/>
+		<field name="EXTRA_PICTURE_ICON" since="31"/>
 		<field name="EXTRA_PROGRESS" since="19"/>
 		<field name="EXTRA_PROGRESS_INDETERMINATE" since="19"/>
 		<field name="EXTRA_PROGRESS_MAX" since="19"/>
 		<field name="EXTRA_REMOTE_INPUT_DRAFT" since="28"/>
 		<field name="EXTRA_REMOTE_INPUT_HISTORY" since="24"/>
 		<field name="EXTRA_SELF_DISPLAY_NAME" since="24" deprecated="28"/>
+		<field name="EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED" since="31"/>
 		<field name="EXTRA_SHOW_CHRONOMETER" since="19"/>
 		<field name="EXTRA_SHOW_WHEN" since="19"/>
 		<field name="EXTRA_SMALL_ICON" since="19" deprecated="26"/>
@@ -5495,6 +5675,8 @@
 		<field name="EXTRA_TEXT_LINES" since="19"/>
 		<field name="EXTRA_TITLE" since="19"/>
 		<field name="EXTRA_TITLE_BIG" since="19"/>
+		<field name="EXTRA_VERIFICATION_ICON" since="31"/>
+		<field name="EXTRA_VERIFICATION_TEXT" since="31"/>
 		<field name="FLAG_AUTO_CANCEL"/>
 		<field name="FLAG_BUBBLE" since="29"/>
 		<field name="FLAG_FOREGROUND_SERVICE" since="5"/>
@@ -5506,6 +5688,9 @@
 		<field name="FLAG_ONGOING_EVENT"/>
 		<field name="FLAG_ONLY_ALERT_ONCE"/>
 		<field name="FLAG_SHOW_LIGHTS" deprecated="26"/>
+		<field name="FOREGROUND_SERVICE_DEFAULT" since="31"/>
+		<field name="FOREGROUND_SERVICE_DEFERRED" since="31"/>
+		<field name="FOREGROUND_SERVICE_IMMEDIATE" since="31"/>
 		<field name="GROUP_ALERT_ALL" since="26"/>
 		<field name="GROUP_ALERT_CHILDREN" since="26"/>
 		<field name="GROUP_ALERT_SUMMARY" since="26"/>
@@ -5560,6 +5745,7 @@
 		<method name="getIcon()Landroid/graphics/drawable/Icon;" since="23"/>
 		<method name="getRemoteInputs()[Landroid/app/RemoteInput;" since="20"/>
 		<method name="getSemanticAction()I" since="28"/>
+		<method name="isAuthenticationRequired()Z" since="31"/>
 		<method name="isContextual()Z" since="29"/>
 		<field name="CREATOR"/>
 		<field name="SEMANTIC_ACTION_ARCHIVE" since="28"/>
@@ -5588,6 +5774,7 @@
 		<method name="extend(Landroid/app/Notification$Action$Extender;)Landroid/app/Notification$Action$Builder;"/>
 		<method name="getExtras()Landroid/os/Bundle;"/>
 		<method name="setAllowGeneratedReplies(Z)Landroid/app/Notification$Action$Builder;" since="24"/>
+		<method name="setAuthenticationRequired(Z)Landroid/app/Notification$Action$Builder;" since="31"/>
 		<method name="setContextual(Z)Landroid/app/Notification$Action$Builder;" since="29"/>
 		<method name="setSemanticAction(I)Landroid/app/Notification$Action$Builder;" since="28"/>
 	</class>
@@ -5621,8 +5808,11 @@
 		<method name="bigLargeIcon(Landroid/graphics/Bitmap;)Landroid/app/Notification$BigPictureStyle;"/>
 		<method name="bigLargeIcon(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$BigPictureStyle;" since="23"/>
 		<method name="bigPicture(Landroid/graphics/Bitmap;)Landroid/app/Notification$BigPictureStyle;"/>
+		<method name="bigPicture(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$BigPictureStyle;" since="31"/>
 		<method name="setBigContentTitle(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;"/>
+		<method name="setContentDescription(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;" since="31"/>
 		<method name="setSummaryText(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;"/>
+		<method name="showBigPictureWhenCollapsed(Z)Landroid/app/Notification$BigPictureStyle;" since="31"/>
 	</class>
 	<class name="android/app/Notification$BigTextStyle" since="16">
 		<extends name="android/app/Notification$Style"/>
@@ -5642,6 +5832,8 @@
 		<method name="getIcon()Landroid/graphics/drawable/Icon;"/>
 		<method name="getIntent()Landroid/app/PendingIntent;"/>
 		<method name="getShortcutId()Ljava/lang/String;" since="30"/>
+		<method name="isBubbleSuppressable()Z" since="31"/>
+		<method name="isBubbleSuppressed()Z" since="31"/>
 		<method name="isNotificationSuppressed()Z"/>
 		<field name="CREATOR"/>
 	</class>
@@ -5658,6 +5850,7 @@
 		<method name="setIcon(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$BubbleMetadata$Builder;"/>
 		<method name="setIntent(Landroid/app/PendingIntent;)Landroid/app/Notification$BubbleMetadata$Builder;"/>
 		<method name="setSuppressNotification(Z)Landroid/app/Notification$BubbleMetadata$Builder;"/>
+		<method name="setSuppressableBubble(Z)Landroid/app/Notification$BubbleMetadata$Builder;" since="31"/>
 	</class>
 	<class name="android/app/Notification$Builder" since="11">
 		<extends name="java/lang/Object"/>
@@ -5699,6 +5892,7 @@
 		<method name="setDeleteIntent(Landroid/app/PendingIntent;)Landroid/app/Notification$Builder;"/>
 		<method name="setExtras(Landroid/os/Bundle;)Landroid/app/Notification$Builder;" since="19"/>
 		<method name="setFlag(IZ)Landroid/app/Notification$Builder;" since="30"/>
+		<method name="setForegroundServiceBehavior(I)Landroid/app/Notification$Builder;" since="31"/>
 		<method name="setFullScreenIntent(Landroid/app/PendingIntent;Z)Landroid/app/Notification$Builder;"/>
 		<method name="setGroup(Ljava/lang/String;)Landroid/app/Notification$Builder;" since="20"/>
 		<method name="setGroupAlertBehavior(I)Landroid/app/Notification$Builder;" since="26"/>
@@ -5717,6 +5911,7 @@
 		<method name="setRemoteInputHistory([Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;" since="24"/>
 		<method name="setSettingsText(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;" since="26"/>
 		<method name="setShortcutId(Ljava/lang/String;)Landroid/app/Notification$Builder;" since="26"/>
+		<method name="setShowForegroundImmediately(Z)Landroid/app/Notification$Builder;" since="31" deprecated="31"/>
 		<method name="setShowWhen(Z)Landroid/app/Notification$Builder;" since="17"/>
 		<method name="setSmallIcon(I)Landroid/app/Notification$Builder;"/>
 		<method name="setSmallIcon(II)Landroid/app/Notification$Builder;"/>
@@ -5735,6 +5930,17 @@
 		<method name="setVisibility(I)Landroid/app/Notification$Builder;" since="21"/>
 		<method name="setWhen(J)Landroid/app/Notification$Builder;"/>
 	</class>
+	<class name="android/app/Notification$CallStyle" since="31">
+		<extends name="android/app/Notification$Style"/>
+		<method name="forIncomingCall(Landroid/app/Person;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Landroid/app/Notification$CallStyle;"/>
+		<method name="forOngoingCall(Landroid/app/Person;Landroid/app/PendingIntent;)Landroid/app/Notification$CallStyle;"/>
+		<method name="forScreeningCall(Landroid/app/Person;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Landroid/app/Notification$CallStyle;"/>
+		<method name="setAnswerButtonColorHint(I)Landroid/app/Notification$CallStyle;"/>
+		<method name="setDeclineButtonColorHint(I)Landroid/app/Notification$CallStyle;"/>
+		<method name="setIsVideo(Z)Landroid/app/Notification$CallStyle;"/>
+		<method name="setVerificationIcon(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$CallStyle;"/>
+		<method name="setVerificationText(Ljava/lang/CharSequence;)Landroid/app/Notification$CallStyle;"/>
+	</class>
 	<class name="android/app/Notification$CarExtender" since="23">
 		<extends name="java/lang/Object"/>
 		<implements name="android/app/Notification$Extender"/>
@@ -5919,6 +6125,8 @@
 		<method name="getVibrationPattern()[J"/>
 		<method name="hasUserSetImportance()Z" since="29"/>
 		<method name="hasUserSetSound()Z" since="30"/>
+		<method name="isConversation()Z" since="31"/>
+		<method name="isDemoted()Z" since="31"/>
 		<method name="isImportantConversation()Z" since="30"/>
 		<method name="setAllowBubbles(Z)V" since="29"/>
 		<method name="setBypassDnd(Z)V"/>
@@ -5936,6 +6144,13 @@
 		<method name="shouldVibrate()Z"/>
 		<field name="CREATOR"/>
 		<field name="DEFAULT_CHANNEL_ID"/>
+		<field name="EDIT_CONVERSATION" since="31"/>
+		<field name="EDIT_IMPORTANCE" since="31"/>
+		<field name="EDIT_LAUNCHER" since="31"/>
+		<field name="EDIT_LOCKED_DEVICE" since="31"/>
+		<field name="EDIT_SOUND" since="31"/>
+		<field name="EDIT_VIBRATION" since="31"/>
+		<field name="EDIT_ZEN" since="31"/>
 	</class>
 	<class name="android/app/NotificationChannelGroup" since="26">
 		<extends name="java/lang/Object"/>
@@ -5953,7 +6168,8 @@
 	<class name="android/app/NotificationManager" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="addAutomaticZenRule(Landroid/app/AutomaticZenRule;)Ljava/lang/String;" since="24"/>
-		<method name="areBubblesAllowed()Z" since="29"/>
+		<method name="areBubblesAllowed()Z" since="29" deprecated="31"/>
+		<method name="areBubblesEnabled()Z" since="31"/>
 		<method name="areNotificationsEnabled()Z" since="24"/>
 		<method name="areNotificationsPaused()Z" since="29"/>
 		<method name="canNotifyAsPackage(Ljava/lang/String;)Z" since="29"/>
@@ -5970,6 +6186,7 @@
 		<method name="getActiveNotifications()[Landroid/service/notification/StatusBarNotification;" since="23"/>
 		<method name="getAutomaticZenRule(Ljava/lang/String;)Landroid/app/AutomaticZenRule;" since="24"/>
 		<method name="getAutomaticZenRules()Ljava/util/Map;" since="24"/>
+		<method name="getBubblePreference()I" since="31"/>
 		<method name="getConsolidatedNotificationPolicy()Landroid/app/NotificationManager$Policy;" since="30"/>
 		<method name="getCurrentInterruptionFilter()I" since="23"/>
 		<method name="getImportance()I" since="24"/>
@@ -6004,6 +6221,9 @@
 		<field name="AUTOMATIC_RULE_STATUS_ENABLED" since="30"/>
 		<field name="AUTOMATIC_RULE_STATUS_REMOVED" since="30"/>
 		<field name="AUTOMATIC_RULE_STATUS_UNKNOWN" since="30"/>
+		<field name="BUBBLE_PREFERENCE_ALL" since="31"/>
+		<field name="BUBBLE_PREFERENCE_NONE" since="31"/>
+		<field name="BUBBLE_PREFERENCE_SELECTED" since="31"/>
 		<field name="EXTRA_AUTOMATIC_RULE_ID" since="29"/>
 		<field name="EXTRA_AUTOMATIC_ZEN_RULE_ID" since="30"/>
 		<field name="EXTRA_AUTOMATIC_ZEN_RULE_STATUS" since="30"/>
@@ -6081,6 +6301,11 @@
 		<method name="getIntentSender()Landroid/content/IntentSender;" since="4"/>
 		<method name="getService(Landroid/content/Context;ILandroid/content/Intent;I)Landroid/app/PendingIntent;"/>
 		<method name="getTargetPackage()Ljava/lang/String;" deprecated="17"/>
+		<method name="isActivity()Z" since="31"/>
+		<method name="isBroadcast()Z" since="31"/>
+		<method name="isForegroundService()Z" since="31"/>
+		<method name="isImmutable()Z" since="31"/>
+		<method name="isService()Z" since="31"/>
 		<method name="readPendingIntentOrNullFromParcel(Landroid/os/Parcel;)Landroid/app/PendingIntent;"/>
 		<method name="send()V"/>
 		<method name="send(I)V"/>
@@ -6093,6 +6318,7 @@
 		<field name="CREATOR"/>
 		<field name="FLAG_CANCEL_CURRENT"/>
 		<field name="FLAG_IMMUTABLE" since="23"/>
+		<field name="FLAG_MUTABLE" since="31"/>
 		<field name="FLAG_NO_CREATE"/>
 		<field name="FLAG_ONE_SHOT"/>
 		<field name="FLAG_UPDATE_CURRENT" since="3"/>
@@ -6141,8 +6367,16 @@
 		<method name="build()Landroid/app/PictureInPictureParams;"/>
 		<method name="setActions(Ljava/util/List;)Landroid/app/PictureInPictureParams$Builder;"/>
 		<method name="setAspectRatio(Landroid/util/Rational;)Landroid/app/PictureInPictureParams$Builder;"/>
+		<method name="setAutoEnterEnabled(Z)Landroid/app/PictureInPictureParams$Builder;" since="31"/>
+		<method name="setSeamlessResizeEnabled(Z)Landroid/app/PictureInPictureParams$Builder;" since="31"/>
 		<method name="setSourceRectHint(Landroid/graphics/Rect;)Landroid/app/PictureInPictureParams$Builder;"/>
 	</class>
+	<class name="android/app/PictureInPictureUiState" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="isStashed()Z"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/app/Presentation" since="17">
 		<extends name="android/app/Dialog"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/view/Display;)V"/>
@@ -6376,6 +6610,9 @@
 		<field name="STOP_FOREGROUND_DETACH" since="24"/>
 		<field name="STOP_FOREGROUND_REMOVE" since="24"/>
 	</class>
+	<class name="android/app/ServiceStartNotAllowedException" since="31">
+		<extends name="java/lang/IllegalStateException"/>
+	</class>
 	<class name="android/app/SharedElementCallback" since="21">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -6458,6 +6695,7 @@
 		<method name="dropShellPermissionIdentity()V" since="29"/>
 		<method name="executeAndWaitForEvent(Ljava/lang/Runnable;Landroid/app/UiAutomation$AccessibilityEventFilter;J)Landroid/view/accessibility/AccessibilityEvent;"/>
 		<method name="executeShellCommand(Ljava/lang/String;)Landroid/os/ParcelFileDescriptor;" since="21"/>
+		<method name="executeShellCommandRw(Ljava/lang/String;)[Landroid/os/ParcelFileDescriptor;" since="31"/>
 		<method name="findFocus(I)Landroid/view/accessibility/AccessibilityNodeInfo;" since="21"/>
 		<method name="getRootInActiveWindow()Landroid/view/accessibility/AccessibilityNodeInfo;"/>
 		<method name="getServiceInfo()Landroid/accessibilityservice/AccessibilityServiceInfo;"/>
@@ -6478,6 +6716,7 @@
 		<method name="takeScreenshot()Landroid/graphics/Bitmap;"/>
 		<method name="waitForIdle(JJ)V"/>
 		<field name="FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES" since="24"/>
+		<field name="FLAG_DONT_USE_ACCESSIBILITY" since="31"/>
 		<field name="ROTATION_FREEZE_0"/>
 		<field name="ROTATION_FREEZE_180"/>
 		<field name="ROTATION_FREEZE_270"/>
@@ -6501,6 +6740,7 @@
 		<method name="getCustomNightModeEnd()Ljava/time/LocalTime;" since="30"/>
 		<method name="getCustomNightModeStart()Ljava/time/LocalTime;" since="30"/>
 		<method name="getNightMode()I"/>
+		<method name="setApplicationNightMode(I)V" since="31"/>
 		<method name="setCustomNightModeEnd(Ljava/time/LocalTime;)V" since="30"/>
 		<method name="setCustomNightModeStart(Ljava/time/LocalTime;)V" since="30"/>
 		<method name="setNightMode(I)V"/>
@@ -6590,13 +6830,17 @@
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 		<method name="&lt;init>(Landroid/graphics/Color;Landroid/graphics/Color;Landroid/graphics/Color;)V"/>
+		<method name="&lt;init>(Landroid/graphics/Color;Landroid/graphics/Color;Landroid/graphics/Color;I)V" since="31"/>
 		<method name="&lt;init>(Landroid/os/Parcel;)V"/>
 		<method name="fromBitmap(Landroid/graphics/Bitmap;)Landroid/app/WallpaperColors;"/>
 		<method name="fromDrawable(Landroid/graphics/drawable/Drawable;)Landroid/app/WallpaperColors;"/>
+		<method name="getColorHints()I" since="31"/>
 		<method name="getPrimaryColor()Landroid/graphics/Color;"/>
 		<method name="getSecondaryColor()Landroid/graphics/Color;"/>
 		<method name="getTertiaryColor()Landroid/graphics/Color;"/>
 		<field name="CREATOR"/>
+		<field name="HINT_SUPPORTS_DARK_TEXT" since="31"/>
+		<field name="HINT_SUPPORTS_DARK_THEME" since="31"/>
 	</class>
 	<class name="android/app/WallpaperInfo" since="7">
 		<extends name="java/lang/Object"/>
@@ -6691,6 +6935,7 @@
 		<method name="&lt;init>()V"/>
 		<method name="onChoosePrivateKeyAlias(Landroid/content/Context;Landroid/content/Intent;ILandroid/net/Uri;Ljava/lang/String;)Ljava/lang/String;"/>
 		<method name="onNetworkLogsAvailable(Landroid/content/Context;Landroid/content/Intent;JI)V"/>
+		<method name="onSecurityLogsAvailable(Landroid/content/Context;Landroid/content/Intent;)V" since="31"/>
 	</class>
 	<class name="android/app/admin/DeviceAdminInfo" since="8">
 		<extends name="java/lang/Object"/>
@@ -6728,12 +6973,14 @@
 		<method name="onBugreportShared(Landroid/content/Context;Landroid/content/Intent;Ljava/lang/String;)V" since="24"/>
 		<method name="onBugreportSharingDeclined(Landroid/content/Context;Landroid/content/Intent;)V" since="24"/>
 		<method name="onChoosePrivateKeyAlias(Landroid/content/Context;Landroid/content/Intent;ILandroid/net/Uri;Ljava/lang/String;)Ljava/lang/String;" since="23"/>
+		<method name="onComplianceAcknowledgementRequired(Landroid/content/Context;Landroid/content/Intent;)V" since="31"/>
 		<method name="onDisableRequested(Landroid/content/Context;Landroid/content/Intent;)Ljava/lang/CharSequence;"/>
 		<method name="onDisabled(Landroid/content/Context;Landroid/content/Intent;)V"/>
 		<method name="onEnabled(Landroid/content/Context;Landroid/content/Intent;)V"/>
 		<method name="onLockTaskModeEntering(Landroid/content/Context;Landroid/content/Intent;Ljava/lang/String;)V" since="21"/>
 		<method name="onLockTaskModeExiting(Landroid/content/Context;Landroid/content/Intent;)V" since="21"/>
 		<method name="onNetworkLogsAvailable(Landroid/content/Context;Landroid/content/Intent;JI)V" since="26"/>
+		<method name="onOperationSafetyStateChanged(Landroid/content/Context;IZ)V" since="31"/>
 		<method name="onPasswordChanged(Landroid/content/Context;Landroid/content/Intent;)V" deprecated="26"/>
 		<method name="onPasswordChanged(Landroid/content/Context;Landroid/content/Intent;Landroid/os/UserHandle;)V" since="26"/>
 		<method name="onPasswordExpiring(Landroid/content/Context;Landroid/content/Intent;)V" since="11" deprecated="26"/>
@@ -6765,6 +7012,7 @@
 		<field name="ACTION_PASSWORD_FAILED"/>
 		<field name="ACTION_PASSWORD_SUCCEEDED"/>
 		<field name="ACTION_PROFILE_PROVISIONING_COMPLETE" since="21"/>
+		<field name="ACTION_SECURITY_LOGS_AVAILABLE" since="31"/>
 		<field name="BUGREPORT_FAILURE_FAILED_COMPLETING" since="24"/>
 		<field name="BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE" since="24"/>
 		<field name="DEVICE_ADMIN_META_DATA"/>
@@ -6778,12 +7026,15 @@
 	</class>
 	<class name="android/app/admin/DevicePolicyManager" since="8">
 		<extends name="java/lang/Object"/>
+		<method name="acknowledgeDeviceCompliant()V" since="31"/>
 		<method name="addCrossProfileIntentFilter(Landroid/content/ComponentName;Landroid/content/IntentFilter;I)V" since="21"/>
 		<method name="addCrossProfileWidgetProvider(Landroid/content/ComponentName;Ljava/lang/String;)Z" since="21"/>
 		<method name="addOverrideApn(Landroid/content/ComponentName;Landroid/telephony/data/ApnSetting;)I" since="28"/>
 		<method name="addPersistentPreferredActivity(Landroid/content/ComponentName;Landroid/content/IntentFilter;Landroid/content/ComponentName;)V" since="21"/>
 		<method name="addUserRestriction(Landroid/content/ComponentName;Ljava/lang/String;)V" since="21"/>
 		<method name="bindDeviceAdminServiceAsUser(Landroid/content/ComponentName;Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/UserHandle;)Z" since="26"/>
+		<method name="canAdminGrantSensorsPermissions()Z" since="31"/>
+		<method name="canUsbDataSignalingBeDisabled()Z" since="31"/>
 		<method name="clearApplicationUserData(Landroid/content/ComponentName;Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/app/admin/DevicePolicyManager$OnClearApplicationUserDataListener;)V" since="28"/>
 		<method name="clearCrossProfileIntentFilters(Landroid/content/ComponentName;)V" since="21"/>
 		<method name="clearDeviceOwnerApp(Ljava/lang/String;)V" since="21" deprecated="26"/>
@@ -6822,11 +7073,13 @@
 		<method name="getDelegatedScopes(Landroid/content/ComponentName;Ljava/lang/String;)Ljava/util/List;" since="26"/>
 		<method name="getDeviceOwnerLockScreenInfo()Ljava/lang/CharSequence;" since="24"/>
 		<method name="getEndUserSessionMessage(Landroid/content/ComponentName;)Ljava/lang/CharSequence;" since="28"/>
+		<method name="getEnrollmentSpecificId()Ljava/lang/String;" since="31"/>
 		<method name="getFactoryResetProtectionPolicy(Landroid/content/ComponentName;)Landroid/app/admin/FactoryResetProtectionPolicy;" since="30"/>
 		<method name="getGlobalPrivateDnsHost(Landroid/content/ComponentName;)Ljava/lang/String;" since="29"/>
 		<method name="getGlobalPrivateDnsMode(Landroid/content/ComponentName;)I" since="29"/>
 		<method name="getInstalledCaCerts(Landroid/content/ComponentName;)Ljava/util/List;" since="21"/>
 		<method name="getKeepUninstalledPackages(Landroid/content/ComponentName;)Ljava/util/List;" since="28"/>
+		<method name="getKeyPairGrants(Ljava/lang/String;)Ljava/util/Map;" since="31"/>
 		<method name="getKeyguardDisabledFeatures(Landroid/content/ComponentName;)I" since="17"/>
 		<method name="getLockTaskFeatures(Landroid/content/ComponentName;)I" since="28"/>
 		<method name="getLockTaskPackages(Landroid/content/ComponentName;)[Ljava/lang/String;" since="26"/>
@@ -6835,7 +7088,9 @@
 		<method name="getMaximumFailedPasswordsForWipe(Landroid/content/ComponentName;)I"/>
 		<method name="getMaximumTimeToLock(Landroid/content/ComponentName;)J"/>
 		<method name="getMeteredDataDisabledPackages(Landroid/content/ComponentName;)Ljava/util/List;" since="28"/>
-		<method name="getOrganizationColor(Landroid/content/ComponentName;)I" since="24"/>
+		<method name="getNearbyAppStreamingPolicy()I" since="31"/>
+		<method name="getNearbyNotificationStreamingPolicy()I" since="31"/>
+		<method name="getOrganizationColor(Landroid/content/ComponentName;)I" since="24" deprecated="31"/>
 		<method name="getOrganizationName(Landroid/content/ComponentName;)Ljava/lang/CharSequence;" since="24"/>
 		<method name="getOverrideApns(Landroid/content/ComponentName;)Ljava/util/List;" since="28"/>
 		<method name="getParentProfileInstance(Landroid/content/ComponentName;)Landroid/app/admin/DevicePolicyManager;" since="24"/>
@@ -6844,14 +7099,14 @@
 		<method name="getPasswordExpirationTimeout(Landroid/content/ComponentName;)J" since="11"/>
 		<method name="getPasswordHistoryLength(Landroid/content/ComponentName;)I" since="11"/>
 		<method name="getPasswordMaximumLength(I)I"/>
-		<method name="getPasswordMinimumLength(Landroid/content/ComponentName;)I"/>
-		<method name="getPasswordMinimumLetters(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordMinimumLowerCase(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordMinimumNonLetter(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordMinimumNumeric(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordMinimumSymbols(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordMinimumUpperCase(Landroid/content/ComponentName;)I" since="11"/>
-		<method name="getPasswordQuality(Landroid/content/ComponentName;)I"/>
+		<method name="getPasswordMinimumLength(Landroid/content/ComponentName;)I" deprecated="31"/>
+		<method name="getPasswordMinimumLetters(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordMinimumLowerCase(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordMinimumNonLetter(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordMinimumNumeric(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordMinimumSymbols(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordMinimumUpperCase(Landroid/content/ComponentName;)I" since="11" deprecated="31"/>
+		<method name="getPasswordQuality(Landroid/content/ComponentName;)I" deprecated="31"/>
 		<method name="getPendingSystemUpdate(Landroid/content/ComponentName;)Landroid/app/admin/SystemUpdateInfo;" since="26"/>
 		<method name="getPermissionGrantState(Landroid/content/ComponentName;Ljava/lang/String;Ljava/lang/String;)I" since="23"/>
 		<method name="getPermissionPolicy(Landroid/content/ComponentName;)I" since="23"/>
@@ -6859,6 +7114,7 @@
 		<method name="getPermittedCrossProfileNotificationListeners(Landroid/content/ComponentName;)Ljava/util/List;" since="26"/>
 		<method name="getPermittedInputMethods(Landroid/content/ComponentName;)Ljava/util/List;" since="21"/>
 		<method name="getPersonalAppsSuspendedReasons(Landroid/content/ComponentName;)I" since="30"/>
+		<method name="getRequiredPasswordComplexity()I" since="31"/>
 		<method name="getRequiredStrongAuthTimeout(Landroid/content/ComponentName;)J" since="26"/>
 		<method name="getScreenCaptureDisabled(Landroid/content/ComponentName;)Z" since="21"/>
 		<method name="getSecondaryUsers(Landroid/content/ComponentName;)Ljava/util/List;" since="28"/>
@@ -6873,8 +7129,10 @@
 		<method name="getUserRestrictions(Landroid/content/ComponentName;)Landroid/os/Bundle;" since="24"/>
 		<method name="getWifiMacAddress(Landroid/content/ComponentName;)Ljava/lang/String;" since="24"/>
 		<method name="grantKeyPairToApp(Landroid/content/ComponentName;Ljava/lang/String;Ljava/lang/String;)Z" since="30"/>
+		<method name="grantKeyPairToWifiAuth(Ljava/lang/String;)Z" since="31"/>
 		<method name="hasCaCertInstalled(Landroid/content/ComponentName;[B)Z" since="21"/>
 		<method name="hasGrantedPolicy(Landroid/content/ComponentName;I)Z" since="11"/>
+		<method name="hasKeyPair(Ljava/lang/String;)Z" since="31"/>
 		<method name="hasLockdownAdminConfiguredNetworks(Landroid/content/ComponentName;)Z" since="30"/>
 		<method name="installCaCert(Landroid/content/ComponentName;[B)Z" since="21"/>
 		<method name="installExistingPackage(Landroid/content/ComponentName;Ljava/lang/String;)Z" since="28"/>
@@ -6883,6 +7141,7 @@
 		<method name="installKeyPair(Landroid/content/ComponentName;Ljava/security/PrivateKey;[Ljava/security/cert/Certificate;Ljava/lang/String;Z)Z" since="24"/>
 		<method name="installSystemUpdate(Landroid/content/ComponentName;Landroid/net/Uri;Ljava/util/concurrent/Executor;Landroid/app/admin/DevicePolicyManager$InstallSystemUpdateCallback;)V" since="29"/>
 		<method name="isActivePasswordSufficient()Z"/>
+		<method name="isActivePasswordSufficientForDeviceRequirement()Z" since="31"/>
 		<method name="isAdminActive(Landroid/content/ComponentName;)Z"/>
 		<method name="isAffiliatedUser()Z" since="28"/>
 		<method name="isAlwaysOnVpnLockdownEnabled(Landroid/content/ComponentName;)Z" since="29"/>
@@ -6890,9 +7149,11 @@
 		<method name="isBackupServiceEnabled(Landroid/content/ComponentName;)Z" since="26"/>
 		<method name="isCallerApplicationRestrictionsManagingPackage()Z" since="24" deprecated="26"/>
 		<method name="isCommonCriteriaModeEnabled(Landroid/content/ComponentName;)Z" since="30"/>
+		<method name="isComplianceAcknowledgementRequired()Z" since="31"/>
 		<method name="isDeviceIdAttestationSupported()Z" since="28"/>
 		<method name="isDeviceOwnerApp(Ljava/lang/String;)Z" since="18"/>
 		<method name="isEphemeralUser(Landroid/content/ComponentName;)Z" since="28"/>
+		<method name="isKeyPairGrantedToWifiAuth(Ljava/lang/String;)Z" since="31"/>
 		<method name="isLockTaskPermitted(Ljava/lang/String;)Z" since="21"/>
 		<method name="isLogoutEnabled()Z" since="28"/>
 		<method name="isManagedProfile(Landroid/content/ComponentName;)Z" since="24"/>
@@ -6901,13 +7162,17 @@
 		<method name="isOrganizationOwnedDeviceWithManagedProfile()Z" since="30"/>
 		<method name="isOverrideApnEnabled(Landroid/content/ComponentName;)Z" since="28"/>
 		<method name="isPackageSuspended(Landroid/content/ComponentName;Ljava/lang/String;)Z" since="24"/>
+		<method name="isPreferentialNetworkServiceEnabled()Z" since="31"/>
 		<method name="isProfileOwnerApp(Ljava/lang/String;)Z" since="21"/>
 		<method name="isProvisioningAllowed(Ljava/lang/String;)Z" since="24"/>
 		<method name="isResetPasswordTokenActive(Landroid/content/ComponentName;)Z" since="26"/>
+		<method name="isSafeOperation(I)Z" since="31"/>
 		<method name="isSecurityLoggingEnabled(Landroid/content/ComponentName;)Z" since="24"/>
 		<method name="isUninstallBlocked(Landroid/content/ComponentName;Ljava/lang/String;)Z" since="21"/>
 		<method name="isUniqueDeviceAttestationSupported()Z" since="30"/>
+		<method name="isUsbDataSignalingEnabled()Z" since="31"/>
 		<method name="isUsingUnifiedPassword(Landroid/content/ComponentName;)Z" since="28"/>
+		<method name="listForegroundAffiliatedUsers()Ljava/util/List;" since="31"/>
 		<method name="lockNow()V"/>
 		<method name="lockNow(I)V" since="26"/>
 		<method name="logoutUser(Landroid/content/ComponentName;)I" since="28"/>
@@ -6924,6 +7189,7 @@
 		<method name="retrievePreRebootSecurityLogs(Landroid/content/ComponentName;)Ljava/util/List;" since="24"/>
 		<method name="retrieveSecurityLogs(Landroid/content/ComponentName;)Ljava/util/List;" since="24"/>
 		<method name="revokeKeyPairFromApp(Landroid/content/ComponentName;Ljava/lang/String;Ljava/lang/String;)Z" since="30"/>
+		<method name="revokeKeyPairFromWifiAuth(Ljava/lang/String;)Z" since="31"/>
 		<method name="setAccountManagementDisabled(Landroid/content/ComponentName;Ljava/lang/String;Z)V" since="21"/>
 		<method name="setAffiliationIds(Landroid/content/ComponentName;Ljava/util/Set;)V" since="26"/>
 		<method name="setAlwaysOnVpnPackage(Landroid/content/ComponentName;Ljava/lang/String;Z)V" since="24"/>
@@ -6966,30 +7232,35 @@
 		<method name="setMaximumFailedPasswordsForWipe(Landroid/content/ComponentName;I)V"/>
 		<method name="setMaximumTimeToLock(Landroid/content/ComponentName;J)V"/>
 		<method name="setMeteredDataDisabledPackages(Landroid/content/ComponentName;Ljava/util/List;)Ljava/util/List;" since="28"/>
+		<method name="setNearbyAppStreamingPolicy(I)V" since="31"/>
+		<method name="setNearbyNotificationStreamingPolicy(I)V" since="31"/>
 		<method name="setNetworkLoggingEnabled(Landroid/content/ComponentName;Z)V" since="26"/>
-		<method name="setOrganizationColor(Landroid/content/ComponentName;I)V" since="24"/>
+		<method name="setOrganizationColor(Landroid/content/ComponentName;I)V" since="24" deprecated="31"/>
+		<method name="setOrganizationId(Ljava/lang/String;)V" since="31"/>
 		<method name="setOrganizationName(Landroid/content/ComponentName;Ljava/lang/CharSequence;)V" since="24"/>
 		<method name="setOverrideApnsEnabled(Landroid/content/ComponentName;Z)V" since="28"/>
 		<method name="setPackagesSuspended(Landroid/content/ComponentName;[Ljava/lang/String;Z)[Ljava/lang/String;" since="24"/>
 		<method name="setPasswordExpirationTimeout(Landroid/content/ComponentName;J)V" since="11"/>
 		<method name="setPasswordHistoryLength(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumLength(Landroid/content/ComponentName;I)V"/>
-		<method name="setPasswordMinimumLetters(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumLowerCase(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumNonLetter(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumNumeric(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumSymbols(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordMinimumUpperCase(Landroid/content/ComponentName;I)V" since="11"/>
-		<method name="setPasswordQuality(Landroid/content/ComponentName;I)V"/>
+		<method name="setPasswordMinimumLength(Landroid/content/ComponentName;I)V" deprecated="31"/>
+		<method name="setPasswordMinimumLetters(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordMinimumLowerCase(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordMinimumNonLetter(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordMinimumNumeric(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordMinimumSymbols(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordMinimumUpperCase(Landroid/content/ComponentName;I)V" since="11" deprecated="31"/>
+		<method name="setPasswordQuality(Landroid/content/ComponentName;I)V" deprecated="31"/>
 		<method name="setPermissionGrantState(Landroid/content/ComponentName;Ljava/lang/String;Ljava/lang/String;I)Z" since="23"/>
 		<method name="setPermissionPolicy(Landroid/content/ComponentName;I)V" since="23"/>
 		<method name="setPermittedAccessibilityServices(Landroid/content/ComponentName;Ljava/util/List;)Z" since="21"/>
 		<method name="setPermittedCrossProfileNotificationListeners(Landroid/content/ComponentName;Ljava/util/List;)Z" since="26"/>
 		<method name="setPermittedInputMethods(Landroid/content/ComponentName;Ljava/util/List;)Z" since="21"/>
 		<method name="setPersonalAppsSuspended(Landroid/content/ComponentName;Z)V" since="30"/>
+		<method name="setPreferentialNetworkServiceEnabled(Z)V" since="31"/>
 		<method name="setProfileEnabled(Landroid/content/ComponentName;)V" since="21"/>
 		<method name="setProfileName(Landroid/content/ComponentName;Ljava/lang/String;)V" since="21"/>
 		<method name="setRecommendedGlobalProxy(Landroid/content/ComponentName;Landroid/net/ProxyInfo;)V" since="21"/>
+		<method name="setRequiredPasswordComplexity(I)V" since="31"/>
 		<method name="setRequiredStrongAuthTimeout(Landroid/content/ComponentName;J)V" since="26"/>
 		<method name="setResetPasswordToken(Landroid/content/ComponentName;[B)Z" since="26"/>
 		<method name="setRestrictionsProvider(Landroid/content/ComponentName;Landroid/content/ComponentName;)V" since="21"/>
@@ -7006,6 +7277,7 @@
 		<method name="setTimeZone(Landroid/content/ComponentName;Ljava/lang/String;)Z" since="28"/>
 		<method name="setTrustAgentConfiguration(Landroid/content/ComponentName;Landroid/content/ComponentName;Landroid/os/PersistableBundle;)V" since="23"/>
 		<method name="setUninstallBlocked(Landroid/content/ComponentName;Ljava/lang/String;Z)V" since="21"/>
+		<method name="setUsbDataSignalingEnabled(Z)V" since="31"/>
 		<method name="setUserControlDisabledPackages(Landroid/content/ComponentName;Ljava/util/List;)V" since="30"/>
 		<method name="setUserIcon(Landroid/content/ComponentName;Landroid/graphics/Bitmap;)V" since="23"/>
 		<method name="startUserInBackground(Landroid/content/ComponentName;Landroid/os/UserHandle;)I" since="28"/>
@@ -7027,7 +7299,7 @@
 		<field name="ACTION_MANAGED_PROFILE_PROVISIONED" since="23"/>
 		<field name="ACTION_PROFILE_OWNER_CHANGED" since="28"/>
 		<field name="ACTION_PROVISIONING_SUCCESSFUL" since="26"/>
-		<field name="ACTION_PROVISION_MANAGED_DEVICE" since="23"/>
+		<field name="ACTION_PROVISION_MANAGED_DEVICE" since="23" deprecated="31"/>
 		<field name="ACTION_PROVISION_MANAGED_PROFILE" since="21"/>
 		<field name="ACTION_SET_NEW_PARENT_PROFILE_PASSWORD" since="24"/>
 		<field name="ACTION_SET_NEW_PASSWORD"/>
@@ -7043,6 +7315,7 @@
 		<field name="DELEGATION_NETWORK_LOGGING" since="29"/>
 		<field name="DELEGATION_PACKAGE_ACCESS" since="26"/>
 		<field name="DELEGATION_PERMISSION_GRANT" since="26"/>
+		<field name="DELEGATION_SECURITY_LOGGING" since="31"/>
 		<field name="ENCRYPTION_STATUS_ACTIVATING" since="11"/>
 		<field name="ENCRYPTION_STATUS_ACTIVE" since="11"/>
 		<field name="ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY" since="23"/>
@@ -7052,9 +7325,11 @@
 		<field name="EXTRA_ADD_EXPLANATION"/>
 		<field name="EXTRA_DELEGATION_SCOPES" since="26"/>
 		<field name="EXTRA_DEVICE_ADMIN"/>
+		<field name="EXTRA_DEVICE_PASSWORD_REQUIREMENT_ONLY" since="31"/>
 		<field name="EXTRA_PASSWORD_COMPLEXITY" since="29"/>
 		<field name="EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE" since="22"/>
 		<field name="EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE" since="21"/>
+		<field name="EXTRA_PROVISIONING_ALLOWED_PROVISIONING_MODES" since="31"/>
 		<field name="EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME" since="23"/>
 		<field name="EXTRA_PROVISIONING_DEVICE_ADMIN_MINIMUM_VERSION_CODE" since="23"/>
 		<field name="EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM" since="21"/>
@@ -7072,12 +7347,13 @@
 		<field name="EXTRA_PROVISIONING_LOCALE" since="21"/>
 		<field name="EXTRA_PROVISIONING_LOCAL_TIME" since="21"/>
 		<field name="EXTRA_PROVISIONING_LOGO_URI" since="24"/>
-		<field name="EXTRA_PROVISIONING_MAIN_COLOR" since="24"/>
+		<field name="EXTRA_PROVISIONING_MAIN_COLOR" since="24" deprecated="31"/>
 		<field name="EXTRA_PROVISIONING_MODE" since="29"/>
+		<field name="EXTRA_PROVISIONING_SENSORS_PERMISSION_GRANT_OPT_OUT" since="31"/>
 		<field name="EXTRA_PROVISIONING_SERIAL_NUMBER" since="29"/>
 		<field name="EXTRA_PROVISIONING_SKIP_EDUCATION_SCREENS" since="29"/>
 		<field name="EXTRA_PROVISIONING_SKIP_ENCRYPTION" since="23"/>
-		<field name="EXTRA_PROVISIONING_SKIP_USER_CONSENT" since="26"/>
+		<field name="EXTRA_PROVISIONING_SKIP_USER_CONSENT" since="26" deprecated="31"/>
 		<field name="EXTRA_PROVISIONING_TIME_ZONE" since="21"/>
 		<field name="EXTRA_PROVISIONING_WIFI_ANONYMOUS_IDENTITY" since="29"/>
 		<field name="EXTRA_PROVISIONING_WIFI_CA_CERTIFICATE" since="29"/>
@@ -7127,6 +7403,10 @@
 		<field name="LOCK_TASK_FEATURE_SYSTEM_INFO" since="28"/>
 		<field name="MAKE_USER_EPHEMERAL" since="28"/>
 		<field name="MIME_TYPE_PROVISIONING_NFC" since="21"/>
+		<field name="NEARBY_STREAMING_DISABLED" since="31"/>
+		<field name="NEARBY_STREAMING_ENABLED" since="31"/>
+		<field name="NEARBY_STREAMING_SAME_MANAGED_ACCOUNT_ONLY" since="31"/>
+		<field name="OPERATION_SAFETY_REASON_DRIVING_DISTRACTION" since="31"/>
 		<field name="PASSWORD_COMPLEXITY_HIGH" since="29"/>
 		<field name="PASSWORD_COMPLEXITY_LOW" since="29"/>
 		<field name="PASSWORD_COMPLEXITY_MEDIUM" since="29"/>
@@ -7159,6 +7439,7 @@
 		<field name="PRIVATE_DNS_SET_NO_ERROR" since="29"/>
 		<field name="PROVISIONING_MODE_FULLY_MANAGED_DEVICE" since="29"/>
 		<field name="PROVISIONING_MODE_MANAGED_PROFILE" since="29"/>
+		<field name="PROVISIONING_MODE_MANAGED_PROFILE_ON_PERSONAL_DEVICE" since="31"/>
 		<field name="RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT" since="23"/>
 		<field name="RESET_PASSWORD_REQUIRE_ENTRY"/>
 		<field name="SKIP_SETUP_WIZARD" since="24"/>
@@ -7247,6 +7528,7 @@
 		<field name="TAG_MEDIA_UNMOUNT" since="28"/>
 		<field name="TAG_OS_SHUTDOWN" since="28"/>
 		<field name="TAG_OS_STARTUP" since="28"/>
+		<field name="TAG_PASSWORD_COMPLEXITY_REQUIRED" since="31"/>
 		<field name="TAG_PASSWORD_COMPLEXITY_SET" since="28"/>
 		<field name="TAG_PASSWORD_EXPIRATION_SET" since="28"/>
 		<field name="TAG_PASSWORD_HISTORY_LENGTH_SET" since="28"/>
@@ -7305,6 +7587,464 @@
 		<field name="ERROR_NEW_FREEZE_PERIOD_TOO_LONG"/>
 		<field name="ERROR_UNKNOWN"/>
 	</class>
+	<class name="android/app/admin/UnsafeStateException" since="31">
+		<extends name="java/lang/IllegalStateException"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getReasons()Ljava/util/List;"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchBatchResult" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAll()Ljava/util/Map;"/>
+		<method name="getFailures()Ljava/util/Map;"/>
+		<method name="getSuccesses()Ljava/util/Map;"/>
+		<method name="isSuccess()Z"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchBatchResult$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchBatchResult;"/>
+		<method name="setFailure(Ljava/lang/Object;ILjava/lang/String;)Landroid/app/appsearch/AppSearchBatchResult$Builder;"/>
+		<method name="setResult(Ljava/lang/Object;Landroid/app/appsearch/AppSearchResult;)Landroid/app/appsearch/AppSearchBatchResult$Builder;"/>
+		<method name="setSuccess(Ljava/lang/Object;Ljava/lang/Object;)Landroid/app/appsearch/AppSearchBatchResult$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="createGlobalSearchSession(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="createSearchSession(Landroid/app/appsearch/AppSearchManager$SearchContext;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchManager$SearchContext" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDatabaseName()Ljava/lang/String;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchManager$SearchContext$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchManager$SearchContext;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchResult" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getErrorMessage()Ljava/lang/String;"/>
+		<method name="getResultCode()I"/>
+		<method name="getResultValue()Ljava/lang/Object;"/>
+		<method name="isSuccess()Z"/>
+		<method name="newFailedResult(ILjava/lang/String;)Landroid/app/appsearch/AppSearchResult;"/>
+		<method name="newSuccessfulResult(Ljava/lang/Object;)Landroid/app/appsearch/AppSearchResult;"/>
+		<field name="RESULT_INTERNAL_ERROR"/>
+		<field name="RESULT_INVALID_ARGUMENT"/>
+		<field name="RESULT_INVALID_SCHEMA"/>
+		<field name="RESULT_IO_ERROR"/>
+		<field name="RESULT_NOT_FOUND"/>
+		<field name="RESULT_OK"/>
+		<field name="RESULT_OUT_OF_SPACE"/>
+		<field name="RESULT_SECURITY_ERROR"/>
+		<field name="RESULT_UNKNOWN_ERROR"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getProperties()Ljava/util/List;"/>
+		<method name="getSchemaType()Ljava/lang/String;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$BooleanPropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$BooleanPropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$BooleanPropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$BooleanPropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="addProperty(Landroid/app/appsearch/AppSearchSchema$PropertyConfig;)Landroid/app/appsearch/AppSearchSchema$Builder;"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$BytesPropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$BytesPropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$BytesPropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$BytesPropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$DocumentPropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+		<method name="getSchemaType()Ljava/lang/String;"/>
+		<method name="shouldIndexNestedProperties()Z"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;"/>
+		<method name="setShouldIndexNestedProperties(Z)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$DoublePropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$DoublePropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$DoublePropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$DoublePropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$Int64PropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$Int64PropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$Int64PropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$Int64PropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$PropertyConfig" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getCardinality()I"/>
+		<method name="getName()Ljava/lang/String;"/>
+		<field name="CARDINALITY_OPTIONAL"/>
+		<field name="CARDINALITY_REPEATED"/>
+		<field name="CARDINALITY_REQUIRED"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$StringPropertyConfig" since="31">
+		<extends name="android/app/appsearch/AppSearchSchema$PropertyConfig"/>
+		<method name="getIndexingType()I"/>
+		<method name="getTokenizerType()I"/>
+		<field name="INDEXING_TYPE_EXACT_TERMS"/>
+		<field name="INDEXING_TYPE_NONE"/>
+		<field name="INDEXING_TYPE_PREFIXES"/>
+		<field name="TOKENIZER_TYPE_NONE"/>
+		<field name="TOKENIZER_TYPE_PLAIN"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig;"/>
+		<method name="setCardinality(I)Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder;"/>
+		<method name="setIndexingType(I)Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder;"/>
+		<method name="setTokenizerType(I)Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/AppSearchSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/io/Closeable"/>
+		<method name="getByDocumentId(Landroid/app/appsearch/GetByDocumentIdRequest;Ljava/util/concurrent/Executor;Landroid/app/appsearch/BatchResultCallback;)V"/>
+		<method name="getNamespaces(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="getSchema(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="getStorageInfo(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="put(Landroid/app/appsearch/PutDocumentsRequest;Ljava/util/concurrent/Executor;Landroid/app/appsearch/BatchResultCallback;)V"/>
+		<method name="remove(Landroid/app/appsearch/RemoveByDocumentIdRequest;Ljava/util/concurrent/Executor;Landroid/app/appsearch/BatchResultCallback;)V"/>
+		<method name="remove(Ljava/lang/String;Landroid/app/appsearch/SearchSpec;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="reportUsage(Landroid/app/appsearch/ReportUsageRequest;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="search(Ljava/lang/String;Landroid/app/appsearch/SearchSpec;)Landroid/app/appsearch/SearchResults;"/>
+		<method name="setSchema(Landroid/app/appsearch/SetSchemaRequest;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+	</class>
+	<class name="android/app/appsearch/BatchResultCallback" since="31">
+		<method name="onResult(Landroid/app/appsearch/AppSearchBatchResult;)V"/>
+		<method name="onSystemError(Ljava/lang/Throwable;)V"/>
+	</class>
+	<class name="android/app/appsearch/GenericDocument" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/app/appsearch/GenericDocument;)V"/>
+		<method name="getCreationTimestampMillis()J"/>
+		<method name="getId()Ljava/lang/String;"/>
+		<method name="getMaxIndexedProperties()I"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+		<method name="getProperty(Ljava/lang/String;)Ljava/lang/Object;"/>
+		<method name="getPropertyBoolean(Ljava/lang/String;)Z"/>
+		<method name="getPropertyBooleanArray(Ljava/lang/String;)[Z"/>
+		<method name="getPropertyBytes(Ljava/lang/String;)[B"/>
+		<method name="getPropertyBytesArray(Ljava/lang/String;)[[B"/>
+		<method name="getPropertyDocument(Ljava/lang/String;)Landroid/app/appsearch/GenericDocument;"/>
+		<method name="getPropertyDocumentArray(Ljava/lang/String;)[Landroid/app/appsearch/GenericDocument;"/>
+		<method name="getPropertyDouble(Ljava/lang/String;)D"/>
+		<method name="getPropertyDoubleArray(Ljava/lang/String;)[D"/>
+		<method name="getPropertyLong(Ljava/lang/String;)J"/>
+		<method name="getPropertyLongArray(Ljava/lang/String;)[J"/>
+		<method name="getPropertyNames()Ljava/util/Set;"/>
+		<method name="getPropertyString(Ljava/lang/String;)Ljava/lang/String;"/>
+		<method name="getPropertyStringArray(Ljava/lang/String;)[Ljava/lang/String;"/>
+		<method name="getSchemaType()Ljava/lang/String;"/>
+		<method name="getScore()I"/>
+		<method name="getTtlMillis()J"/>
+	</class>
+	<class name="android/app/appsearch/GenericDocument$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/GenericDocument;"/>
+		<method name="setCreationTimestampMillis(J)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyBoolean(Ljava/lang/String;[Z)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyBytes(Ljava/lang/String;[[B)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyDocument(Ljava/lang/String;[Landroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyDouble(Ljava/lang/String;[D)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyLong(Ljava/lang/String;[J)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setPropertyString(Ljava/lang/String;[Ljava/lang/String;)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setScore(I)Landroid/app/appsearch/GenericDocument$Builder;"/>
+		<method name="setTtlMillis(J)Landroid/app/appsearch/GenericDocument$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/GetByDocumentIdRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getIds()Ljava/util/Set;"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+		<method name="getProjections()Ljava/util/Map;"/>
+		<field name="PROJECTION_SCHEMA_TYPE_WILDCARD"/>
+	</class>
+	<class name="android/app/appsearch/GetByDocumentIdRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="addIds(Ljava/util/Collection;)Landroid/app/appsearch/GetByDocumentIdRequest$Builder;"/>
+		<method name="addIds([Ljava/lang/String;)Landroid/app/appsearch/GetByDocumentIdRequest$Builder;"/>
+		<method name="addProjection(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/GetByDocumentIdRequest$Builder;"/>
+		<method name="build()Landroid/app/appsearch/GetByDocumentIdRequest;"/>
+	</class>
+	<class name="android/app/appsearch/GetSchemaResponse" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getSchemas()Ljava/util/Set;"/>
+		<method name="getVersion()I"/>
+	</class>
+	<class name="android/app/appsearch/GetSchemaResponse$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addSchema(Landroid/app/appsearch/AppSearchSchema;)Landroid/app/appsearch/GetSchemaResponse$Builder;"/>
+		<method name="build()Landroid/app/appsearch/GetSchemaResponse;"/>
+		<method name="setVersion(I)Landroid/app/appsearch/GetSchemaResponse$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/GlobalSearchSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/io/Closeable"/>
+		<method name="reportSystemUsage(Landroid/app/appsearch/ReportSystemUsageRequest;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+		<method name="search(Ljava/lang/String;Landroid/app/appsearch/SearchSpec;)Landroid/app/appsearch/SearchResults;"/>
+	</class>
+	<class name="android/app/appsearch/Migrator" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="onDowngrade(IILandroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/GenericDocument;"/>
+		<method name="onUpgrade(IILandroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/GenericDocument;"/>
+		<method name="shouldMigrate(II)Z"/>
+	</class>
+	<class name="android/app/appsearch/PackageIdentifier" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;[B)V"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getSha256Certificate()[B"/>
+	</class>
+	<class name="android/app/appsearch/PutDocumentsRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getGenericDocuments()Ljava/util/List;"/>
+	</class>
+	<class name="android/app/appsearch/PutDocumentsRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addGenericDocuments(Ljava/util/Collection;)Landroid/app/appsearch/PutDocumentsRequest$Builder;"/>
+		<method name="addGenericDocuments([Landroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/PutDocumentsRequest$Builder;"/>
+		<method name="build()Landroid/app/appsearch/PutDocumentsRequest;"/>
+	</class>
+	<class name="android/app/appsearch/RemoveByDocumentIdRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getIds()Ljava/util/Set;"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+	</class>
+	<class name="android/app/appsearch/RemoveByDocumentIdRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="addIds(Ljava/util/Collection;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;"/>
+		<method name="addIds([Ljava/lang/String;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;"/>
+		<method name="build()Landroid/app/appsearch/RemoveByDocumentIdRequest;"/>
+	</class>
+	<class name="android/app/appsearch/ReportSystemUsageRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDatabaseName()Ljava/lang/String;"/>
+		<method name="getDocumentId()Ljava/lang/String;"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getUsageTimestampMillis()J"/>
+	</class>
+	<class name="android/app/appsearch/ReportSystemUsageRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/ReportSystemUsageRequest;"/>
+		<method name="setUsageTimestampMillis(J)Landroid/app/appsearch/ReportSystemUsageRequest$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/ReportUsageRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDocumentId()Ljava/lang/String;"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+		<method name="getUsageTimestampMillis()J"/>
+	</class>
+	<class name="android/app/appsearch/ReportUsageRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/ReportUsageRequest;"/>
+		<method name="setUsageTimestampMillis(J)Landroid/app/appsearch/ReportUsageRequest$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/SearchResult" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDatabaseName()Ljava/lang/String;"/>
+		<method name="getGenericDocument()Landroid/app/appsearch/GenericDocument;"/>
+		<method name="getMatches()Ljava/util/List;"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getRankingSignal()D"/>
+	</class>
+	<class name="android/app/appsearch/SearchResult$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="addMatch(Landroid/app/appsearch/SearchResult$MatchInfo;)Landroid/app/appsearch/SearchResult$Builder;"/>
+		<method name="build()Landroid/app/appsearch/SearchResult;"/>
+		<method name="setGenericDocument(Landroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/SearchResult$Builder;"/>
+		<method name="setRankingSignal(D)Landroid/app/appsearch/SearchResult$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/SearchResult$MatchInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getExactMatch()Ljava/lang/CharSequence;"/>
+		<method name="getExactMatchRange()Landroid/app/appsearch/SearchResult$MatchRange;"/>
+		<method name="getFullText()Ljava/lang/String;"/>
+		<method name="getPropertyPath()Ljava/lang/String;"/>
+		<method name="getSnippet()Ljava/lang/CharSequence;"/>
+		<method name="getSnippetRange()Landroid/app/appsearch/SearchResult$MatchRange;"/>
+	</class>
+	<class name="android/app/appsearch/SearchResult$MatchInfo$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="build()Landroid/app/appsearch/SearchResult$MatchInfo;"/>
+		<method name="setExactMatchRange(Landroid/app/appsearch/SearchResult$MatchRange;)Landroid/app/appsearch/SearchResult$MatchInfo$Builder;"/>
+		<method name="setSnippetRange(Landroid/app/appsearch/SearchResult$MatchRange;)Landroid/app/appsearch/SearchResult$MatchInfo$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/SearchResult$MatchRange" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(II)V"/>
+		<method name="getEnd()I"/>
+		<method name="getStart()I"/>
+	</class>
+	<class name="android/app/appsearch/SearchResults" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/io/Closeable"/>
+		<method name="getNextPage(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+	</class>
+	<class name="android/app/appsearch/SearchSpec" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getFilterNamespaces()Ljava/util/List;"/>
+		<method name="getFilterPackageNames()Ljava/util/List;"/>
+		<method name="getFilterSchemas()Ljava/util/List;"/>
+		<method name="getMaxSnippetSize()I"/>
+		<method name="getOrder()I"/>
+		<method name="getProjections()Ljava/util/Map;"/>
+		<method name="getRankingStrategy()I"/>
+		<method name="getResultCountPerPage()I"/>
+		<method name="getResultGroupingLimit()I"/>
+		<method name="getResultGroupingTypeFlags()I"/>
+		<method name="getSnippetCount()I"/>
+		<method name="getSnippetCountPerProperty()I"/>
+		<method name="getTermMatch()I"/>
+		<field name="GROUPING_TYPE_PER_NAMESPACE"/>
+		<field name="GROUPING_TYPE_PER_PACKAGE"/>
+		<field name="ORDER_ASCENDING"/>
+		<field name="ORDER_DESCENDING"/>
+		<field name="PROJECTION_SCHEMA_TYPE_WILDCARD"/>
+		<field name="RANKING_STRATEGY_CREATION_TIMESTAMP"/>
+		<field name="RANKING_STRATEGY_DOCUMENT_SCORE"/>
+		<field name="RANKING_STRATEGY_NONE"/>
+		<field name="RANKING_STRATEGY_RELEVANCE_SCORE"/>
+		<field name="RANKING_STRATEGY_SYSTEM_USAGE_COUNT"/>
+		<field name="RANKING_STRATEGY_SYSTEM_USAGE_LAST_USED_TIMESTAMP"/>
+		<field name="RANKING_STRATEGY_USAGE_COUNT"/>
+		<field name="RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP"/>
+		<field name="TERM_MATCH_EXACT_ONLY"/>
+		<field name="TERM_MATCH_PREFIX"/>
+	</class>
+	<class name="android/app/appsearch/SearchSpec$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addFilterNamespaces(Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addFilterNamespaces([Ljava/lang/String;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addFilterPackageNames(Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addFilterPackageNames([Ljava/lang/String;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addFilterSchemas(Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addFilterSchemas([Ljava/lang/String;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="addProjection(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="build()Landroid/app/appsearch/SearchSpec;"/>
+		<method name="setMaxSnippetSize(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setOrder(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setRankingStrategy(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setResultCountPerPage(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setResultGrouping(II)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setSnippetCount(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setSnippetCountPerProperty(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+		<method name="setTermMatch(I)Landroid/app/appsearch/SearchSpec$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/SetSchemaRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getMigrators()Ljava/util/Map;"/>
+		<method name="getSchemas()Ljava/util/Set;"/>
+		<method name="getSchemasNotDisplayedBySystem()Ljava/util/Set;"/>
+		<method name="getSchemasVisibleToPackages()Ljava/util/Map;"/>
+		<method name="getVersion()I"/>
+		<method name="isForceOverride()Z"/>
+	</class>
+	<class name="android/app/appsearch/SetSchemaRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addSchemas(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="addSchemas([Landroid/app/appsearch/AppSearchSchema;)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="build()Landroid/app/appsearch/SetSchemaRequest;"/>
+		<method name="setForceOverride(Z)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="setMigrator(Ljava/lang/String;Landroid/app/appsearch/Migrator;)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="setMigrators(Ljava/util/Map;)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="setSchemaTypeDisplayedBySystem(Ljava/lang/String;Z)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="setSchemaTypeVisibilityForPackage(Ljava/lang/String;ZLandroid/app/appsearch/PackageIdentifier;)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+		<method name="setVersion(I)Landroid/app/appsearch/SetSchemaRequest$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/SetSchemaResponse" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDeletedTypes()Ljava/util/Set;"/>
+		<method name="getIncompatibleTypes()Ljava/util/Set;"/>
+		<method name="getMigratedTypes()Ljava/util/Set;"/>
+		<method name="getMigrationFailures()Ljava/util/List;"/>
+	</class>
+	<class name="android/app/appsearch/SetSchemaResponse$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addDeletedType(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addDeletedTypes(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addIncompatibleType(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addIncompatibleTypes(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addMigratedType(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addMigratedTypes(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addMigrationFailure(Landroid/app/appsearch/SetSchemaResponse$MigrationFailure;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="addMigrationFailures(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;"/>
+		<method name="build()Landroid/app/appsearch/SetSchemaResponse;"/>
+	</class>
+	<class name="android/app/appsearch/SetSchemaResponse$MigrationFailure" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/app/appsearch/AppSearchResult;)V"/>
+		<method name="getAppSearchResult()Landroid/app/appsearch/AppSearchResult;"/>
+		<method name="getDocumentId()Ljava/lang/String;"/>
+		<method name="getNamespace()Ljava/lang/String;"/>
+		<method name="getSchemaType()Ljava/lang/String;"/>
+	</class>
+	<class name="android/app/appsearch/StorageInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getAliveDocumentsCount()I"/>
+		<method name="getAliveNamespacesCount()I"/>
+		<method name="getSizeBytes()J"/>
+	</class>
+	<class name="android/app/appsearch/StorageInfo$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/app/appsearch/StorageInfo;"/>
+		<method name="setAliveDocumentsCount(I)Landroid/app/appsearch/StorageInfo$Builder;"/>
+		<method name="setAliveNamespacesCount(I)Landroid/app/appsearch/StorageInfo$Builder;"/>
+		<method name="setSizeBytes(J)Landroid/app/appsearch/StorageInfo$Builder;"/>
+	</class>
+	<class name="android/app/appsearch/exceptions/AppSearchException" since="31">
+		<extends name="java/lang/Exception"/>
+		<method name="&lt;init>(I)V"/>
+		<method name="&lt;init>(ILjava/lang/String;)V"/>
+		<method name="&lt;init>(ILjava/lang/String;Ljava/lang/Throwable;)V"/>
+		<method name="getResultCode()I"/>
+		<method name="toAppSearchResult()Landroid/app/appsearch/AppSearchResult;"/>
+	</class>
 	<class name="android/app/assist/AssistContent" since="23">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -7363,6 +8103,7 @@
 		<method name="getMaxTextEms()I" since="28"/>
 		<method name="getMaxTextLength()I" since="28"/>
 		<method name="getMinTextEms()I" since="28"/>
+		<method name="getReceiveContentMimeTypes()[Ljava/lang/String;" since="31"/>
 		<method name="getScrollX()I"/>
 		<method name="getScrollY()I"/>
 		<method name="getText()Ljava/lang/CharSequence;"/>
@@ -7518,8 +8259,10 @@
 		<implements name="java/io/Closeable"/>
 		<method name="abandon()V"/>
 		<method name="allowPackageAccess(Ljava/lang/String;[B)V"/>
+		<method name="allowPackagesWithLocationPermission(Ljava/lang/String;)V" since="31"/>
 		<method name="allowPublicAccess()V"/>
 		<method name="allowSameSignatureAccess()V"/>
+		<method name="arePackagesWithLocationPermissionAllowed(Ljava/lang/String;)Z" since="31"/>
 		<method name="commit(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
 		<method name="getSize()J"/>
 		<method name="isPackageAccessAllowed(Ljava/lang/String;[B)Z"/>
@@ -7552,6 +8295,7 @@
 		<method name="getTriggerContentMaxDelay()J" since="24"/>
 		<method name="getTriggerContentUpdateDelay()J" since="24"/>
 		<method name="getTriggerContentUris()[Landroid/app/job/JobInfo$TriggerContentUri;" since="24"/>
+		<method name="isExpedited()Z" since="31"/>
 		<method name="isImportantWhileForeground()Z" since="28"/>
 		<method name="isPeriodic()Z"/>
 		<method name="isPersisted()Z"/>
@@ -7581,8 +8325,9 @@
 		<method name="setBackoffCriteria(JI)Landroid/app/job/JobInfo$Builder;"/>
 		<method name="setClipData(Landroid/content/ClipData;I)Landroid/app/job/JobInfo$Builder;" since="26"/>
 		<method name="setEstimatedNetworkBytes(JJ)Landroid/app/job/JobInfo$Builder;" since="28"/>
+		<method name="setExpedited(Z)Landroid/app/job/JobInfo$Builder;" since="31"/>
 		<method name="setExtras(Landroid/os/PersistableBundle;)Landroid/app/job/JobInfo$Builder;"/>
-		<method name="setImportantWhileForeground(Z)Landroid/app/job/JobInfo$Builder;" since="28"/>
+		<method name="setImportantWhileForeground(Z)Landroid/app/job/JobInfo$Builder;" since="28" deprecated="31"/>
 		<method name="setMinimumLatency(J)Landroid/app/job/JobInfo$Builder;"/>
 		<method name="setOverrideDeadline(J)Landroid/app/job/JobInfo$Builder;"/>
 		<method name="setPeriodic(J)Landroid/app/job/JobInfo$Builder;"/>
@@ -7618,11 +8363,29 @@
 		<method name="getExtras()Landroid/os/PersistableBundle;"/>
 		<method name="getJobId()I"/>
 		<method name="getNetwork()Landroid/net/Network;" since="28"/>
+		<method name="getStopReason()I" since="31"/>
 		<method name="getTransientExtras()Landroid/os/Bundle;" since="26"/>
 		<method name="getTriggeredContentAuthorities()[Ljava/lang/String;" since="24"/>
 		<method name="getTriggeredContentUris()[Landroid/net/Uri;" since="24"/>
+		<method name="isExpeditedJob()Z" since="31"/>
+		<method name="isForegroundJob()Z" since="31" deprecated="31"/>
 		<method name="isOverrideDeadlineExpired()Z"/>
 		<field name="CREATOR"/>
+		<field name="STOP_REASON_APP_STANDBY" since="31"/>
+		<field name="STOP_REASON_BACKGROUND_RESTRICTION" since="31"/>
+		<field name="STOP_REASON_CANCELLED_BY_APP" since="31"/>
+		<field name="STOP_REASON_CONSTRAINT_BATTERY_NOT_LOW" since="31"/>
+		<field name="STOP_REASON_CONSTRAINT_CHARGING" since="31"/>
+		<field name="STOP_REASON_CONSTRAINT_CONNECTIVITY" since="31"/>
+		<field name="STOP_REASON_CONSTRAINT_DEVICE_IDLE" since="31"/>
+		<field name="STOP_REASON_CONSTRAINT_STORAGE_NOT_LOW" since="31"/>
+		<field name="STOP_REASON_DEVICE_STATE" since="31"/>
+		<field name="STOP_REASON_PREEMPT" since="31"/>
+		<field name="STOP_REASON_QUOTA" since="31"/>
+		<field name="STOP_REASON_SYSTEM_PROCESSING" since="31"/>
+		<field name="STOP_REASON_TIMEOUT" since="31"/>
+		<field name="STOP_REASON_UNDEFINED" since="31"/>
+		<field name="STOP_REASON_USER" since="31"/>
 	</class>
 	<class name="android/app/job/JobScheduler" since="21">
 		<extends name="java/lang/Object"/>
@@ -7663,6 +8426,48 @@
 		<method name="getIntent()Landroid/content/Intent;"/>
 		<field name="CREATOR"/>
 	</class>
+	<class name="android/app/people/ConversationStatus" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getActivity()I"/>
+		<method name="getAvailability()I"/>
+		<method name="getDescription()Ljava/lang/CharSequence;"/>
+		<method name="getEndTimeMillis()J"/>
+		<method name="getIcon()Landroid/graphics/drawable/Icon;"/>
+		<method name="getId()Ljava/lang/String;"/>
+		<method name="getStartTimeMillis()J"/>
+		<field name="ACTIVITY_ANNIVERSARY"/>
+		<field name="ACTIVITY_AUDIO"/>
+		<field name="ACTIVITY_BIRTHDAY"/>
+		<field name="ACTIVITY_GAME"/>
+		<field name="ACTIVITY_LOCATION"/>
+		<field name="ACTIVITY_NEW_STORY"/>
+		<field name="ACTIVITY_OTHER"/>
+		<field name="ACTIVITY_UPCOMING_BIRTHDAY"/>
+		<field name="ACTIVITY_VIDEO"/>
+		<field name="AVAILABILITY_AVAILABLE"/>
+		<field name="AVAILABILITY_BUSY"/>
+		<field name="AVAILABILITY_OFFLINE"/>
+		<field name="AVAILABILITY_UNKNOWN"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/app/people/ConversationStatus$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;I)V"/>
+		<method name="build()Landroid/app/people/ConversationStatus;"/>
+		<method name="setAvailability(I)Landroid/app/people/ConversationStatus$Builder;"/>
+		<method name="setDescription(Ljava/lang/CharSequence;)Landroid/app/people/ConversationStatus$Builder;"/>
+		<method name="setEndTimeMillis(J)Landroid/app/people/ConversationStatus$Builder;"/>
+		<method name="setIcon(Landroid/graphics/drawable/Icon;)Landroid/app/people/ConversationStatus$Builder;"/>
+		<method name="setStartTimeMillis(J)Landroid/app/people/ConversationStatus$Builder;"/>
+	</class>
+	<class name="android/app/people/PeopleManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="addOrUpdateStatus(Ljava/lang/String;Landroid/app/people/ConversationStatus;)V"/>
+		<method name="clearStatus(Ljava/lang/String;Ljava/lang/String;)V"/>
+		<method name="clearStatuses(Ljava/lang/String;)V"/>
+		<method name="getStatuses(Ljava/lang/String;)Ljava/util/List;"/>
+	</class>
 	<class name="android/app/role/RoleManager" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="createRequestRoleIntent(Ljava/lang/String;)Landroid/content/Intent;"/>
@@ -7900,6 +8705,7 @@
 		<method name="getAppBytes()J"/>
 		<method name="getCacheBytes()J"/>
 		<method name="getDataBytes()J"/>
+		<method name="getExternalCacheBytes()J" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/app/usage/StorageStatsManager" since="26">
@@ -8012,12 +8818,15 @@
 		<method name="getDefaultView()Landroid/view/View;"/>
 		<method name="getErrorView()Landroid/view/View;"/>
 		<method name="prepareView(Landroid/view/View;)V"/>
+		<method name="resetColorResources()V" since="31"/>
 		<method name="setAppWidget(ILandroid/appwidget/AppWidgetProviderInfo;)V"/>
+		<method name="setColorResources(Landroid/util/SparseIntArray;)V" since="31"/>
 		<method name="setExecutor(Ljava/util/concurrent/Executor;)V" since="26"/>
 		<method name="setOnLightBackground(Z)V" since="29"/>
 		<method name="updateAppWidget(Landroid/widget/RemoteViews;)V"/>
 		<method name="updateAppWidgetOptions(Landroid/os/Bundle;)V" since="16"/>
-		<method name="updateAppWidgetSize(Landroid/os/Bundle;IIII)V" since="16"/>
+		<method name="updateAppWidgetSize(Landroid/os/Bundle;IIII)V" since="16" deprecated="31"/>
+		<method name="updateAppWidgetSize(Landroid/os/Bundle;Ljava/util/List;)V" since="31"/>
 	</class>
 	<class name="android/appwidget/AppWidgetManager" since="3">
 		<extends name="java/lang/Object"/>
@@ -8071,6 +8880,7 @@
 		<field name="OPTION_APPWIDGET_MIN_HEIGHT" since="16"/>
 		<field name="OPTION_APPWIDGET_MIN_WIDTH" since="16"/>
 		<field name="OPTION_APPWIDGET_RESTORE_COMPLETED" since="30"/>
+		<field name="OPTION_APPWIDGET_SIZES" since="31"/>
 	</class>
 	<class name="android/appwidget/AppWidgetProvider" since="3">
 		<extends name="android/content/BroadcastReceiver"/>
@@ -8088,7 +8898,9 @@
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Landroid/os/Parcel;)V"/>
 		<method name="clone()Landroid/appwidget/AppWidgetProviderInfo;" since="17"/>
+		<method name="getActivityInfo()Landroid/content/pm/ActivityInfo;" since="31"/>
 		<method name="getProfile()Landroid/os/UserHandle;" since="21"/>
+		<method name="loadDescription(Landroid/content/Context;)Ljava/lang/CharSequence;" since="31"/>
 		<method name="loadIcon(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;" since="21"/>
 		<method name="loadLabel(Landroid/content/pm/PackageManager;)Ljava/lang/String;" since="21"/>
 		<method name="loadPreviewImage(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;" since="21"/>
@@ -8100,21 +8912,28 @@
 		<field name="WIDGET_CATEGORY_HOME_SCREEN" since="17"/>
 		<field name="WIDGET_CATEGORY_KEYGUARD" since="17"/>
 		<field name="WIDGET_CATEGORY_SEARCHBOX" since="21"/>
+		<field name="WIDGET_FEATURE_CONFIGURATION_OPTIONAL" since="31"/>
 		<field name="WIDGET_FEATURE_HIDE_FROM_PICKER" since="28"/>
 		<field name="WIDGET_FEATURE_RECONFIGURABLE" since="28"/>
 		<field name="autoAdvanceViewId" since="11"/>
 		<field name="configure"/>
+		<field name="descriptionRes" since="31"/>
 		<field name="icon"/>
 		<field name="initialKeyguardLayout" since="17"/>
 		<field name="initialLayout"/>
 		<field name="label" deprecated="21"/>
+		<field name="maxResizeHeight" since="31"/>
+		<field name="maxResizeWidth" since="31"/>
 		<field name="minHeight"/>
 		<field name="minResizeHeight" since="14"/>
 		<field name="minResizeWidth" since="14"/>
 		<field name="minWidth"/>
 		<field name="previewImage" since="11"/>
+		<field name="previewLayout" since="31"/>
 		<field name="provider"/>
 		<field name="resizeMode" since="12"/>
+		<field name="targetCellHeight" since="31"/>
+		<field name="targetCellWidth" since="31"/>
 		<field name="updatePeriodMillis"/>
 		<field name="widgetCategory" since="17"/>
 		<field name="widgetFeatures" since="28"/>
@@ -8539,6 +9358,7 @@
 		<method name="getName()Ljava/lang/String;"/>
 		<method name="getType()I" since="18"/>
 		<method name="getUuids()[Landroid/os/ParcelUuid;" since="15"/>
+		<method name="setAlias(Ljava/lang/String;)Z" since="31"/>
 		<method name="setPairingConfirmation(Z)Z" since="19"/>
 		<method name="setPin([B)Z" since="19"/>
 		<field name="ACTION_ACL_CONNECTED"/>
@@ -9248,6 +10068,7 @@
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 		<field name="CREATOR"/>
+		<field name="DEVICE_PROFILE_WATCH" since="31"/>
 	</class>
 	<class name="android/companion/AssociationRequest$Builder" since="26">
 		<extends name="java/lang/Object"/>
@@ -9256,6 +10077,7 @@
 		<method name="build()Landroid/companion/AssociationRequest;"/>
 		<method name="checkNotUsed()V" since="28" removed="29"/>
 		<method name="markUsed()V" since="28" removed="29"/>
+		<method name="setDeviceProfile(Ljava/lang/String;)Landroid/companion/AssociationRequest$Builder;" since="31"/>
 		<method name="setSingleDevice(Z)Landroid/companion/AssociationRequest$Builder;"/>
 	</class>
 	<class name="android/companion/BluetoothDeviceFilter" since="26">
@@ -9298,6 +10120,8 @@
 		<method name="getAssociations()Ljava/util/List;"/>
 		<method name="hasNotificationAccess(Landroid/content/ComponentName;)Z"/>
 		<method name="requestNotificationAccess(Landroid/content/ComponentName;)V"/>
+		<method name="startObservingDevicePresence(Ljava/lang/String;)V" since="31"/>
+		<method name="stopObservingDevicePresence(Ljava/lang/String;)V" since="31"/>
 		<field name="EXTRA_DEVICE"/>
 	</class>
 	<class name="android/companion/CompanionDeviceManager$Callback" since="26">
@@ -9306,10 +10130,20 @@
 		<method name="onDeviceFound(Landroid/content/IntentSender;)V"/>
 		<method name="onFailure(Ljava/lang/CharSequence;)V"/>
 	</class>
+	<class name="android/companion/CompanionDeviceService" since="31">
+		<extends name="android/app/Service"/>
+		<method name="&lt;init>()V"/>
+		<method name="onDeviceAppeared(Ljava/lang/String;)V"/>
+		<method name="onDeviceDisappeared(Ljava/lang/String;)V"/>
+		<field name="SERVICE_INTERFACE"/>
+	</class>
 	<class name="android/companion/DeviceFilter" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 	</class>
+	<class name="android/companion/DeviceNotAssociatedException" since="31">
+		<extends name="java/lang/RuntimeException"/>
+	</class>
 	<class name="android/companion/WifiDeviceFilter" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/companion/DeviceFilter"/>
@@ -9385,6 +10219,26 @@
 		<method name="onLoadInBackground()Ljava/lang/Object;" deprecated="29"/>
 		<method name="setUpdateThrottle(J)V" deprecated="29"/>
 	</class>
+	<class name="android/content/AttributionSource" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="checkCallingUid()Z"/>
+		<method name="enforceCallingUid()V"/>
+		<method name="getAttributionTag()Ljava/lang/String;"/>
+		<method name="getNext()Landroid/content/AttributionSource;"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getUid()I"/>
+		<method name="isTrusted(Landroid/content/Context;)Z"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/content/AttributionSource$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(I)V"/>
+		<method name="build()Landroid/content/AttributionSource;"/>
+		<method name="setAttributionTag(Ljava/lang/String;)Landroid/content/AttributionSource$Builder;"/>
+		<method name="setNext(Landroid/content/AttributionSource;)Landroid/content/AttributionSource$Builder;"/>
+		<method name="setPackageName(Ljava/lang/String;)Landroid/content/AttributionSource$Builder;"/>
+	</class>
 	<class name="android/content/BroadcastReceiver" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -9453,6 +10307,7 @@
 		<method name="getHtmlText()Ljava/lang/String;" since="16"/>
 		<method name="getIntent()Landroid/content/Intent;"/>
 		<method name="getText()Ljava/lang/CharSequence;"/>
+		<method name="getTextLinks()Landroid/view/textclassifier/TextLinks;" since="31"/>
 		<method name="getUri()Landroid/net/Uri;"/>
 	</class>
 	<class name="android/content/ClipDescription" since="11">
@@ -9462,13 +10317,19 @@
 		<method name="&lt;init>(Ljava/lang/CharSequence;[Ljava/lang/String;)V"/>
 		<method name="compareMimeTypes(Ljava/lang/String;Ljava/lang/String;)Z"/>
 		<method name="filterMimeTypes(Ljava/lang/String;)[Ljava/lang/String;"/>
+		<method name="getClassificationStatus()I" since="31"/>
+		<method name="getConfidenceScore(Ljava/lang/String;)F" since="31"/>
 		<method name="getExtras()Landroid/os/PersistableBundle;" since="24"/>
 		<method name="getLabel()Ljava/lang/CharSequence;"/>
 		<method name="getMimeType(I)Ljava/lang/String;"/>
 		<method name="getMimeTypeCount()I"/>
 		<method name="getTimestamp()J" since="26"/>
 		<method name="hasMimeType(Ljava/lang/String;)Z"/>
+		<method name="isStyledText()Z" since="31"/>
 		<method name="setExtras(Landroid/os/PersistableBundle;)V" since="24"/>
+		<field name="CLASSIFICATION_COMPLETE" since="31"/>
+		<field name="CLASSIFICATION_NOT_COMPLETE" since="31"/>
+		<field name="CLASSIFICATION_NOT_PERFORMED" since="31"/>
 		<field name="CREATOR"/>
 		<field name="MIMETYPE_TEXT_HTML" since="16"/>
 		<field name="MIMETYPE_TEXT_INTENT"/>
@@ -9547,6 +10408,7 @@
 		<method name="delete(Landroid/net/Uri;Landroid/os/Bundle;)I" since="30"/>
 		<method name="delete(Landroid/net/Uri;Ljava/lang/String;[Ljava/lang/String;)I"/>
 		<method name="dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V" since="18"/>
+		<method name="getCallingAttributionSource()Landroid/content/AttributionSource;" since="31"/>
 		<method name="getCallingAttributionTag()Ljava/lang/String;" since="30"/>
 		<method name="getCallingPackage()Ljava/lang/String;" since="19"/>
 		<method name="getCallingPackageUnchecked()Ljava/lang/String;" since="30"/>
@@ -9803,6 +10665,7 @@
 		<field name="SYNC_EXTRAS_MANUAL" since="5"/>
 		<field name="SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS"/>
 		<field name="SYNC_EXTRAS_REQUIRE_CHARGING" since="24"/>
+		<field name="SYNC_EXTRAS_SCHEDULE_AS_EXPEDITED_JOB" since="31"/>
 		<field name="SYNC_EXTRAS_UPLOAD"/>
 		<field name="SYNC_OBSERVER_TYPE_ACTIVE" since="8"/>
 		<field name="SYNC_OBSERVER_TYPE_PENDING" since="8"/>
@@ -9868,20 +10731,25 @@
 		<method name="bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/UserHandle;)Z" since="30"/>
 		<method name="checkCallingOrSelfPermission(Ljava/lang/String;)I"/>
 		<method name="checkCallingOrSelfUriPermission(Landroid/net/Uri;I)I"/>
+		<method name="checkCallingOrSelfUriPermissions(Ljava/util/List;I)[I" since="31"/>
 		<method name="checkCallingPermission(Ljava/lang/String;)I"/>
 		<method name="checkCallingUriPermission(Landroid/net/Uri;I)I"/>
+		<method name="checkCallingUriPermissions(Ljava/util/List;I)[I" since="31"/>
 		<method name="checkPermission(Ljava/lang/String;II)I"/>
 		<method name="checkSelfPermission(Ljava/lang/String;)I" since="23"/>
 		<method name="checkUriPermission(Landroid/net/Uri;III)I"/>
 		<method name="checkUriPermission(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;III)I"/>
+		<method name="checkUriPermissions(Ljava/util/List;III)[I" since="31"/>
 		<method name="clearWallpaper()V" deprecated="15"/>
 		<method name="createAttributionContext(Ljava/lang/String;)Landroid/content/Context;" since="30"/>
 		<method name="createConfigurationContext(Landroid/content/res/Configuration;)Landroid/content/Context;" since="17"/>
+		<method name="createContext(Landroid/content/ContextParams;)Landroid/content/Context;" since="31"/>
 		<method name="createContextForSplit(Ljava/lang/String;)Landroid/content/Context;" since="26"/>
 		<method name="createDeviceProtectedStorageContext()Landroid/content/Context;" since="24"/>
 		<method name="createDisplayContext(Landroid/view/Display;)Landroid/content/Context;" since="17"/>
 		<method name="createPackageContext(Ljava/lang/String;I)Landroid/content/Context;"/>
 		<method name="createWindowContext(ILandroid/os/Bundle;)Landroid/content/Context;" since="30"/>
+		<method name="createWindowContext(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/content/Context;" since="31"/>
 		<method name="databaseList()[Ljava/lang/String;"/>
 		<method name="deleteDatabase(Ljava/lang/String;)Z"/>
 		<method name="deleteFile(Ljava/lang/String;)Z"/>
@@ -9897,6 +10765,7 @@
 		<method name="getApplicationContext()Landroid/content/Context;"/>
 		<method name="getApplicationInfo()Landroid/content/pm/ApplicationInfo;" since="4"/>
 		<method name="getAssets()Landroid/content/res/AssetManager;"/>
+		<method name="getAttributionSource()Landroid/content/AttributionSource;" since="31"/>
 		<method name="getAttributionTag()Ljava/lang/String;" since="30"/>
 		<method name="getCacheDir()Ljava/io/File;"/>
 		<method name="getClassLoader()Ljava/lang/ClassLoader;"/>
@@ -9926,6 +10795,7 @@
 		<method name="getPackageManager()Landroid/content/pm/PackageManager;"/>
 		<method name="getPackageName()Ljava/lang/String;"/>
 		<method name="getPackageResourcePath()Ljava/lang/String;" since="8"/>
+		<method name="getParams()Landroid/content/ContextParams;" since="31"/>
 		<method name="getResources()Landroid/content/res/Resources;"/>
 		<method name="getSharedPreferences(Ljava/lang/String;I)Landroid/content/SharedPreferences;"/>
 		<method name="getString(I)Ljava/lang/String;"/>
@@ -9941,6 +10811,7 @@
 		<method name="grantUriPermission(Ljava/lang/String;Landroid/net/Uri;I)V"/>
 		<method name="isDeviceProtectedStorage()Z" since="24"/>
 		<method name="isRestricted()Z" since="4"/>
+		<method name="isUiContext()Z" since="31"/>
 		<method name="moveDatabaseFrom(Landroid/content/Context;Ljava/lang/String;)Z" since="24"/>
 		<method name="moveSharedPreferencesFrom(Landroid/content/Context;Ljava/lang/String;)Z" since="24"/>
 		<method name="obtainStyledAttributes(I[I)Landroid/content/res/TypedArray;"/>
@@ -9998,6 +10869,7 @@
 		<field name="ALARM_SERVICE"/>
 		<field name="APPWIDGET_SERVICE" since="21"/>
 		<field name="APP_OPS_SERVICE" since="19"/>
+		<field name="APP_SEARCH_SERVICE" since="31"/>
 		<field name="AUDIO_SERVICE"/>
 		<field name="BATTERY_SERVICE" since="21"/>
 		<field name="BIND_ABOVE_CLIENT" since="14"/>
@@ -10028,12 +10900,15 @@
 		<field name="CONTEXT_RESTRICTED" since="4"/>
 		<field name="CROSS_PROFILE_APPS_SERVICE" since="28"/>
 		<field name="DEVICE_POLICY_SERVICE" since="8"/>
+		<field name="DISPLAY_HASH_SERVICE" since="31"/>
 		<field name="DISPLAY_SERVICE" since="17"/>
+		<field name="DOMAIN_VERIFICATION_SERVICE" since="31"/>
 		<field name="DOWNLOAD_SERVICE" since="9"/>
 		<field name="DROPBOX_SERVICE" since="8"/>
 		<field name="EUICC_SERVICE" since="28"/>
 		<field name="FILE_INTEGRITY_SERVICE" since="30"/>
 		<field name="FINGERPRINT_SERVICE" since="23"/>
+		<field name="GAME_SERVICE" since="31"/>
 		<field name="HARDWARE_PROPERTIES_SERVICE" since="24"/>
 		<field name="INPUT_METHOD_SERVICE" since="3"/>
 		<field name="INPUT_SERVICE" since="16"/>
@@ -10043,6 +10918,8 @@
 		<field name="LAUNCHER_APPS_SERVICE" since="21"/>
 		<field name="LAYOUT_INFLATER_SERVICE"/>
 		<field name="LOCATION_SERVICE"/>
+		<field name="MEDIA_COMMUNICATION_SERVICE" since="31"/>
+		<field name="MEDIA_METRICS_SERVICE" since="31"/>
 		<field name="MEDIA_PROJECTION_SERVICE" since="21"/>
 		<field name="MEDIA_ROUTER_SERVICE" since="16"/>
 		<field name="MEDIA_SESSION_SERVICE" since="21"/>
@@ -10058,6 +10935,8 @@
 		<field name="NFC_SERVICE" since="10"/>
 		<field name="NOTIFICATION_SERVICE"/>
 		<field name="NSD_SERVICE" since="16"/>
+		<field name="PEOPLE_SERVICE" since="31"/>
+		<field name="PERFORMANCE_HINT_SERVICE" since="31"/>
 		<field name="POWER_SERVICE"/>
 		<field name="PRINT_SERVICE" since="19"/>
 		<field name="RECEIVER_VISIBLE_TO_INSTANT_APPS" since="26"/>
@@ -10080,7 +10959,8 @@
 		<field name="USAGE_STATS_SERVICE" since="22"/>
 		<field name="USB_SERVICE" since="12"/>
 		<field name="USER_SERVICE" since="17"/>
-		<field name="VIBRATOR_SERVICE"/>
+		<field name="VIBRATOR_MANAGER_SERVICE" since="31"/>
+		<field name="VIBRATOR_SERVICE" deprecated="31"/>
 		<field name="VPN_MANAGEMENT_SERVICE" since="30"/>
 		<field name="WALLPAPER_SERVICE"/>
 		<field name="WIFI_AWARE_SERVICE" since="26"/>
@@ -10089,6 +10969,19 @@
 		<field name="WIFI_SERVICE"/>
 		<field name="WINDOW_SERVICE"/>
 	</class>
+	<class name="android/content/ContextParams" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getAttributionTag()Ljava/lang/String;"/>
+		<method name="getNextAttributionSource()Landroid/content/AttributionSource;"/>
+	</class>
+	<class name="android/content/ContextParams$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="&lt;init>(Landroid/content/ContextParams;)V"/>
+		<method name="build()Landroid/content/ContextParams;"/>
+		<method name="setAttributionTag(Ljava/lang/String;)Landroid/content/ContextParams$Builder;"/>
+		<method name="setNextAttributionSource(Landroid/content/AttributionSource;)Landroid/content/ContextParams$Builder;"/>
+	</class>
 	<class name="android/content/ContextWrapper" since="1">
 		<extends name="android/content/Context"/>
 		<method name="&lt;init>(Landroid/content/Context;)V"/>
@@ -10321,7 +11214,7 @@
 		<field name="ACTION_CAMERA_BUTTON"/>
 		<field name="ACTION_CARRIER_SETUP" since="26"/>
 		<field name="ACTION_CHOOSER"/>
-		<field name="ACTION_CLOSE_SYSTEM_DIALOGS"/>
+		<field name="ACTION_CLOSE_SYSTEM_DIALOGS" deprecated="31"/>
 		<field name="ACTION_CONFIGURATION_CHANGED"/>
 		<field name="ACTION_CREATE_DOCUMENT" since="19"/>
 		<field name="ACTION_CREATE_REMINDER" since="30"/>
@@ -10360,6 +11253,7 @@
 		<field name="ACTION_MANAGED_PROFILE_UNLOCKED" since="24"/>
 		<field name="ACTION_MANAGE_NETWORK_USAGE" since="14"/>
 		<field name="ACTION_MANAGE_PACKAGE_STORAGE"/>
+		<field name="ACTION_MANAGE_UNUSED_APPS" since="31"/>
 		<field name="ACTION_MEDIA_BAD_REMOVAL"/>
 		<field name="ACTION_MEDIA_BUTTON"/>
 		<field name="ACTION_MEDIA_CHECKING" since="3"/>
@@ -10399,6 +11293,8 @@
 		<field name="ACTION_POWER_DISCONNECTED" since="4"/>
 		<field name="ACTION_POWER_USAGE_SUMMARY" since="4"/>
 		<field name="ACTION_PROCESS_TEXT" since="23"/>
+		<field name="ACTION_PROFILE_ACCESSIBLE" since="31"/>
+		<field name="ACTION_PROFILE_INACCESSIBLE" since="31"/>
 		<field name="ACTION_PROVIDER_CHANGED"/>
 		<field name="ACTION_QUICK_CLOCK" since="17"/>
 		<field name="ACTION_QUICK_VIEW" since="24"/>
@@ -10556,6 +11452,7 @@
 		<field name="EXTRA_TITLE"/>
 		<field name="EXTRA_UID"/>
 		<field name="EXTRA_USER" since="21"/>
+		<field name="EXTRA_USER_INITIATED" since="31"/>
 		<field name="FILL_IN_ACTION"/>
 		<field name="FILL_IN_CATEGORIES"/>
 		<field name="FILL_IN_CLIP_DATA" since="16"/>
@@ -10992,6 +11889,7 @@
 		<method name="setManual(Z)Landroid/content/SyncRequest$Builder;"/>
 		<method name="setNoRetry(Z)Landroid/content/SyncRequest$Builder;"/>
 		<method name="setRequiresCharging(Z)Landroid/content/SyncRequest$Builder;" since="24"/>
+		<method name="setScheduleAsExpeditedJob(Z)Landroid/content/SyncRequest$Builder;" since="31"/>
 		<method name="setSyncAdapter(Landroid/accounts/Account;Ljava/lang/String;)Landroid/content/SyncRequest$Builder;"/>
 		<method name="syncOnce()Landroid/content/SyncRequest$Builder;"/>
 		<method name="syncPeriodic(JJ)Landroid/content/SyncRequest$Builder;"/>
@@ -11069,6 +11967,7 @@
 		<field name="CONFIG_COLOR_MODE" since="26"/>
 		<field name="CONFIG_DENSITY" since="17"/>
 		<field name="CONFIG_FONT_SCALE"/>
+		<field name="CONFIG_FONT_WEIGHT_ADJUSTMENT" since="31"/>
 		<field name="CONFIG_KEYBOARD"/>
 		<field name="CONFIG_KEYBOARD_HIDDEN"/>
 		<field name="CONFIG_LAYOUT_DIRECTION" since="17"/>
@@ -11106,6 +12005,7 @@
 		<field name="FLAG_STATE_NOT_NEEDED"/>
 		<field name="LAUNCH_MULTIPLE"/>
 		<field name="LAUNCH_SINGLE_INSTANCE"/>
+		<field name="LAUNCH_SINGLE_INSTANCE_PER_TASK" since="31"/>
 		<field name="LAUNCH_SINGLE_TASK"/>
 		<field name="LAUNCH_SINGLE_TOP"/>
 		<field name="PERSIST_ACROSS_REBOOTS" since="21"/>
@@ -11128,6 +12028,7 @@
 		<field name="SCREEN_ORIENTATION_USER_LANDSCAPE" since="18"/>
 		<field name="SCREEN_ORIENTATION_USER_PORTRAIT" since="18"/>
 		<field name="UIOPTION_SPLIT_ACTION_BAR_WHEN_NARROW" since="14"/>
+		<field name="attributionTags" since="31"/>
 		<field name="colorMode" since="26"/>
 		<field name="configChanges"/>
 		<field name="documentLaunchMode" since="21"/>
@@ -11156,6 +12057,16 @@
 		<field name="width"/>
 		<field name="widthFraction"/>
 	</class>
+	<class name="android/content/pm/ApkChecksum" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getInstallerCertificate()Ljava/security/cert/Certificate;"/>
+		<method name="getInstallerPackageName()Ljava/lang/String;"/>
+		<method name="getSplitName()Ljava/lang/String;"/>
+		<method name="getType()I"/>
+		<method name="getValue()[B"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/content/pm/ApplicationInfo" since="1">
 		<extends name="android/content/pm/PackageItemInfo"/>
 		<implements name="android/os/Parcelable"/>
@@ -11170,6 +12081,7 @@
 		<method name="isResourceOverlay()Z" since="29"/>
 		<method name="isVirtualPreload()Z" since="27"/>
 		<method name="loadDescription(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;"/>
+		<field name="CATEGORY_ACCESSIBILITY" since="31"/>
 		<field name="CATEGORY_AUDIO" since="26"/>
 		<field name="CATEGORY_GAME" since="26"/>
 		<field name="CATEGORY_IMAGE" since="26"/>
@@ -11227,6 +12139,8 @@
 		<field name="category" since="26"/>
 		<field name="className"/>
 		<field name="compatibleWidthLimitDp" since="13"/>
+		<field name="compileSdkVersion" since="31"/>
+		<field name="compileSdkVersionCodename" since="31"/>
 		<field name="dataDir"/>
 		<field name="descriptionRes"/>
 		<field name="deviceProtectedDataDir" since="24"/>
@@ -11258,6 +12172,13 @@
 		<method name="&lt;init>(Landroid/content/pm/PackageManager;)V"/>
 		<method name="compare(Landroid/content/pm/ApplicationInfo;Landroid/content/pm/ApplicationInfo;)I"/>
 	</class>
+	<class name="android/content/pm/Attribution" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getLabel()I"/>
+		<method name="getTag()Ljava/lang/String;"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/content/pm/ChangedPackages" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -11266,6 +12187,21 @@
 		<method name="getSequenceNumber()I"/>
 		<field name="CREATOR"/>
 	</class>
+	<class name="android/content/pm/Checksum" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(I[B)V"/>
+		<method name="getType()I"/>
+		<method name="getValue()[B"/>
+		<field name="CREATOR"/>
+		<field name="TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256"/>
+		<field name="TYPE_PARTIAL_MERKLE_ROOT_1M_SHA512"/>
+		<field name="TYPE_WHOLE_MD5" deprecated="31"/>
+		<field name="TYPE_WHOLE_MERKLE_ROOT_4K_SHA256"/>
+		<field name="TYPE_WHOLE_SHA1" deprecated="31"/>
+		<field name="TYPE_WHOLE_SHA256" deprecated="31"/>
+		<field name="TYPE_WHOLE_SHA512" deprecated="31"/>
+	</class>
 	<class name="android/content/pm/ComponentInfo" since="1">
 		<extends name="android/content/pm/PackageItemInfo"/>
 		<method name="&lt;init>()V"/>
@@ -11387,12 +12323,14 @@
 	</class>
 	<class name="android/content/pm/LauncherActivityInfo" since="21">
 		<extends name="java/lang/Object"/>
+		<method name="getActivityInfo()Landroid/content/pm/ActivityInfo;" since="31"/>
 		<method name="getApplicationInfo()Landroid/content/pm/ApplicationInfo;"/>
 		<method name="getBadgedIcon(I)Landroid/graphics/drawable/Drawable;"/>
 		<method name="getComponentName()Landroid/content/ComponentName;"/>
 		<method name="getFirstInstallTime()J"/>
 		<method name="getIcon(I)Landroid/graphics/drawable/Drawable;"/>
 		<method name="getLabel()Ljava/lang/CharSequence;"/>
+		<method name="getLoadingProgress()F" since="31"/>
 		<method name="getName()Ljava/lang/String;"/>
 		<method name="getUser()Landroid/os/UserHandle;"/>
 	</class>
@@ -11407,6 +12345,7 @@
 		<method name="getShortcutConfigActivityIntent(Landroid/content/pm/LauncherActivityInfo;)Landroid/content/IntentSender;" since="26"/>
 		<method name="getShortcutConfigActivityList(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;" since="26"/>
 		<method name="getShortcutIconDrawable(Landroid/content/pm/ShortcutInfo;I)Landroid/graphics/drawable/Drawable;" since="25"/>
+		<method name="getShortcutIntent(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/UserHandle;)Landroid/app/PendingIntent;" since="31"/>
 		<method name="getShortcuts(Landroid/content/pm/LauncherApps$ShortcutQuery;Landroid/os/UserHandle;)Ljava/util/List;" since="25"/>
 		<method name="getSuspendedPackageLauncherExtras(Ljava/lang/String;Landroid/os/UserHandle;)Landroid/os/Bundle;" since="28"/>
 		<method name="hasShortcutHostPermission()Z" since="25"/>
@@ -11434,6 +12373,7 @@
 		<method name="&lt;init>()V"/>
 		<method name="onPackageAdded(Ljava/lang/String;Landroid/os/UserHandle;)V"/>
 		<method name="onPackageChanged(Ljava/lang/String;Landroid/os/UserHandle;)V"/>
+		<method name="onPackageLoadingProgressChanged(Ljava/lang/String;Landroid/os/UserHandle;F)V" since="31"/>
 		<method name="onPackageRemoved(Ljava/lang/String;Landroid/os/UserHandle;)V"/>
 		<method name="onPackagesAvailable([Ljava/lang/String;Landroid/os/UserHandle;Z)V"/>
 		<method name="onPackagesSuspended([Ljava/lang/String;Landroid/os/UserHandle;)V" since="24"/>
@@ -11491,9 +12431,11 @@
 		<field name="INSTALL_LOCATION_INTERNAL_ONLY" since="21"/>
 		<field name="INSTALL_LOCATION_PREFER_EXTERNAL" since="21"/>
 		<field name="REQUESTED_PERMISSION_GRANTED" since="16"/>
+		<field name="REQUESTED_PERMISSION_NEVER_FOR_LOCATION" since="31"/>
 		<field name="REQUESTED_PERMISSION_REQUIRED" since="16" removed="23"/>
 		<field name="activities"/>
 		<field name="applicationInfo"/>
+		<field name="attributions" since="31"/>
 		<field name="baseRevisionCode" since="22"/>
 		<field name="configPreferences" since="3"/>
 		<field name="featureGroups" since="21"/>
@@ -11536,6 +12478,7 @@
 		<method name="registerSessionCallback(Landroid/content/pm/PackageInstaller$SessionCallback;Landroid/os/Handler;)V"/>
 		<method name="uninstall(Landroid/content/pm/VersionedPackage;Landroid/content/IntentSender;)V" since="26"/>
 		<method name="uninstall(Ljava/lang/String;Landroid/content/IntentSender;)V"/>
+		<method name="uninstallExistingPackage(Ljava/lang/String;Landroid/content/IntentSender;)V" since="31"/>
 		<method name="unregisterSessionCallback(Landroid/content/pm/PackageInstaller$SessionCallback;)V"/>
 		<method name="updateSessionAppIcon(ILandroid/graphics/Bitmap;)V"/>
 		<method name="updateSessionAppLabel(ILjava/lang/CharSequence;)V"/>
@@ -11575,6 +12518,7 @@
 		<method name="openWrite(Ljava/lang/String;JJ)Ljava/io/OutputStream;"/>
 		<method name="removeChildSessionId(I)V" since="29"/>
 		<method name="removeSplit(Ljava/lang/String;)V" since="24"/>
+		<method name="setChecksums(Ljava/lang/String;Ljava/util/List;[B)V" since="31" deprecated="31"/>
 		<method name="setStagingProgress(F)V"/>
 		<method name="transfer(Ljava/lang/String;)V" since="27"/>
 	</class>
@@ -11598,6 +12542,7 @@
 		<method name="getCreatedMillis()J" since="30"/>
 		<method name="getInstallLocation()I" since="27"/>
 		<method name="getInstallReason()I" since="26"/>
+		<method name="getInstallerAttributionTag()Ljava/lang/String;" since="31"/>
 		<method name="getInstallerPackageName()Ljava/lang/String;"/>
 		<method name="getMode()I" since="27"/>
 		<method name="getOriginatingUid()I" since="27"/>
@@ -11605,6 +12550,7 @@
 		<method name="getParentSessionId()I" since="29"/>
 		<method name="getProgress()F"/>
 		<method name="getReferrerUri()Landroid/net/Uri;" since="27"/>
+		<method name="getRequireUserAction()I" since="31"/>
 		<method name="getSessionId()I"/>
 		<method name="getSize()J" since="27"/>
 		<method name="getStagedSessionErrorCode()I" since="29"/>
@@ -11624,6 +12570,7 @@
 		<field name="CREATOR"/>
 		<field name="INVALID_ID" since="29"/>
 		<field name="STAGED_SESSION_ACTIVATION_FAILED" since="29"/>
+		<field name="STAGED_SESSION_CONFLICT" since="31"/>
 		<field name="STAGED_SESSION_NO_ERROR" since="29"/>
 		<field name="STAGED_SESSION_UNKNOWN" since="29"/>
 		<field name="STAGED_SESSION_VERIFICATION_FAILED" since="29"/>
@@ -11635,7 +12582,7 @@
 		<method name="setAppIcon(Landroid/graphics/Bitmap;)V"/>
 		<method name="setAppLabel(Ljava/lang/CharSequence;)V"/>
 		<method name="setAppPackageName(Ljava/lang/String;)V"/>
-		<method name="setAutoRevokePermissionsMode(Z)V" since="30"/>
+		<method name="setAutoRevokePermissionsMode(Z)V" since="30" deprecated="31"/>
 		<method name="setInstallLocation(I)V"/>
 		<method name="setInstallReason(I)V" since="26"/>
 		<method name="setInstallScenario(I)V" since="31"/>
@@ -11643,12 +12590,16 @@
 		<method name="setOriginatingUid(I)V" since="24"/>
 		<method name="setOriginatingUri(Landroid/net/Uri;)V"/>
 		<method name="setReferrerUri(Landroid/net/Uri;)V"/>
+		<method name="setRequireUserAction(I)V" since="31"/>
 		<method name="setSize(J)V"/>
 		<method name="setWhitelistedRestrictedPermissions(Ljava/util/Set;)V" since="29"/>
 		<field name="CREATOR"/>
 		<field name="MODE_FULL_INSTALL"/>
 		<field name="MODE_INHERIT_EXISTING"/>
 		<field name="RESTRICTED_PERMISSIONS_ALL" since="29"/>
+		<field name="USER_ACTION_NOT_REQUIRED" since="31"/>
+		<field name="USER_ACTION_REQUIRED" since="31"/>
+		<field name="USER_ACTION_UNSPECIFIED" since="31"/>
 	</class>
 	<class name="android/content/pm/PackageItemInfo" since="1">
 		<extends name="java/lang/Object"/>
@@ -11744,10 +12695,13 @@
 		<method name="getPermissionInfo(Ljava/lang/String;I)Landroid/content/pm/PermissionInfo;"/>
 		<method name="getPreferredActivities(Ljava/util/List;Ljava/util/List;Ljava/lang/String;)I" deprecated="29"/>
 		<method name="getPreferredPackages(I)Ljava/util/List;" deprecated="29"/>
+		<method name="getProperty(Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/pm/PackageManager$Property;" since="31"/>
+		<method name="getProperty(Ljava/lang/String;Ljava/lang/String;)Landroid/content/pm/PackageManager$Property;" since="31"/>
 		<method name="getProviderInfo(Landroid/content/ComponentName;I)Landroid/content/pm/ProviderInfo;" since="9"/>
 		<method name="getReceiverInfo(Landroid/content/ComponentName;I)Landroid/content/pm/ActivityInfo;"/>
 		<method name="getResourcesForActivity(Landroid/content/ComponentName;)Landroid/content/res/Resources;"/>
 		<method name="getResourcesForApplication(Landroid/content/pm/ApplicationInfo;)Landroid/content/res/Resources;"/>
+		<method name="getResourcesForApplication(Landroid/content/pm/ApplicationInfo;Landroid/content/res/Configuration;)Landroid/content/res/Resources;" since="31"/>
 		<method name="getResourcesForApplication(Ljava/lang/String;)Landroid/content/res/Resources;"/>
 		<method name="getServiceInfo(Landroid/content/ComponentName;I)Landroid/content/pm/ServiceInfo;"/>
 		<method name="getSharedLibraries(I)Ljava/util/List;" since="26"/>
@@ -11778,6 +12732,8 @@
 		<method name="isPackageSuspended(Ljava/lang/String;)Z" since="29"/>
 		<method name="isPermissionRevokedByPolicy(Ljava/lang/String;Ljava/lang/String;)Z" since="23"/>
 		<method name="isSafeMode()Z" since="3"/>
+		<method name="queryActivityProperty(Ljava/lang/String;)Ljava/util/List;" since="31"/>
+		<method name="queryApplicationProperty(Ljava/lang/String;)Ljava/util/List;" since="31"/>
 		<method name="queryBroadcastReceivers(Landroid/content/Intent;I)Ljava/util/List;"/>
 		<method name="queryContentProviders(Ljava/lang/String;II)Ljava/util/List;"/>
 		<method name="queryInstrumentation(Ljava/lang/String;I)Ljava/util/List;"/>
@@ -11786,9 +12742,13 @@
 		<method name="queryIntentContentProviders(Landroid/content/Intent;I)Ljava/util/List;" since="19"/>
 		<method name="queryIntentServices(Landroid/content/Intent;I)Ljava/util/List;"/>
 		<method name="queryPermissionsByGroup(Ljava/lang/String;I)Ljava/util/List;"/>
+		<method name="queryProviderProperty(Ljava/lang/String;)Ljava/util/List;" since="31"/>
+		<method name="queryReceiverProperty(Ljava/lang/String;)Ljava/util/List;" since="31"/>
+		<method name="queryServiceProperty(Ljava/lang/String;)Ljava/util/List;" since="31"/>
 		<method name="removePackageFromPreferred(Ljava/lang/String;)V" deprecated="15"/>
 		<method name="removePermission(Ljava/lang/String;)V"/>
 		<method name="removeWhitelistedRestrictedPermission(Ljava/lang/String;Ljava/lang/String;I)Z" since="29"/>
+		<method name="requestChecksums(Ljava/lang/String;ZILjava/util/List;Landroid/content/pm/PackageManager$OnChecksumsReadyListener;)V" since="31"/>
 		<method name="resolveActivity(Landroid/content/Intent;I)Landroid/content/pm/ResolveInfo;"/>
 		<method name="resolveContentProvider(Ljava/lang/String;I)Landroid/content/pm/ProviderInfo;"/>
 		<method name="resolveService(Landroid/content/Intent;I)Landroid/content/pm/ResolveInfo;"/>
@@ -11885,6 +12845,7 @@
 		<field name="FEATURE_SCREEN_PORTRAIT" since="13"/>
 		<field name="FEATURE_SECURELY_REMOVES_USERS" since="21"/>
 		<field name="FEATURE_SECURE_LOCK_SCREEN" since="29"/>
+		<field name="FEATURE_SECURITY_MODEL_COMPATIBLE" since="31"/>
 		<field name="FEATURE_SENSOR_ACCELEROMETER" since="8"/>
 		<field name="FEATURE_SENSOR_AMBIENT_TEMPERATURE" since="21"/>
 		<field name="FEATURE_SENSOR_BAROMETER" since="9"/>
@@ -11937,6 +12898,7 @@
 		<field name="FLAG_PERMISSION_WHITELIST_UPGRADE" since="29"/>
 		<field name="FORWARD_LOCK_PACKAGE" removed="4"/>
 		<field name="GET_ACTIVITIES"/>
+		<field name="GET_ATTRIBUTIONS" since="31"/>
 		<field name="GET_CONFIGURATIONS" since="3"/>
 		<field name="GET_DISABLED_COMPONENTS" deprecated="24"/>
 		<field name="GET_DISABLED_UNTIL_USED_COMPONENTS" since="18" deprecated="24"/>
@@ -12002,6 +12964,7 @@
 		<field name="PERMISSION_GRANTED"/>
 		<field name="PKG_INSTALL_COMPLETE" removed="8"/>
 		<field name="PKG_INSTALL_INCOMPLETE" removed="8"/>
+		<field name="PROPERTY_MEDIA_CAPABILITIES" since="31"/>
 		<field name="REPLACE_EXISTING_PACKAGE" removed="4"/>
 		<field name="SIGNATURE_FIRST_NOT_SIGNED"/>
 		<field name="SIGNATURE_MATCH"/>
@@ -12010,6 +12973,8 @@
 		<field name="SIGNATURE_SECOND_NOT_SIGNED"/>
 		<field name="SIGNATURE_UNKNOWN_PACKAGE"/>
 		<field name="SYNCHRONOUS" since="30"/>
+		<field name="TRUST_ALL" since="31"/>
+		<field name="TRUST_NONE" since="31"/>
 		<field name="VERIFICATION_ALLOW" since="14"/>
 		<field name="VERIFICATION_REJECT" since="14"/>
 		<field name="VERSION_CODE_HIGHEST" since="26"/>
@@ -12019,6 +12984,27 @@
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Ljava/lang/String;)V"/>
 	</class>
+	<class name="android/content/pm/PackageManager$OnChecksumsReadyListener" since="31">
+		<method name="onChecksumsReady(Ljava/util/List;)V"/>
+	</class>
+	<class name="android/content/pm/PackageManager$Property" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getBoolean()Z"/>
+		<method name="getClassName()Ljava/lang/String;"/>
+		<method name="getFloat()F"/>
+		<method name="getInteger()I"/>
+		<method name="getName()Ljava/lang/String;"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getResourceId()I"/>
+		<method name="getString()Ljava/lang/String;"/>
+		<method name="isBoolean()Z"/>
+		<method name="isFloat()Z"/>
+		<method name="isInteger()Z"/>
+		<method name="isResourceId()Z"/>
+		<method name="isString()Z"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/content/pm/PackageStats" since="1" deprecated="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -12083,6 +13069,7 @@
 		<field name="PROTECTION_FLAG_SETUP" since="24"/>
 		<field name="PROTECTION_FLAG_SYSTEM" since="16" deprecated="23"/>
 		<field name="PROTECTION_FLAG_VERIFIER" since="23"/>
+		<field name="PROTECTION_INTERNAL" since="31"/>
 		<field name="PROTECTION_MASK_BASE" since="16" deprecated="28"/>
 		<field name="PROTECTION_MASK_FLAGS" since="16" deprecated="28"/>
 		<field name="PROTECTION_NORMAL"/>
@@ -12241,6 +13228,7 @@
 		<method name="setPersons([Landroid/app/Person;)Landroid/content/pm/ShortcutInfo$Builder;" since="29"/>
 		<method name="setRank(I)Landroid/content/pm/ShortcutInfo$Builder;"/>
 		<method name="setShortLabel(Ljava/lang/CharSequence;)Landroid/content/pm/ShortcutInfo$Builder;"/>
+		<method name="setStartingTheme(I)Landroid/content/pm/ShortcutInfo$Builder;" since="31"/>
 	</class>
 	<class name="android/content/pm/ShortcutManager" since="25">
 		<extends name="java/lang/Object"/>
@@ -12265,6 +13253,7 @@
 		<method name="reportShortcutUsed(Ljava/lang/String;)V"/>
 		<method name="requestPinShortcut(Landroid/content/pm/ShortcutInfo;Landroid/content/IntentSender;)Z" since="26"/>
 		<method name="setDynamicShortcuts(Ljava/util/List;)Z"/>
+		<method name="updateShortcutVisibility(Ljava/lang/String;[BZ)V" since="31"/>
 		<method name="updateShortcuts(Ljava/util/List;)Z"/>
 		<field name="FLAG_MATCH_CACHED" since="30"/>
 		<field name="FLAG_MATCH_DYNAMIC" since="30"/>
@@ -12303,6 +13292,22 @@
 		<method name="getVersionCode()I" deprecated="28"/>
 		<field name="CREATOR"/>
 	</class>
+	<class name="android/content/pm/verify/domain/DomainVerificationManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDomainVerificationUserState(Ljava/lang/String;)Landroid/content/pm/verify/domain/DomainVerificationUserState;"/>
+	</class>
+	<class name="android/content/pm/verify/domain/DomainVerificationUserState" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getHostToStateMap()Ljava/util/Map;"/>
+		<method name="getPackageName()Ljava/lang/String;"/>
+		<method name="getUser()Landroid/os/UserHandle;"/>
+		<method name="isLinkHandlingAllowed()Z"/>
+		<field name="CREATOR"/>
+		<field name="DOMAIN_STATE_NONE"/>
+		<field name="DOMAIN_STATE_SELECTED"/>
+		<field name="DOMAIN_STATE_VERIFIED"/>
+	</class>
 	<class name="android/content/res/AssetFileDescriptor" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable" since="3"/>
@@ -12364,6 +13369,7 @@
 		<method name="isStateful()Z"/>
 		<method name="valueOf(I)Landroid/content/res/ColorStateList;"/>
 		<method name="withAlpha(I)Landroid/content/res/ColorStateList;"/>
+		<method name="withLStar(F)Landroid/content/res/ColorStateList;" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/content/res/Configuration" since="1">
@@ -12402,6 +13408,7 @@
 		<field name="COLOR_MODE_WIDE_COLOR_GAMUT_YES" since="26"/>
 		<field name="CREATOR"/>
 		<field name="DENSITY_DPI_UNDEFINED" since="17"/>
+		<field name="FONT_WEIGHT_ADJUSTMENT_UNDEFINED" since="31"/>
 		<field name="HARDKEYBOARDHIDDEN_NO" since="3"/>
 		<field name="HARDKEYBOARDHIDDEN_UNDEFINED" since="3"/>
 		<field name="HARDKEYBOARDHIDDEN_YES" since="3"/>
@@ -12468,6 +13475,7 @@
 		<field name="colorMode" since="26"/>
 		<field name="densityDpi" since="17"/>
 		<field name="fontScale"/>
+		<field name="fontWeightAdjustment" since="31"/>
 		<field name="hardKeyboardHidden" since="3"/>
 		<field name="keyboard"/>
 		<field name="keyboardHidden"/>
@@ -12583,6 +13591,7 @@
 	</class>
 	<class name="android/content/res/TypedArray" since="1">
 		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable" since="31"/>
 		<method name="getBoolean(IZ)Z"/>
 		<method name="getChangingConfigurations()I" since="21"/>
 		<method name="getColor(II)I"/>
@@ -13710,6 +14719,7 @@
 	<class name="android/graphics/Bitmap" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="asShared()Landroid/graphics/Bitmap;" since="31"/>
 		<method name="compress(Landroid/graphics/Bitmap$CompressFormat;ILjava/io/OutputStream;)Z"/>
 		<method name="copy(Landroid/graphics/Bitmap$Config;Z)Landroid/graphics/Bitmap;"/>
 		<method name="copyPixelsFromBuffer(Ljava/nio/Buffer;)V" since="3"/>
@@ -13741,6 +14751,7 @@
 		<method name="getConfig()Landroid/graphics/Bitmap$Config;"/>
 		<method name="getDensity()I" since="4"/>
 		<method name="getGenerationId()I" since="12"/>
+		<method name="getHardwareBuffer()Landroid/hardware/HardwareBuffer;" since="31"/>
 		<method name="getHeight()I"/>
 		<method name="getNinePatchChunk()[B"/>
 		<method name="getPixel(II)I"/>
@@ -13845,10 +14856,14 @@
 		<method name="getHeight()I"/>
 		<method name="getWidth()I"/>
 		<method name="isRecycled()Z"/>
-		<method name="newInstance(Ljava/io/FileDescriptor;Z)Landroid/graphics/BitmapRegionDecoder;"/>
-		<method name="newInstance(Ljava/io/InputStream;Z)Landroid/graphics/BitmapRegionDecoder;"/>
-		<method name="newInstance(Ljava/lang/String;Z)Landroid/graphics/BitmapRegionDecoder;"/>
-		<method name="newInstance([BIIZ)Landroid/graphics/BitmapRegionDecoder;"/>
+		<method name="newInstance(Landroid/os/ParcelFileDescriptor;)Landroid/graphics/BitmapRegionDecoder;" since="31"/>
+		<method name="newInstance(Ljava/io/FileDescriptor;Z)Landroid/graphics/BitmapRegionDecoder;" deprecated="31"/>
+		<method name="newInstance(Ljava/io/InputStream;)Landroid/graphics/BitmapRegionDecoder;" since="31"/>
+		<method name="newInstance(Ljava/io/InputStream;Z)Landroid/graphics/BitmapRegionDecoder;" deprecated="31"/>
+		<method name="newInstance(Ljava/lang/String;)Landroid/graphics/BitmapRegionDecoder;" since="31"/>
+		<method name="newInstance(Ljava/lang/String;Z)Landroid/graphics/BitmapRegionDecoder;" deprecated="31"/>
+		<method name="newInstance([BII)Landroid/graphics/BitmapRegionDecoder;" since="31"/>
+		<method name="newInstance([BIIZ)Landroid/graphics/BitmapRegionDecoder;" deprecated="31"/>
 		<method name="recycle()V"/>
 	</class>
 	<class name="android/graphics/BitmapShader" since="1">
@@ -13967,12 +14982,15 @@
 		<method name="drawColor(JLandroid/graphics/BlendMode;)V" since="29"/>
 		<method name="drawDoubleRoundRect(Landroid/graphics/RectF;FFLandroid/graphics/RectF;FFLandroid/graphics/Paint;)V" since="29"/>
 		<method name="drawDoubleRoundRect(Landroid/graphics/RectF;[FLandroid/graphics/RectF;[FLandroid/graphics/Paint;)V" since="29"/>
+		<method name="drawGlyphs([II[FIILandroid/graphics/fonts/Font;Landroid/graphics/Paint;)V" since="31"/>
 		<method name="drawLine(FFFFLandroid/graphics/Paint;)V"/>
 		<method name="drawLines([FIILandroid/graphics/Paint;)V"/>
 		<method name="drawLines([FLandroid/graphics/Paint;)V"/>
 		<method name="drawOval(FFFFLandroid/graphics/Paint;)V" since="21"/>
 		<method name="drawOval(Landroid/graphics/RectF;Landroid/graphics/Paint;)V"/>
 		<method name="drawPaint(Landroid/graphics/Paint;)V"/>
+		<method name="drawPatch(Landroid/graphics/NinePatch;Landroid/graphics/Rect;Landroid/graphics/Paint;)V" since="31"/>
+		<method name="drawPatch(Landroid/graphics/NinePatch;Landroid/graphics/RectF;Landroid/graphics/Paint;)V" since="31"/>
 		<method name="drawPath(Landroid/graphics/Path;Landroid/graphics/Paint;)V"/>
 		<method name="drawPicture(Landroid/graphics/Picture;)V"/>
 		<method name="drawPicture(Landroid/graphics/Picture;Landroid/graphics/Rect;)V"/>
@@ -14169,6 +15187,8 @@
 		<extends name="java/lang/Object"/>
 		<method name="adapt(Landroid/graphics/ColorSpace;[F)Landroid/graphics/ColorSpace;"/>
 		<method name="adapt(Landroid/graphics/ColorSpace;[FLandroid/graphics/ColorSpace$Adaptation;)Landroid/graphics/ColorSpace;"/>
+		<method name="cctToXyz(I)[F" since="31"/>
+		<method name="chromaticAdaptation(Landroid/graphics/ColorSpace$Adaptation;[F[F)[F" since="31"/>
 		<method name="connect(Landroid/graphics/ColorSpace;)Landroid/graphics/ColorSpace$Connector;"/>
 		<method name="connect(Landroid/graphics/ColorSpace;Landroid/graphics/ColorSpace$RenderIntent;)Landroid/graphics/ColorSpace$Connector;"/>
 		<method name="connect(Landroid/graphics/ColorSpace;Landroid/graphics/ColorSpace;)Landroid/graphics/ColorSpace$Connector;"/>
@@ -14359,6 +15379,8 @@
 		<method name="createSource(Ljava/io/File;)Landroid/graphics/ImageDecoder$Source;"/>
 		<method name="createSource(Ljava/nio/ByteBuffer;)Landroid/graphics/ImageDecoder$Source;"/>
 		<method name="createSource(Ljava/util/concurrent/Callable;)Landroid/graphics/ImageDecoder$Source;" since="29"/>
+		<method name="createSource([B)Landroid/graphics/ImageDecoder$Source;" since="31"/>
+		<method name="createSource([BII)Landroid/graphics/ImageDecoder$Source;" since="31"/>
 		<method name="decodeBitmap(Landroid/graphics/ImageDecoder$Source;)Landroid/graphics/Bitmap;"/>
 		<method name="decodeBitmap(Landroid/graphics/ImageDecoder$Source;Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;)Landroid/graphics/Bitmap;"/>
 		<method name="decodeDrawable(Landroid/graphics/ImageDecoder$Source;)Landroid/graphics/drawable/Drawable;"/>
@@ -14437,6 +15459,7 @@
 		<field name="RGB_565"/>
 		<field name="UNKNOWN"/>
 		<field name="Y8" since="29"/>
+		<field name="YCBCR_P010" since="31"/>
 		<field name="YUV_420_888" since="19"/>
 		<field name="YUV_422_888" since="23"/>
 		<field name="YUV_444_888" since="23"/>
@@ -14508,6 +15531,7 @@
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Landroid/graphics/Matrix;)V"/>
+		<method name="dump(Ljava/io/PrintWriter;)V" since="31"/>
 		<method name="getValues([F)V"/>
 		<method name="invert(Landroid/graphics/Matrix;)Z"/>
 		<method name="isAffine()Z" since="21"/>
@@ -14554,6 +15578,7 @@
 		<method name="setTranslate(FF)V"/>
 		<method name="setValues([F)V"/>
 		<method name="toShortString()Ljava/lang/String;"/>
+		<field name="IDENTITY_MATRIX" since="31"/>
 		<field name="MPERSP_0"/>
 		<field name="MPERSP_1"/>
 		<field name="MPERSP_2"/>
@@ -14839,6 +15864,14 @@
 		<extends name="android/graphics/DrawFilter"/>
 		<method name="&lt;init>(II)V"/>
 	</class>
+	<class name="android/graphics/ParcelableColorSpace" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Landroid/graphics/ColorSpace;)V"/>
+		<method name="getColorSpace()Landroid/graphics/ColorSpace;"/>
+		<method name="isParcelable(Landroid/graphics/ColorSpace;)Z"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/graphics/Path" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -15066,6 +16099,7 @@
 	</class>
 	<class name="android/graphics/RadialGradient" since="1">
 		<extends name="android/graphics/Shader"/>
+		<method name="&lt;init>(FFFFFF[J[FLandroid/graphics/Shader$TileMode;)V" since="31"/>
 		<method name="&lt;init>(FFFIILandroid/graphics/Shader$TileMode;)V"/>
 		<method name="&lt;init>(FFFJJLandroid/graphics/Shader$TileMode;)V" since="29"/>
 		<method name="&lt;init>(FFF[I[FLandroid/graphics/Shader$TileMode;)V"/>
@@ -15096,6 +16130,8 @@
 		<method name="flattenToString()Ljava/lang/String;" since="7"/>
 		<method name="height()I"/>
 		<method name="inset(II)V"/>
+		<method name="inset(IIII)V" since="31"/>
+		<method name="inset(Landroid/graphics/Insets;)V" since="31"/>
 		<method name="intersect(IIII)Z"/>
 		<method name="intersect(Landroid/graphics/Rect;)Z"/>
 		<method name="intersects(IIII)Z"/>
@@ -15213,6 +16249,20 @@
 		<method name="&lt;init>(Landroid/graphics/Region;)V"/>
 		<method name="next(Landroid/graphics/Rect;)Z"/>
 	</class>
+	<class name="android/graphics/RenderEffect" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="createBitmapEffect(Landroid/graphics/Bitmap;)Landroid/graphics/RenderEffect;"/>
+		<method name="createBitmapEffect(Landroid/graphics/Bitmap;Landroid/graphics/Rect;Landroid/graphics/Rect;)Landroid/graphics/RenderEffect;"/>
+		<method name="createBlendModeEffect(Landroid/graphics/RenderEffect;Landroid/graphics/RenderEffect;Landroid/graphics/BlendMode;)Landroid/graphics/RenderEffect;"/>
+		<method name="createBlurEffect(FFLandroid/graphics/RenderEffect;Landroid/graphics/Shader$TileMode;)Landroid/graphics/RenderEffect;"/>
+		<method name="createBlurEffect(FFLandroid/graphics/Shader$TileMode;)Landroid/graphics/RenderEffect;"/>
+		<method name="createChainEffect(Landroid/graphics/RenderEffect;Landroid/graphics/RenderEffect;)Landroid/graphics/RenderEffect;"/>
+		<method name="createColorFilterEffect(Landroid/graphics/ColorFilter;)Landroid/graphics/RenderEffect;"/>
+		<method name="createColorFilterEffect(Landroid/graphics/ColorFilter;Landroid/graphics/RenderEffect;)Landroid/graphics/RenderEffect;"/>
+		<method name="createOffsetEffect(FF)Landroid/graphics/RenderEffect;"/>
+		<method name="createOffsetEffect(FFLandroid/graphics/RenderEffect;)Landroid/graphics/RenderEffect;"/>
+		<method name="createShaderEffect(Landroid/graphics/Shader;)Landroid/graphics/RenderEffect;"/>
+	</class>
 	<class name="android/graphics/RenderNode" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Ljava/lang/String;)V"/>
@@ -15273,6 +16323,7 @@
 		<method name="setPosition(Landroid/graphics/Rect;)Z"/>
 		<method name="setProjectBackwards(Z)Z"/>
 		<method name="setProjectionReceiver(Z)Z"/>
+		<method name="setRenderEffect(Landroid/graphics/RenderEffect;)Z" since="31"/>
 		<method name="setRotationX(F)Z"/>
 		<method name="setRotationY(F)Z"/>
 		<method name="setRotationZ(F)Z"/>
@@ -15295,6 +16346,7 @@
 		<method name="valueOf(Ljava/lang/String;)Landroid/graphics/Shader$TileMode;"/>
 		<method name="values()[Landroid/graphics/Shader$TileMode;"/>
 		<field name="CLAMP"/>
+		<field name="DECAL" since="31"/>
 		<field name="MIRROR"/>
 		<field name="REPEAT"/>
 	</class>
@@ -15478,6 +16530,7 @@
 		<method name="hasAntiAlias()Z" since="18"/>
 		<method name="hasMipMap()Z" since="18"/>
 		<method name="setAntiAlias(Z)V"/>
+		<method name="setBitmap(Landroid/graphics/Bitmap;)V" since="31"/>
 		<method name="setGravity(I)V"/>
 		<method name="setMipMap(Z)V" since="18"/>
 		<method name="setTargetDensity(I)V" since="4"/>
@@ -15551,6 +16604,7 @@
 		<method name="getPadding(Landroid/graphics/Rect;)Z"/>
 		<method name="getState()[I"/>
 		<method name="getTransparentRegion()Landroid/graphics/Region;"/>
+		<method name="hasFocusStateSpecified()Z" since="31"/>
 		<method name="inflate(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)V"/>
 		<method name="inflate(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V" since="21"/>
 		<method name="invalidateSelf()V"/>
@@ -15833,8 +16887,10 @@
 	<class name="android/graphics/drawable/RippleDrawable" since="21">
 		<extends name="android/graphics/drawable/LayerDrawable"/>
 		<method name="&lt;init>(Landroid/content/res/ColorStateList;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V"/>
+		<method name="getEffectColor()Landroid/content/res/ColorStateList;" since="31"/>
 		<method name="getRadius()I" since="23"/>
 		<method name="setColor(Landroid/content/res/ColorStateList;)V"/>
+		<method name="setEffectColor(Landroid/content/res/ColorStateList;)V" since="31"/>
 		<method name="setRadius(I)V" since="23"/>
 		<field name="RADIUS_AUTO" since="23"/>
 	</class>
@@ -15954,7 +17010,10 @@
 		<method name="getAxes()[Landroid/graphics/fonts/FontVariationAxis;"/>
 		<method name="getBuffer()Ljava/nio/ByteBuffer;"/>
 		<method name="getFile()Ljava/io/File;"/>
+		<method name="getGlyphBounds(ILandroid/graphics/Paint;Landroid/graphics/RectF;)F" since="31"/>
 		<method name="getLocaleList()Landroid/os/LocaleList;"/>
+		<method name="getMetrics(Landroid/graphics/Paint;Landroid/graphics/Paint$FontMetrics;)V" since="31"/>
+		<method name="getSourceIdentifier()I" since="31"/>
 		<method name="getStyle()Landroid/graphics/fonts/FontStyle;"/>
 		<method name="getTtcIndex()I"/>
 	</class>
@@ -15962,6 +17021,7 @@
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/content/res/AssetManager;Ljava/lang/String;)V"/>
 		<method name="&lt;init>(Landroid/content/res/Resources;I)V"/>
+		<method name="&lt;init>(Landroid/graphics/fonts/Font;)V" since="31"/>
 		<method name="&lt;init>(Landroid/os/ParcelFileDescriptor;)V"/>
 		<method name="&lt;init>(Landroid/os/ParcelFileDescriptor;JJ)V"/>
 		<method name="&lt;init>(Ljava/io/File;)V"/>
@@ -16121,6 +17181,36 @@
 		<method name="setComputeHyphenation(Z)Landroid/graphics/text/MeasuredText$Builder;"/>
 		<method name="setComputeLayout(Z)Landroid/graphics/text/MeasuredText$Builder;"/>
 	</class>
+	<class name="android/graphics/text/PositionedGlyphs" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getAdvance()F"/>
+		<method name="getAscent()F"/>
+		<method name="getDescent()F"/>
+		<method name="getFont(I)Landroid/graphics/fonts/Font;"/>
+		<method name="getGlyphId(I)I"/>
+		<method name="getGlyphX(I)F"/>
+		<method name="getGlyphY(I)F"/>
+		<method name="getOffsetX()F"/>
+		<method name="getOffsetY()F"/>
+		<method name="glyphCount()I"/>
+	</class>
+	<class name="android/graphics/text/TextRunShaper" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="shapeTextRun(Ljava/lang/CharSequence;IIIIFFZLandroid/graphics/Paint;)Landroid/graphics/text/PositionedGlyphs;"/>
+		<method name="shapeTextRun([CIIIIFFZLandroid/graphics/Paint;)Landroid/graphics/text/PositionedGlyphs;"/>
+	</class>
+	<class name="android/hardware/Battery" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="getCapacity()F"/>
+		<method name="getStatus()I"/>
+		<method name="hasBattery()Z"/>
+		<field name="STATUS_CHARGING"/>
+		<field name="STATUS_DISCHARGING"/>
+		<field name="STATUS_FULL"/>
+		<field name="STATUS_NOT_CHARGING"/>
+		<field name="STATUS_UNKNOWN"/>
+	</class>
 	<class name="android/hardware/Camera" since="1" deprecated="21">
 		<extends name="java/lang/Object"/>
 		<method name="addCallbackBuffer([B)V" since="8" deprecated="29"/>
@@ -16674,6 +17764,15 @@
 		<method name="onDynamicSensorConnected(Landroid/hardware/Sensor;)V"/>
 		<method name="onDynamicSensorDisconnected(Landroid/hardware/Sensor;)V"/>
 	</class>
+	<class name="android/hardware/SensorPrivacyManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="supportsSensorToggle(I)Z"/>
+	</class>
+	<class name="android/hardware/SensorPrivacyManager$Sensors" since="31">
+		<extends name="java/lang/Object"/>
+		<field name="CAMERA"/>
+		<field name="MICROPHONE"/>
+	</class>
 	<class name="android/hardware/TriggerEvent" since="18">
 		<extends name="java/lang/Object"/>
 		<field name="sensor"/>
@@ -16689,6 +17788,7 @@
 		<extends name="java/lang/Object"/>
 		<method name="canAuthenticate()I" deprecated="30"/>
 		<method name="canAuthenticate(I)I" since="30"/>
+		<method name="getStrings(I)Landroid/hardware/biometrics/BiometricManager$Strings;" since="31"/>
 		<field name="BIOMETRIC_ERROR_HW_UNAVAILABLE"/>
 		<field name="BIOMETRIC_ERROR_NONE_ENROLLED"/>
 		<field name="BIOMETRIC_ERROR_NO_HARDWARE"/>
@@ -16701,6 +17801,12 @@
 		<field name="BIOMETRIC_WEAK"/>
 		<field name="DEVICE_CREDENTIAL"/>
 	</class>
+	<class name="android/hardware/biometrics/BiometricManager$Strings" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getButtonLabel()Ljava/lang/CharSequence;"/>
+		<method name="getPromptMessage()Ljava/lang/CharSequence;"/>
+		<method name="getSettingName()Ljava/lang/CharSequence;"/>
+	</class>
 	<class name="android/hardware/biometrics/BiometricPrompt" since="28">
 		<extends name="java/lang/Object"/>
 		<method name="authenticate(Landroid/hardware/biometrics/BiometricPrompt$CryptoObject;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Landroid/hardware/biometrics/BiometricPrompt$AuthenticationCallback;)V"/>
@@ -16866,6 +17972,7 @@
 		<field name="INFO_VERSION" since="28"/>
 		<field name="JPEG_AVAILABLE_THUMBNAIL_SIZES"/>
 		<field name="LENS_DISTORTION" since="28"/>
+		<field name="LENS_DISTORTION_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="LENS_FACING"/>
 		<field name="LENS_INFO_AVAILABLE_APERTURES"/>
 		<field name="LENS_INFO_AVAILABLE_FILTER_DENSITIES"/>
@@ -16875,6 +17982,7 @@
 		<field name="LENS_INFO_HYPERFOCAL_DISTANCE"/>
 		<field name="LENS_INFO_MINIMUM_FOCUS_DISTANCE"/>
 		<field name="LENS_INTRINSIC_CALIBRATION" since="23"/>
+		<field name="LENS_INTRINSIC_CALIBRATION_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="LENS_POSE_REFERENCE" since="28"/>
 		<field name="LENS_POSE_ROTATION" since="23"/>
 		<field name="LENS_POSE_TRANSLATION" since="23"/>
@@ -16890,10 +17998,15 @@
 		<field name="REQUEST_PARTIAL_RESULT_COUNT"/>
 		<field name="REQUEST_PIPELINE_MAX_DEPTH"/>
 		<field name="SCALER_AVAILABLE_MAX_DIGITAL_ZOOM"/>
+		<field name="SCALER_AVAILABLE_ROTATE_AND_CROP_MODES" since="31"/>
 		<field name="SCALER_CROPPING_TYPE"/>
+		<field name="SCALER_DEFAULT_SECURE_IMAGE_SIZE" since="31"/>
 		<field name="SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS" since="30"/>
+		<field name="SCALER_MANDATORY_MAXIMUM_RESOLUTION_STREAM_COMBINATIONS" since="31"/>
 		<field name="SCALER_MANDATORY_STREAM_COMBINATIONS" since="29"/>
+		<field name="SCALER_MULTI_RESOLUTION_STREAM_CONFIGURATION_MAP" since="31"/>
 		<field name="SCALER_STREAM_CONFIGURATION_MAP"/>
+		<field name="SCALER_STREAM_CONFIGURATION_MAP_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="SENSOR_AVAILABLE_TEST_PATTERN_MODES"/>
 		<field name="SENSOR_BLACK_LEVEL_PATTERN"/>
 		<field name="SENSOR_CALIBRATION_TRANSFORM1"/>
@@ -16903,13 +18016,17 @@
 		<field name="SENSOR_FORWARD_MATRIX1"/>
 		<field name="SENSOR_FORWARD_MATRIX2"/>
 		<field name="SENSOR_INFO_ACTIVE_ARRAY_SIZE"/>
+		<field name="SENSOR_INFO_ACTIVE_ARRAY_SIZE_MAXIMUM_RESOLUTION" since="31"/>
+		<field name="SENSOR_INFO_BINNING_FACTOR" since="31"/>
 		<field name="SENSOR_INFO_COLOR_FILTER_ARRANGEMENT"/>
 		<field name="SENSOR_INFO_EXPOSURE_TIME_RANGE"/>
 		<field name="SENSOR_INFO_LENS_SHADING_APPLIED" since="23"/>
 		<field name="SENSOR_INFO_MAX_FRAME_DURATION"/>
 		<field name="SENSOR_INFO_PHYSICAL_SIZE"/>
 		<field name="SENSOR_INFO_PIXEL_ARRAY_SIZE"/>
+		<field name="SENSOR_INFO_PIXEL_ARRAY_SIZE_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE" since="23"/>
+		<field name="SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="SENSOR_INFO_SENSITIVITY_RANGE"/>
 		<field name="SENSOR_INFO_TIMESTAMP_SOURCE"/>
 		<field name="SENSOR_INFO_WHITE_LEVEL"/>
@@ -16947,6 +18064,7 @@
 		<method name="createCaptureSession(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V" deprecated="30"/>
 		<method name="createCaptureSessionByOutputConfigurations(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V" since="24" deprecated="30"/>
 		<method name="createConstrainedHighSpeedCaptureSession(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V" since="23" deprecated="30"/>
+		<method name="createExtensionSession(Landroid/hardware/camera2/params/ExtensionSessionConfiguration;)V" since="31"/>
 		<method name="createReprocessCaptureRequest(Landroid/hardware/camera2/TotalCaptureResult;)Landroid/hardware/camera2/CaptureRequest$Builder;" since="23"/>
 		<method name="createReprocessableCaptureSession(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V" since="23" deprecated="30"/>
 		<method name="createReprocessableCaptureSessionByConfigurations(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V" since="24" deprecated="30"/>
@@ -16977,9 +18095,46 @@
 		<field name="ERROR_CAMERA_SERVICE"/>
 		<field name="ERROR_MAX_CAMERAS_IN_USE"/>
 	</class>
+	<class name="android/hardware/camera2/CameraExtensionCharacteristics" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getEstimatedCaptureLatencyRange(ILandroid/util/Size;I)Landroid/util/Range;"/>
+		<method name="getExtensionSupportedSizes(II)Ljava/util/List;"/>
+		<method name="getExtensionSupportedSizes(ILjava/lang/Class;)Ljava/util/List;"/>
+		<method name="getSupportedExtensions()Ljava/util/List;"/>
+		<field name="EXTENSION_AUTOMATIC"/>
+		<field name="EXTENSION_BEAUTY"/>
+		<field name="EXTENSION_BOKEH"/>
+		<field name="EXTENSION_HDR"/>
+		<field name="EXTENSION_NIGHT"/>
+	</class>
+	<class name="android/hardware/camera2/CameraExtensionSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="capture(Landroid/hardware/camera2/CaptureRequest;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraExtensionSession$ExtensionCaptureCallback;)I"/>
+		<method name="getDevice()Landroid/hardware/camera2/CameraDevice;"/>
+		<method name="setRepeatingRequest(Landroid/hardware/camera2/CaptureRequest;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraExtensionSession$ExtensionCaptureCallback;)I"/>
+		<method name="stopRepeating()V"/>
+	</class>
+	<class name="android/hardware/camera2/CameraExtensionSession$ExtensionCaptureCallback" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="onCaptureFailed(Landroid/hardware/camera2/CameraExtensionSession;Landroid/hardware/camera2/CaptureRequest;)V"/>
+		<method name="onCaptureProcessStarted(Landroid/hardware/camera2/CameraExtensionSession;Landroid/hardware/camera2/CaptureRequest;)V"/>
+		<method name="onCaptureSequenceAborted(Landroid/hardware/camera2/CameraExtensionSession;I)V"/>
+		<method name="onCaptureSequenceCompleted(Landroid/hardware/camera2/CameraExtensionSession;I)V"/>
+		<method name="onCaptureStarted(Landroid/hardware/camera2/CameraExtensionSession;Landroid/hardware/camera2/CaptureRequest;J)V"/>
+	</class>
+	<class name="android/hardware/camera2/CameraExtensionSession$StateCallback" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="onClosed(Landroid/hardware/camera2/CameraExtensionSession;)V"/>
+		<method name="onConfigureFailed(Landroid/hardware/camera2/CameraExtensionSession;)V"/>
+		<method name="onConfigured(Landroid/hardware/camera2/CameraExtensionSession;)V"/>
+	</class>
 	<class name="android/hardware/camera2/CameraManager" since="21">
 		<extends name="java/lang/Object"/>
 		<method name="getCameraCharacteristics(Ljava/lang/String;)Landroid/hardware/camera2/CameraCharacteristics;"/>
+		<method name="getCameraExtensionCharacteristics(Ljava/lang/String;)Landroid/hardware/camera2/CameraExtensionCharacteristics;" since="31"/>
 		<method name="getCameraIdList()[Ljava/lang/String;"/>
 		<method name="getConcurrentCameraIds()Ljava/util/Set;" since="30"/>
 		<method name="isConcurrentSessionConfigurationSupported(Ljava/util/Map;)Z" since="30"/>
@@ -17169,11 +18324,18 @@
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_PRIVATE_REPROCESSING" since="23"/>
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_RAW"/>
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS" since="22"/>
+		<field name="REQUEST_AVAILABLE_CAPABILITIES_REMOSAIC_REPROCESSING" since="31"/>
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_SECURE_IMAGE_DATA" since="29"/>
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_SYSTEM_CAMERA" since="30"/>
+		<field name="REQUEST_AVAILABLE_CAPABILITIES_ULTRA_HIGH_RESOLUTION_SENSOR" since="31"/>
 		<field name="REQUEST_AVAILABLE_CAPABILITIES_YUV_REPROCESSING" since="23"/>
 		<field name="SCALER_CROPPING_TYPE_CENTER_ONLY"/>
 		<field name="SCALER_CROPPING_TYPE_FREEFORM"/>
+		<field name="SCALER_ROTATE_AND_CROP_180" since="31"/>
+		<field name="SCALER_ROTATE_AND_CROP_270" since="31"/>
+		<field name="SCALER_ROTATE_AND_CROP_90" since="31"/>
+		<field name="SCALER_ROTATE_AND_CROP_AUTO" since="31"/>
+		<field name="SCALER_ROTATE_AND_CROP_NONE" since="31"/>
 		<field name="SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR"/>
 		<field name="SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG"/>
 		<field name="SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG"/>
@@ -17183,6 +18345,8 @@
 		<field name="SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB"/>
 		<field name="SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME"/>
 		<field name="SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN"/>
+		<field name="SENSOR_PIXEL_MODE_DEFAULT" since="31"/>
+		<field name="SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION" since="31"/>
 		<field name="SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER"/>
 		<field name="SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT"/>
 		<field name="SENSOR_REFERENCE_ILLUMINANT1_D50"/>
@@ -17307,8 +18471,10 @@
 		<field name="NOISE_REDUCTION_MODE"/>
 		<field name="REPROCESS_EFFECTIVE_EXPOSURE_FACTOR" since="23"/>
 		<field name="SCALER_CROP_REGION"/>
+		<field name="SCALER_ROTATE_AND_CROP" since="31"/>
 		<field name="SENSOR_EXPOSURE_TIME"/>
 		<field name="SENSOR_FRAME_DURATION"/>
+		<field name="SENSOR_PIXEL_MODE" since="31"/>
 		<field name="SENSOR_SENSITIVITY"/>
 		<field name="SENSOR_TEST_PATTERN_DATA"/>
 		<field name="SENSOR_TEST_PATTERN_MODE"/>
@@ -17341,6 +18507,7 @@
 	<class name="android/hardware/camera2/CaptureResult" since="21">
 		<extends name="android/hardware/camera2/CameraMetadata"/>
 		<method name="get(Landroid/hardware/camera2/CaptureResult$Key;)Ljava/lang/Object;"/>
+		<method name="getCameraId()Ljava/lang/String;" since="31"/>
 		<method name="getFrameNumber()J"/>
 		<method name="getRequest()Landroid/hardware/camera2/CaptureRequest;"/>
 		<method name="getSequenceId()I"/>
@@ -17402,6 +18569,7 @@
 		<field name="REPROCESS_EFFECTIVE_EXPOSURE_FACTOR" since="23"/>
 		<field name="REQUEST_PIPELINE_DEPTH"/>
 		<field name="SCALER_CROP_REGION"/>
+		<field name="SCALER_ROTATE_AND_CROP" since="31"/>
 		<field name="SENSOR_DYNAMIC_BLACK_LEVEL" since="24"/>
 		<field name="SENSOR_DYNAMIC_WHITE_LEVEL" since="24"/>
 		<field name="SENSOR_EXPOSURE_TIME"/>
@@ -17409,6 +18577,8 @@
 		<field name="SENSOR_GREEN_SPLIT"/>
 		<field name="SENSOR_NEUTRAL_COLOR_POINT"/>
 		<field name="SENSOR_NOISE_PROFILE"/>
+		<field name="SENSOR_PIXEL_MODE" since="31"/>
+		<field name="SENSOR_RAW_BINNING_FACTOR_USED" since="31"/>
 		<field name="SENSOR_ROLLING_SHUTTER_SKEW"/>
 		<field name="SENSOR_SENSITIVITY"/>
 		<field name="SENSOR_TEST_PATTERN_DATA"/>
@@ -17448,10 +18618,20 @@
 		<method name="writeInputStream(Ljava/io/OutputStream;Landroid/util/Size;Ljava/io/InputStream;J)V"/>
 		<field name="MAX_THUMBNAIL_DIMENSION"/>
 	</class>
+	<class name="android/hardware/camera2/MultiResolutionImageReader" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="&lt;init>(Ljava/util/Collection;II)V"/>
+		<method name="flush()V"/>
+		<method name="getStreamInfoForImageReader(Landroid/media/ImageReader;)Landroid/hardware/camera2/params/MultiResolutionStreamInfo;"/>
+		<method name="getSurface()Landroid/view/Surface;"/>
+		<method name="setOnImageAvailableListener(Landroid/media/ImageReader$OnImageAvailableListener;Ljava/util/concurrent/Executor;)V"/>
+	</class>
 	<class name="android/hardware/camera2/TotalCaptureResult" since="21">
 		<extends name="android/hardware/camera2/CaptureResult"/>
 		<method name="getPartialResults()Ljava/util/List;"/>
-		<method name="getPhysicalCameraResults()Ljava/util/Map;" since="28"/>
+		<method name="getPhysicalCameraResults()Ljava/util/Map;" since="28" deprecated="31"/>
+		<method name="getPhysicalCameraTotalResults()Ljava/util/Map;" since="31"/>
 	</class>
 	<class name="android/hardware/camera2/params/BlackLevelPattern" since="21">
 		<extends name="java/lang/Object"/>
@@ -17473,6 +18653,14 @@
 		<method name="copyElements([Landroid/util/Rational;I)V"/>
 		<method name="getElement(II)Landroid/util/Rational;"/>
 	</class>
+	<class name="android/hardware/camera2/params/ExtensionSessionConfiguration" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(ILjava/util/List;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraExtensionSession$StateCallback;)V"/>
+		<method name="getExecutor()Ljava/util/concurrent/Executor;"/>
+		<method name="getExtension()I"/>
+		<method name="getOutputConfigurations()Ljava/util/List;"/>
+		<method name="getStateCallback()Landroid/hardware/camera2/CameraExtensionSession$StateCallback;"/>
+	</class>
 	<class name="android/hardware/camera2/params/Face" since="21">
 		<extends name="java/lang/Object"/>
 		<method name="getBounds()Landroid/graphics/Rect;"/>
@@ -17488,9 +18676,11 @@
 	<class name="android/hardware/camera2/params/InputConfiguration" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(III)V"/>
+		<method name="&lt;init>(Ljava/util/Collection;I)V" since="31"/>
 		<method name="getFormat()I"/>
 		<method name="getHeight()I"/>
 		<method name="getWidth()I"/>
+		<method name="isMultiResolution()Z" since="31"/>
 	</class>
 	<class name="android/hardware/camera2/params/LensShadingMap" since="21">
 		<extends name="java/lang/Object"/>
@@ -17513,6 +18703,8 @@
 		<method name="getAvailableSizes()Ljava/util/List;"/>
 		<method name="getFormat()I"/>
 		<method name="isInput()Z"/>
+		<method name="isMaximumSize()Z" since="31"/>
+		<method name="isUltraHighResolution()Z" since="31"/>
 	</class>
 	<class name="android/hardware/camera2/params/MeteringRectangle" since="21">
 		<extends name="java/lang/Object"/>
@@ -17532,6 +18724,20 @@
 		<field name="METERING_WEIGHT_MAX"/>
 		<field name="METERING_WEIGHT_MIN"/>
 	</class>
+	<class name="android/hardware/camera2/params/MultiResolutionStreamConfigurationMap" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getInputFormats()[I"/>
+		<method name="getInputInfo(I)Ljava/util/Collection;"/>
+		<method name="getOutputFormats()[I"/>
+		<method name="getOutputInfo(I)Ljava/util/Collection;"/>
+	</class>
+	<class name="android/hardware/camera2/params/MultiResolutionStreamInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(IILjava/lang/String;)V"/>
+		<method name="getHeight()I"/>
+		<method name="getPhysicalCameraId()Ljava/lang/String;"/>
+		<method name="getWidth()I"/>
+	</class>
 	<class name="android/hardware/camera2/params/OisSample" since="28">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(JFF)V"/>
@@ -17545,12 +18751,15 @@
 		<method name="&lt;init>(ILandroid/view/Surface;)V"/>
 		<method name="&lt;init>(Landroid/util/Size;Ljava/lang/Class;)V" since="26"/>
 		<method name="&lt;init>(Landroid/view/Surface;)V"/>
+		<method name="addSensorPixelModeUsed(I)V" since="31"/>
 		<method name="addSurface(Landroid/view/Surface;)V" since="26"/>
+		<method name="createInstancesForMultiResolutionOutput(Landroid/hardware/camera2/MultiResolutionImageReader;)Ljava/util/Collection;" since="31"/>
 		<method name="enableSurfaceSharing()V" since="26"/>
 		<method name="getMaxSharedSurfaceCount()I" since="28"/>
 		<method name="getSurface()Landroid/view/Surface;"/>
 		<method name="getSurfaceGroupId()I"/>
 		<method name="getSurfaces()Ljava/util/List;" since="26"/>
+		<method name="removeSensorPixelModeUsed(I)V" since="31"/>
 		<method name="removeSurface(Landroid/view/Surface;)V" since="28"/>
 		<method name="setPhysicalCameraId(Ljava/lang/String;)V" since="28"/>
 		<field name="CREATOR"/>
@@ -17649,6 +18858,23 @@
 		<field name="LEVEL_WHITE"/>
 		<field name="POINT_SIZE"/>
 	</class>
+	<class name="android/hardware/display/DeviceProductInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)V"/>
+		<method name="getConnectionToSinkType()I"/>
+		<method name="getManufactureWeek()I"/>
+		<method name="getManufactureYear()I"/>
+		<method name="getManufacturerPnpId()Ljava/lang/String;"/>
+		<method name="getModelYear()I"/>
+		<method name="getName()Ljava/lang/String;"/>
+		<method name="getProductId()Ljava/lang/String;"/>
+		<field name="CONNECTION_TO_SINK_BUILT_IN"/>
+		<field name="CONNECTION_TO_SINK_DIRECT"/>
+		<field name="CONNECTION_TO_SINK_TRANSITIVE"/>
+		<field name="CONNECTION_TO_SINK_UNKNOWN"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/hardware/display/DisplayManager" since="17">
 		<extends name="java/lang/Object"/>
 		<method name="createVirtualDisplay(Ljava/lang/String;IIILandroid/view/Surface;I)Landroid/hardware/display/VirtualDisplay;" since="19"/>
@@ -17656,9 +18882,14 @@
 		<method name="getDisplay(I)Landroid/view/Display;"/>
 		<method name="getDisplays()[Landroid/view/Display;"/>
 		<method name="getDisplays(Ljava/lang/String;)[Landroid/view/Display;"/>
+		<method name="getMatchContentFrameRateUserPreference()I" since="31"/>
 		<method name="registerDisplayListener(Landroid/hardware/display/DisplayManager$DisplayListener;Landroid/os/Handler;)V"/>
 		<method name="unregisterDisplayListener(Landroid/hardware/display/DisplayManager$DisplayListener;)V"/>
 		<field name="DISPLAY_CATEGORY_PRESENTATION"/>
+		<field name="MATCH_CONTENT_FRAMERATE_ALWAYS" since="31"/>
+		<field name="MATCH_CONTENT_FRAMERATE_NEVER" since="31"/>
+		<field name="MATCH_CONTENT_FRAMERATE_SEAMLESSS_ONLY" since="31"/>
+		<field name="MATCH_CONTENT_FRAMERATE_UNKNOWN" since="31"/>
 		<field name="VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR" since="21"/>
 		<field name="VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY" since="20"/>
 		<field name="VIRTUAL_DISPLAY_FLAG_PRESENTATION" since="19"/>
@@ -17734,6 +18965,7 @@
 		<extends name="java/lang/Object"/>
 		<method name="getInputDevice(I)Landroid/view/InputDevice;"/>
 		<method name="getInputDeviceIds()[I"/>
+		<method name="getMaximumObscuringOpacityForTouch()F" since="31"/>
 		<method name="registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os/Handler;)V"/>
 		<method name="unregisterInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;)V"/>
 		<method name="verifyInputEvent(Landroid/view/InputEvent;)Landroid/view/VerifiedInputEvent;" since="30"/>
@@ -17746,6 +18978,52 @@
 		<method name="onInputDeviceChanged(I)V"/>
 		<method name="onInputDeviceRemoved(I)V"/>
 	</class>
+	<class name="android/hardware/lights/Light" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getId()I"/>
+		<method name="getName()Ljava/lang/String;"/>
+		<method name="getOrdinal()I"/>
+		<method name="getType()I"/>
+		<field name="CREATOR"/>
+		<field name="LIGHT_TYPE_INPUT_PLAYER_ID"/>
+		<field name="LIGHT_TYPE_INPUT_RGB"/>
+		<field name="LIGHT_TYPE_INPUT_SINGLE"/>
+		<field name="LIGHT_TYPE_MICROPHONE"/>
+	</class>
+	<class name="android/hardware/lights/LightState" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="forColor(I)Landroid/hardware/lights/LightState;"/>
+		<method name="forPlayerId(I)Landroid/hardware/lights/LightState;"/>
+		<method name="getColor()I"/>
+		<method name="getPlayerId()I"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/hardware/lights/LightsManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getLightState(Landroid/hardware/lights/Light;)Landroid/hardware/lights/LightState;"/>
+		<method name="getLights()Ljava/util/List;"/>
+		<method name="openSession()Landroid/hardware/lights/LightsManager$LightsSession;"/>
+	</class>
+	<class name="android/hardware/lights/LightsManager$LightsSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="&lt;init>()V"/>
+		<method name="requestLights(Landroid/hardware/lights/LightsRequest;)V"/>
+	</class>
+	<class name="android/hardware/lights/LightsRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getLightStates()Ljava/util/List;"/>
+		<method name="getLights()Ljava/util/List;"/>
+	</class>
+	<class name="android/hardware/lights/LightsRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addLight(Landroid/hardware/lights/Light;Landroid/hardware/lights/LightState;)Landroid/hardware/lights/LightsRequest$Builder;"/>
+		<method name="build()Landroid/hardware/lights/LightsRequest;"/>
+		<method name="clearLight(Landroid/hardware/lights/Light;)Landroid/hardware/lights/LightsRequest$Builder;"/>
+	</class>
 	<class name="android/hardware/location/GeofenceHardware" since="18" removed="21">
 		<extends name="java/lang/Object"/>
 		<method name="addGeofence(IILandroid/hardware/location/GeofenceHardwareRequest;Landroid/hardware/location/GeofenceHardwareCallback;)Z"/>
@@ -23201,7 +24479,9 @@
 	</class>
 	<class name="android/location/GnssAntennaInfo$Builder" since="30">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(DLandroid/location/GnssAntennaInfo$PhaseCenterOffset;)V" since="31"/>
+		<method name="&lt;init>(Landroid/location/GnssAntennaInfo;)V" since="31"/>
 		<method name="build()Landroid/location/GnssAntennaInfo;"/>
 		<method name="setCarrierFrequencyMHz(D)Landroid/location/GnssAntennaInfo$Builder;"/>
 		<method name="setPhaseCenterOffset(Landroid/location/GnssAntennaInfo$PhaseCenterOffset;)Landroid/location/GnssAntennaInfo$Builder;"/>
@@ -23236,7 +24516,21 @@
 	</class>
 	<class name="android/location/GnssCapabilities" since="30">
 		<extends name="java/lang/Object"/>
-		<method name="hasGnssAntennaInfo()Z"/>
+		<implements name="android/os/Parcelable" since="31"/>
+		<method name="hasAntennaInfo()Z" since="31"/>
+		<method name="hasGnssAntennaInfo()Z" deprecated="31"/>
+		<method name="hasMeasurements()Z" since="31"/>
+		<method name="hasNavigationMessages()Z" since="31"/>
+		<field name="CREATOR" since="31"/>
+	</class>
+	<class name="android/location/GnssCapabilities$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="&lt;init>(Landroid/location/GnssCapabilities;)V"/>
+		<method name="build()Landroid/location/GnssCapabilities;"/>
+		<method name="setHasAntennaInfo(Z)Landroid/location/GnssCapabilities$Builder;"/>
+		<method name="setHasMeasurements(Z)Landroid/location/GnssCapabilities$Builder;"/>
+		<method name="setHasNavigationMessages(Z)Landroid/location/GnssCapabilities$Builder;"/>
 	</class>
 	<class name="android/location/GnssClock" since="24">
 		<extends name="java/lang/Object"/>
@@ -23338,6 +24632,19 @@
 		<field name="STATE_TOW_KNOWN" since="26"/>
 		<field name="STATE_UNKNOWN"/>
 	</class>
+	<class name="android/location/GnssMeasurementRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="isFullTracking()Z"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/location/GnssMeasurementRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="&lt;init>(Landroid/location/GnssMeasurementRequest;)V"/>
+		<method name="build()Landroid/location/GnssMeasurementRequest;"/>
+		<method name="setFullTracking(Z)Landroid/location/GnssMeasurementRequest$Builder;"/>
+	</class>
 	<class name="android/location/GnssMeasurementsEvent" since="24">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -23349,11 +24656,11 @@
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="onGnssMeasurementsReceived(Landroid/location/GnssMeasurementsEvent;)V"/>
-		<method name="onStatusChanged(I)V"/>
-		<field name="STATUS_LOCATION_DISABLED"/>
-		<field name="STATUS_NOT_ALLOWED" since="28"/>
-		<field name="STATUS_NOT_SUPPORTED"/>
-		<field name="STATUS_READY"/>
+		<method name="onStatusChanged(I)V" deprecated="31"/>
+		<field name="STATUS_LOCATION_DISABLED" deprecated="31"/>
+		<field name="STATUS_NOT_ALLOWED" since="28" deprecated="31"/>
+		<field name="STATUS_NOT_SUPPORTED" deprecated="31"/>
+		<field name="STATUS_READY" deprecated="31"/>
 	</class>
 	<class name="android/location/GnssNavigationMessage" since="24">
 		<extends name="java/lang/Object"/>
@@ -23388,13 +24695,14 @@
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="onGnssNavigationMessageReceived(Landroid/location/GnssNavigationMessage;)V"/>
-		<method name="onStatusChanged(I)V"/>
-		<field name="STATUS_LOCATION_DISABLED"/>
-		<field name="STATUS_NOT_SUPPORTED"/>
-		<field name="STATUS_READY"/>
+		<method name="onStatusChanged(I)V" deprecated="31"/>
+		<field name="STATUS_LOCATION_DISABLED" deprecated="31"/>
+		<field name="STATUS_NOT_SUPPORTED" deprecated="31"/>
+		<field name="STATUS_READY" deprecated="31"/>
 	</class>
 	<class name="android/location/GnssStatus" since="24">
 		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable" since="31"/>
 		<method name="getAzimuthDegrees(I)F"/>
 		<method name="getBasebandCn0DbHz(I)F" since="30"/>
 		<method name="getCarrierFrequencyHz(I)F" since="26"/>
@@ -23416,6 +24724,7 @@
 		<field name="CONSTELLATION_QZSS"/>
 		<field name="CONSTELLATION_SBAS"/>
 		<field name="CONSTELLATION_UNKNOWN"/>
+		<field name="CREATOR" since="31"/>
 	</class>
 	<class name="android/location/GnssStatus$Builder" since="30">
 		<extends name="java/lang/Object"/>
@@ -23494,7 +24803,8 @@
 		<method name="hasSpeed()Z"/>
 		<method name="hasSpeedAccuracy()Z" since="26"/>
 		<method name="hasVerticalAccuracy()Z" since="26"/>
-		<method name="isFromMockProvider()Z" since="18"/>
+		<method name="isFromMockProvider()Z" since="18" deprecated="31"/>
+		<method name="isMock()Z" since="31"/>
 		<method name="removeAccuracy()V" deprecated="26"/>
 		<method name="removeAltitude()V" deprecated="26"/>
 		<method name="removeBearing()V" deprecated="26"/>
@@ -23510,6 +24820,7 @@
 		<method name="setExtras(Landroid/os/Bundle;)V"/>
 		<method name="setLatitude(D)V"/>
 		<method name="setLongitude(D)V"/>
+		<method name="setMock(Z)V" since="31"/>
 		<method name="setProvider(Ljava/lang/String;)V"/>
 		<method name="setSpeed(F)V"/>
 		<method name="setSpeedAccuracyMetersPerSecond(F)V" since="26"/>
@@ -23522,7 +24833,9 @@
 	</class>
 	<class name="android/location/LocationListener" since="1">
 		<extends name="java/lang/Object"/>
+		<method name="onFlushComplete(I)V" since="31"/>
 		<method name="onLocationChanged(Landroid/location/Location;)V"/>
+		<method name="onLocationChanged(Ljava/util/List;)V" since="31"/>
 		<method name="onProviderDisabled(Ljava/lang/String;)V"/>
 		<method name="onProviderEnabled(Ljava/lang/String;)V"/>
 		<method name="onStatusChanged(Ljava/lang/String;ILandroid/os/Bundle;)V" deprecated="29"/>
@@ -23535,24 +24848,31 @@
 		<method name="addNmeaListener(Landroid/location/OnNmeaMessageListener;Landroid/os/Handler;)Z" since="24"/>
 		<method name="addNmeaListener(Ljava/util/concurrent/Executor;Landroid/location/OnNmeaMessageListener;)Z" since="30"/>
 		<method name="addProximityAlert(DDFJLandroid/app/PendingIntent;)V"/>
+		<method name="addTestProvider(Ljava/lang/String;Landroid/location/provider/ProviderProperties;)V" since="31"/>
+		<method name="addTestProvider(Ljava/lang/String;Landroid/location/provider/ProviderProperties;Ljava/util/Set;)V" since="31"/>
 		<method name="addTestProvider(Ljava/lang/String;ZZZZZZZII)V" since="3"/>
 		<method name="clearTestProviderEnabled(Ljava/lang/String;)V" since="3" deprecated="29"/>
 		<method name="clearTestProviderLocation(Ljava/lang/String;)V" since="3" deprecated="29"/>
 		<method name="clearTestProviderStatus(Ljava/lang/String;)V" since="3" deprecated="29"/>
 		<method name="getAllProviders()Ljava/util/List;"/>
 		<method name="getBestProvider(Landroid/location/Criteria;Z)Ljava/lang/String;"/>
+		<method name="getCurrentLocation(Ljava/lang/String;Landroid/location/LocationRequest;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V" since="31"/>
 		<method name="getCurrentLocation(Ljava/lang/String;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V" since="30"/>
+		<method name="getGnssAntennaInfos()Ljava/util/List;" since="31"/>
 		<method name="getGnssCapabilities()Landroid/location/GnssCapabilities;" since="30"/>
 		<method name="getGnssHardwareModelName()Ljava/lang/String;" since="28"/>
 		<method name="getGnssYearOfHardware()I" since="28"/>
 		<method name="getGpsStatus(Landroid/location/GpsStatus;)Landroid/location/GpsStatus;" since="3" deprecated="24"/>
 		<method name="getLastKnownLocation(Ljava/lang/String;)Landroid/location/Location;"/>
-		<method name="getProvider(Ljava/lang/String;)Landroid/location/LocationProvider;"/>
+		<method name="getProvider(Ljava/lang/String;)Landroid/location/LocationProvider;" deprecated="31"/>
+		<method name="getProviderProperties(Ljava/lang/String;)Landroid/location/provider/ProviderProperties;" since="31"/>
 		<method name="getProviders(Landroid/location/Criteria;Z)Ljava/util/List;"/>
 		<method name="getProviders(Z)Ljava/util/List;"/>
+		<method name="hasProvider(Ljava/lang/String;)Z" since="31"/>
 		<method name="isLocationEnabled()Z" since="28"/>
 		<method name="isProviderEnabled(Ljava/lang/String;)Z"/>
 		<method name="registerAntennaInfoListener(Ljava/util/concurrent/Executor;Landroid/location/GnssAntennaInfo$Listener;)Z" since="30"/>
+		<method name="registerGnssMeasurementsCallback(Landroid/location/GnssMeasurementRequest;Ljava/util/concurrent/Executor;Landroid/location/GnssMeasurementsEvent$Callback;)Z" since="31"/>
 		<method name="registerGnssMeasurementsCallback(Landroid/location/GnssMeasurementsEvent$Callback;)Z" since="24" deprecated="30"/>
 		<method name="registerGnssMeasurementsCallback(Landroid/location/GnssMeasurementsEvent$Callback;Landroid/os/Handler;)Z" since="24"/>
 		<method name="registerGnssMeasurementsCallback(Ljava/util/concurrent/Executor;Landroid/location/GnssMeasurementsEvent$Callback;)Z" since="30"/>
@@ -23569,13 +24889,17 @@
 		<method name="removeTestProvider(Ljava/lang/String;)V" since="3"/>
 		<method name="removeUpdates(Landroid/app/PendingIntent;)V" since="3"/>
 		<method name="removeUpdates(Landroid/location/LocationListener;)V"/>
-		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Landroid/app/PendingIntent;)V" since="9"/>
-		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Landroid/location/LocationListener;Landroid/os/Looper;)V" since="9"/>
-		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Ljava/util/concurrent/Executor;Landroid/location/LocationListener;)V" since="30"/>
+		<method name="requestFlush(Ljava/lang/String;Landroid/app/PendingIntent;I)V" since="31"/>
+		<method name="requestFlush(Ljava/lang/String;Landroid/location/LocationListener;I)V" since="31"/>
+		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Landroid/app/PendingIntent;)V" since="9" deprecated="31"/>
+		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Landroid/location/LocationListener;Landroid/os/Looper;)V" since="9" deprecated="31"/>
+		<method name="requestLocationUpdates(JFLandroid/location/Criteria;Ljava/util/concurrent/Executor;Landroid/location/LocationListener;)V" since="30" deprecated="31"/>
 		<method name="requestLocationUpdates(Ljava/lang/String;JFLandroid/app/PendingIntent;)V" since="3"/>
 		<method name="requestLocationUpdates(Ljava/lang/String;JFLandroid/location/LocationListener;)V"/>
 		<method name="requestLocationUpdates(Ljava/lang/String;JFLandroid/location/LocationListener;Landroid/os/Looper;)V"/>
 		<method name="requestLocationUpdates(Ljava/lang/String;JFLjava/util/concurrent/Executor;Landroid/location/LocationListener;)V" since="30"/>
+		<method name="requestLocationUpdates(Ljava/lang/String;Landroid/location/LocationRequest;Landroid/app/PendingIntent;)V" since="31"/>
+		<method name="requestLocationUpdates(Ljava/lang/String;Landroid/location/LocationRequest;Ljava/util/concurrent/Executor;Landroid/location/LocationListener;)V" since="31"/>
 		<method name="requestSingleUpdate(Landroid/location/Criteria;Landroid/app/PendingIntent;)V" since="9" deprecated="30"/>
 		<method name="requestSingleUpdate(Landroid/location/Criteria;Landroid/location/LocationListener;Landroid/os/Looper;)V" since="9" deprecated="30"/>
 		<method name="requestSingleUpdate(Ljava/lang/String;Landroid/app/PendingIntent;)V" since="9" deprecated="30"/>
@@ -23588,10 +24912,15 @@
 		<method name="unregisterGnssMeasurementsCallback(Landroid/location/GnssMeasurementsEvent$Callback;)V" since="24"/>
 		<method name="unregisterGnssNavigationMessageCallback(Landroid/location/GnssNavigationMessage$Callback;)V" since="24"/>
 		<method name="unregisterGnssStatusCallback(Landroid/location/GnssStatus$Callback;)V" since="24"/>
+		<field name="ACTION_GNSS_CAPABILITIES_CHANGED" since="31"/>
+		<field name="EXTRA_GNSS_CAPABILITIES" since="31"/>
 		<field name="EXTRA_LOCATION_ENABLED" since="30"/>
 		<field name="EXTRA_PROVIDER_ENABLED" since="30"/>
 		<field name="EXTRA_PROVIDER_NAME" since="29"/>
+		<field name="FUSED_PROVIDER" since="31"/>
 		<field name="GPS_PROVIDER"/>
+		<field name="KEY_FLUSH_COMPLETE" since="31"/>
+		<field name="KEY_LOCATIONS" since="31"/>
 		<field name="KEY_LOCATION_CHANGED" since="3"/>
 		<field name="KEY_PROVIDER_ENABLED" since="3"/>
 		<field name="KEY_PROXIMITY_ENTERING"/>
@@ -23601,23 +24930,53 @@
 		<field name="PASSIVE_PROVIDER" since="8"/>
 		<field name="PROVIDERS_CHANGED_ACTION" since="9"/>
 	</class>
-	<class name="android/location/LocationProvider" since="1">
+	<class name="android/location/LocationProvider" since="1" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="getAccuracy()I"/>
-		<method name="getName()Ljava/lang/String;"/>
-		<method name="getPowerRequirement()I"/>
-		<method name="hasMonetaryCost()Z"/>
-		<method name="meetsCriteria(Landroid/location/Criteria;)Z"/>
-		<method name="requiresCell()Z"/>
-		<method name="requiresNetwork()Z"/>
-		<method name="requiresSatellite()Z"/>
-		<method name="supportsAltitude()Z"/>
-		<method name="supportsBearing()Z"/>
-		<method name="supportsSpeed()Z"/>
+		<method name="getAccuracy()I" deprecated="31"/>
+		<method name="getName()Ljava/lang/String;" deprecated="31"/>
+		<method name="getPowerRequirement()I" deprecated="31"/>
+		<method name="hasMonetaryCost()Z" deprecated="31"/>
+		<method name="meetsCriteria(Landroid/location/Criteria;)Z" deprecated="31"/>
+		<method name="requiresCell()Z" deprecated="31"/>
+		<method name="requiresNetwork()Z" deprecated="31"/>
+		<method name="requiresSatellite()Z" deprecated="31"/>
+		<method name="supportsAltitude()Z" deprecated="31"/>
+		<method name="supportsBearing()Z" deprecated="31"/>
+		<method name="supportsSpeed()Z" deprecated="31"/>
 		<field name="AVAILABLE" deprecated="29"/>
 		<field name="OUT_OF_SERVICE" deprecated="29"/>
 		<field name="TEMPORARILY_UNAVAILABLE" deprecated="29"/>
 	</class>
+	<class name="android/location/LocationRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getDurationMillis()J"/>
+		<method name="getIntervalMillis()J"/>
+		<method name="getMaxUpdateDelayMillis()J"/>
+		<method name="getMaxUpdates()I"/>
+		<method name="getMinUpdateDistanceMeters()F"/>
+		<method name="getMinUpdateIntervalMillis()J"/>
+		<method name="getQuality()I"/>
+		<field name="CREATOR"/>
+		<field name="PASSIVE_INTERVAL"/>
+		<field name="QUALITY_BALANCED_POWER_ACCURACY"/>
+		<field name="QUALITY_HIGH_ACCURACY"/>
+		<field name="QUALITY_LOW_POWER"/>
+	</class>
+	<class name="android/location/LocationRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(J)V"/>
+		<method name="&lt;init>(Landroid/location/LocationRequest;)V"/>
+		<method name="build()Landroid/location/LocationRequest;"/>
+		<method name="clearMinUpdateIntervalMillis()Landroid/location/LocationRequest$Builder;"/>
+		<method name="setDurationMillis(J)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setIntervalMillis(J)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setMaxUpdateDelayMillis(J)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setMaxUpdates(I)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setMinUpdateDistanceMeters(F)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setMinUpdateIntervalMillis(J)Landroid/location/LocationRequest$Builder;"/>
+		<method name="setQuality(I)Landroid/location/LocationRequest$Builder;"/>
+	</class>
 	<class name="android/location/OnNmeaMessageListener" since="24">
 		<extends name="java/lang/Object"/>
 		<method name="onNmeaMessage(Ljava/lang/String;J)V"/>
@@ -23633,6 +24992,62 @@
 		<field name="ATTRIBUTES_NAME"/>
 		<field name="META_DATA_NAME"/>
 	</class>
+	<class name="android/location/provider/ProviderProperties" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAccuracy()I"/>
+		<method name="getPowerUsage()I"/>
+		<method name="hasAltitudeSupport()Z"/>
+		<method name="hasBearingSupport()Z"/>
+		<method name="hasCellRequirement()Z"/>
+		<method name="hasMonetaryCost()Z"/>
+		<method name="hasNetworkRequirement()Z"/>
+		<method name="hasSatelliteRequirement()Z"/>
+		<method name="hasSpeedSupport()Z"/>
+		<field name="ACCURACY_COARSE"/>
+		<field name="ACCURACY_FINE"/>
+		<field name="CREATOR"/>
+		<field name="POWER_USAGE_HIGH"/>
+		<field name="POWER_USAGE_LOW"/>
+		<field name="POWER_USAGE_MEDIUM"/>
+	</class>
+	<class name="android/location/provider/ProviderProperties$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="&lt;init>(Landroid/location/provider/ProviderProperties;)V"/>
+		<method name="build()Landroid/location/provider/ProviderProperties;"/>
+		<method name="setAccuracy(I)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasAltitudeSupport(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasBearingSupport(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasCellRequirement(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasMonetaryCost(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasNetworkRequirement(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasSatelliteRequirement(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setHasSpeedSupport(Z)Landroid/location/provider/ProviderProperties$Builder;"/>
+		<method name="setPowerUsage(I)Landroid/location/provider/ProviderProperties$Builder;"/>
+	</class>
+	<class name="android/media/ApplicationMediaCapabilities" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="createFromXml(Lorg/xmlpull/v1/XmlPullParser;)Landroid/media/ApplicationMediaCapabilities;"/>
+		<method name="getSupportedHdrTypes()Ljava/util/List;"/>
+		<method name="getSupportedVideoMimeTypes()Ljava/util/List;"/>
+		<method name="getUnsupportedHdrTypes()Ljava/util/List;"/>
+		<method name="getUnsupportedVideoMimeTypes()Ljava/util/List;"/>
+		<method name="isFormatSpecified(Ljava/lang/String;)Z"/>
+		<method name="isHdrTypeSupported(Ljava/lang/String;)Z"/>
+		<method name="isVideoMimeTypeSupported(Ljava/lang/String;)Z"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/media/ApplicationMediaCapabilities$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addSupportedHdrType(Ljava/lang/String;)Landroid/media/ApplicationMediaCapabilities$Builder;"/>
+		<method name="addSupportedVideoMimeType(Ljava/lang/String;)Landroid/media/ApplicationMediaCapabilities$Builder;"/>
+		<method name="addUnsupportedHdrType(Ljava/lang/String;)Landroid/media/ApplicationMediaCapabilities$Builder;"/>
+		<method name="addUnsupportedVideoMimeType(Ljava/lang/String;)Landroid/media/ApplicationMediaCapabilities$Builder;"/>
+		<method name="build()Landroid/media/ApplicationMediaCapabilities;"/>
+	</class>
 	<class name="android/media/AsyncPlayer" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Ljava/lang/String;)V"/>
@@ -23690,6 +25105,14 @@
 		<method name="setLegacyStreamType(I)Landroid/media/AudioAttributes$Builder;"/>
 		<method name="setUsage(I)Landroid/media/AudioAttributes$Builder;"/>
 	</class>
+	<class name="android/media/AudioDescriptor" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getDescriptor()[B"/>
+		<method name="getEncapsulationType()I"/>
+		<method name="getStandard()I"/>
+		<field name="STANDARD_EDID"/>
+		<field name="STANDARD_NONE"/>
+	</class>
 	<class name="android/media/AudioDeviceCallback" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -23699,6 +25122,8 @@
 	<class name="android/media/AudioDeviceInfo" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="getAddress()Ljava/lang/String;" since="28"/>
+		<method name="getAudioDescriptors()Ljava/util/List;" since="31"/>
+		<method name="getAudioProfiles()Ljava/util/List;" since="31"/>
 		<method name="getChannelCounts()[I"/>
 		<method name="getChannelIndexMasks()[I"/>
 		<method name="getChannelMasks()[I"/>
@@ -23726,10 +25151,12 @@
 		<field name="TYPE_FM_TUNER"/>
 		<field name="TYPE_HDMI"/>
 		<field name="TYPE_HDMI_ARC"/>
+		<field name="TYPE_HDMI_EARC" since="31"/>
 		<field name="TYPE_HEARING_AID" since="28"/>
 		<field name="TYPE_IP"/>
 		<field name="TYPE_LINE_ANALOG"/>
 		<field name="TYPE_LINE_DIGITAL"/>
+		<field name="TYPE_REMOTE_SUBMIX" since="31"/>
 		<field name="TYPE_TELEPHONY"/>
 		<field name="TYPE_TV_TUNER"/>
 		<field name="TYPE_UNKNOWN"/>
@@ -23821,15 +25248,23 @@
 		<field name="ENCODING_DEFAULT"/>
 		<field name="ENCODING_DOLBY_MAT" since="29"/>
 		<field name="ENCODING_DOLBY_TRUEHD" since="25"/>
+		<field name="ENCODING_DRA" since="31"/>
 		<field name="ENCODING_DTS" since="23"/>
 		<field name="ENCODING_DTS_HD" since="23"/>
+		<field name="ENCODING_DTS_UHD" since="31"/>
 		<field name="ENCODING_E_AC3" since="21"/>
 		<field name="ENCODING_E_AC3_JOC" since="28"/>
 		<field name="ENCODING_IEC61937" since="24"/>
 		<field name="ENCODING_INVALID"/>
 		<field name="ENCODING_MP3" since="28"/>
+		<field name="ENCODING_MPEGH_BL_L3" since="31"/>
+		<field name="ENCODING_MPEGH_BL_L4" since="31"/>
+		<field name="ENCODING_MPEGH_LC_L3" since="31"/>
+		<field name="ENCODING_MPEGH_LC_L4" since="31"/>
 		<field name="ENCODING_OPUS" since="30"/>
 		<field name="ENCODING_PCM_16BIT"/>
+		<field name="ENCODING_PCM_24BIT_PACKED" since="31"/>
+		<field name="ENCODING_PCM_32BIT" since="31"/>
 		<field name="ENCODING_PCM_8BIT"/>
 		<field name="ENCODING_PCM_FLOAT" since="21"/>
 		<field name="SAMPLE_RATE_UNSPECIFIED" since="24"/>
@@ -23849,20 +25284,25 @@
 		<method name="abandonAudioFocus(Landroid/media/AudioManager$OnAudioFocusChangeListener;)I" since="8" deprecated="26"/>
 		<method name="abandonAudioFocusRequest(Landroid/media/AudioFocusRequest;)I" since="26"/>
 		<method name="addOnCommunicationDeviceChangedListener(Ljava/util/concurrent/Executor;Landroid/media/AudioManager$OnCommunicationDeviceChangedListener;)V" since="31"/>
+		<method name="addOnModeChangedListener(Ljava/util/concurrent/Executor;Landroid/media/AudioManager$OnModeChangedListener;)V" since="31"/>
 		<method name="adjustStreamVolume(III)V"/>
 		<method name="adjustSuggestedStreamVolume(III)V"/>
 		<method name="adjustVolume(II)V"/>
-		<method name="clearDeviceForCommunication()V" since="31"/>
+		<method name="clearCommunicationDevice()V" since="31"/>
 		<method name="dispatchMediaKeyEvent(Landroid/view/KeyEvent;)V" since="19"/>
 		<method name="generateAudioSessionId()I" since="21"/>
 		<method name="getActivePlaybackConfigurations()Ljava/util/List;" since="26"/>
 		<method name="getActiveRecordingConfigurations()Ljava/util/List;" since="24"/>
 		<method name="getAllowedCapturePolicy()I" since="29"/>
-		<method name="getDeviceForCommunication()Landroid/media/AudioDeviceInfo;" since="31"/>
+		<method name="getAudioHwSyncForSession(I)I" since="31"/>
+		<method name="getAvailableCommunicationDevices()Ljava/util/List;" since="31"/>
+		<method name="getCommunicationDevice()Landroid/media/AudioDeviceInfo;" since="31"/>
 		<method name="getDevices(I)[Landroid/media/AudioDeviceInfo;" since="23"/>
+		<method name="getEncodedSurroundMode()I" since="31"/>
 		<method name="getMicrophones()Ljava/util/List;" since="28"/>
 		<method name="getMode()I"/>
 		<method name="getParameters(Ljava/lang/String;)Ljava/lang/String;" since="5"/>
+		<method name="getPlaybackOffloadSupport(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)I" since="31"/>
 		<method name="getProperty(Ljava/lang/String;)Ljava/lang/String;" since="17"/>
 		<method name="getRingerMode()I"/>
 		<method name="getRouting(I)I" deprecated="15"/>
@@ -23881,6 +25321,7 @@
 		<method name="isOffloadedPlaybackSupported(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)Z" since="29"/>
 		<method name="isSpeakerphoneOn()Z"/>
 		<method name="isStreamMute(I)Z" since="23"/>
+		<method name="isSurroundFormatEnabled(I)Z" since="31"/>
 		<method name="isVolumeFixed()Z" since="21"/>
 		<method name="isWiredHeadsetOn()Z" since="5" deprecated="15"/>
 		<method name="loadSoundEffects()V"/>
@@ -23894,12 +25335,14 @@
 		<method name="registerRemoteControlClient(Landroid/media/RemoteControlClient;)V" since="14" deprecated="21"/>
 		<method name="registerRemoteController(Landroid/media/RemoteController;)Z" since="19" deprecated="21"/>
 		<method name="removeOnCommunicationDeviceChangedListener(Landroid/media/AudioManager$OnCommunicationDeviceChangedListener;)V" since="31"/>
+		<method name="removeOnModeChangedListener(Landroid/media/AudioManager$OnModeChangedListener;)V" since="31"/>
 		<method name="requestAudioFocus(Landroid/media/AudioFocusRequest;)I" since="26"/>
 		<method name="requestAudioFocus(Landroid/media/AudioManager$OnAudioFocusChangeListener;II)I" since="8" deprecated="26"/>
 		<method name="setAllowedCapturePolicy(I)V" since="29"/>
 		<method name="setBluetoothA2dpOn(Z)V" since="3" deprecated="15"/>
 		<method name="setBluetoothScoOn(Z)V"/>
-		<method name="setDeviceForCommunication(Landroid/media/AudioDeviceInfo;)Z" since="31"/>
+		<method name="setCommunicationDevice(Landroid/media/AudioDeviceInfo;)Z" since="31"/>
+		<method name="setEncodedSurroundMode(I)Z" since="31"/>
 		<method name="setMicrophoneMute(Z)V"/>
 		<method name="setMode(I)V"/>
 		<method name="setParameters(Ljava/lang/String;)V" since="5"/>
@@ -23909,6 +25352,7 @@
 		<method name="setStreamMute(IZ)V" deprecated="23"/>
 		<method name="setStreamSolo(IZ)V" deprecated="23"/>
 		<method name="setStreamVolume(III)V"/>
+		<method name="setSurroundFormatEnabled(IZ)Z" since="31"/>
 		<method name="setVibrateSetting(II)V" deprecated="16"/>
 		<method name="setWiredHeadsetOn(Z)V" since="5" deprecated="15"/>
 		<method name="shouldVibrate(I)Z" deprecated="16"/>
@@ -23947,6 +25391,11 @@
 		<field name="AUDIOFOCUS_REQUEST_FAILED" since="8"/>
 		<field name="AUDIOFOCUS_REQUEST_GRANTED" since="8"/>
 		<field name="AUDIO_SESSION_ID_GENERATE" since="21"/>
+		<field name="ENCODED_SURROUND_OUTPUT_ALWAYS" since="31"/>
+		<field name="ENCODED_SURROUND_OUTPUT_AUTO" since="31"/>
+		<field name="ENCODED_SURROUND_OUTPUT_MANUAL" since="31"/>
+		<field name="ENCODED_SURROUND_OUTPUT_NEVER" since="31"/>
+		<field name="ENCODED_SURROUND_OUTPUT_UNKNOWN" since="31"/>
 		<field name="ERROR" since="21"/>
 		<field name="ERROR_DEAD_OBJECT" since="21"/>
 		<field name="EXTRA_AUDIO_PLUG_STATE" since="21"/>
@@ -23962,6 +25411,7 @@
 		<field name="FLAG_REMOVE_SOUND_AND_VIBRATE"/>
 		<field name="FLAG_SHOW_UI"/>
 		<field name="FLAG_VIBRATE"/>
+		<field name="FX_BACK" since="31"/>
 		<field name="FX_FOCUS_NAVIGATION_DOWN"/>
 		<field name="FX_FOCUS_NAVIGATION_LEFT"/>
 		<field name="FX_FOCUS_NAVIGATION_RIGHT"/>
@@ -23983,6 +25433,9 @@
 		<field name="MODE_NORMAL"/>
 		<field name="MODE_RINGTONE"/>
 		<field name="NUM_STREAMS" deprecated="15"/>
+		<field name="PLAYBACK_OFFLOAD_GAPLESS_SUPPORTED" since="31"/>
+		<field name="PLAYBACK_OFFLOAD_NOT_SUPPORTED" since="31"/>
+		<field name="PLAYBACK_OFFLOAD_SUPPORTED" since="31"/>
 		<field name="PROPERTY_OUTPUT_FRAMES_PER_BUFFER" since="17"/>
 		<field name="PROPERTY_OUTPUT_SAMPLE_RATE" since="17"/>
 		<field name="PROPERTY_SUPPORT_AUDIO_SOURCE_UNPROCESSED" since="24"/>
@@ -24036,6 +25489,9 @@
 	<class name="android/media/AudioManager$OnCommunicationDeviceChangedListener" since="31">
 		<method name="onCommunicationDeviceChanged(Landroid/media/AudioDeviceInfo;)V"/>
 	</class>
+	<class name="android/media/AudioManager$OnModeChangedListener" since="31">
+		<method name="onModeChanged(I)V"/>
+	</class>
 	<class name="android/media/AudioMetadata" since="30">
 		<extends name="java/lang/Object"/>
 		<method name="createMap()Landroid/media/AudioMetadataMap;"/>
@@ -24093,6 +25549,7 @@
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 		<method name="getAudioAttributes()Landroid/media/AudioAttributes;"/>
+		<method name="getAudioDeviceInfo()Landroid/media/AudioDeviceInfo;" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/media/AudioPresentation" since="28">
@@ -24132,6 +25589,16 @@
 		<method name="setMasteringIndication(I)Landroid/media/AudioPresentation$Builder;"/>
 		<method name="setProgramId(I)Landroid/media/AudioPresentation$Builder;"/>
 	</class>
+	<class name="android/media/AudioProfile" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getChannelIndexMasks()[I"/>
+		<method name="getChannelMasks()[I"/>
+		<method name="getEncapsulationType()I"/>
+		<method name="getFormat()I"/>
+		<method name="getSampleRates()[I"/>
+		<field name="AUDIO_ENCAPSULATION_TYPE_IEC61937"/>
+		<field name="AUDIO_ENCAPSULATION_TYPE_NONE"/>
+	</class>
 	<class name="android/media/AudioRecord" since="3">
 		<extends name="java/lang/Object"/>
 		<implements name="android/media/AudioRecordingMonitor" since="29"/>
@@ -24147,6 +25614,7 @@
 		<method name="getChannelConfiguration()I"/>
 		<method name="getChannelCount()I"/>
 		<method name="getFormat()Landroid/media/AudioFormat;" since="23"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;" since="31"/>
 		<method name="getMetrics()Landroid/os/PersistableBundle;" since="28"/>
 		<method name="getMinBufferSize(III)I"/>
 		<method name="getNotificationMarkerPosition()I"/>
@@ -24167,6 +25635,7 @@
 		<method name="read([SIII)I" since="23"/>
 		<method name="release()V"/>
 		<method name="removeOnRoutingChangedListener(Landroid/media/AudioRecord$OnRoutingChangedListener;)V" since="23" deprecated="24"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V" since="31"/>
 		<method name="setNotificationMarkerPosition(I)I"/>
 		<method name="setPositionNotificationPeriod(I)I"/>
 		<method name="setPreferredDevice(Landroid/media/AudioDeviceInfo;)Z" since="23"/>
@@ -24195,6 +25664,7 @@
 		<method name="setAudioPlaybackCaptureConfig(Landroid/media/AudioPlaybackCaptureConfiguration;)Landroid/media/AudioRecord$Builder;" since="29"/>
 		<method name="setAudioSource(I)Landroid/media/AudioRecord$Builder;"/>
 		<method name="setBufferSizeInBytes(I)Landroid/media/AudioRecord$Builder;"/>
+		<method name="setContext(Landroid/content/Context;)Landroid/media/AudioRecord$Builder;" since="31"/>
 		<method name="setPrivacySensitive(Z)Landroid/media/AudioRecord$Builder;" since="30"/>
 	</class>
 	<class name="android/media/AudioRecord$MetricsConstants" since="28">
@@ -24276,6 +25746,7 @@
 		<method name="getChannelCount()I"/>
 		<method name="getDualMonoMode()I" since="30"/>
 		<method name="getFormat()Landroid/media/AudioFormat;" since="23"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;" since="31"/>
 		<method name="getMaxVolume()F"/>
 		<method name="getMetrics()Landroid/os/PersistableBundle;" since="28"/>
 		<method name="getMinBufferSize(III)I"/>
@@ -24312,6 +25783,7 @@
 		<method name="setAuxEffectSendLevel(F)I" since="9"/>
 		<method name="setBufferSizeInFrames(I)I" since="24"/>
 		<method name="setDualMonoMode(I)Z" since="30"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V" since="31"/>
 		<method name="setLoopPoints(III)I"/>
 		<method name="setNotificationMarkerPosition(I)I"/>
 		<method name="setOffloadDelayPadding(II)V" since="29"/>
@@ -24408,8 +25880,9 @@
 	</class>
 	<class name="android/media/CamcorderProfile" since="8">
 		<extends name="java/lang/Object"/>
-		<method name="get(I)Landroid/media/CamcorderProfile;"/>
-		<method name="get(II)Landroid/media/CamcorderProfile;" since="9"/>
+		<method name="get(I)Landroid/media/CamcorderProfile;" deprecated="31"/>
+		<method name="get(II)Landroid/media/CamcorderProfile;" since="9" deprecated="31"/>
+		<method name="getAll(Ljava/lang/String;I)Landroid/media/EncoderProfiles;" since="31"/>
 		<method name="hasProfile(I)Z" since="11"/>
 		<method name="hasProfile(II)Z" since="11"/>
 		<field name="QUALITY_1080P" since="11"/>
@@ -24418,6 +25891,7 @@
 		<field name="QUALITY_480P" since="11"/>
 		<field name="QUALITY_4KDCI" since="30"/>
 		<field name="QUALITY_720P" since="11"/>
+		<field name="QUALITY_8KUHD" since="31"/>
 		<field name="QUALITY_CIF" since="11"/>
 		<field name="QUALITY_HIGH"/>
 		<field name="QUALITY_HIGH_SPEED_1080P" since="21"/>
@@ -24439,6 +25913,7 @@
 		<field name="QUALITY_TIME_LAPSE_480P" since="11"/>
 		<field name="QUALITY_TIME_LAPSE_4KDCI" since="30"/>
 		<field name="QUALITY_TIME_LAPSE_720P" since="11"/>
+		<field name="QUALITY_TIME_LAPSE_8KUHD" since="31"/>
 		<field name="QUALITY_TIME_LAPSE_CIF" since="11"/>
 		<field name="QUALITY_TIME_LAPSE_HIGH" since="11"/>
 		<field name="QUALITY_TIME_LAPSE_LOW" since="11"/>
@@ -24481,11 +25956,38 @@
 	</class>
 	<class name="android/media/DrmInitData$SchemeInitData" since="24">
 		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/util/UUID;Ljava/lang/String;[B)V" since="31"/>
 		<field name="UUID_NIL" since="30"/>
 		<field name="data"/>
 		<field name="mimeType"/>
 		<field name="uuid" since="30"/>
 	</class>
+	<class name="android/media/EncoderProfiles" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getAudioProfiles()Ljava/util/List;"/>
+		<method name="getDefaultDurationSeconds()I"/>
+		<method name="getRecommendedFileFormat()I"/>
+		<method name="getVideoProfiles()Ljava/util/List;"/>
+	</class>
+	<class name="android/media/EncoderProfiles$AudioProfile" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getBitrate()I"/>
+		<method name="getChannels()I"/>
+		<method name="getCodec()I"/>
+		<method name="getMediaType()Ljava/lang/String;"/>
+		<method name="getProfile()I"/>
+		<method name="getSampleRate()I"/>
+	</class>
+	<class name="android/media/EncoderProfiles$VideoProfile" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getBitrate()I"/>
+		<method name="getCodec()I"/>
+		<method name="getFrameRate()I"/>
+		<method name="getHeight()I"/>
+		<method name="getMediaType()Ljava/lang/String;"/>
+		<method name="getProfile()I"/>
+		<method name="getWidth()I"/>
+	</class>
 	<class name="android/media/ExifInterface" since="5">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Ljava/io/File;)V" since="29"/>
@@ -24499,6 +26001,10 @@
 		<method name="getAttributeDouble(Ljava/lang/String;D)D" since="8"/>
 		<method name="getAttributeInt(Ljava/lang/String;I)I"/>
 		<method name="getAttributeRange(Ljava/lang/String;)[J" since="29"/>
+		<method name="getDateTime()J" since="31"/>
+		<method name="getDateTimeDigitized()J" since="31"/>
+		<method name="getDateTimeOriginal()J" since="31"/>
+		<method name="getGpsDateTime()J" since="31"/>
 		<method name="getLatLong([F)Z"/>
 		<method name="getThumbnail()[B"/>
 		<method name="getThumbnailBitmap()Landroid/graphics/Bitmap;" since="26"/>
@@ -24779,6 +26285,7 @@
 		<implements name="java/lang/AutoCloseable"/>
 		<method name="&lt;init>(I)V"/>
 		<method name="&lt;init>(Landroid/content/Context;ILjava/lang/String;I)V" since="30"/>
+		<method name="&lt;init>(Landroid/content/Context;ILjava/lang/String;ILandroid/os/Handler;Landroid/media/MediaCas$EventListener;)V" since="31"/>
 		<method name="enumeratePlugins()[Landroid/media/MediaCas$PluginDescriptor;"/>
 		<method name="isSystemIdSupported(I)Z"/>
 		<method name="openSession()Landroid/media/MediaCas$Session;"/>
@@ -24894,6 +26401,7 @@
 		<method name="setCallback(Landroid/media/MediaCodec$Callback;)V" since="21"/>
 		<method name="setCallback(Landroid/media/MediaCodec$Callback;Landroid/os/Handler;)V" since="23"/>
 		<method name="setInputSurface(Landroid/view/Surface;)V" since="23"/>
+		<method name="setOnFirstTunnelFrameReadyListener(Landroid/os/Handler;Landroid/media/MediaCodec$OnFirstTunnelFrameReadyListener;)V" since="31"/>
 		<method name="setOnFrameRenderedListener(Landroid/media/MediaCodec$OnFrameRenderedListener;Landroid/os/Handler;)V" since="23"/>
 		<method name="setOutputSurface(Landroid/view/Surface;)V" since="23"/>
 		<method name="setParameters(Landroid/os/Bundle;)V" since="19"/>
@@ -24922,6 +26430,7 @@
 		<field name="PARAMETER_KEY_REQUEST_SYNC_FRAME" since="19"/>
 		<field name="PARAMETER_KEY_SUSPEND" since="19"/>
 		<field name="PARAMETER_KEY_SUSPEND_TIME" since="29"/>
+		<field name="PARAMETER_KEY_TUNNEL_PEEK" since="31"/>
 		<field name="PARAMETER_KEY_VIDEO_BITRATE" since="19"/>
 		<field name="VIDEO_SCALING_MODE_SCALE_TO_FIT"/>
 		<field name="VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING"/>
@@ -24956,19 +26465,20 @@
 		<extends name="java/lang/RuntimeException"/>
 		<method name="&lt;init>(ILjava/lang/String;)V"/>
 		<method name="getErrorCode()I"/>
-		<field name="ERROR_FRAME_TOO_LARGE" since="29"/>
-		<field name="ERROR_INSUFFICIENT_OUTPUT_PROTECTION" since="21"/>
-		<field name="ERROR_INSUFFICIENT_SECURITY" since="29"/>
-		<field name="ERROR_KEY_EXPIRED" since="19"/>
-		<field name="ERROR_LOST_STATE" since="29"/>
-		<field name="ERROR_NO_KEY" since="19"/>
-		<field name="ERROR_RESOURCE_BUSY" since="19"/>
-		<field name="ERROR_SESSION_NOT_OPENED" since="23"/>
-		<field name="ERROR_UNSUPPORTED_OPERATION" since="24"/>
+		<field name="ERROR_FRAME_TOO_LARGE" since="29" deprecated="31"/>
+		<field name="ERROR_INSUFFICIENT_OUTPUT_PROTECTION" since="21" deprecated="31"/>
+		<field name="ERROR_INSUFFICIENT_SECURITY" since="29" deprecated="31"/>
+		<field name="ERROR_KEY_EXPIRED" since="19" deprecated="31"/>
+		<field name="ERROR_LOST_STATE" since="29" deprecated="31"/>
+		<field name="ERROR_NO_KEY" since="19" deprecated="31"/>
+		<field name="ERROR_RESOURCE_BUSY" since="19" deprecated="31"/>
+		<field name="ERROR_SESSION_NOT_OPENED" since="23" deprecated="31"/>
+		<field name="ERROR_UNSUPPORTED_OPERATION" since="24" deprecated="31"/>
 	</class>
 	<class name="android/media/MediaCodec$CryptoInfo" since="16">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
+		<method name="getPattern()Landroid/media/MediaCodec$CryptoInfo$Pattern;" since="31"/>
 		<method name="set(I[I[I[B[BI)V"/>
 		<method name="setPattern(Landroid/media/MediaCodec$CryptoInfo$Pattern;)V" since="24"/>
 		<field name="iv"/>
@@ -25009,6 +26519,9 @@
 		<field name="SECURE"/>
 		<field name="WIDTH"/>
 	</class>
+	<class name="android/media/MediaCodec$OnFirstTunnelFrameReadyListener" since="31">
+		<method name="onFirstTunnelFrameReady(Landroid/media/MediaCodec;)V"/>
+	</class>
 	<class name="android/media/MediaCodec$OnFrameRenderedListener" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="onFrameRendered(Landroid/media/MediaCodec;JJ)V"/>
@@ -25056,7 +26569,9 @@
 	<class name="android/media/MediaCodecInfo$AudioCapabilities" since="21">
 		<extends name="java/lang/Object"/>
 		<method name="getBitrateRange()Landroid/util/Range;"/>
+		<method name="getInputChannelCountRanges()[Landroid/util/Range;" since="31"/>
 		<method name="getMaxInputChannelCount()I"/>
+		<method name="getMinInputChannelCount()I" since="31"/>
 		<method name="getSupportedSampleRateRanges()[Landroid/util/Range;"/>
 		<method name="getSupportedSampleRates()[I"/>
 		<method name="isSampleRateSupported(I)Z"/>
@@ -25133,6 +26648,7 @@
 		<field name="FEATURE_LowLatency" since="30"/>
 		<field name="FEATURE_MultipleFrames" since="29"/>
 		<field name="FEATURE_PartialFrame" since="26"/>
+		<field name="FEATURE_QpBounds" since="31"/>
 		<field name="FEATURE_SecurePlayback" since="21"/>
 		<field name="FEATURE_TunneledPlayback" since="21"/>
 		<field name="colorFormats"/>
@@ -25351,6 +26867,7 @@
 		<method name="getQualityRange()Landroid/util/Range;" since="28"/>
 		<method name="isBitrateModeSupported(I)Z"/>
 		<field name="BITRATE_MODE_CBR"/>
+		<field name="BITRATE_MODE_CBR_FD" since="31"/>
 		<field name="BITRATE_MODE_CQ"/>
 		<field name="BITRATE_MODE_VBR"/>
 	</class>
@@ -25420,6 +26937,11 @@
 		<field name="ALL_CODECS" since="21"/>
 		<field name="REGULAR_CODECS" since="21"/>
 	</class>
+	<class name="android/media/MediaCommunicationManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getSession2Tokens()Ljava/util/List;"/>
+		<method name="getVersion()I"/>
+	</class>
 	<class name="android/media/MediaController2" since="29">
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/AutoCloseable"/>
@@ -25522,6 +27044,7 @@
 		<method name="getConnectedHdcpLevel()I" since="28"/>
 		<method name="getCryptoSession([BLjava/lang/String;Ljava/lang/String;)Landroid/media/MediaDrm$CryptoSession;"/>
 		<method name="getKeyRequest([B[BLjava/lang/String;ILjava/util/HashMap;)Landroid/media/MediaDrm$KeyRequest;"/>
+		<method name="getLogMessages()Ljava/util/List;" since="31"/>
 		<method name="getMaxHdcpLevel()I" since="28"/>
 		<method name="getMaxSecurityLevel()I" since="28"/>
 		<method name="getMaxSessionCount()I" since="28"/>
@@ -25529,6 +27052,7 @@
 		<method name="getOfflineLicenseKeySetIds()Ljava/util/List;" since="29"/>
 		<method name="getOfflineLicenseState([B)I" since="29"/>
 		<method name="getOpenSessionCount()I" since="28"/>
+		<method name="getPlaybackComponent([B)Landroid/media/MediaDrm$PlaybackComponent;" since="31"/>
 		<method name="getPropertyByteArray(Ljava/lang/String;)[B"/>
 		<method name="getPropertyString(Ljava/lang/String;)Ljava/lang/String;"/>
 		<method name="getProvisionRequest()Landroid/media/MediaDrm$ProvisionRequest;"/>
@@ -25552,6 +27076,8 @@
 		<method name="removeKeys([B)V"/>
 		<method name="removeOfflineLicense([B)V" since="29"/>
 		<method name="removeSecureStop([B)V" since="28"/>
+		<method name="requiresSecureDecoder(Ljava/lang/String;)Z" since="31"/>
+		<method name="requiresSecureDecoder(Ljava/lang/String;I)Z" since="31"/>
 		<method name="restoreKeys([B[B)V"/>
 		<method name="setOnEventListener(Landroid/media/MediaDrm$OnEventListener;)V"/>
 		<method name="setOnEventListener(Landroid/media/MediaDrm$OnEventListener;Landroid/os/Handler;)V" since="29"/>
@@ -25602,6 +27128,43 @@
 		<method name="sign([B[B)[B"/>
 		<method name="verify([B[B[B)Z"/>
 	</class>
+	<class name="android/media/MediaDrm$ErrorCodes" since="31">
+		<extends name="java/lang/Object"/>
+		<field name="ERROR_CERTIFICATE_MALFORMED"/>
+		<field name="ERROR_CERTIFICATE_MISSING"/>
+		<field name="ERROR_CRYPTO_LIBRARY"/>
+		<field name="ERROR_FRAME_TOO_LARGE"/>
+		<field name="ERROR_GENERIC_OEM"/>
+		<field name="ERROR_GENERIC_PLUGIN"/>
+		<field name="ERROR_INIT_DATA"/>
+		<field name="ERROR_INSUFFICIENT_OUTPUT_PROTECTION"/>
+		<field name="ERROR_INSUFFICIENT_SECURITY"/>
+		<field name="ERROR_KEY_EXPIRED"/>
+		<field name="ERROR_KEY_NOT_LOADED"/>
+		<field name="ERROR_LICENSE_PARSE"/>
+		<field name="ERROR_LICENSE_POLICY"/>
+		<field name="ERROR_LICENSE_RELEASE"/>
+		<field name="ERROR_LICENSE_REQUEST_REJECTED"/>
+		<field name="ERROR_LICENSE_RESTORE"/>
+		<field name="ERROR_LICENSE_STATE"/>
+		<field name="ERROR_LOST_STATE"/>
+		<field name="ERROR_MEDIA_FRAMEWORK"/>
+		<field name="ERROR_NO_KEY"/>
+		<field name="ERROR_PROVISIONING_CERTIFICATE"/>
+		<field name="ERROR_PROVISIONING_CONFIG"/>
+		<field name="ERROR_PROVISIONING_PARSE"/>
+		<field name="ERROR_PROVISIONING_REQUEST_REJECTED"/>
+		<field name="ERROR_PROVISIONING_RETRY"/>
+		<field name="ERROR_RESOURCE_BUSY"/>
+		<field name="ERROR_RESOURCE_CONTENTION"/>
+		<field name="ERROR_SECURE_STOP_RELEASE"/>
+		<field name="ERROR_SESSION_NOT_OPENED"/>
+		<field name="ERROR_STORAGE_READ"/>
+		<field name="ERROR_STORAGE_WRITE"/>
+		<field name="ERROR_UNKNOWN"/>
+		<field name="ERROR_UNSUPPORTED_OPERATION"/>
+		<field name="ERROR_ZERO_SUBSAMPLES"/>
+	</class>
 	<class name="android/media/MediaDrm$HdcpLevel" since="28" deprecated="29">
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/annotation/Annotation"/>
@@ -25628,9 +27191,17 @@
 		<field name="STATUS_USABLE"/>
 		<field name="STATUS_USABLE_IN_FUTURE" since="29"/>
 	</class>
+	<class name="android/media/MediaDrm$LogMessage" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getMessage()Ljava/lang/String;"/>
+		<method name="getPriority()I"/>
+		<method name="getTimestampMillis()J"/>
+	</class>
 	<class name="android/media/MediaDrm$MediaDrmStateException" since="21">
 		<extends name="java/lang/IllegalStateException"/>
 		<method name="getDiagnosticInfo()Ljava/lang/String;"/>
+		<method name="getErrorCode()I" since="31"/>
+		<method name="isTransient()Z" since="31"/>
 	</class>
 	<class name="android/media/MediaDrm$MetricsConstants" since="28">
 		<extends name="java/lang/Object"/>
@@ -25686,6 +27257,11 @@
 		<extends name="java/lang/Object"/>
 		<method name="onSessionLostState(Landroid/media/MediaDrm;[B)V"/>
 	</class>
+	<class name="android/media/MediaDrm$PlaybackComponent" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V"/>
+	</class>
 	<class name="android/media/MediaDrm$ProvisionRequest" since="18">
 		<extends name="java/lang/Object"/>
 		<method name="getData()[B"/>
@@ -25698,9 +27274,10 @@
 	<class name="android/media/MediaDrm$SessionException" since="29">
 		<extends name="java/lang/RuntimeException"/>
 		<method name="&lt;init>(ILjava/lang/String;)V"/>
-		<method name="getErrorCode()I"/>
-		<field name="ERROR_RESOURCE_CONTENTION"/>
-		<field name="ERROR_UNKNOWN"/>
+		<method name="getErrorCode()I" deprecated="31"/>
+		<method name="isTransient()Z" since="31"/>
+		<field name="ERROR_RESOURCE_CONTENTION" deprecated="31"/>
+		<field name="ERROR_UNKNOWN" deprecated="31"/>
 	</class>
 	<class name="android/media/MediaDrmException" since="18">
 		<extends name="java/lang/Exception"/>
@@ -25718,6 +27295,7 @@
 		<method name="getCachedDuration()J"/>
 		<method name="getCasInfo(I)Landroid/media/MediaExtractor$CasInfo;" since="26"/>
 		<method name="getDrmInitData()Landroid/media/DrmInitData;" since="24"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;" since="31"/>
 		<method name="getMetrics()Landroid/os/PersistableBundle;" since="26"/>
 		<method name="getPsshInfo()Ljava/util/Map;" since="18"/>
 		<method name="getSampleCryptoInfo(Landroid/media/MediaCodec$CryptoInfo;)Z"/>
@@ -25739,6 +27317,7 @@
 		<method name="setDataSource(Ljava/io/FileDescriptor;JJ)V"/>
 		<method name="setDataSource(Ljava/lang/String;)V"/>
 		<method name="setDataSource(Ljava/lang/String;Ljava/util/Map;)V"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V" since="31"/>
 		<method name="setMediaCas(Landroid/media/MediaCas;)V" since="26"/>
 		<method name="unselectTrack(I)V"/>
 		<field name="SAMPLE_FLAG_ENCRYPTED"/>
@@ -25760,6 +27339,17 @@
 		<field name="MIME_TYPE"/>
 		<field name="TRACKS"/>
 	</class>
+	<class name="android/media/MediaFeature" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+	</class>
+	<class name="android/media/MediaFeature$HdrType" since="31">
+		<extends name="java/lang/Object"/>
+		<field name="DOLBY_VISION"/>
+		<field name="HDR10"/>
+		<field name="HDR10_PLUS"/>
+		<field name="HLG"/>
+	</class>
 	<class name="android/media/MediaFormat" since="16">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -25814,6 +27404,7 @@
 		<field name="KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT" since="21"/>
 		<field name="KEY_AAC_PROFILE"/>
 		<field name="KEY_AAC_SBR_MODE" since="21"/>
+		<field name="KEY_ALLOW_FRAME_DROP" since="31"/>
 		<field name="KEY_AUDIO_SESSION_ID" since="21"/>
 		<field name="KEY_BITRATE_MODE" since="21"/>
 		<field name="KEY_BIT_RATE"/>
@@ -25826,6 +27417,7 @@
 		<field name="KEY_COLOR_RANGE" since="24"/>
 		<field name="KEY_COLOR_STANDARD" since="24"/>
 		<field name="KEY_COLOR_TRANSFER" since="24"/>
+		<field name="KEY_COLOR_TRANSFER_REQUEST" since="31"/>
 		<field name="KEY_COMPLEXITY" since="21"/>
 		<field name="KEY_CREATE_INPUT_SURFACE_SUSPENDED" since="29"/>
 		<field name="KEY_DURATION"/>
@@ -25874,11 +27466,20 @@
 		<field name="KEY_ROTATION" since="23"/>
 		<field name="KEY_SAMPLE_RATE"/>
 		<field name="KEY_SLICE_HEIGHT" since="23"/>
+		<field name="KEY_SLOW_MOTION_MARKERS" since="31"/>
 		<field name="KEY_STRIDE" since="23"/>
 		<field name="KEY_TEMPORAL_LAYERING" since="21"/>
 		<field name="KEY_TILE_HEIGHT" since="28"/>
 		<field name="KEY_TILE_WIDTH" since="28"/>
 		<field name="KEY_TRACK_ID" since="24"/>
+		<field name="KEY_VIDEO_QP_B_MAX" since="31"/>
+		<field name="KEY_VIDEO_QP_B_MIN" since="31"/>
+		<field name="KEY_VIDEO_QP_I_MAX" since="31"/>
+		<field name="KEY_VIDEO_QP_I_MIN" since="31"/>
+		<field name="KEY_VIDEO_QP_MAX" since="31"/>
+		<field name="KEY_VIDEO_QP_MIN" since="31"/>
+		<field name="KEY_VIDEO_QP_P_MAX" since="31"/>
+		<field name="KEY_VIDEO_QP_P_MIN" since="31"/>
 		<field name="KEY_WIDTH"/>
 		<field name="MIMETYPE_AUDIO_AAC" since="21"/>
 		<field name="MIMETYPE_AUDIO_AC3" since="21"/>
@@ -25891,6 +27492,8 @@
 		<field name="MIMETYPE_AUDIO_G711_ALAW" since="21"/>
 		<field name="MIMETYPE_AUDIO_G711_MLAW" since="21"/>
 		<field name="MIMETYPE_AUDIO_MPEG" since="21"/>
+		<field name="MIMETYPE_AUDIO_MPEGH_MHA1" since="31"/>
+		<field name="MIMETYPE_AUDIO_MPEGH_MHM1" since="31"/>
 		<field name="MIMETYPE_AUDIO_MSGSM" since="21"/>
 		<field name="MIMETYPE_AUDIO_OPUS" since="21"/>
 		<field name="MIMETYPE_AUDIO_QCELP" since="21"/>
@@ -25925,6 +27528,7 @@
 		<implements name="android/os/Parcelable"/>
 		<method name="containsKey(Ljava/lang/String;)Z"/>
 		<method name="getBitmap(Ljava/lang/String;)Landroid/graphics/Bitmap;"/>
+		<method name="getBitmapDimensionLimit()I" since="31"/>
 		<method name="getDescription()Landroid/media/MediaDescription;"/>
 		<method name="getLong(Ljava/lang/String;)J"/>
 		<method name="getRating(Ljava/lang/String;)Landroid/media/Rating;"/>
@@ -25973,6 +27577,7 @@
 		<method name="putRating(Ljava/lang/String;Landroid/media/Rating;)Landroid/media/MediaMetadata$Builder;"/>
 		<method name="putString(Ljava/lang/String;Ljava/lang/String;)Landroid/media/MediaMetadata$Builder;"/>
 		<method name="putText(Ljava/lang/String;Ljava/lang/CharSequence;)Landroid/media/MediaMetadata$Builder;"/>
+		<method name="setBitmapDimensionLimit(I)Landroid/media/MediaMetadata$Builder;" since="31"/>
 	</class>
 	<class name="android/media/MediaMetadataEditor" since="19" deprecated="21">
 		<extends name="java/lang/Object"/>
@@ -26025,6 +27630,7 @@
 		<field name="METADATA_KEY_ARTIST"/>
 		<field name="METADATA_KEY_AUTHOR"/>
 		<field name="METADATA_KEY_BITRATE" since="14"/>
+		<field name="METADATA_KEY_BITS_PER_SAMPLE" since="31"/>
 		<field name="METADATA_KEY_CAPTURE_FRAMERATE" since="23"/>
 		<field name="METADATA_KEY_CD_TRACK_NUMBER"/>
 		<field name="METADATA_KEY_COLOR_RANGE" since="30"/>
@@ -26049,12 +27655,15 @@
 		<field name="METADATA_KEY_LOCATION" since="15"/>
 		<field name="METADATA_KEY_MIMETYPE"/>
 		<field name="METADATA_KEY_NUM_TRACKS"/>
+		<field name="METADATA_KEY_SAMPLERATE" since="31"/>
 		<field name="METADATA_KEY_TITLE"/>
 		<field name="METADATA_KEY_VIDEO_FRAME_COUNT" since="28"/>
 		<field name="METADATA_KEY_VIDEO_HEIGHT" since="14"/>
 		<field name="METADATA_KEY_VIDEO_ROTATION" since="17"/>
 		<field name="METADATA_KEY_VIDEO_WIDTH" since="14"/>
 		<field name="METADATA_KEY_WRITER"/>
+		<field name="METADATA_KEY_XMP_LENGTH" since="31"/>
+		<field name="METADATA_KEY_XMP_OFFSET" since="31"/>
 		<field name="METADATA_KEY_YEAR"/>
 		<field name="OPTION_CLOSEST"/>
 		<field name="OPTION_CLOSEST_SYNC"/>
@@ -26093,10 +27702,12 @@
 		<method name="advance(Landroid/media/MediaParser$SeekableInputReader;)Z"/>
 		<method name="create(Landroid/media/MediaParser$OutputConsumer;[Ljava/lang/String;)Landroid/media/MediaParser;"/>
 		<method name="createByName(Ljava/lang/String;Landroid/media/MediaParser$OutputConsumer;)Landroid/media/MediaParser;"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;" since="31"/>
 		<method name="getParserName()Ljava/lang/String;"/>
 		<method name="getParserNames(Landroid/media/MediaFormat;)Ljava/util/List;"/>
 		<method name="release()V"/>
 		<method name="seek(Landroid/media/MediaParser$SeekPoint;)V"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V" since="31"/>
 		<method name="setParameter(Ljava/lang/String;Ljava/lang/Object;)Landroid/media/MediaParser;"/>
 		<method name="supportsParameter(Ljava/lang/String;)Z"/>
 		<field name="PARAMETER_ADTS_ENABLE_CBR_SEEKING"/>
@@ -26407,9 +28018,11 @@
 		<implements name="android/media/AudioRecordingMonitor" since="29"/>
 		<implements name="android/media/AudioRouting" since="28"/>
 		<implements name="android/media/MicrophoneDirection" since="29"/>
-		<method name="&lt;init>()V"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(Landroid/content/Context;)V" since="31"/>
 		<method name="getActiveMicrophones()Ljava/util/List;" since="28"/>
 		<method name="getAudioSourceMax()I" since="4"/>
+		<method name="getLogSessionId()Landroid/media/metrics/LogSessionId;" since="31"/>
 		<method name="getMaxAmplitude()I"/>
 		<method name="getMetrics()Landroid/os/PersistableBundle;" since="26"/>
 		<method name="getSurface()Landroid/view/Surface;" since="21"/>
@@ -26422,6 +28035,7 @@
 		<method name="setAudioChannels(I)V" since="8"/>
 		<method name="setAudioEncoder(I)V"/>
 		<method name="setAudioEncodingBitRate(I)V" since="8"/>
+		<method name="setAudioProfile(Landroid/media/EncoderProfiles$AudioProfile;)V" since="31"/>
 		<method name="setAudioSamplingRate(I)V" since="8"/>
 		<method name="setAudioSource(I)V"/>
 		<method name="setAuxiliaryOutputFile(Ljava/io/FileDescriptor;)V" since="11" deprecated="15" removed="16"/>
@@ -26430,6 +28044,7 @@
 		<method name="setCaptureRate(D)V" since="11"/>
 		<method name="setInputSurface(Landroid/view/Surface;)V" since="23"/>
 		<method name="setLocation(FF)V" since="14"/>
+		<method name="setLogSessionId(Landroid/media/metrics/LogSessionId;)V" since="31"/>
 		<method name="setMaxDuration(I)V" since="3"/>
 		<method name="setMaxFileSize(J)V" since="3"/>
 		<method name="setNextOutputFile(Ljava/io/File;)V" since="26"/>
@@ -26448,6 +28063,7 @@
 		<method name="setVideoEncodingBitRate(I)V" since="8"/>
 		<method name="setVideoEncodingProfileLevel(II)V" since="26"/>
 		<method name="setVideoFrameRate(I)V" since="3"/>
+		<method name="setVideoProfile(Landroid/media/EncoderProfiles$VideoProfile;)V" since="31"/>
 		<method name="setVideoSize(II)V" since="3"/>
 		<method name="setVideoSource(I)V" since="3"/>
 		<method name="start()V"/>
@@ -26727,6 +28343,7 @@
 	</class>
 	<class name="android/media/MediaRouter2" since="30">
 		<extends name="java/lang/Object"/>
+		<method name="getController(Ljava/lang/String;)Landroid/media/MediaRouter2$RoutingController;" since="31"/>
 		<method name="getControllers()Ljava/util/List;"/>
 		<method name="getInstance(Landroid/content/Context;)Landroid/media/MediaRouter2;"/>
 		<method name="getRoutes()Ljava/util/List;"/>
@@ -26883,10 +28500,12 @@
 	</class>
 	<class name="android/media/MediaSyncEvent" since="16">
 		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable" since="31"/>
 		<method name="createEvent(I)Landroid/media/MediaSyncEvent;"/>
 		<method name="getAudioSessionId()I"/>
 		<method name="getType()I"/>
 		<method name="setAudioSessionId(I)Landroid/media/MediaSyncEvent;"/>
+		<field name="CREATOR" since="31"/>
 		<field name="SYNC_EVENT_NONE"/>
 		<field name="SYNC_EVENT_PRESENTATION_COMPLETE"/>
 	</class>
@@ -27083,10 +28702,12 @@
 		<method name="getStreamType()I" deprecated="21"/>
 		<method name="getTitle(Landroid/content/Context;)Ljava/lang/String;"/>
 		<method name="getVolume()F" since="28"/>
+		<method name="isHapticGeneratorEnabled()Z" since="31"/>
 		<method name="isLooping()Z" since="28"/>
 		<method name="isPlaying()Z"/>
 		<method name="play()V"/>
 		<method name="setAudioAttributes(Landroid/media/AudioAttributes;)V" since="21"/>
+		<method name="setHapticGeneratorEnabled(Z)Z" since="31"/>
 		<method name="setLooping(Z)V" since="28"/>
 		<method name="setStreamType(I)V" deprecated="21"/>
 		<method name="setVolume(F)V" since="28"/>
@@ -27533,6 +29154,7 @@
 		<field name="EFFECT_TYPE_DYNAMICS_PROCESSING" since="28"/>
 		<field name="EFFECT_TYPE_ENV_REVERB" since="18"/>
 		<field name="EFFECT_TYPE_EQUALIZER" since="18"/>
+		<field name="EFFECT_TYPE_HAPTIC_GENERATOR" since="31"/>
 		<field name="EFFECT_TYPE_LOUDNESS_ENHANCER" since="19"/>
 		<field name="EFFECT_TYPE_NS" since="18"/>
 		<field name="EFFECT_TYPE_PRESET_REVERB" since="18"/>
@@ -27884,6 +29506,12 @@
 		<field name="curPreset"/>
 		<field name="numBands"/>
 	</class>
+	<class name="android/media/audiofx/HapticGenerator" since="31">
+		<extends name="android/media/audiofx/AudioEffect"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="create(I)Landroid/media/audiofx/HapticGenerator;"/>
+		<method name="isAvailable()Z"/>
+	</class>
 	<class name="android/media/audiofx/LoudnessEnhancer" since="19">
 		<extends name="android/media/audiofx/AudioEffect"/>
 		<method name="&lt;init>(I)V"/>
@@ -28102,6 +29730,256 @@
 		<extends name="java/lang/Object"/>
 		<method name="onEffectUpdated(Landroid/media/effect/Effect;Ljava/lang/Object;)V"/>
 	</class>
+	<class name="android/media/metrics/Event" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getMetricsBundle()Landroid/os/Bundle;"/>
+		<method name="getTimeSinceCreatedMillis()J"/>
+	</class>
+	<class name="android/media/metrics/LogSessionId" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getStringId()Ljava/lang/String;"/>
+		<field name="LOG_SESSION_ID_NONE"/>
+	</class>
+	<class name="android/media/metrics/MediaMetricsManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="createPlaybackSession()Landroid/media/metrics/PlaybackSession;"/>
+		<method name="createRecordingSession()Landroid/media/metrics/RecordingSession;"/>
+		<field name="INVALID_TIMESTAMP"/>
+	</class>
+	<class name="android/media/metrics/NetworkEvent" since="31">
+		<extends name="android/media/metrics/Event"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getNetworkType()I"/>
+		<field name="CREATOR"/>
+		<field name="NETWORK_TYPE_2G"/>
+		<field name="NETWORK_TYPE_3G"/>
+		<field name="NETWORK_TYPE_4G"/>
+		<field name="NETWORK_TYPE_5G_NSA"/>
+		<field name="NETWORK_TYPE_5G_SA"/>
+		<field name="NETWORK_TYPE_ETHERNET"/>
+		<field name="NETWORK_TYPE_OFFLINE"/>
+		<field name="NETWORK_TYPE_OTHER"/>
+		<field name="NETWORK_TYPE_UNKNOWN"/>
+		<field name="NETWORK_TYPE_WIFI"/>
+	</class>
+	<class name="android/media/metrics/NetworkEvent$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/media/metrics/NetworkEvent;"/>
+		<method name="setMetricsBundle(Landroid/os/Bundle;)Landroid/media/metrics/NetworkEvent$Builder;"/>
+		<method name="setNetworkType(I)Landroid/media/metrics/NetworkEvent$Builder;"/>
+		<method name="setTimeSinceCreatedMillis(J)Landroid/media/metrics/NetworkEvent$Builder;"/>
+	</class>
+	<class name="android/media/metrics/PlaybackErrorEvent" since="31">
+		<extends name="android/media/metrics/Event"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getErrorCode()I"/>
+		<method name="getSubErrorCode()I"/>
+		<field name="CREATOR"/>
+		<field name="ERROR_AUDIOTRACK_INIT"/>
+		<field name="ERROR_AUDIOTRACK_OTHER"/>
+		<field name="ERROR_AUDIOTRACK_WRITE"/>
+		<field name="ERROR_DECODER_DECODE"/>
+		<field name="ERROR_DECODER_INIT"/>
+		<field name="ERROR_DECODER_OOM"/>
+		<field name="ERROR_DECODER_OTHER"/>
+		<field name="ERROR_DRM_CONTENT_ERROR"/>
+		<field name="ERROR_DRM_DISALLOWED"/>
+		<field name="ERROR_DRM_LICENSE_ERROR"/>
+		<field name="ERROR_DRM_OTHER"/>
+		<field name="ERROR_DRM_PROVISIONING_FAILED"/>
+		<field name="ERROR_DRM_REVOKED"/>
+		<field name="ERROR_DRM_SYSTEM_ERROR"/>
+		<field name="ERROR_DRM_UNAVAILABLE"/>
+		<field name="ERROR_MEDIA_MANIFEST"/>
+		<field name="ERROR_MEDIA_OTHER"/>
+		<field name="ERROR_MEDIA_PARSER"/>
+		<field name="ERROR_NETWORK_BAD_STATUS"/>
+		<field name="ERROR_NETWORK_CLOSED"/>
+		<field name="ERROR_NETWORK_CONNECT"/>
+		<field name="ERROR_NETWORK_DNS"/>
+		<field name="ERROR_NETWORK_OFFLINE"/>
+		<field name="ERROR_NETWORK_OTHER"/>
+		<field name="ERROR_NETWORK_TIMEOUT"/>
+		<field name="ERROR_OTHER"/>
+		<field name="ERROR_PLAYER_BEHIND_LIVE_WINDOW"/>
+		<field name="ERROR_PLAYER_OTHER"/>
+		<field name="ERROR_PLAYER_REMOTE"/>
+		<field name="ERROR_RUNTIME"/>
+		<field name="ERROR_UNKNOWN"/>
+	</class>
+	<class name="android/media/metrics/PlaybackErrorEvent$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/media/metrics/PlaybackErrorEvent;"/>
+		<method name="setErrorCode(I)Landroid/media/metrics/PlaybackErrorEvent$Builder;"/>
+		<method name="setException(Ljava/lang/Exception;)Landroid/media/metrics/PlaybackErrorEvent$Builder;"/>
+		<method name="setMetricsBundle(Landroid/os/Bundle;)Landroid/media/metrics/PlaybackErrorEvent$Builder;"/>
+		<method name="setSubErrorCode(I)Landroid/media/metrics/PlaybackErrorEvent$Builder;"/>
+		<method name="setTimeSinceCreatedMillis(J)Landroid/media/metrics/PlaybackErrorEvent$Builder;"/>
+	</class>
+	<class name="android/media/metrics/PlaybackMetrics" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAudioUnderrunCount()I"/>
+		<method name="getContentType()I"/>
+		<method name="getDrmSessionId()[B"/>
+		<method name="getDrmType()I"/>
+		<method name="getExperimentIds()[J"/>
+		<method name="getLocalBytesRead()J"/>
+		<method name="getMediaDurationMillis()J"/>
+		<method name="getMetricsBundle()Landroid/os/Bundle;"/>
+		<method name="getNetworkBytesRead()J"/>
+		<method name="getNetworkTransferDurationMillis()J"/>
+		<method name="getPlaybackType()I"/>
+		<method name="getPlayerName()Ljava/lang/String;"/>
+		<method name="getPlayerVersion()Ljava/lang/String;"/>
+		<method name="getStreamSource()I"/>
+		<method name="getStreamType()I"/>
+		<method name="getVideoFramesDropped()I"/>
+		<method name="getVideoFramesPlayed()I"/>
+		<field name="CONTENT_TYPE_AD"/>
+		<field name="CONTENT_TYPE_MAIN"/>
+		<field name="CONTENT_TYPE_OTHER"/>
+		<field name="CONTENT_TYPE_UNKNOWN"/>
+		<field name="CREATOR"/>
+		<field name="DRM_TYPE_CLEARKEY"/>
+		<field name="DRM_TYPE_NONE"/>
+		<field name="DRM_TYPE_OTHER"/>
+		<field name="DRM_TYPE_PLAY_READY"/>
+		<field name="DRM_TYPE_WIDEVINE_L1"/>
+		<field name="DRM_TYPE_WIDEVINE_L3"/>
+		<field name="DRM_TYPE_WV_L3_FALLBACK"/>
+		<field name="PLAYBACK_TYPE_LIVE"/>
+		<field name="PLAYBACK_TYPE_OTHER"/>
+		<field name="PLAYBACK_TYPE_UNKNOWN"/>
+		<field name="PLAYBACK_TYPE_VOD"/>
+		<field name="STREAM_SOURCE_DEVICE"/>
+		<field name="STREAM_SOURCE_MIXED"/>
+		<field name="STREAM_SOURCE_NETWORK"/>
+		<field name="STREAM_SOURCE_UNKNOWN"/>
+		<field name="STREAM_TYPE_DASH"/>
+		<field name="STREAM_TYPE_HLS"/>
+		<field name="STREAM_TYPE_OTHER"/>
+		<field name="STREAM_TYPE_PROGRESSIVE"/>
+		<field name="STREAM_TYPE_SS"/>
+		<field name="STREAM_TYPE_UNKNOWN"/>
+	</class>
+	<class name="android/media/metrics/PlaybackMetrics$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addExperimentId(J)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="build()Landroid/media/metrics/PlaybackMetrics;"/>
+		<method name="setAudioUnderrunCount(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setContentType(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setDrmSessionId([B)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setDrmType(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setLocalBytesRead(J)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setMediaDurationMillis(J)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setMetricsBundle(Landroid/os/Bundle;)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setNetworkBytesRead(J)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setNetworkTransferDurationMillis(J)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setPlaybackType(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setPlayerName(Ljava/lang/String;)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setPlayerVersion(Ljava/lang/String;)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setStreamSource(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setStreamType(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setVideoFramesDropped(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+		<method name="setVideoFramesPlayed(I)Landroid/media/metrics/PlaybackMetrics$Builder;"/>
+	</class>
+	<class name="android/media/metrics/PlaybackSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="getSessionId()Landroid/media/metrics/LogSessionId;"/>
+		<method name="reportNetworkEvent(Landroid/media/metrics/NetworkEvent;)V"/>
+		<method name="reportPlaybackErrorEvent(Landroid/media/metrics/PlaybackErrorEvent;)V"/>
+		<method name="reportPlaybackMetrics(Landroid/media/metrics/PlaybackMetrics;)V"/>
+		<method name="reportPlaybackStateEvent(Landroid/media/metrics/PlaybackStateEvent;)V"/>
+		<method name="reportTrackChangeEvent(Landroid/media/metrics/TrackChangeEvent;)V"/>
+	</class>
+	<class name="android/media/metrics/PlaybackStateEvent" since="31">
+		<extends name="android/media/metrics/Event"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getState()I"/>
+		<field name="CREATOR"/>
+		<field name="STATE_ABANDONED"/>
+		<field name="STATE_BUFFERING"/>
+		<field name="STATE_ENDED"/>
+		<field name="STATE_FAILED"/>
+		<field name="STATE_INTERRUPTED_BY_AD"/>
+		<field name="STATE_JOINING_BACKGROUND"/>
+		<field name="STATE_JOINING_FOREGROUND"/>
+		<field name="STATE_NOT_STARTED"/>
+		<field name="STATE_PAUSED"/>
+		<field name="STATE_PAUSED_BUFFERING"/>
+		<field name="STATE_PLAYING"/>
+		<field name="STATE_SEEKING"/>
+		<field name="STATE_STOPPED"/>
+		<field name="STATE_SUPPRESSED"/>
+		<field name="STATE_SUPPRESSED_BUFFERING"/>
+	</class>
+	<class name="android/media/metrics/PlaybackStateEvent$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/media/metrics/PlaybackStateEvent;"/>
+		<method name="setMetricsBundle(Landroid/os/Bundle;)Landroid/media/metrics/PlaybackStateEvent$Builder;"/>
+		<method name="setState(I)Landroid/media/metrics/PlaybackStateEvent$Builder;"/>
+		<method name="setTimeSinceCreatedMillis(J)Landroid/media/metrics/PlaybackStateEvent$Builder;"/>
+	</class>
+	<class name="android/media/metrics/RecordingSession" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/lang/AutoCloseable"/>
+		<method name="getSessionId()Landroid/media/metrics/LogSessionId;"/>
+	</class>
+	<class name="android/media/metrics/TrackChangeEvent" since="31">
+		<extends name="android/media/metrics/Event"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAudioSampleRate()I"/>
+		<method name="getBitrate()I"/>
+		<method name="getChannelCount()I"/>
+		<method name="getCodecName()Ljava/lang/String;"/>
+		<method name="getContainerMimeType()Ljava/lang/String;"/>
+		<method name="getHeight()I"/>
+		<method name="getLanguage()Ljava/lang/String;"/>
+		<method name="getLanguageRegion()Ljava/lang/String;"/>
+		<method name="getSampleMimeType()Ljava/lang/String;"/>
+		<method name="getTrackChangeReason()I"/>
+		<method name="getTrackState()I"/>
+		<method name="getTrackType()I"/>
+		<method name="getVideoFrameRate()F"/>
+		<method name="getWidth()I"/>
+		<field name="CREATOR"/>
+		<field name="TRACK_CHANGE_REASON_ADAPTIVE"/>
+		<field name="TRACK_CHANGE_REASON_INITIAL"/>
+		<field name="TRACK_CHANGE_REASON_MANUAL"/>
+		<field name="TRACK_CHANGE_REASON_OTHER"/>
+		<field name="TRACK_CHANGE_REASON_UNKNOWN"/>
+		<field name="TRACK_STATE_OFF"/>
+		<field name="TRACK_STATE_ON"/>
+		<field name="TRACK_TYPE_AUDIO"/>
+		<field name="TRACK_TYPE_TEXT"/>
+		<field name="TRACK_TYPE_VIDEO"/>
+	</class>
+	<class name="android/media/metrics/TrackChangeEvent$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(I)V"/>
+		<method name="build()Landroid/media/metrics/TrackChangeEvent;"/>
+		<method name="setAudioSampleRate(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setBitrate(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setChannelCount(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setCodecName(Ljava/lang/String;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setContainerMimeType(Ljava/lang/String;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setHeight(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setLanguage(Ljava/lang/String;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setLanguageRegion(Ljava/lang/String;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setMetricsBundle(Landroid/os/Bundle;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setSampleMimeType(Ljava/lang/String;)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setTimeSinceCreatedMillis(J)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setTrackChangeReason(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setTrackState(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setVideoFrameRate(F)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+		<method name="setWidth(I)Landroid/media/metrics/TrackChangeEvent$Builder;"/>
+	</class>
 	<class name="android/media/midi/MidiDevice" since="23">
 		<extends name="java/lang/Object"/>
 		<implements name="java/io/Closeable"/>
@@ -28315,7 +30193,8 @@
 		<method name="setCallback(Landroid/media/session/MediaSession$Callback;Landroid/os/Handler;)V"/>
 		<method name="setExtras(Landroid/os/Bundle;)V"/>
 		<method name="setFlags(I)V"/>
-		<method name="setMediaButtonReceiver(Landroid/app/PendingIntent;)V"/>
+		<method name="setMediaButtonBroadcastReceiver(Landroid/content/ComponentName;)V" since="31"/>
+		<method name="setMediaButtonReceiver(Landroid/app/PendingIntent;)V" deprecated="31"/>
 		<method name="setMetadata(Landroid/media/MediaMetadata;)V"/>
 		<method name="setPlaybackState(Landroid/media/session/PlaybackState;)V"/>
 		<method name="setPlaybackToLocal(Landroid/media/AudioAttributes;)V"/>
@@ -28375,7 +30254,7 @@
 		<method name="getActiveSessions(Landroid/content/ComponentName;)Ljava/util/List;"/>
 		<method name="getSession2Tokens()Ljava/util/List;" since="29"/>
 		<method name="isTrustedForMediaControl(Landroid/media/session/MediaSessionManager$RemoteUserInfo;)Z" since="28"/>
-		<method name="notifySession2Created(Landroid/media/Session2Token;)V" since="29"/>
+		<method name="notifySession2Created(Landroid/media/Session2Token;)V" since="29" deprecated="31"/>
 		<method name="removeOnActiveSessionsChangedListener(Landroid/media/session/MediaSessionManager$OnActiveSessionsChangedListener;)V"/>
 		<method name="removeOnSession2TokensChangedListener(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;)V" since="29"/>
 	</class>
@@ -28407,6 +30286,7 @@
 		<method name="getPlaybackSpeed()F"/>
 		<method name="getPosition()J"/>
 		<method name="getState()I"/>
+		<method name="isActive()Z" since="31"/>
 		<field name="ACTION_FAST_FORWARD"/>
 		<field name="ACTION_PAUSE"/>
 		<field name="ACTION_PLAY"/>
@@ -28420,6 +30300,7 @@
 		<field name="ACTION_PREPARE_FROM_URI" since="24"/>
 		<field name="ACTION_REWIND"/>
 		<field name="ACTION_SEEK_TO"/>
+		<field name="ACTION_SET_PLAYBACK_SPEED" since="31"/>
 		<field name="ACTION_SET_RATING"/>
 		<field name="ACTION_SKIP_TO_NEXT"/>
 		<field name="ACTION_SKIP_TO_PREVIOUS"/>
@@ -29490,7 +31371,6 @@
 		<method name="bindProcessToNetwork(Landroid/net/Network;)Z" since="23"/>
 		<method name="createSocketKeepalive(Landroid/net/Network;Landroid/net/IpSecManager$UdpEncapsulationSocket;Ljava/net/InetAddress;Ljava/net/InetAddress;Ljava/util/concurrent/Executor;Landroid/net/SocketKeepalive$Callback;)Landroid/net/SocketKeepalive;" since="29"/>
 		<method name="getActiveNetwork()Landroid/net/Network;" since="23"/>
-		<method name="getActiveNetworkForUid(I)Landroid/net/Network;" since="31"/>
 		<method name="getActiveNetworkInfo()Landroid/net/NetworkInfo;" deprecated="29"/>
 		<method name="getAllNetworkInfo()[Landroid/net/NetworkInfo;" deprecated="23"/>
 		<method name="getAllNetworks()[Landroid/net/Network;" since="21"/>
@@ -29902,6 +31782,7 @@
 		<field name="NET_CAPABILITY_ENTERPRISE" since="31"/>
 		<field name="NET_CAPABILITY_FOREGROUND" since="28"/>
 		<field name="NET_CAPABILITY_FOTA"/>
+		<field name="NET_CAPABILITY_HEAD_UNIT" since="31"/>
 		<field name="NET_CAPABILITY_IA"/>
 		<field name="NET_CAPABILITY_IMS"/>
 		<field name="NET_CAPABILITY_INTERNET"/>
@@ -29925,6 +31806,7 @@
 		<field name="TRANSPORT_CELLULAR"/>
 		<field name="TRANSPORT_ETHERNET"/>
 		<field name="TRANSPORT_LOWPAN" since="27"/>
+		<field name="TRANSPORT_USB" since="31"/>
 		<field name="TRANSPORT_VPN"/>
 		<field name="TRANSPORT_WIFI"/>
 		<field name="TRANSPORT_WIFI_AWARE" since="26"/>
@@ -31185,6 +33067,7 @@
 		<field name="EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_CONFIGURATION"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION"/>
+		<field name="EASY_CONNECT_EVENT_FAILURE_ENROLLEE_FAILED_TO_SCAN_NETWORK_CHANNEL" since="31"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_GENERIC"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK"/>
@@ -31192,12 +33075,15 @@
 		<field name="EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED"/>
 		<field name="EASY_CONNECT_EVENT_FAILURE_TIMEOUT"/>
+		<field name="EASY_CONNECT_EVENT_FAILURE_URI_GENERATION" since="31"/>
 	</class>
 	<class name="android/net/wifi/ScanResult" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 		<method name="&lt;init>()V" since="30"/>
 		<method name="&lt;init>(Landroid/net/wifi/ScanResult;)V" since="30"/>
+		<method name="convertChannelToFrequencyMhzIfSupported(II)I" since="31"/>
+		<method name="convertFrequencyMhzToChannelIfSupported(I)I" since="31"/>
 		<method name="getInformationElements()Ljava/util/List;" since="30"/>
 		<method name="getWifiStandard()I" since="30"/>
 		<method name="is80211mcResponder()Z" since="23"/>
@@ -31210,7 +33096,13 @@
 		<field name="CHANNEL_WIDTH_80MHZ_PLUS_MHZ" since="23"/>
 		<field name="CREATOR" since="30"/>
 		<field name="SSID"/>
+		<field name="UNSPECIFIED" since="31"/>
+		<field name="WIFI_BAND_24_GHZ" since="31"/>
+		<field name="WIFI_BAND_5_GHZ" since="31"/>
+		<field name="WIFI_BAND_60_GHZ" since="31"/>
+		<field name="WIFI_BAND_6_GHZ" since="31"/>
 		<field name="WIFI_STANDARD_11AC" since="30"/>
+		<field name="WIFI_STANDARD_11AD" since="31"/>
 		<field name="WIFI_STANDARD_11AX" since="30"/>
 		<field name="WIFI_STANDARD_11N" since="30"/>
 		<field name="WIFI_STANDARD_LEGACY" since="30"/>
@@ -31221,16 +33113,18 @@
 		<field name="channelWidth" since="23"/>
 		<field name="frequency"/>
 		<field name="level"/>
-		<field name="operatorFriendlyName" since="23"/>
+		<field name="operatorFriendlyName" since="23" deprecated="31"/>
 		<field name="timestamp" since="17"/>
-		<field name="venueName" since="23"/>
+		<field name="venueName" since="23" deprecated="31"/>
 	</class>
 	<class name="android/net/wifi/ScanResult$InformationElement" since="30">
 		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable" since="31"/>
 		<method name="&lt;init>(Landroid/net/wifi/ScanResult$InformationElement;)V"/>
 		<method name="getBytes()Ljava/nio/ByteBuffer;"/>
 		<method name="getId()I"/>
 		<method name="getIdExt()I"/>
+		<field name="CREATOR" since="31"/>
 	</class>
 	<class name="android/net/wifi/SoftApConfiguration" since="30">
 		<extends name="java/lang/Object"/>
@@ -31281,6 +33175,8 @@
 		<field name="FQDN" since="21" deprecated="29"/>
 		<field name="SECURITY_TYPE_EAP" since="30" deprecated="30"/>
 		<field name="SECURITY_TYPE_EAP_SUITE_B" since="30" deprecated="30"/>
+		<field name="SECURITY_TYPE_EAP_WPA3_ENTERPRISE" since="31" deprecated="31"/>
+		<field name="SECURITY_TYPE_EAP_WPA3_ENTERPRISE_192_BIT" since="31" deprecated="31"/>
 		<field name="SECURITY_TYPE_OPEN" since="30" deprecated="30"/>
 		<field name="SECURITY_TYPE_OWE" since="30" deprecated="30"/>
 		<field name="SECURITY_TYPE_PSK" since="30" deprecated="30"/>
@@ -31320,6 +33216,7 @@
 	<class name="android/net/wifi/WifiConfiguration$GroupCipher" since="1" deprecated="29">
 		<extends name="java/lang/Object"/>
 		<field name="CCMP" deprecated="29"/>
+		<field name="GCMP_128" since="31" deprecated="31"/>
 		<field name="GCMP_256" since="29" deprecated="29"/>
 		<field name="SMS4" since="30" deprecated="30"/>
 		<field name="TKIP" deprecated="29"/>
@@ -31349,6 +33246,7 @@
 	<class name="android/net/wifi/WifiConfiguration$PairwiseCipher" since="1" deprecated="29">
 		<extends name="java/lang/Object"/>
 		<field name="CCMP" deprecated="29"/>
+		<field name="GCMP_128" since="31" deprecated="31"/>
 		<field name="GCMP_256" since="29" deprecated="29"/>
 		<field name="NONE" deprecated="29"/>
 		<field name="SMS4" since="30" deprecated="30"/>
@@ -31382,7 +33280,9 @@
 		<method name="getCaCertificates()[Ljava/security/cert/X509Certificate;" since="24"/>
 		<method name="getClientCertificate()Ljava/security/cert/X509Certificate;"/>
 		<method name="getClientCertificateChain()[Ljava/security/cert/X509Certificate;" since="26"/>
+		<method name="getClientKeyPairAlias()Ljava/lang/String;" since="31"/>
 		<method name="getClientPrivateKey()Ljava/security/PrivateKey;" since="30"/>
+		<method name="getDecoratedIdentityPrefix()Ljava/lang/String;" since="31"/>
 		<method name="getDomainSuffixMatch()Ljava/lang/String;" since="23"/>
 		<method name="getEapMethod()I"/>
 		<method name="getIdentity()Ljava/lang/String;"/>
@@ -31392,12 +33292,16 @@
 		<method name="getRealm()Ljava/lang/String;" since="23"/>
 		<method name="getSubjectMatch()Ljava/lang/String;" deprecated="23"/>
 		<method name="isAuthenticationSimBased()Z" since="30"/>
+		<method name="isEapMethodServerCertUsed()Z" since="31"/>
+		<method name="isServerCertValidationEnabled()Z" since="31"/>
 		<method name="setAltSubjectMatch(Ljava/lang/String;)V" since="23"/>
 		<method name="setAnonymousIdentity(Ljava/lang/String;)V"/>
 		<method name="setCaCertificate(Ljava/security/cert/X509Certificate;)V"/>
 		<method name="setCaCertificates([Ljava/security/cert/X509Certificate;)V" since="24"/>
 		<method name="setClientKeyEntry(Ljava/security/PrivateKey;Ljava/security/cert/X509Certificate;)V"/>
 		<method name="setClientKeyEntryWithCertificateChain(Ljava/security/PrivateKey;[Ljava/security/cert/X509Certificate;)V" since="26"/>
+		<method name="setClientKeyPairAlias(Ljava/lang/String;)V" since="31"/>
+		<method name="setDecoratedIdentityPrefix(Ljava/lang/String;)V" since="31"/>
 		<method name="setDomainSuffixMatch(Ljava/lang/String;)V" since="23"/>
 		<method name="setEapMethod(I)V"/>
 		<method name="setIdentity(Ljava/lang/String;)V"/>
@@ -31444,10 +33348,12 @@
 		<implements name="android/os/Parcelable"/>
 		<method name="getApplicableRedactions()J" since="31"/>
 		<method name="getBSSID()Ljava/lang/String;"/>
+		<method name="getCurrentSecurityType()I" since="31"/>
 		<method name="getDetailedStateOf(Landroid/net/wifi/SupplicantState;)Landroid/net/NetworkInfo$DetailedState;"/>
 		<method name="getFrequency()I" since="21"/>
 		<method name="getHiddenSSID()Z"/>
-		<method name="getIpAddress()I"/>
+		<method name="getInformationElements()Ljava/util/List;" since="31"/>
+		<method name="getIpAddress()I" deprecated="31"/>
 		<method name="getLinkSpeed()I"/>
 		<method name="getMacAddress()Ljava/lang/String;"/>
 		<method name="getMaxSupportedRxLinkSpeedMbps()I" since="30"/>
@@ -31458,6 +33364,7 @@
 		<method name="getRssi()I"/>
 		<method name="getRxLinkSpeedMbps()I" since="29"/>
 		<method name="getSSID()Ljava/lang/String;"/>
+		<method name="getSubscriptionId()I" since="31"/>
 		<method name="getSupplicantState()Landroid/net/wifi/SupplicantState;"/>
 		<method name="getTxLinkSpeedMbps()I" since="29"/>
 		<method name="getWifiStandard()I" since="30"/>
@@ -31465,12 +33372,27 @@
 		<field name="FREQUENCY_UNITS" since="21"/>
 		<field name="LINK_SPEED_UNITS"/>
 		<field name="LINK_SPEED_UNKNOWN" since="29"/>
+		<field name="SECURITY_TYPE_EAP" since="31"/>
+		<field name="SECURITY_TYPE_EAP_WPA3_ENTERPRISE" since="31"/>
+		<field name="SECURITY_TYPE_EAP_WPA3_ENTERPRISE_192_BIT" since="31"/>
+		<field name="SECURITY_TYPE_OPEN" since="31"/>
+		<field name="SECURITY_TYPE_OSEN" since="31"/>
+		<field name="SECURITY_TYPE_OWE" since="31"/>
+		<field name="SECURITY_TYPE_PASSPOINT_R1_R2" since="31"/>
+		<field name="SECURITY_TYPE_PASSPOINT_R3" since="31"/>
+		<field name="SECURITY_TYPE_PSK" since="31"/>
+		<field name="SECURITY_TYPE_SAE" since="31"/>
+		<field name="SECURITY_TYPE_UNKNOWN" since="31"/>
+		<field name="SECURITY_TYPE_WAPI_CERT" since="31"/>
+		<field name="SECURITY_TYPE_WAPI_PSK" since="31"/>
+		<field name="SECURITY_TYPE_WEP" since="31"/>
 	</class>
 	<class name="android/net/wifi/WifiInfo$Builder" since="30">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="build()Landroid/net/wifi/WifiInfo;"/>
 		<method name="setBssid(Ljava/lang/String;)Landroid/net/wifi/WifiInfo$Builder;"/>
+		<method name="setCurrentSecurityType(I)Landroid/net/wifi/WifiInfo$Builder;" since="31"/>
 		<method name="setNetworkId(I)Landroid/net/wifi/WifiInfo$Builder;"/>
 		<method name="setRssi(I)Landroid/net/wifi/WifiInfo$Builder;"/>
 		<method name="setSsid([B)Landroid/net/wifi/WifiInfo$Builder;"/>
@@ -31478,9 +33400,11 @@
 	<class name="android/net/wifi/WifiManager" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="addNetwork(Landroid/net/wifi/WifiConfiguration;)I" deprecated="29"/>
+		<method name="addNetworkPrivileged(Landroid/net/wifi/WifiConfiguration;)Landroid/net/wifi/WifiManager$AddNetworkResult;" since="31"/>
 		<method name="addNetworkSuggestions(Ljava/util/List;)I" since="29"/>
 		<method name="addOrUpdatePasspointConfiguration(Landroid/net/wifi/hotspot2/PasspointConfiguration;)V" since="26"/>
 		<method name="addSuggestionConnectionStatusListener(Ljava/util/concurrent/Executor;Landroid/net/wifi/WifiManager$SuggestionConnectionStatusListener;)V" since="30"/>
+		<method name="addSuggestionUserApprovalStatusListener(Ljava/util/concurrent/Executor;Landroid/net/wifi/WifiManager$SuggestionUserApprovalStatusListener;)V" since="31"/>
 		<method name="calculateSignalLevel(I)I" since="30"/>
 		<method name="calculateSignalLevel(II)I" deprecated="30"/>
 		<method name="cancelWps(Landroid/net/wifi/WifiManager$WpsCallback;)V" since="21" deprecated="28"/>
@@ -31491,41 +33415,59 @@
 		<method name="disableNetwork(I)Z" deprecated="29"/>
 		<method name="disconnect()Z" deprecated="29"/>
 		<method name="enableNetwork(IZ)Z" deprecated="29"/>
+		<method name="flushPasspointAnqpCache()V" since="31"/>
+		<method name="getCallerConfiguredNetworks()Ljava/util/List;" since="31"/>
 		<method name="getConfiguredNetworks()Ljava/util/List;" deprecated="29"/>
 		<method name="getConnectionInfo()Landroid/net/wifi/WifiInfo;" deprecated="31"/>
-		<method name="getDhcpInfo()Landroid/net/DhcpInfo;"/>
+		<method name="getDhcpInfo()Landroid/net/DhcpInfo;" deprecated="31"/>
 		<method name="getMaxNumberOfNetworkSuggestionsPerApp()I" since="29"/>
 		<method name="getMaxSignalLevel()I" since="30"/>
 		<method name="getNetworkSuggestions()Ljava/util/List;" since="30"/>
 		<method name="getPasspointConfigurations()Ljava/util/List;" since="26" deprecated="29"/>
 		<method name="getScanResults()Ljava/util/List;"/>
 		<method name="getWifiState()I"/>
+		<method name="is24GHzBandSupported()Z" since="31"/>
 		<method name="is5GHzBandSupported()Z" since="21"/>
+		<method name="is60GHzBandSupported()Z" since="31"/>
 		<method name="is6GHzBandSupported()Z" since="30"/>
 		<method name="isAutoWakeupEnabled()Z" since="30"/>
+		<method name="isBridgedApConcurrencySupported()Z" since="31"/>
+		<method name="isCarrierNetworkOffloadEnabled(IZ)Z" since="31"/>
+		<method name="isDecoratedIdentitySupported()Z" since="31"/>
 		<method name="isDeviceToApRttSupported()Z" since="21" deprecated="29"/>
+		<method name="isEasyConnectEnrolleeResponderModeSupported()Z" since="31"/>
 		<method name="isEasyConnectSupported()Z" since="29"/>
 		<method name="isEnhancedOpenSupported()Z" since="29"/>
 		<method name="isEnhancedPowerReportingSupported()Z" since="21"/>
+		<method name="isMakeBeforeBreakWifiSwitchingSupported()Z" since="31"/>
 		<method name="isP2pSupported()Z" since="21"/>
+		<method name="isPasspointTermsAndConditionsSupported()Z" since="31"/>
 		<method name="isPreferredNetworkOffloadSupported()Z" since="21"/>
 		<method name="isScanAlwaysAvailable()Z" since="18" deprecated="29"/>
 		<method name="isScanThrottleEnabled()Z" since="30"/>
 		<method name="isStaApConcurrencySupported()Z" since="30"/>
+		<method name="isStaBridgedApConcurrencySupported()Z" since="31"/>
+		<method name="isStaConcurrencyForLocalOnlyConnectionsSupported()Z" since="31"/>
 		<method name="isTdlsSupported()Z" since="21"/>
 		<method name="isWapiSupported()Z" since="30"/>
+		<method name="isWifiDisplayR2Supported()Z" since="31"/>
 		<method name="isWifiEnabled()Z"/>
 		<method name="isWifiStandardSupported(I)Z" since="30"/>
+		<method name="isWpa3SaeH2eSupported()Z" since="31"/>
+		<method name="isWpa3SaePublicKeySupported()Z" since="31"/>
 		<method name="isWpa3SaeSupported()Z" since="29"/>
 		<method name="isWpa3SuiteBSupported()Z" since="29"/>
 		<method name="pingSupplicant()Z" deprecated="26"/>
 		<method name="reassociate()Z" deprecated="29"/>
 		<method name="reconnect()Z" deprecated="29"/>
 		<method name="registerScanResultsCallback(Ljava/util/concurrent/Executor;Landroid/net/wifi/WifiManager$ScanResultsCallback;)V" since="30"/>
+		<method name="registerSubsystemRestartTrackingCallback(Ljava/util/concurrent/Executor;Landroid/net/wifi/WifiManager$SubsystemRestartTrackingCallback;)V" since="31"/>
 		<method name="removeNetwork(I)Z" deprecated="29"/>
 		<method name="removeNetworkSuggestions(Ljava/util/List;)I" since="29"/>
+		<method name="removeNonCallerConfiguredNetworks()Z" since="31"/>
 		<method name="removePasspointConfiguration(Ljava/lang/String;)V" since="26" deprecated="29"/>
 		<method name="removeSuggestionConnectionStatusListener(Landroid/net/wifi/WifiManager$SuggestionConnectionStatusListener;)V" since="30"/>
+		<method name="removeSuggestionUserApprovalStatusListener(Landroid/net/wifi/WifiManager$SuggestionUserApprovalStatusListener;)V" since="31"/>
 		<method name="saveConfiguration()Z" deprecated="26"/>
 		<method name="setTdlsEnabled(Ljava/net/InetAddress;Z)V" since="19"/>
 		<method name="setTdlsEnabledWithMacAddress(Ljava/lang/String;Z)V" since="19"/>
@@ -31534,6 +33476,7 @@
 		<method name="startScan()Z" deprecated="28"/>
 		<method name="startWps(Landroid/net/wifi/WpsInfo;Landroid/net/wifi/WifiManager$WpsCallback;)V" since="21" deprecated="28"/>
 		<method name="unregisterScanResultsCallback(Landroid/net/wifi/WifiManager$ScanResultsCallback;)V" since="30"/>
+		<method name="unregisterSubsystemRestartTrackingCallback(Landroid/net/wifi/WifiManager$SubsystemRestartTrackingCallback;)V" since="31"/>
 		<method name="updateNetwork(Landroid/net/wifi/WifiConfiguration;)I" deprecated="29"/>
 		<field name="ACTION_PICK_WIFI_NETWORK"/>
 		<field name="ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE" since="18"/>
@@ -31564,6 +33507,11 @@
 		<field name="STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL" since="29"/>
 		<field name="STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID" since="29"/>
 		<field name="STATUS_NETWORK_SUGGESTIONS_SUCCESS" since="29"/>
+		<field name="STATUS_SUGGESTION_APPROVAL_APPROVED_BY_CARRIER_PRIVILEGE" since="31"/>
+		<field name="STATUS_SUGGESTION_APPROVAL_APPROVED_BY_USER" since="31"/>
+		<field name="STATUS_SUGGESTION_APPROVAL_PENDING" since="31"/>
+		<field name="STATUS_SUGGESTION_APPROVAL_REJECTED_BY_USER" since="31"/>
+		<field name="STATUS_SUGGESTION_APPROVAL_UNKNOWN" since="31"/>
 		<field name="STATUS_SUGGESTION_CONNECTION_FAILURE_ASSOCIATION" since="30"/>
 		<field name="STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION" since="30"/>
 		<field name="STATUS_SUGGESTION_CONNECTION_FAILURE_IP_PROVISIONING" since="30"/>
@@ -31587,6 +33535,25 @@
 		<field name="WPS_TKIP_ONLY_PROHIBITED" since="21" deprecated="28"/>
 		<field name="WPS_WEP_PROHIBITED" since="21" deprecated="28"/>
 	</class>
+	<class name="android/net/wifi/WifiManager$AddNetworkResult" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(II)V"/>
+		<field name="CREATOR"/>
+		<field name="STATUS_ADD_PASSPOINT_FAILURE"/>
+		<field name="STATUS_ADD_WIFI_CONFIG_FAILURE"/>
+		<field name="STATUS_FAILURE_UNKNOWN"/>
+		<field name="STATUS_FAILURE_UPDATE_NETWORK_KEYS"/>
+		<field name="STATUS_INVALID_CONFIGURATION"/>
+		<field name="STATUS_INVALID_CONFIGURATION_ENTERPRISE"/>
+		<field name="STATUS_NO_PERMISSION"/>
+		<field name="STATUS_NO_PERMISSION_MODIFY_CONFIG"/>
+		<field name="STATUS_NO_PERMISSION_MODIFY_MAC_RANDOMIZATION"/>
+		<field name="STATUS_NO_PERMISSION_MODIFY_PROXY_SETTING"/>
+		<field name="STATUS_SUCCESS"/>
+		<field name="networkId"/>
+		<field name="statusCode"/>
+	</class>
 	<class name="android/net/wifi/WifiManager$LocalOnlyHotspotCallback" since="26">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -31616,10 +33583,19 @@
 		<method name="&lt;init>()V"/>
 		<method name="onScanResultsAvailable()V"/>
 	</class>
+	<class name="android/net/wifi/WifiManager$SubsystemRestartTrackingCallback" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="onSubsystemRestarted()V"/>
+		<method name="onSubsystemRestarting()V"/>
+	</class>
 	<class name="android/net/wifi/WifiManager$SuggestionConnectionStatusListener" since="30">
 		<extends name="java/lang/Object"/>
 		<method name="onConnectionStatus(Landroid/net/wifi/WifiNetworkSuggestion;I)V"/>
 	</class>
+	<class name="android/net/wifi/WifiManager$SuggestionUserApprovalStatusListener" since="31">
+		<method name="onUserApprovalStatusChange(I)V"/>
+	</class>
 	<class name="android/net/wifi/WifiManager$WifiLock" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="acquire()V"/>
@@ -31652,7 +33628,9 @@
 		<method name="setSsidPattern(Landroid/os/PatternMatcher;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;"/>
 		<method name="setWpa2EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;"/>
 		<method name="setWpa2Passphrase(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;"/>
-		<method name="setWpa3EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;"/>
+		<method name="setWpa3Enterprise192BitModeConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;" since="31"/>
+		<method name="setWpa3EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;" deprecated="31"/>
+		<method name="setWpa3EnterpriseStandardModeConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;" since="31"/>
 		<method name="setWpa3Passphrase(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSpecifier$Builder;"/>
 	</class>
 	<class name="android/net/wifi/WifiNetworkSuggestion" since="29">
@@ -31663,8 +33641,11 @@
 		<method name="getPassphrase()Ljava/lang/String;" since="30"/>
 		<method name="getPasspointConfig()Landroid/net/wifi/hotspot2/PasspointConfiguration;" since="30"/>
 		<method name="getPriority()I" since="30"/>
+		<method name="getPriorityGroup()I" since="31"/>
 		<method name="getSsid()Ljava/lang/String;" since="30"/>
+		<method name="getSubscriptionId()I" since="31"/>
 		<method name="isAppInteractionRequired()Z" since="30"/>
+		<method name="isCarrierMerged()Z" since="31"/>
 		<method name="isCredentialSharedWithUser()Z" since="30"/>
 		<method name="isEnhancedOpen()Z" since="30"/>
 		<method name="isHiddenSsid()Z" since="30"/>
@@ -31673,12 +33654,15 @@
 		<method name="isUntrusted()Z" since="30"/>
 		<method name="isUserInteractionRequired()Z" since="30"/>
 		<field name="CREATOR"/>
+		<field name="RANDOMIZATION_NON_PERSISTENT" since="31"/>
+		<field name="RANDOMIZATION_PERSISTENT" since="31"/>
 	</class>
 	<class name="android/net/wifi/WifiNetworkSuggestion$Builder" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="build()Landroid/net/wifi/WifiNetworkSuggestion;"/>
 		<method name="setBssid(Landroid/net/MacAddress;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
+		<method name="setCarrierMerged(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
 		<method name="setCredentialSharedWithUser(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setIsAppInteractionRequired(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
 		<method name="setIsEnhancedOpen(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
@@ -31686,15 +33670,21 @@
 		<method name="setIsInitialAutojoinEnabled(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setIsMetered(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
 		<method name="setIsUserInteractionRequired(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
+		<method name="setIsWpa3SaeH2eOnlyModeEnabled(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
+		<method name="setMacRandomizationSetting(I)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
 		<method name="setPasspointConfig(Landroid/net/wifi/hotspot2/PasspointConfiguration;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setPriority(I)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
+		<method name="setPriorityGroup(I)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
 		<method name="setSsid(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
+		<method name="setSubscriptionId(I)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
 		<method name="setUntrusted(Z)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setWapiEnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setWapiPassphrase(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="30"/>
 		<method name="setWpa2EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
 		<method name="setWpa2Passphrase(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
-		<method name="setWpa3EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
+		<method name="setWpa3Enterprise192BitModeConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
+		<method name="setWpa3EnterpriseConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" deprecated="31"/>
+		<method name="setWpa3EnterpriseStandardModeConfig(Landroid/net/wifi/WifiEnterpriseConfig;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;" since="31"/>
 		<method name="setWpa3Passphrase(Ljava/lang/String;)Landroid/net/wifi/WifiNetworkSuggestion$Builder;"/>
 	</class>
 	<class name="android/net/wifi/WpsInfo" since="14" deprecated="28">
@@ -31718,6 +33708,15 @@
 		<method name="onAttachFailed()V"/>
 		<method name="onAttached(Landroid/net/wifi/aware/WifiAwareSession;)V"/>
 	</class>
+	<class name="android/net/wifi/aware/AwareResources" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(III)V"/>
+		<method name="getAvailableDataPathsCount()I"/>
+		<method name="getAvailablePublishSessionsCount()I"/>
+		<method name="getAvailableSubscribeSessionsCount()I"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/net/wifi/aware/Characteristics" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -31725,6 +33724,7 @@
 		<method name="getMaxServiceNameLength()I"/>
 		<method name="getMaxServiceSpecificInfoLength()I"/>
 		<method name="getSupportedCipherSuites()I" since="30"/>
+		<method name="isInstantCommunicationModeSupported()Z" since="31"/>
 		<field name="CREATOR"/>
 		<field name="WIFI_AWARE_CIPHER_SUITE_NCS_SK_128" since="30"/>
 		<field name="WIFI_AWARE_CIPHER_SUITE_NCS_SK_256" since="30"/>
@@ -31745,6 +33745,7 @@
 		<method name="onPublishStarted(Landroid/net/wifi/aware/PublishDiscoverySession;)V"/>
 		<method name="onServiceDiscovered(Landroid/net/wifi/aware/PeerHandle;[BLjava/util/List;)V"/>
 		<method name="onServiceDiscoveredWithinRange(Landroid/net/wifi/aware/PeerHandle;[BLjava/util/List;I)V" since="28"/>
+		<method name="onServiceLost(Landroid/net/wifi/aware/PeerHandle;I)V" since="31"/>
 		<method name="onSessionConfigFailed()V"/>
 		<method name="onSessionConfigUpdated()V"/>
 		<method name="onSessionTerminated()V"/>
@@ -31815,11 +33816,16 @@
 		<extends name="java/lang/Object"/>
 		<method name="attach(Landroid/net/wifi/aware/AttachCallback;Landroid/net/wifi/aware/IdentityChangedListener;Landroid/os/Handler;)V"/>
 		<method name="attach(Landroid/net/wifi/aware/AttachCallback;Landroid/os/Handler;)V"/>
+		<method name="getAvailableAwareResources()Landroid/net/wifi/aware/AwareResources;" since="31"/>
 		<method name="getCharacteristics()Landroid/net/wifi/aware/Characteristics;"/>
 		<method name="isAvailable()Z"/>
+		<method name="isDeviceAttached()Z" since="31"/>
+		<method name="isInstantCommunicationModeEnabled()Z" since="31"/>
 		<field name="ACTION_WIFI_AWARE_STATE_CHANGED"/>
 		<field name="WIFI_AWARE_DATA_PATH_ROLE_INITIATOR"/>
 		<field name="WIFI_AWARE_DATA_PATH_ROLE_RESPONDER"/>
+		<field name="WIFI_AWARE_DISCOVERY_LOST_REASON_PEER_NOT_VISIBLE" since="31"/>
+		<field name="WIFI_AWARE_DISCOVERY_LOST_REASON_UNKNOWN" since="31"/>
 	</class>
 	<class name="android/net/wifi/aware/WifiAwareNetworkInfo" since="29">
 		<extends name="java/lang/Object"/>
@@ -31838,6 +33844,7 @@
 	<class name="android/net/wifi/aware/WifiAwareNetworkSpecifier$Builder" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/net/wifi/aware/DiscoverySession;Landroid/net/wifi/aware/PeerHandle;)V"/>
+		<method name="&lt;init>(Landroid/net/wifi/aware/PublishDiscoverySession;)V" since="31"/>
 		<method name="build()Landroid/net/wifi/aware/WifiAwareNetworkSpecifier;"/>
 		<method name="setPmk([B)Landroid/net/wifi/aware/WifiAwareNetworkSpecifier$Builder;" since="30"/>
 		<method name="setPort(I)Landroid/net/wifi/aware/WifiAwareNetworkSpecifier$Builder;"/>
@@ -31847,8 +33854,8 @@
 	<class name="android/net/wifi/aware/WifiAwareSession" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/AutoCloseable"/>
-		<method name="createNetworkSpecifierOpen(I[B)Landroid/net/NetworkSpecifier;"/>
-		<method name="createNetworkSpecifierPassphrase(I[BLjava/lang/String;)Landroid/net/NetworkSpecifier;"/>
+		<method name="createNetworkSpecifierOpen(I[B)Landroid/net/NetworkSpecifier;" deprecated="31"/>
+		<method name="createNetworkSpecifierPassphrase(I[BLjava/lang/String;)Landroid/net/NetworkSpecifier;" deprecated="31"/>
 		<method name="publish(Landroid/net/wifi/aware/PublishConfig;Landroid/net/wifi/aware/DiscoverySessionCallback;Landroid/os/Handler;)V"/>
 		<method name="subscribe(Landroid/net/wifi/aware/SubscribeConfig;Landroid/net/wifi/aware/DiscoverySessionCallback;Landroid/os/Handler;)V"/>
 	</class>
@@ -31862,11 +33869,13 @@
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Landroid/net/wifi/hotspot2/PasspointConfiguration;)V"/>
 		<method name="getCredential()Landroid/net/wifi/hotspot2/pps/Credential;"/>
+		<method name="getDecoratedIdentityPrefix()Ljava/lang/String;" since="31"/>
 		<method name="getHomeSp()Landroid/net/wifi/hotspot2/pps/HomeSp;"/>
 		<method name="getSubscriptionExpirationTimeMillis()J" since="30"/>
 		<method name="getUniqueId()Ljava/lang/String;" since="30"/>
 		<method name="isOsuProvisioned()Z" since="30"/>
 		<method name="setCredential(Landroid/net/wifi/hotspot2/pps/Credential;)V"/>
+		<method name="setDecoratedIdentityPrefix(Ljava/lang/String;)V" since="31"/>
 		<method name="setHomeSp(Landroid/net/wifi/hotspot2/pps/HomeSp;)V"/>
 		<field name="CREATOR"/>
 	</class>
@@ -31939,9 +33948,15 @@
 		<method name="&lt;init>(Landroid/net/wifi/hotspot2/pps/HomeSp;)V"/>
 		<method name="getFqdn()Ljava/lang/String;"/>
 		<method name="getFriendlyName()Ljava/lang/String;"/>
+		<method name="getMatchAllOis()[J" since="31"/>
+		<method name="getMatchAnyOis()[J" since="31"/>
+		<method name="getOtherHomePartnersList()Ljava/util/Collection;" since="31"/>
 		<method name="getRoamingConsortiumOis()[J"/>
 		<method name="setFqdn(Ljava/lang/String;)V"/>
 		<method name="setFriendlyName(Ljava/lang/String;)V"/>
+		<method name="setMatchAllOis([J)V" since="31"/>
+		<method name="setMatchAnyOis([J)V" since="31"/>
+		<method name="setOtherHomePartnersList(Ljava/util/Collection;)V" since="31"/>
 		<method name="setRoamingConsortiumOis([J)V"/>
 		<field name="CREATOR"/>
 	</class>
@@ -32147,22 +34162,45 @@
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Landroid/net/wifi/p2p/WifiP2pWfdInfo;)V"/>
 		<method name="getControlPort()I"/>
+		<method name="getDeviceInfo()I" since="31"/>
 		<method name="getDeviceType()I"/>
 		<method name="getMaxThroughput()I"/>
+		<method name="getR2DeviceInfo()I" since="31"/>
+		<method name="getR2DeviceType()I" since="31"/>
 		<method name="isContentProtectionSupported()Z"/>
+		<method name="isCoupledSinkSupportedAtSink()Z" since="31"/>
+		<method name="isCoupledSinkSupportedAtSource()Z" since="31"/>
 		<method name="isEnabled()Z"/>
+		<method name="isR2Supported()Z" since="31"/>
 		<method name="isSessionAvailable()Z"/>
 		<method name="setContentProtectionSupported(Z)V"/>
 		<method name="setControlPort(I)V"/>
+		<method name="setCoupledSinkSupportAtSink(Z)V" since="31"/>
+		<method name="setCoupledSinkSupportAtSource(Z)V" since="31"/>
 		<method name="setDeviceType(I)Z"/>
 		<method name="setEnabled(Z)V"/>
 		<method name="setMaxThroughput(I)V"/>
+		<method name="setR2DeviceType(I)Z" since="31"/>
 		<method name="setSessionAvailable(Z)V"/>
 		<field name="CREATOR"/>
+		<field name="DEVICE_INFO_AUDIO_ONLY_SUPPORT_AT_SOURCE" since="31"/>
+		<field name="DEVICE_INFO_AUDIO_UNSUPPORTED_AT_PRIMARY_SINK" since="31"/>
+		<field name="DEVICE_INFO_CONTENT_PROTECTION_SUPPORT" since="31"/>
+		<field name="DEVICE_INFO_COUPLED_SINK_SUPPORT_AT_SINK" since="31"/>
+		<field name="DEVICE_INFO_COUPLED_SINK_SUPPORT_AT_SOURCE" since="31"/>
+		<field name="DEVICE_INFO_DEVICE_TYPE_MASK" since="31"/>
+		<field name="DEVICE_INFO_PREFERRED_CONNECTIVITY_MASK" since="31"/>
+		<field name="DEVICE_INFO_SESSION_AVAILABLE_MASK" since="31"/>
+		<field name="DEVICE_INFO_TDLS_PERSISTENT_GROUP" since="31"/>
+		<field name="DEVICE_INFO_TDLS_PERSISTENT_GROUP_REINVOKE" since="31"/>
+		<field name="DEVICE_INFO_TIME_SYNCHRONIZATION_SUPPORT" since="31"/>
+		<field name="DEVICE_INFO_WFD_SERVICE_DISCOVERY_SUPPORT" since="31"/>
 		<field name="DEVICE_TYPE_PRIMARY_SINK"/>
 		<field name="DEVICE_TYPE_SECONDARY_SINK"/>
 		<field name="DEVICE_TYPE_SOURCE_OR_PRIMARY_SINK"/>
 		<field name="DEVICE_TYPE_WFD_SOURCE"/>
+		<field name="PREFERRED_CONNECTIVITY_P2P" since="31"/>
+		<field name="PREFERRED_CONNECTIVITY_TDLS" since="31"/>
 	</class>
 	<class name="android/net/wifi/p2p/nsd/WifiP2pDnsSdServiceInfo" since="16">
 		<extends name="android/net/wifi/p2p/nsd/WifiP2pServiceInfo"/>
@@ -32235,7 +34273,11 @@
 	<class name="android/net/wifi/rtt/RangingRequest" since="28">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="getDefaultRttBurstSize()I" since="31"/>
 		<method name="getMaxPeers()I"/>
+		<method name="getMaxRttBurstSize()I" since="31"/>
+		<method name="getMinRttBurstSize()I" since="31"/>
+		<method name="getRttBurstSize()I" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/net/wifi/rtt/RangingRequest$Builder" since="28">
@@ -32243,9 +34285,12 @@
 		<method name="&lt;init>()V"/>
 		<method name="addAccessPoint(Landroid/net/wifi/ScanResult;)Landroid/net/wifi/rtt/RangingRequest$Builder;"/>
 		<method name="addAccessPoints(Ljava/util/List;)Landroid/net/wifi/rtt/RangingRequest$Builder;"/>
+		<method name="addNon80211mcCapableAccessPoint(Landroid/net/wifi/ScanResult;)Landroid/net/wifi/rtt/RangingRequest$Builder;" since="31"/>
+		<method name="addNon80211mcCapableAccessPoints(Ljava/util/List;)Landroid/net/wifi/rtt/RangingRequest$Builder;" since="31"/>
 		<method name="addWifiAwarePeer(Landroid/net/MacAddress;)Landroid/net/wifi/rtt/RangingRequest$Builder;"/>
 		<method name="addWifiAwarePeer(Landroid/net/wifi/aware/PeerHandle;)Landroid/net/wifi/rtt/RangingRequest$Builder;"/>
 		<method name="build()Landroid/net/wifi/rtt/RangingRequest;"/>
+		<method name="setRttBurstSize(I)Landroid/net/wifi/rtt/RangingRequest$Builder;" since="31"/>
 	</class>
 	<class name="android/net/wifi/rtt/RangingResult" since="28">
 		<extends name="java/lang/Object"/>
@@ -32260,6 +34305,7 @@
 		<method name="getRssi()I"/>
 		<method name="getStatus()I"/>
 		<method name="getUnverifiedResponderLocation()Landroid/net/wifi/rtt/ResponderLocation;" since="29"/>
+		<method name="is80211mcMeasurement()Z" since="31"/>
 		<field name="CREATOR"/>
 		<field name="STATUS_FAIL"/>
 		<field name="STATUS_RESPONDER_DOES_NOT_SUPPORT_IEEE80211MC"/>
@@ -35840,6 +37886,7 @@
 		<field name="BASE_OS" since="23"/>
 		<field name="CODENAME" since="4"/>
 		<field name="INCREMENTAL"/>
+		<field name="MEDIA_PERFORMANCE_CLASS" since="31"/>
 		<field name="PREVIEW_SDK_INT" since="23"/>
 		<field name="RELEASE"/>
 		<field name="RELEASE_OR_CODENAME" since="30"/>
@@ -35995,6 +38042,18 @@
 		<extends name="java/lang/Object"/>
 		<method name="onCancel()V"/>
 	</class>
+	<class name="android/os/CombinedVibration" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="createParallel(Landroid/os/VibrationEffect;)Landroid/os/CombinedVibration;"/>
+		<method name="startParallel()Landroid/os/CombinedVibration$ParallelCombination;"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/os/CombinedVibration$ParallelCombination" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="addVibrator(ILandroid/os/VibrationEffect;)Landroid/os/CombinedVibration$ParallelCombination;"/>
+		<method name="combine()Landroid/os/CombinedVibration;"/>
+	</class>
 	<class name="android/os/ConditionVariable" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -36202,6 +38261,7 @@
 		<field name="DIRECTORY_NOTIFICATIONS" since="8"/>
 		<field name="DIRECTORY_PICTURES" since="8"/>
 		<field name="DIRECTORY_PODCASTS" since="8"/>
+		<field name="DIRECTORY_RECORDINGS" since="31"/>
 		<field name="DIRECTORY_RINGTONES" since="8"/>
 		<field name="DIRECTORY_SCREENSHOTS" since="29"/>
 		<field name="MEDIA_BAD_REMOVAL"/>
@@ -36478,6 +38538,10 @@
 		<method name="&lt;init>()V"/>
 		<method name="&lt;init>(Ljava/lang/String;)V"/>
 	</class>
+	<class name="android/os/OutcomeReceiver" since="31">
+		<method name="onError(Ljava/lang/Throwable;)V"/>
+		<method name="onResult(Ljava/lang/Object;)V"/>
+	</class>
 	<class name="android/os/Parcel" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="appendFrom(Landroid/os/Parcel;II)V"/>
@@ -36697,6 +38761,18 @@
 		<field name="PATTERN_LITERAL"/>
 		<field name="PATTERN_PREFIX"/>
 		<field name="PATTERN_SIMPLE_GLOB"/>
+		<field name="PATTERN_SUFFIX" since="31"/>
+	</class>
+	<class name="android/os/PerformanceHintManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="createHintSession([IJ)Landroid/os/PerformanceHintManager$Session;"/>
+		<method name="getPreferredUpdateRateNanos()J"/>
+	</class>
+	<class name="android/os/PerformanceHintManager$Session" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="java/io/Closeable"/>
+		<method name="reportActualWorkDuration(J)V"/>
+		<method name="updateTargetWorkDuration(J)V"/>
 	</class>
 	<class name="android/os/PersistableBundle" since="21">
 		<extends name="android/os/BaseBundle"/>
@@ -36717,10 +38793,12 @@
 		<extends name="java/lang/Object"/>
 		<method name="addThermalStatusListener(Landroid/os/PowerManager$OnThermalStatusChangedListener;)V" since="29"/>
 		<method name="addThermalStatusListener(Ljava/util/concurrent/Executor;Landroid/os/PowerManager$OnThermalStatusChangedListener;)V" since="29"/>
+		<method name="getBatteryDischargePrediction()Ljava/time/Duration;" since="31"/>
 		<method name="getCurrentThermalStatus()I" since="29"/>
 		<method name="getLocationPowerSaveMode()I" since="28"/>
 		<method name="getThermalHeadroom(I)F" since="30"/>
 		<method name="goToSleep(J)V" removed="21"/>
+		<method name="isBatteryDischargePredictionPersonalized()Z" since="31"/>
 		<method name="isDeviceIdleMode()Z" since="23"/>
 		<method name="isIgnoringBatteryOptimizations(Ljava/lang/String;)Z" since="23"/>
 		<method name="isInteractive()Z" since="20"/>
@@ -36966,10 +39044,12 @@
 		<method name="detectCredentialProtectedWhileLocked()Landroid/os/StrictMode$VmPolicy$Builder;" since="29"/>
 		<method name="detectFileUriExposure()Landroid/os/StrictMode$VmPolicy$Builder;" since="18"/>
 		<method name="detectImplicitDirectBoot()Landroid/os/StrictMode$VmPolicy$Builder;" since="29"/>
+		<method name="detectIncorrectContextUse()Landroid/os/StrictMode$VmPolicy$Builder;" since="31"/>
 		<method name="detectLeakedClosableObjects()Landroid/os/StrictMode$VmPolicy$Builder;" since="11"/>
 		<method name="detectLeakedRegistrationObjects()Landroid/os/StrictMode$VmPolicy$Builder;" since="16"/>
 		<method name="detectLeakedSqlLiteObjects()Landroid/os/StrictMode$VmPolicy$Builder;"/>
 		<method name="detectNonSdkApiUsage()Landroid/os/StrictMode$VmPolicy$Builder;" since="28"/>
+		<method name="detectUnsafeIntentLaunch()Landroid/os/StrictMode$VmPolicy$Builder;" since="31"/>
 		<method name="detectUntaggedSockets()Landroid/os/StrictMode$VmPolicy$Builder;" since="26"/>
 		<method name="penaltyDeath()Landroid/os/StrictMode$VmPolicy$Builder;"/>
 		<method name="penaltyDeathOnCleartextNetwork()Landroid/os/StrictMode$VmPolicy$Builder;" since="23"/>
@@ -36978,6 +39058,7 @@
 		<method name="penaltyListener(Ljava/util/concurrent/Executor;Landroid/os/StrictMode$OnVmViolationListener;)Landroid/os/StrictMode$VmPolicy$Builder;" since="28"/>
 		<method name="penaltyLog()Landroid/os/StrictMode$VmPolicy$Builder;"/>
 		<method name="permitNonSdkApiUsage()Landroid/os/StrictMode$VmPolicy$Builder;" since="28"/>
+		<method name="permitUnsafeIntentLaunch()Landroid/os/StrictMode$VmPolicy$Builder;" since="31"/>
 		<method name="setClassInstanceLimit(Ljava/lang/Class;I)Landroid/os/StrictMode$VmPolicy$Builder;" since="11"/>
 	</class>
 	<class name="android/os/SystemClock" since="1">
@@ -37049,10 +39130,12 @@
 		<method name="getUserRestrictions(Landroid/os/UserHandle;)Landroid/os/Bundle;" since="18"/>
 		<method name="hasUserRestriction(Ljava/lang/String;)Z" since="21"/>
 		<method name="isDemoUser()Z" since="25"/>
+		<method name="isHeadlessSystemUserMode()Z" since="31"/>
 		<method name="isManagedProfile()Z" since="30"/>
 		<method name="isQuietModeEnabled(Landroid/os/UserHandle;)Z" since="24"/>
 		<method name="isSystemUser()Z" since="23"/>
 		<method name="isUserAGoat()Z"/>
+		<method name="isUserForeground()Z" since="31"/>
 		<method name="isUserRunning(Landroid/os/UserHandle;)Z"/>
 		<method name="isUserRunningOrStopping(Landroid/os/UserHandle;)Z"/>
 		<method name="isUserUnlocked()Z" since="24"/>
@@ -37187,9 +39270,12 @@
 		<method name="addPrimitive(IFI)Landroid/os/VibrationEffect$Composition;"/>
 		<method name="compose()Landroid/os/VibrationEffect;"/>
 		<field name="PRIMITIVE_CLICK"/>
+		<field name="PRIMITIVE_LOW_TICK" since="31"/>
 		<field name="PRIMITIVE_QUICK_FALL"/>
 		<field name="PRIMITIVE_QUICK_RISE"/>
 		<field name="PRIMITIVE_SLOW_RISE"/>
+		<field name="PRIMITIVE_SPIN" since="31"/>
+		<field name="PRIMITIVE_THUD" since="31"/>
 		<field name="PRIMITIVE_TICK"/>
 	</class>
 	<class name="android/os/Vibrator" since="1">
@@ -37199,6 +39285,8 @@
 		<method name="areEffectsSupported([I)[I" since="30"/>
 		<method name="arePrimitivesSupported([I)[Z" since="30"/>
 		<method name="cancel()V"/>
+		<method name="getId()I" since="31"/>
+		<method name="getPrimitiveDurations([I)[I" since="31"/>
 		<method name="hasAmplitudeControl()Z" since="26"/>
 		<method name="hasVibrator()Z" since="11"/>
 		<method name="vibrate(J)V" deprecated="26"/>
@@ -37211,6 +39299,15 @@
 		<field name="VIBRATION_EFFECT_SUPPORT_UNKNOWN" since="30"/>
 		<field name="VIBRATION_EFFECT_SUPPORT_YES" since="30"/>
 	</class>
+	<class name="android/os/VibratorManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="cancel()V"/>
+		<method name="getDefaultVibrator()Landroid/os/Vibrator;"/>
+		<method name="getVibrator(I)Landroid/os/Vibrator;"/>
+		<method name="getVibratorIds()[I"/>
+		<method name="vibrate(Landroid/os/CombinedVibration;)V"/>
+		<method name="vibrate(Landroid/os/CombinedVibration;Landroid/os/VibrationAttributes;)V"/>
+	</class>
 	<class name="android/os/WorkSource" since="9">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -37378,6 +39475,7 @@
 		<method name="getAllocatableBytes(Ljava/util/UUID;)J" since="26"/>
 		<method name="getCacheQuotaBytes(Ljava/util/UUID;)J" since="26"/>
 		<method name="getCacheSizeBytes(Ljava/util/UUID;)J" since="26"/>
+		<method name="getManageSpaceActivityIntent(Ljava/lang/String;I)Landroid/app/PendingIntent;" since="31"/>
 		<method name="getMountedObbPath(Ljava/lang/String;)Ljava/lang/String;"/>
 		<method name="getPrimaryStorageVolume()Landroid/os/storage/StorageVolume;" since="24"/>
 		<method name="getRecentStorageVolumes()Ljava/util/List;" since="30"/>
@@ -37418,6 +39516,7 @@
 		<method name="getDirectory()Ljava/io/File;" since="30"/>
 		<method name="getMediaStoreVolumeName()Ljava/lang/String;" since="30"/>
 		<method name="getState()Ljava/lang/String;"/>
+		<method name="getStorageUuid()Ljava/util/UUID;" since="31"/>
 		<method name="getUuid()Ljava/lang/String;"/>
 		<method name="isEmulated()Z"/>
 		<method name="isPrimary()Z"/>
@@ -37449,6 +39548,10 @@
 	<class name="android/os/strictmode/ImplicitDirectBootViolation" since="29">
 		<extends name="android/os/strictmode/Violation"/>
 	</class>
+	<class name="android/os/strictmode/IncorrectContextUseViolation" since="31">
+		<extends name="android/os/strictmode/Violation"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/Throwable;)V"/>
+	</class>
 	<class name="android/os/strictmode/InstanceCountViolation" since="28">
 		<extends name="android/os/strictmode/Violation"/>
 		<method name="getNumberOfInstances()J"/>
@@ -37477,6 +39580,11 @@
 	<class name="android/os/strictmode/UnbufferedIoViolation" since="28">
 		<extends name="android/os/strictmode/Violation"/>
 	</class>
+	<class name="android/os/strictmode/UnsafeIntentLaunchViolation" since="31">
+		<extends name="android/os/strictmode/Violation"/>
+		<method name="&lt;init>(Landroid/content/Intent;)V"/>
+		<method name="getIntent()Landroid/content/Intent;"/>
+	</class>
 	<class name="android/os/strictmode/UntaggedSocketViolation" since="28">
 		<extends name="android/os/strictmode/Violation"/>
 	</class>
@@ -38757,6 +40865,7 @@
 		<field name="CACHED_PHOTO_URI" since="23"/>
 		<field name="CALL_SCREENING_APP_NAME" since="29"/>
 		<field name="CALL_SCREENING_COMPONENT_NAME" since="29"/>
+		<field name="COMPOSER_PHOTO_URI" since="31"/>
 		<field name="CONTENT_FILTER_URI"/>
 		<field name="CONTENT_ITEM_TYPE"/>
 		<field name="CONTENT_TYPE"/>
@@ -38781,6 +40890,7 @@
 		<field name="IS_READ" since="14"/>
 		<field name="LAST_MODIFIED" since="24"/>
 		<field name="LIMIT_PARAM_KEY" since="17"/>
+		<field name="LOCATION" since="31"/>
 		<field name="MISSED_REASON" since="31"/>
 		<field name="MISSED_REASON_NOT_MISSED" since="31"/>
 		<field name="MISSED_TYPE"/>
@@ -38796,7 +40906,11 @@
 		<field name="PRESENTATION_PAYPHONE" since="19"/>
 		<field name="PRESENTATION_RESTRICTED" since="19"/>
 		<field name="PRESENTATION_UNKNOWN" since="19"/>
+		<field name="PRIORITY" since="31"/>
+		<field name="PRIORITY_NORMAL" since="31"/>
+		<field name="PRIORITY_URGENT" since="31"/>
 		<field name="REJECTED_TYPE" since="24"/>
+		<field name="SUBJECT" since="31"/>
 		<field name="TRANSCRIPTION" since="21"/>
 		<field name="TYPE"/>
 		<field name="USER_MISSED_CALL_FILTERS_TIMEOUT" since="31"/>
@@ -38810,6 +40924,16 @@
 		<field name="VOICEMAIL_TYPE" since="21"/>
 		<field name="VOICEMAIL_URI" since="21"/>
 	</class>
+	<class name="android/provider/CallLog$Locations" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/provider/BaseColumns"/>
+		<field name="AUTHORITY"/>
+		<field name="CONTENT_ITEM_TYPE"/>
+		<field name="CONTENT_TYPE"/>
+		<field name="CONTENT_URI"/>
+		<field name="LATITUDE"/>
+		<field name="LONGITUDE"/>
+	</class>
 	<class name="android/provider/Contacts" since="1" deprecated="5">
 		<extends name="java/lang/Object"/>
 		<field name="AUTHORITY" deprecated="15"/>
@@ -39280,16 +41404,16 @@
 		<field name="EXTRA_ADDRESS_BOOK_INDEX_COUNTS" since="21"/>
 		<field name="EXTRA_ADDRESS_BOOK_INDEX_TITLES" since="21"/>
 		<field name="PROTOCOL"/>
-		<field name="PROTOCOL_AIM"/>
+		<field name="PROTOCOL_AIM" deprecated="31"/>
 		<field name="PROTOCOL_CUSTOM"/>
-		<field name="PROTOCOL_GOOGLE_TALK"/>
-		<field name="PROTOCOL_ICQ"/>
-		<field name="PROTOCOL_JABBER"/>
-		<field name="PROTOCOL_MSN"/>
-		<field name="PROTOCOL_NETMEETING"/>
-		<field name="PROTOCOL_QQ"/>
-		<field name="PROTOCOL_SKYPE"/>
-		<field name="PROTOCOL_YAHOO"/>
+		<field name="PROTOCOL_GOOGLE_TALK" deprecated="31"/>
+		<field name="PROTOCOL_ICQ" deprecated="31"/>
+		<field name="PROTOCOL_JABBER" deprecated="31"/>
+		<field name="PROTOCOL_MSN" deprecated="31"/>
+		<field name="PROTOCOL_NETMEETING" deprecated="31"/>
+		<field name="PROTOCOL_QQ" deprecated="31"/>
+		<field name="PROTOCOL_SKYPE" deprecated="31"/>
+		<field name="PROTOCOL_YAHOO" deprecated="31"/>
 		<field name="TYPE_HOME"/>
 		<field name="TYPE_OTHER"/>
 		<field name="TYPE_WORK"/>
@@ -40026,6 +42150,24 @@
 		<field name="UNGROUPED_VISIBLE"/>
 		<field name="UNGROUPED_WITH_PHONES"/>
 	</class>
+	<class name="android/provider/ContactsContract$SimAccount" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAccountName()Ljava/lang/String;"/>
+		<method name="getAccountType()Ljava/lang/String;"/>
+		<method name="getEfType()I"/>
+		<method name="getSimSlotIndex()I"/>
+		<field name="ADN_EF_TYPE"/>
+		<field name="CREATOR"/>
+		<field name="FDN_EF_TYPE"/>
+		<field name="SDN_EF_TYPE"/>
+		<field name="UNKNOWN_EF_TYPE"/>
+	</class>
+	<class name="android/provider/ContactsContract$SimContacts" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getSimAccounts(Landroid/content/ContentResolver;)Ljava/util/List;"/>
+		<field name="ACTION_SIM_ACCOUNTS_CHANGED"/>
+	</class>
 	<class name="android/provider/ContactsContract$StatusColumns" since="5">
 		<extends name="java/lang/Object"/>
 		<field name="AVAILABLE" since="8"/>
@@ -40269,64 +42411,64 @@
 		<method name="renameDocument(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" since="21"/>
 		<method name="revokeDocumentPermission(Ljava/lang/String;)V" since="21"/>
 	</class>
-	<class name="android/provider/FontRequest" since="26">
+	<class name="android/provider/FontRequest" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V"/>
-		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V"/>
-		<method name="getCertificates()Ljava/util/List;"/>
-		<method name="getProviderAuthority()Ljava/lang/String;"/>
-		<method name="getProviderPackage()Ljava/lang/String;"/>
-		<method name="getQuery()Ljava/lang/String;"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V" deprecated="31"/>
+		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V" deprecated="31"/>
+		<method name="getCertificates()Ljava/util/List;" deprecated="31"/>
+		<method name="getProviderAuthority()Ljava/lang/String;" deprecated="31"/>
+		<method name="getProviderPackage()Ljava/lang/String;" deprecated="31"/>
+		<method name="getQuery()Ljava/lang/String;" deprecated="31"/>
 	</class>
-	<class name="android/provider/FontsContract" since="26">
+	<class name="android/provider/FontsContract" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="buildTypeface(Landroid/content/Context;Landroid/os/CancellationSignal;[Landroid/provider/FontsContract$FontInfo;)Landroid/graphics/Typeface;"/>
-		<method name="fetchFonts(Landroid/content/Context;Landroid/os/CancellationSignal;Landroid/provider/FontRequest;)Landroid/provider/FontsContract$FontFamilyResult;"/>
-		<method name="requestFonts(Landroid/content/Context;Landroid/provider/FontRequest;Landroid/os/Handler;Landroid/os/CancellationSignal;Landroid/provider/FontsContract$FontRequestCallback;)V"/>
+		<method name="buildTypeface(Landroid/content/Context;Landroid/os/CancellationSignal;[Landroid/provider/FontsContract$FontInfo;)Landroid/graphics/Typeface;" deprecated="31"/>
+		<method name="fetchFonts(Landroid/content/Context;Landroid/os/CancellationSignal;Landroid/provider/FontRequest;)Landroid/provider/FontsContract$FontFamilyResult;" deprecated="31"/>
+		<method name="requestFonts(Landroid/content/Context;Landroid/provider/FontRequest;Landroid/os/Handler;Landroid/os/CancellationSignal;Landroid/provider/FontsContract$FontRequestCallback;)V" deprecated="31"/>
 	</class>
-	<class name="android/provider/FontsContract$Columns" since="26">
+	<class name="android/provider/FontsContract$Columns" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="android/provider/BaseColumns"/>
-		<field name="FILE_ID"/>
-		<field name="ITALIC"/>
-		<field name="RESULT_CODE"/>
-		<field name="RESULT_CODE_FONT_NOT_FOUND"/>
-		<field name="RESULT_CODE_FONT_UNAVAILABLE"/>
-		<field name="RESULT_CODE_MALFORMED_QUERY"/>
-		<field name="RESULT_CODE_OK"/>
-		<field name="TTC_INDEX"/>
-		<field name="VARIATION_SETTINGS"/>
-		<field name="WEIGHT"/>
+		<field name="FILE_ID" deprecated="31"/>
+		<field name="ITALIC" deprecated="31"/>
+		<field name="RESULT_CODE" deprecated="31"/>
+		<field name="RESULT_CODE_FONT_NOT_FOUND" deprecated="31"/>
+		<field name="RESULT_CODE_FONT_UNAVAILABLE" deprecated="31"/>
+		<field name="RESULT_CODE_MALFORMED_QUERY" deprecated="31"/>
+		<field name="RESULT_CODE_OK" deprecated="31"/>
+		<field name="TTC_INDEX" deprecated="31"/>
+		<field name="VARIATION_SETTINGS" deprecated="31"/>
+		<field name="WEIGHT" deprecated="31"/>
 	</class>
-	<class name="android/provider/FontsContract$FontFamilyResult" since="26">
+	<class name="android/provider/FontsContract$FontFamilyResult" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="getFonts()[Landroid/provider/FontsContract$FontInfo;"/>
-		<method name="getStatusCode()I"/>
-		<field name="STATUS_OK"/>
-		<field name="STATUS_REJECTED"/>
-		<field name="STATUS_UNEXPECTED_DATA_PROVIDED"/>
-		<field name="STATUS_WRONG_CERTIFICATES"/>
+		<method name="getFonts()[Landroid/provider/FontsContract$FontInfo;" deprecated="31"/>
+		<method name="getStatusCode()I" deprecated="31"/>
+		<field name="STATUS_OK" deprecated="31"/>
+		<field name="STATUS_REJECTED" deprecated="31"/>
+		<field name="STATUS_UNEXPECTED_DATA_PROVIDED" deprecated="31"/>
+		<field name="STATUS_WRONG_CERTIFICATES" deprecated="31"/>
 	</class>
-	<class name="android/provider/FontsContract$FontInfo" since="26">
+	<class name="android/provider/FontsContract$FontInfo" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="getAxes()[Landroid/graphics/fonts/FontVariationAxis;"/>
-		<method name="getResultCode()I"/>
-		<method name="getTtcIndex()I"/>
-		<method name="getUri()Landroid/net/Uri;"/>
-		<method name="getWeight()I"/>
-		<method name="isItalic()Z"/>
+		<method name="getAxes()[Landroid/graphics/fonts/FontVariationAxis;" deprecated="31"/>
+		<method name="getResultCode()I" deprecated="31"/>
+		<method name="getTtcIndex()I" deprecated="31"/>
+		<method name="getUri()Landroid/net/Uri;" deprecated="31"/>
+		<method name="getWeight()I" deprecated="31"/>
+		<method name="isItalic()Z" deprecated="31"/>
 	</class>
-	<class name="android/provider/FontsContract$FontRequestCallback" since="26">
+	<class name="android/provider/FontsContract$FontRequestCallback" since="26" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="onTypefaceRequestFailed(I)V"/>
-		<method name="onTypefaceRetrieved(Landroid/graphics/Typeface;)V"/>
-		<field name="FAIL_REASON_FONT_LOAD_ERROR"/>
-		<field name="FAIL_REASON_FONT_NOT_FOUND"/>
-		<field name="FAIL_REASON_FONT_UNAVAILABLE"/>
-		<field name="FAIL_REASON_MALFORMED_QUERY"/>
-		<field name="FAIL_REASON_PROVIDER_NOT_FOUND"/>
-		<field name="FAIL_REASON_WRONG_CERTIFICATES"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="onTypefaceRequestFailed(I)V" deprecated="31"/>
+		<method name="onTypefaceRetrieved(Landroid/graphics/Typeface;)V" deprecated="31"/>
+		<field name="FAIL_REASON_FONT_LOAD_ERROR" deprecated="31"/>
+		<field name="FAIL_REASON_FONT_NOT_FOUND" deprecated="31"/>
+		<field name="FAIL_REASON_FONT_UNAVAILABLE" deprecated="31"/>
+		<field name="FAIL_REASON_MALFORMED_QUERY" deprecated="31"/>
+		<field name="FAIL_REASON_PROVIDER_NOT_FOUND" deprecated="31"/>
+		<field name="FAIL_REASON_WRONG_CERTIFICATES" deprecated="31"/>
 	</class>
 	<class name="android/provider/LiveFolders" since="3" deprecated="14">
 		<extends name="java/lang/Object"/>
@@ -40348,6 +42490,7 @@
 	<class name="android/provider/MediaStore" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
+		<method name="canManageMedia(Landroid/content/Context;)Z" since="31"/>
 		<method name="createDeleteRequest(Landroid/content/ContentResolver;Ljava/util/Collection;)Landroid/app/PendingIntent;" since="30"/>
 		<method name="createFavoriteRequest(Landroid/content/ContentResolver;Ljava/util/Collection;Z)Landroid/app/PendingIntent;" since="30"/>
 		<method name="createTrashRequest(Landroid/content/ContentResolver;Ljava/util/Collection;Z)Landroid/app/PendingIntent;" since="30"/>
@@ -40357,11 +42500,15 @@
 		<method name="getGeneration(Landroid/content/Context;Ljava/lang/String;)J" since="30"/>
 		<method name="getMediaScannerUri()Landroid/net/Uri;"/>
 		<method name="getMediaUri(Landroid/content/Context;Landroid/net/Uri;)Landroid/net/Uri;" since="29"/>
+		<method name="getOriginalMediaFormatFileDescriptor(Landroid/content/Context;Landroid/os/ParcelFileDescriptor;)Landroid/os/ParcelFileDescriptor;" since="31"/>
 		<method name="getRecentExternalVolumeNames(Landroid/content/Context;)Ljava/util/Set;" since="30"/>
+		<method name="getRedactedUri(Landroid/content/ContentResolver;Landroid/net/Uri;)Landroid/net/Uri;" since="31"/>
+		<method name="getRedactedUri(Landroid/content/ContentResolver;Ljava/util/List;)Ljava/util/List;" since="31"/>
 		<method name="getRequireOriginal(Landroid/net/Uri;)Z" since="30"/>
 		<method name="getVersion(Landroid/content/Context;)Ljava/lang/String;" since="12"/>
 		<method name="getVersion(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/String;" since="29"/>
 		<method name="getVolumeName(Landroid/net/Uri;)Ljava/lang/String;" since="29"/>
+		<method name="isCurrentSystemGallery(Landroid/content/ContentResolver;ILjava/lang/String;)Z" since="31"/>
 		<method name="setIncludePending(Landroid/net/Uri;)Landroid/net/Uri;" since="29" deprecated="30"/>
 		<method name="setRequireOriginal(Landroid/net/Uri;)Landroid/net/Uri;" since="29"/>
 		<field name="ACTION_IMAGE_CAPTURE" since="3"/>
@@ -40371,15 +42518,18 @@
 		<field name="ACTION_VIDEO_CAPTURE" since="3"/>
 		<field name="AUTHORITY"/>
 		<field name="AUTHORITY_URI" since="29"/>
+		<field name="EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT" since="31"/>
 		<field name="EXTRA_BRIGHTNESS" since="29"/>
 		<field name="EXTRA_DURATION_LIMIT" since="8"/>
 		<field name="EXTRA_FINISH_ON_COMPLETION" since="3"/>
 		<field name="EXTRA_FULL_SCREEN" since="8"/>
 		<field name="EXTRA_MEDIA_ALBUM" since="3"/>
 		<field name="EXTRA_MEDIA_ARTIST" since="3"/>
+		<field name="EXTRA_MEDIA_CAPABILITIES" since="31"/>
+		<field name="EXTRA_MEDIA_CAPABILITIES_UID" since="31"/>
 		<field name="EXTRA_MEDIA_FOCUS" since="3"/>
 		<field name="EXTRA_MEDIA_GENRE" since="21"/>
-		<field name="EXTRA_MEDIA_PLAYLIST" since="21"/>
+		<field name="EXTRA_MEDIA_PLAYLIST" since="21" deprecated="31"/>
 		<field name="EXTRA_MEDIA_RADIO_CHANNEL" since="21"/>
 		<field name="EXTRA_MEDIA_TITLE" since="3"/>
 		<field name="EXTRA_OUTPUT" since="3"/>
@@ -40403,6 +42553,7 @@
 		<field name="MEDIA_SCANNER_VOLUME"/>
 		<field name="META_DATA_REVIEW_GALLERY_PREWARM_SERVICE" since="30"/>
 		<field name="META_DATA_STILL_IMAGE_CAMERA_PREWARM_SERVICE" since="23"/>
+		<field name="QUERY_ARG_INCLUDE_RECENTLY_UNMOUNTED_VOLUMES" since="31"/>
 		<field name="QUERY_ARG_MATCH_FAVORITE" since="30"/>
 		<field name="QUERY_ARG_MATCH_PENDING" since="30"/>
 		<field name="QUERY_ARG_MATCH_TRASHED" since="30"/>
@@ -40464,6 +42615,7 @@
 	</class>
 	<class name="android/provider/MediaStore$Audio$Artists$Albums" since="1">
 		<extends name="java/lang/Object"/>
+		<implements name="android/provider/BaseColumns" since="31"/>
 		<implements name="android/provider/MediaStore$Audio$AlbumColumns"/>
 		<method name="&lt;init>()V"/>
 		<method name="getContentUri(Ljava/lang/String;J)Landroid/net/Uri;"/>
@@ -40489,6 +42641,7 @@
 		<field name="IS_MUSIC"/>
 		<field name="IS_NOTIFICATION"/>
 		<field name="IS_PODCAST" since="8"/>
+		<field name="IS_RECORDING" since="31"/>
 		<field name="IS_RINGTONE"/>
 		<field name="TITLE_KEY" deprecated="30"/>
 		<field name="TITLE_RESOURCE_URI" since="30"/>
@@ -40537,38 +42690,38 @@
 		<field name="INTERNAL_CONTENT_URI"/>
 		<field name="RECORD_SOUND_ACTION"/>
 	</class>
-	<class name="android/provider/MediaStore$Audio$Playlists" since="1">
+	<class name="android/provider/MediaStore$Audio$Playlists" since="1" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="android/provider/BaseColumns"/>
 		<implements name="android/provider/MediaStore$Audio$PlaylistsColumns"/>
-		<method name="&lt;init>()V"/>
-		<method name="getContentUri(Ljava/lang/String;)Landroid/net/Uri;"/>
-		<field name="CONTENT_TYPE"/>
-		<field name="DEFAULT_SORT_ORDER"/>
-		<field name="ENTRY_CONTENT_TYPE"/>
-		<field name="EXTERNAL_CONTENT_URI"/>
-		<field name="INTERNAL_CONTENT_URI"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="getContentUri(Ljava/lang/String;)Landroid/net/Uri;" deprecated="31"/>
+		<field name="CONTENT_TYPE" deprecated="31"/>
+		<field name="DEFAULT_SORT_ORDER" deprecated="31"/>
+		<field name="ENTRY_CONTENT_TYPE" deprecated="31"/>
+		<field name="EXTERNAL_CONTENT_URI" deprecated="31"/>
+		<field name="INTERNAL_CONTENT_URI" deprecated="31"/>
 	</class>
-	<class name="android/provider/MediaStore$Audio$Playlists$Members" since="1">
+	<class name="android/provider/MediaStore$Audio$Playlists$Members" since="1" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="android/provider/MediaStore$Audio$AudioColumns"/>
-		<method name="&lt;init>()V"/>
-		<method name="getContentUri(Ljava/lang/String;J)Landroid/net/Uri;"/>
-		<method name="moveItem(Landroid/content/ContentResolver;JII)Z" since="8"/>
-		<field name="AUDIO_ID"/>
-		<field name="CONTENT_DIRECTORY"/>
-		<field name="DEFAULT_SORT_ORDER"/>
-		<field name="PLAYLIST_ID"/>
-		<field name="PLAY_ORDER"/>
-		<field name="_ID"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="getContentUri(Ljava/lang/String;J)Landroid/net/Uri;" deprecated="31"/>
+		<method name="moveItem(Landroid/content/ContentResolver;JII)Z" since="8" deprecated="31"/>
+		<field name="AUDIO_ID" deprecated="31"/>
+		<field name="CONTENT_DIRECTORY" deprecated="31"/>
+		<field name="DEFAULT_SORT_ORDER" deprecated="31"/>
+		<field name="PLAYLIST_ID" deprecated="31"/>
+		<field name="PLAY_ORDER" deprecated="31"/>
+		<field name="_ID" deprecated="31"/>
 	</class>
-	<class name="android/provider/MediaStore$Audio$PlaylistsColumns" since="1">
+	<class name="android/provider/MediaStore$Audio$PlaylistsColumns" since="1" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="android/provider/MediaStore$MediaColumns" since="30"/>
 		<field name="DATA" deprecated="29"/>
-		<field name="DATE_ADDED"/>
-		<field name="DATE_MODIFIED"/>
-		<field name="NAME"/>
+		<field name="DATE_ADDED" deprecated="31"/>
+		<field name="DATE_MODIFIED" deprecated="31"/>
+		<field name="NAME" deprecated="31"/>
 	</class>
 	<class name="android/provider/MediaStore$Audio$Radio" since="21">
 		<extends name="java/lang/Object"/>
@@ -40603,7 +42756,7 @@
 		<field name="MEDIA_TYPE_DOCUMENT" since="30"/>
 		<field name="MEDIA_TYPE_IMAGE"/>
 		<field name="MEDIA_TYPE_NONE"/>
-		<field name="MEDIA_TYPE_PLAYLIST"/>
+		<field name="MEDIA_TYPE_PLAYLIST" deprecated="31"/>
 		<field name="MEDIA_TYPE_SUBTITLE" since="30"/>
 		<field name="MEDIA_TYPE_VIDEO"/>
 		<field name="MIME_TYPE"/>
@@ -40816,8 +42969,10 @@
 		<field name="ACTION_APPLICATION_SETTINGS"/>
 		<field name="ACTION_APP_NOTIFICATION_BUBBLE_SETTINGS" since="29"/>
 		<field name="ACTION_APP_NOTIFICATION_SETTINGS" since="26"/>
+		<field name="ACTION_APP_OPEN_BY_DEFAULT_SETTINGS" since="31"/>
 		<field name="ACTION_APP_SEARCH_SETTINGS" since="29"/>
 		<field name="ACTION_APP_USAGE_SETTINGS" since="29"/>
+		<field name="ACTION_AUTO_ROTATE_SETTINGS" since="31"/>
 		<field name="ACTION_BATTERY_SAVER_SETTINGS" since="22"/>
 		<field name="ACTION_BIOMETRIC_ENROLL" since="30"/>
 		<field name="ACTION_BLUETOOTH_SETTINGS"/>
@@ -40866,6 +43021,8 @@
 		<field name="ACTION_QUICK_ACCESS_WALLET_SETTINGS" since="30"/>
 		<field name="ACTION_QUICK_LAUNCH_SETTINGS" since="3"/>
 		<field name="ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" since="23"/>
+		<field name="ACTION_REQUEST_MANAGE_MEDIA" since="31"/>
+		<field name="ACTION_REQUEST_SCHEDULE_EXACT_ALARM" since="31"/>
 		<field name="ACTION_REQUEST_SET_AUTOFILL_SERVICE" since="26"/>
 		<field name="ACTION_SEARCH_SETTINGS" since="8"/>
 		<field name="ACTION_SECURITY_SETTINGS"/>
@@ -40899,6 +43056,7 @@
 		<field name="EXTRA_AUTHORITIES" since="8"/>
 		<field name="EXTRA_BATTERY_SAVER_MODE_ENABLED" since="23"/>
 		<field name="EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED" since="30"/>
+		<field name="EXTRA_CHANNEL_FILTER_LIST" since="31"/>
 		<field name="EXTRA_CHANNEL_ID" since="26"/>
 		<field name="EXTRA_CONVERSATION_ID" since="30"/>
 		<field name="EXTRA_DO_NOT_DISTURB_MODE_ENABLED" since="23"/>
@@ -41118,7 +43276,7 @@
 		<field name="BLUETOOTH_ON" deprecated="15"/>
 		<field name="CONTENT_URI"/>
 		<field name="DATA_ROAMING" deprecated="15"/>
-		<field name="DATE_FORMAT"/>
+		<field name="DATE_FORMAT" deprecated="31"/>
 		<field name="DEBUG_APP" deprecated="17"/>
 		<field name="DEFAULT_ALARM_ALERT_URI" since="5"/>
 		<field name="DEFAULT_NOTIFICATION_URI"/>
@@ -41738,130 +43896,130 @@
 		<field name="SOURCE_PACKAGE"/>
 		<field name="TRANSCRIPTION" since="21"/>
 	</class>
-	<class name="android/renderscript/Allocation" since="11">
+	<class name="android/renderscript/Allocation" since="11" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="copy1DRangeFrom(IILandroid/renderscript/Allocation;I)V" since="14"/>
-		<method name="copy1DRangeFrom(IILjava/lang/Object;)V" since="21"/>
-		<method name="copy1DRangeFrom(II[B)V"/>
-		<method name="copy1DRangeFrom(II[F)V"/>
-		<method name="copy1DRangeFrom(II[I)V"/>
-		<method name="copy1DRangeFrom(II[S)V"/>
-		<method name="copy1DRangeFromUnchecked(IILjava/lang/Object;)V" since="21"/>
-		<method name="copy1DRangeFromUnchecked(II[B)V"/>
-		<method name="copy1DRangeFromUnchecked(II[F)V"/>
-		<method name="copy1DRangeFromUnchecked(II[I)V"/>
-		<method name="copy1DRangeFromUnchecked(II[S)V"/>
-		<method name="copy1DRangeTo(IILjava/lang/Object;)V" since="23"/>
-		<method name="copy1DRangeTo(II[B)V" since="23"/>
-		<method name="copy1DRangeTo(II[F)V" since="23"/>
-		<method name="copy1DRangeTo(II[I)V" since="23"/>
-		<method name="copy1DRangeTo(II[S)V" since="23"/>
-		<method name="copy1DRangeToUnchecked(IILjava/lang/Object;)V" since="23"/>
-		<method name="copy1DRangeToUnchecked(II[B)V" since="23"/>
-		<method name="copy1DRangeToUnchecked(II[F)V" since="23"/>
-		<method name="copy1DRangeToUnchecked(II[I)V" since="23"/>
-		<method name="copy1DRangeToUnchecked(II[S)V" since="23"/>
-		<method name="copy2DRangeFrom(IIIILandroid/renderscript/Allocation;II)V" since="14"/>
-		<method name="copy2DRangeFrom(IIIILjava/lang/Object;)V" since="21"/>
-		<method name="copy2DRangeFrom(IIII[B)V"/>
-		<method name="copy2DRangeFrom(IIII[F)V"/>
-		<method name="copy2DRangeFrom(IIII[I)V"/>
-		<method name="copy2DRangeFrom(IIII[S)V"/>
-		<method name="copy2DRangeFrom(IILandroid/graphics/Bitmap;)V"/>
-		<method name="copy2DRangeTo(IIIILjava/lang/Object;)V" since="23"/>
-		<method name="copy2DRangeTo(IIII[B)V" since="23"/>
-		<method name="copy2DRangeTo(IIII[F)V" since="23"/>
-		<method name="copy2DRangeTo(IIII[I)V" since="23"/>
-		<method name="copy2DRangeTo(IIII[S)V" since="23"/>
-		<method name="copy3DRangeFrom(IIIIIILandroid/renderscript/Allocation;III)V" since="23"/>
-		<method name="copy3DRangeFrom(IIIIIILjava/lang/Object;)V" since="23"/>
-		<method name="copy3DRangeTo(IIIIIILjava/lang/Object;)V" since="23"/>
-		<method name="copyFrom(Landroid/graphics/Bitmap;)V"/>
-		<method name="copyFrom(Landroid/renderscript/Allocation;)V" since="18"/>
-		<method name="copyFrom(Ljava/lang/Object;)V" since="21"/>
-		<method name="copyFrom([B)V"/>
-		<method name="copyFrom([F)V"/>
-		<method name="copyFrom([I)V"/>
-		<method name="copyFrom([Landroid/renderscript/BaseObj;)V"/>
-		<method name="copyFrom([S)V"/>
-		<method name="copyFromUnchecked(Ljava/lang/Object;)V" since="21"/>
-		<method name="copyFromUnchecked([B)V"/>
-		<method name="copyFromUnchecked([F)V"/>
-		<method name="copyFromUnchecked([I)V"/>
-		<method name="copyFromUnchecked([S)V"/>
-		<method name="copyTo(Landroid/graphics/Bitmap;)V"/>
-		<method name="copyTo(Ljava/lang/Object;)V" since="21"/>
-		<method name="copyTo([B)V"/>
-		<method name="copyTo([F)V"/>
-		<method name="copyTo([I)V"/>
-		<method name="copyTo([S)V"/>
-		<method name="createAllocations(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;II)[Landroid/renderscript/Allocation;" since="24"/>
-		<method name="createCubemapFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;"/>
-		<method name="createCubemapFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;"/>
-		<method name="createCubemapFromCubeFaces(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;"/>
-		<method name="createCubemapFromCubeFaces(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;"/>
-		<method name="createFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;"/>
-		<method name="createFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;"/>
-		<method name="createFromBitmapResource(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)Landroid/renderscript/Allocation;"/>
-		<method name="createFromBitmapResource(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;ILandroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;"/>
-		<method name="createFromString(Landroid/renderscript/RenderScript;Ljava/lang/String;I)Landroid/renderscript/Allocation;"/>
-		<method name="createSized(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;I)Landroid/renderscript/Allocation;"/>
-		<method name="createSized(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;II)Landroid/renderscript/Allocation;"/>
-		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;"/>
-		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;"/>
-		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;"/>
-		<method name="generateMipmaps()V"/>
-		<method name="getByteBuffer()Ljava/nio/ByteBuffer;" since="24"/>
-		<method name="getBytesSize()I" since="16"/>
-		<method name="getElement()Landroid/renderscript/Element;" since="16"/>
-		<method name="getStride()J" since="24"/>
-		<method name="getSurface()Landroid/view/Surface;" since="16"/>
-		<method name="getTimeStamp()J" since="24"/>
-		<method name="getType()Landroid/renderscript/Type;"/>
-		<method name="getUsage()I" since="16"/>
-		<method name="ioReceive()V" since="16"/>
-		<method name="ioSend()V" since="16"/>
+		<method name="copy1DRangeFrom(IILandroid/renderscript/Allocation;I)V" since="14" deprecated="31"/>
+		<method name="copy1DRangeFrom(IILjava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copy1DRangeFrom(II[B)V" deprecated="31"/>
+		<method name="copy1DRangeFrom(II[F)V" deprecated="31"/>
+		<method name="copy1DRangeFrom(II[I)V" deprecated="31"/>
+		<method name="copy1DRangeFrom(II[S)V" deprecated="31"/>
+		<method name="copy1DRangeFromUnchecked(IILjava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copy1DRangeFromUnchecked(II[B)V" deprecated="31"/>
+		<method name="copy1DRangeFromUnchecked(II[F)V" deprecated="31"/>
+		<method name="copy1DRangeFromUnchecked(II[I)V" deprecated="31"/>
+		<method name="copy1DRangeFromUnchecked(II[S)V" deprecated="31"/>
+		<method name="copy1DRangeTo(IILjava/lang/Object;)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeTo(II[B)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeTo(II[F)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeTo(II[I)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeTo(II[S)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeToUnchecked(IILjava/lang/Object;)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeToUnchecked(II[B)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeToUnchecked(II[F)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeToUnchecked(II[I)V" since="23" deprecated="31"/>
+		<method name="copy1DRangeToUnchecked(II[S)V" since="23" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIIILandroid/renderscript/Allocation;II)V" since="14" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIIILjava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIII[B)V" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIII[F)V" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIII[I)V" deprecated="31"/>
+		<method name="copy2DRangeFrom(IIII[S)V" deprecated="31"/>
+		<method name="copy2DRangeFrom(IILandroid/graphics/Bitmap;)V" deprecated="31"/>
+		<method name="copy2DRangeTo(IIIILjava/lang/Object;)V" since="23" deprecated="31"/>
+		<method name="copy2DRangeTo(IIII[B)V" since="23" deprecated="31"/>
+		<method name="copy2DRangeTo(IIII[F)V" since="23" deprecated="31"/>
+		<method name="copy2DRangeTo(IIII[I)V" since="23" deprecated="31"/>
+		<method name="copy2DRangeTo(IIII[S)V" since="23" deprecated="31"/>
+		<method name="copy3DRangeFrom(IIIIIILandroid/renderscript/Allocation;III)V" since="23" deprecated="31"/>
+		<method name="copy3DRangeFrom(IIIIIILjava/lang/Object;)V" since="23" deprecated="31"/>
+		<method name="copy3DRangeTo(IIIIIILjava/lang/Object;)V" since="23" deprecated="31"/>
+		<method name="copyFrom(Landroid/graphics/Bitmap;)V" deprecated="31"/>
+		<method name="copyFrom(Landroid/renderscript/Allocation;)V" since="18" deprecated="31"/>
+		<method name="copyFrom(Ljava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copyFrom([B)V" deprecated="31"/>
+		<method name="copyFrom([F)V" deprecated="31"/>
+		<method name="copyFrom([I)V" deprecated="31"/>
+		<method name="copyFrom([Landroid/renderscript/BaseObj;)V" deprecated="31"/>
+		<method name="copyFrom([S)V" deprecated="31"/>
+		<method name="copyFromUnchecked(Ljava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copyFromUnchecked([B)V" deprecated="31"/>
+		<method name="copyFromUnchecked([F)V" deprecated="31"/>
+		<method name="copyFromUnchecked([I)V" deprecated="31"/>
+		<method name="copyFromUnchecked([S)V" deprecated="31"/>
+		<method name="copyTo(Landroid/graphics/Bitmap;)V" deprecated="31"/>
+		<method name="copyTo(Ljava/lang/Object;)V" since="21" deprecated="31"/>
+		<method name="copyTo([B)V" deprecated="31"/>
+		<method name="copyTo([F)V" deprecated="31"/>
+		<method name="copyTo([I)V" deprecated="31"/>
+		<method name="copyTo([S)V" deprecated="31"/>
+		<method name="createAllocations(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;II)[Landroid/renderscript/Allocation;" since="24" deprecated="31"/>
+		<method name="createCubemapFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createCubemapFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createCubemapFromCubeFaces(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createCubemapFromCubeFaces(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createFromBitmap(Landroid/renderscript/RenderScript;Landroid/graphics/Bitmap;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createFromBitmapResource(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createFromBitmapResource(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;ILandroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createFromString(Landroid/renderscript/RenderScript;Ljava/lang/String;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createSized(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createSized(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;II)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="generateMipmaps()V" deprecated="31"/>
+		<method name="getByteBuffer()Ljava/nio/ByteBuffer;" since="24" deprecated="31"/>
+		<method name="getBytesSize()I" since="16" deprecated="31"/>
+		<method name="getElement()Landroid/renderscript/Element;" since="16" deprecated="31"/>
+		<method name="getStride()J" since="24" deprecated="31"/>
+		<method name="getSurface()Landroid/view/Surface;" since="16" deprecated="31"/>
+		<method name="getTimeStamp()J" since="24" deprecated="31"/>
+		<method name="getType()Landroid/renderscript/Type;" deprecated="31"/>
+		<method name="getUsage()I" since="16" deprecated="31"/>
+		<method name="ioReceive()V" since="16" deprecated="31"/>
+		<method name="ioSend()V" since="16" deprecated="31"/>
 		<method name="resize(I)V" deprecated="18"/>
-		<method name="setAutoPadding(Z)V" since="23"/>
-		<method name="setFromFieldPacker(IIIILandroid/renderscript/FieldPacker;)V" since="23"/>
-		<method name="setFromFieldPacker(IILandroid/renderscript/FieldPacker;)V"/>
-		<method name="setFromFieldPacker(ILandroid/renderscript/FieldPacker;)V"/>
-		<method name="setOnBufferAvailableListener(Landroid/renderscript/Allocation$OnBufferAvailableListener;)V" since="19"/>
-		<method name="setSurface(Landroid/view/Surface;)V" since="16"/>
-		<method name="syncAll(I)V"/>
-		<field name="USAGE_GRAPHICS_CONSTANTS"/>
-		<field name="USAGE_GRAPHICS_RENDER_TARGET" since="14"/>
-		<field name="USAGE_GRAPHICS_TEXTURE"/>
-		<field name="USAGE_GRAPHICS_VERTEX"/>
-		<field name="USAGE_IO_INPUT" since="16"/>
-		<field name="USAGE_IO_OUTPUT" since="16"/>
-		<field name="USAGE_SCRIPT"/>
-		<field name="USAGE_SHARED" since="18"/>
+		<method name="setAutoPadding(Z)V" since="23" deprecated="31"/>
+		<method name="setFromFieldPacker(IIIILandroid/renderscript/FieldPacker;)V" since="23" deprecated="31"/>
+		<method name="setFromFieldPacker(IILandroid/renderscript/FieldPacker;)V" deprecated="31"/>
+		<method name="setFromFieldPacker(ILandroid/renderscript/FieldPacker;)V" deprecated="31"/>
+		<method name="setOnBufferAvailableListener(Landroid/renderscript/Allocation$OnBufferAvailableListener;)V" since="19" deprecated="31"/>
+		<method name="setSurface(Landroid/view/Surface;)V" since="16" deprecated="31"/>
+		<method name="syncAll(I)V" deprecated="31"/>
+		<field name="USAGE_GRAPHICS_CONSTANTS" deprecated="31"/>
+		<field name="USAGE_GRAPHICS_RENDER_TARGET" since="14" deprecated="31"/>
+		<field name="USAGE_GRAPHICS_TEXTURE" deprecated="31"/>
+		<field name="USAGE_GRAPHICS_VERTEX" deprecated="31"/>
+		<field name="USAGE_IO_INPUT" since="16" deprecated="31"/>
+		<field name="USAGE_IO_OUTPUT" since="16" deprecated="31"/>
+		<field name="USAGE_SCRIPT" deprecated="31"/>
+		<field name="USAGE_SHARED" since="18" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Allocation$MipmapControl" since="11">
+	<class name="android/renderscript/Allocation$MipmapControl" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/Allocation$MipmapControl;"/>
 		<method name="values()[Landroid/renderscript/Allocation$MipmapControl;"/>
-		<field name="MIPMAP_FULL"/>
-		<field name="MIPMAP_NONE"/>
-		<field name="MIPMAP_ON_SYNC_TO_TEXTURE"/>
+		<field name="MIPMAP_FULL" deprecated="31"/>
+		<field name="MIPMAP_NONE" deprecated="31"/>
+		<field name="MIPMAP_ON_SYNC_TO_TEXTURE" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Allocation$OnBufferAvailableListener" since="19">
+	<class name="android/renderscript/Allocation$OnBufferAvailableListener" since="19" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="onBufferAvailable(Landroid/renderscript/Allocation;)V"/>
+		<method name="onBufferAvailable(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/AllocationAdapter" since="11">
+	<class name="android/renderscript/AllocationAdapter" since="11" deprecated="31">
 		<extends name="android/renderscript/Allocation"/>
-		<method name="create1D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;)Landroid/renderscript/AllocationAdapter;" since="14"/>
-		<method name="create2D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;)Landroid/renderscript/AllocationAdapter;"/>
-		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;Landroid/renderscript/Type;)Landroid/renderscript/AllocationAdapter;" since="23"/>
+		<method name="create1D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;)Landroid/renderscript/AllocationAdapter;" since="14" deprecated="31"/>
+		<method name="create2D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;)Landroid/renderscript/AllocationAdapter;" deprecated="31"/>
+		<method name="createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocation;Landroid/renderscript/Type;)Landroid/renderscript/AllocationAdapter;" since="23" deprecated="31"/>
 		<method name="readData([F)V" removed="14"/>
 		<method name="readData([I)V" removed="14"/>
-		<method name="setFace(Landroid/renderscript/Type$CubemapFace;)V"/>
-		<method name="setLOD(I)V"/>
-		<method name="setX(I)V" since="23"/>
-		<method name="setY(I)V"/>
-		<method name="setZ(I)V"/>
+		<method name="setFace(Landroid/renderscript/Type$CubemapFace;)V" deprecated="31"/>
+		<method name="setLOD(I)V" deprecated="31"/>
+		<method name="setX(I)V" since="23" deprecated="31"/>
+		<method name="setY(I)V" deprecated="31"/>
+		<method name="setZ(I)V" deprecated="31"/>
 		<method name="subData(ILandroid/renderscript/FieldPacker;)V" removed="14"/>
 		<method name="subData1D(II[B)V" removed="14"/>
 		<method name="subData1D(II[F)V" removed="14"/>
@@ -41871,281 +44029,281 @@
 		<method name="subData2D(IIII[I)V" removed="14"/>
 		<method name="subElementData(IILandroid/renderscript/FieldPacker;)V" removed="14"/>
 	</class>
-	<class name="android/renderscript/BaseObj" since="11">
+	<class name="android/renderscript/BaseObj" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="destroy()V"/>
-		<method name="getName()Ljava/lang/String;" since="14"/>
-		<method name="setName(Ljava/lang/String;)V"/>
+		<method name="destroy()V" deprecated="31"/>
+		<method name="getName()Ljava/lang/String;" since="14" deprecated="31"/>
+		<method name="setName(Ljava/lang/String;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Byte2" since="11">
+	<class name="android/renderscript/Byte2" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(BB)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(BB)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Byte3" since="11">
+	<class name="android/renderscript/Byte3" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(BBB)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(BBB)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Byte4" since="11">
+	<class name="android/renderscript/Byte4" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(BBBB)V" since="14"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(BBBB)V" since="14" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Double2" since="14">
+	<class name="android/renderscript/Double2" since="14" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(DD)V"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(DD)V" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Double3" since="14">
+	<class name="android/renderscript/Double3" since="14" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(DDD)V"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(DDD)V" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Double4" since="14">
+	<class name="android/renderscript/Double4" since="14" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(DDDD)V"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(DDDD)V" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Element" since="11">
+	<class name="android/renderscript/Element" since="11" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="ALLOCATION(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="A_8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="BOOLEAN(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="ELEMENT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23"/>
-		<method name="F16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23"/>
-		<method name="F16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23"/>
-		<method name="F16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23"/>
-		<method name="F32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="F64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="F64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="F64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="FONT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="16"/>
-		<method name="I16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="I16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="I32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="I64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="I8_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I8_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="I8_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
+		<method name="ALLOCATION(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="A_8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="BOOLEAN(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="ELEMENT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23" deprecated="31"/>
+		<method name="F16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23" deprecated="31"/>
+		<method name="F16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23" deprecated="31"/>
+		<method name="F16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="23" deprecated="31"/>
+		<method name="F32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="F64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="F64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="F64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="FONT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="16" deprecated="31"/>
+		<method name="I16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="I16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="I32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="I64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="I8_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I8_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="I8_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
 		<method name="MATRIX4X4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="16"/>
-		<method name="MATRIX_2X2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="MATRIX_3X3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="MATRIX_4X4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="MESH(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="PROGRAM_FRAGMENT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="PROGRAM_RASTER(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="PROGRAM_STORE(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="PROGRAM_VERTEX(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="RGBA_4444(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="RGBA_5551(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="RGBA_8888(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="RGB_565(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="RGB_888(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="SAMPLER(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="SCRIPT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="TYPE(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="U16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="U16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="U32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="U64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="U8_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U8_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14"/>
-		<method name="U8_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;"/>
-		<method name="YUV(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="19"/>
-		<method name="createPixel(Landroid/renderscript/RenderScript;Landroid/renderscript/Element$DataType;Landroid/renderscript/Element$DataKind;)Landroid/renderscript/Element;"/>
-		<method name="createVector(Landroid/renderscript/RenderScript;Landroid/renderscript/Element$DataType;I)Landroid/renderscript/Element;"/>
-		<method name="getBytesSize()I" since="16"/>
-		<method name="getDataKind()Landroid/renderscript/Element$DataKind;" since="16"/>
-		<method name="getDataType()Landroid/renderscript/Element$DataType;" since="16"/>
-		<method name="getSubElement(I)Landroid/renderscript/Element;" since="16"/>
-		<method name="getSubElementArraySize(I)I" since="16"/>
-		<method name="getSubElementCount()I" since="16"/>
-		<method name="getSubElementName(I)Ljava/lang/String;" since="16"/>
-		<method name="getSubElementOffsetBytes(I)I" since="16"/>
-		<method name="getVectorSize()I" since="16"/>
-		<method name="isCompatible(Landroid/renderscript/Element;)Z" since="14"/>
-		<method name="isComplex()Z"/>
+		<method name="MATRIX_2X2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="MATRIX_3X3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="MATRIX_4X4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="MESH(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="PROGRAM_FRAGMENT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="PROGRAM_RASTER(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="PROGRAM_STORE(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="PROGRAM_VERTEX(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="RGBA_4444(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="RGBA_5551(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="RGBA_8888(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="RGB_565(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="RGB_888(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="SAMPLER(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="SCRIPT(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="TYPE(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="U16(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="U16_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U32(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="U32_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U32_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U32_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U64(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="U64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U64_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U64_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U8(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="U8_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U8_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="14" deprecated="31"/>
+		<method name="U8_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="YUV(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;" since="19" deprecated="31"/>
+		<method name="createPixel(Landroid/renderscript/RenderScript;Landroid/renderscript/Element$DataType;Landroid/renderscript/Element$DataKind;)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="createVector(Landroid/renderscript/RenderScript;Landroid/renderscript/Element$DataType;I)Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="getBytesSize()I" since="16" deprecated="31"/>
+		<method name="getDataKind()Landroid/renderscript/Element$DataKind;" since="16" deprecated="31"/>
+		<method name="getDataType()Landroid/renderscript/Element$DataType;" since="16" deprecated="31"/>
+		<method name="getSubElement(I)Landroid/renderscript/Element;" since="16" deprecated="31"/>
+		<method name="getSubElementArraySize(I)I" since="16" deprecated="31"/>
+		<method name="getSubElementCount()I" since="16" deprecated="31"/>
+		<method name="getSubElementName(I)Ljava/lang/String;" since="16" deprecated="31"/>
+		<method name="getSubElementOffsetBytes(I)I" since="16" deprecated="31"/>
+		<method name="getVectorSize()I" since="16" deprecated="31"/>
+		<method name="isCompatible(Landroid/renderscript/Element;)Z" since="14" deprecated="31"/>
+		<method name="isComplex()Z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Element$Builder" since="11">
+	<class name="android/renderscript/Element$Builder" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V"/>
-		<method name="add(Landroid/renderscript/Element;Ljava/lang/String;)Landroid/renderscript/Element$Builder;"/>
-		<method name="add(Landroid/renderscript/Element;Ljava/lang/String;I)Landroid/renderscript/Element$Builder;"/>
-		<method name="create()Landroid/renderscript/Element;"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V" deprecated="31"/>
+		<method name="add(Landroid/renderscript/Element;Ljava/lang/String;)Landroid/renderscript/Element$Builder;" deprecated="31"/>
+		<method name="add(Landroid/renderscript/Element;Ljava/lang/String;I)Landroid/renderscript/Element$Builder;" deprecated="31"/>
+		<method name="create()Landroid/renderscript/Element;" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Element$DataKind" since="11">
+	<class name="android/renderscript/Element$DataKind" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/Element$DataKind;"/>
 		<method name="values()[Landroid/renderscript/Element$DataKind;"/>
-		<field name="PIXEL_A"/>
-		<field name="PIXEL_DEPTH" since="14"/>
-		<field name="PIXEL_L"/>
-		<field name="PIXEL_LA"/>
-		<field name="PIXEL_RGB"/>
-		<field name="PIXEL_RGBA"/>
-		<field name="PIXEL_YUV" since="18"/>
-		<field name="USER"/>
+		<field name="PIXEL_A" deprecated="31"/>
+		<field name="PIXEL_DEPTH" since="14" deprecated="31"/>
+		<field name="PIXEL_L" deprecated="31"/>
+		<field name="PIXEL_LA" deprecated="31"/>
+		<field name="PIXEL_RGB" deprecated="31"/>
+		<field name="PIXEL_RGBA" deprecated="31"/>
+		<field name="PIXEL_YUV" since="18" deprecated="31"/>
+		<field name="USER" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Element$DataType" since="11">
+	<class name="android/renderscript/Element$DataType" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/Element$DataType;"/>
 		<method name="values()[Landroid/renderscript/Element$DataType;"/>
-		<field name="BOOLEAN"/>
-		<field name="FLOAT_16" since="23"/>
-		<field name="FLOAT_32"/>
-		<field name="FLOAT_64"/>
-		<field name="MATRIX_2X2"/>
-		<field name="MATRIX_3X3"/>
-		<field name="MATRIX_4X4"/>
-		<field name="NONE" since="16"/>
-		<field name="RS_ALLOCATION"/>
-		<field name="RS_ELEMENT"/>
-		<field name="RS_FONT" since="16"/>
-		<field name="RS_MESH"/>
-		<field name="RS_PROGRAM_FRAGMENT"/>
-		<field name="RS_PROGRAM_RASTER"/>
-		<field name="RS_PROGRAM_STORE"/>
-		<field name="RS_PROGRAM_VERTEX"/>
-		<field name="RS_SAMPLER"/>
-		<field name="RS_SCRIPT"/>
-		<field name="RS_TYPE"/>
-		<field name="SIGNED_16"/>
-		<field name="SIGNED_32"/>
-		<field name="SIGNED_64"/>
-		<field name="SIGNED_8"/>
-		<field name="UNSIGNED_16"/>
-		<field name="UNSIGNED_32"/>
-		<field name="UNSIGNED_4_4_4_4"/>
-		<field name="UNSIGNED_5_5_5_1"/>
-		<field name="UNSIGNED_5_6_5"/>
-		<field name="UNSIGNED_64"/>
-		<field name="UNSIGNED_8"/>
+		<field name="BOOLEAN" deprecated="31"/>
+		<field name="FLOAT_16" since="23" deprecated="31"/>
+		<field name="FLOAT_32" deprecated="31"/>
+		<field name="FLOAT_64" deprecated="31"/>
+		<field name="MATRIX_2X2" deprecated="31"/>
+		<field name="MATRIX_3X3" deprecated="31"/>
+		<field name="MATRIX_4X4" deprecated="31"/>
+		<field name="NONE" since="16" deprecated="31"/>
+		<field name="RS_ALLOCATION" deprecated="31"/>
+		<field name="RS_ELEMENT" deprecated="31"/>
+		<field name="RS_FONT" since="16" deprecated="31"/>
+		<field name="RS_MESH" deprecated="31"/>
+		<field name="RS_PROGRAM_FRAGMENT" deprecated="31"/>
+		<field name="RS_PROGRAM_RASTER" deprecated="31"/>
+		<field name="RS_PROGRAM_STORE" deprecated="31"/>
+		<field name="RS_PROGRAM_VERTEX" deprecated="31"/>
+		<field name="RS_SAMPLER" deprecated="31"/>
+		<field name="RS_SCRIPT" deprecated="31"/>
+		<field name="RS_TYPE" deprecated="31"/>
+		<field name="SIGNED_16" deprecated="31"/>
+		<field name="SIGNED_32" deprecated="31"/>
+		<field name="SIGNED_64" deprecated="31"/>
+		<field name="SIGNED_8" deprecated="31"/>
+		<field name="UNSIGNED_16" deprecated="31"/>
+		<field name="UNSIGNED_32" deprecated="31"/>
+		<field name="UNSIGNED_4_4_4_4" deprecated="31"/>
+		<field name="UNSIGNED_5_5_5_1" deprecated="31"/>
+		<field name="UNSIGNED_5_6_5" deprecated="31"/>
+		<field name="UNSIGNED_64" deprecated="31"/>
+		<field name="UNSIGNED_8" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/FieldPacker" since="11">
+	<class name="android/renderscript/FieldPacker" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(I)V"/>
-		<method name="&lt;init>([B)V" since="18"/>
-		<method name="addBoolean(Z)V"/>
-		<method name="addF32(F)V"/>
-		<method name="addF32(Landroid/renderscript/Float2;)V"/>
-		<method name="addF32(Landroid/renderscript/Float3;)V"/>
-		<method name="addF32(Landroid/renderscript/Float4;)V"/>
-		<method name="addF64(D)V"/>
-		<method name="addF64(Landroid/renderscript/Double2;)V" since="14"/>
-		<method name="addF64(Landroid/renderscript/Double3;)V" since="14"/>
-		<method name="addF64(Landroid/renderscript/Double4;)V" since="14"/>
-		<method name="addI16(Landroid/renderscript/Short2;)V"/>
-		<method name="addI16(Landroid/renderscript/Short3;)V"/>
-		<method name="addI16(Landroid/renderscript/Short4;)V"/>
-		<method name="addI16(S)V"/>
-		<method name="addI32(I)V"/>
-		<method name="addI32(Landroid/renderscript/Int2;)V"/>
-		<method name="addI32(Landroid/renderscript/Int3;)V"/>
-		<method name="addI32(Landroid/renderscript/Int4;)V"/>
-		<method name="addI64(J)V"/>
-		<method name="addI64(Landroid/renderscript/Long2;)V" since="14"/>
-		<method name="addI64(Landroid/renderscript/Long3;)V" since="14"/>
-		<method name="addI64(Landroid/renderscript/Long4;)V" since="14"/>
-		<method name="addI8(B)V"/>
-		<method name="addI8(Landroid/renderscript/Byte2;)V"/>
-		<method name="addI8(Landroid/renderscript/Byte3;)V"/>
-		<method name="addI8(Landroid/renderscript/Byte4;)V"/>
-		<method name="addMatrix(Landroid/renderscript/Matrix2f;)V"/>
-		<method name="addMatrix(Landroid/renderscript/Matrix3f;)V"/>
-		<method name="addMatrix(Landroid/renderscript/Matrix4f;)V"/>
-		<method name="addObj(Landroid/renderscript/BaseObj;)V"/>
-		<method name="addU16(I)V"/>
-		<method name="addU16(Landroid/renderscript/Int2;)V"/>
-		<method name="addU16(Landroid/renderscript/Int3;)V"/>
-		<method name="addU16(Landroid/renderscript/Int4;)V"/>
-		<method name="addU32(J)V"/>
-		<method name="addU32(Landroid/renderscript/Long2;)V"/>
-		<method name="addU32(Landroid/renderscript/Long3;)V"/>
-		<method name="addU32(Landroid/renderscript/Long4;)V"/>
-		<method name="addU64(J)V"/>
-		<method name="addU64(Landroid/renderscript/Long2;)V" since="14"/>
-		<method name="addU64(Landroid/renderscript/Long3;)V" since="14"/>
-		<method name="addU64(Landroid/renderscript/Long4;)V" since="14"/>
-		<method name="addU8(Landroid/renderscript/Short2;)V"/>
-		<method name="addU8(Landroid/renderscript/Short3;)V"/>
-		<method name="addU8(Landroid/renderscript/Short4;)V"/>
-		<method name="addU8(S)V"/>
-		<method name="align(I)V"/>
-		<method name="getData()[B"/>
-		<method name="reset()V"/>
-		<method name="reset(I)V"/>
-		<method name="skip(I)V"/>
-		<method name="subBoolean()Z" since="18"/>
-		<method name="subByte2()Landroid/renderscript/Byte2;" since="18"/>
-		<method name="subByte3()Landroid/renderscript/Byte3;" since="18"/>
-		<method name="subByte4()Landroid/renderscript/Byte4;" since="18"/>
-		<method name="subDouble2()Landroid/renderscript/Double2;" since="18"/>
-		<method name="subDouble3()Landroid/renderscript/Double3;" since="18"/>
-		<method name="subDouble4()Landroid/renderscript/Double4;" since="18"/>
-		<method name="subF32()F" since="18"/>
-		<method name="subF64()D" since="18"/>
-		<method name="subFloat2()Landroid/renderscript/Float2;" since="18"/>
-		<method name="subFloat3()Landroid/renderscript/Float3;" since="18"/>
-		<method name="subFloat4()Landroid/renderscript/Float4;" since="18"/>
-		<method name="subI16()S" since="18"/>
-		<method name="subI32()I" since="18"/>
-		<method name="subI64()J" since="18"/>
-		<method name="subI8()B" since="18"/>
-		<method name="subInt2()Landroid/renderscript/Int2;" since="18"/>
-		<method name="subInt3()Landroid/renderscript/Int3;" since="18"/>
-		<method name="subInt4()Landroid/renderscript/Int4;" since="18"/>
-		<method name="subLong2()Landroid/renderscript/Long2;" since="18"/>
-		<method name="subLong3()Landroid/renderscript/Long3;" since="18"/>
-		<method name="subLong4()Landroid/renderscript/Long4;" since="18"/>
-		<method name="subMatrix2f()Landroid/renderscript/Matrix2f;" since="18"/>
-		<method name="subMatrix3f()Landroid/renderscript/Matrix3f;" since="18"/>
-		<method name="subMatrix4f()Landroid/renderscript/Matrix4f;" since="18"/>
-		<method name="subShort2()Landroid/renderscript/Short2;" since="18"/>
-		<method name="subShort3()Landroid/renderscript/Short3;" since="18"/>
-		<method name="subShort4()Landroid/renderscript/Short4;" since="18"/>
-		<method name="subalign(I)V" since="18"/>
+		<method name="&lt;init>(I)V" deprecated="31"/>
+		<method name="&lt;init>([B)V" since="18" deprecated="31"/>
+		<method name="addBoolean(Z)V" deprecated="31"/>
+		<method name="addF32(F)V" deprecated="31"/>
+		<method name="addF32(Landroid/renderscript/Float2;)V" deprecated="31"/>
+		<method name="addF32(Landroid/renderscript/Float3;)V" deprecated="31"/>
+		<method name="addF32(Landroid/renderscript/Float4;)V" deprecated="31"/>
+		<method name="addF64(D)V" deprecated="31"/>
+		<method name="addF64(Landroid/renderscript/Double2;)V" since="14" deprecated="31"/>
+		<method name="addF64(Landroid/renderscript/Double3;)V" since="14" deprecated="31"/>
+		<method name="addF64(Landroid/renderscript/Double4;)V" since="14" deprecated="31"/>
+		<method name="addI16(Landroid/renderscript/Short2;)V" deprecated="31"/>
+		<method name="addI16(Landroid/renderscript/Short3;)V" deprecated="31"/>
+		<method name="addI16(Landroid/renderscript/Short4;)V" deprecated="31"/>
+		<method name="addI16(S)V" deprecated="31"/>
+		<method name="addI32(I)V" deprecated="31"/>
+		<method name="addI32(Landroid/renderscript/Int2;)V" deprecated="31"/>
+		<method name="addI32(Landroid/renderscript/Int3;)V" deprecated="31"/>
+		<method name="addI32(Landroid/renderscript/Int4;)V" deprecated="31"/>
+		<method name="addI64(J)V" deprecated="31"/>
+		<method name="addI64(Landroid/renderscript/Long2;)V" since="14" deprecated="31"/>
+		<method name="addI64(Landroid/renderscript/Long3;)V" since="14" deprecated="31"/>
+		<method name="addI64(Landroid/renderscript/Long4;)V" since="14" deprecated="31"/>
+		<method name="addI8(B)V" deprecated="31"/>
+		<method name="addI8(Landroid/renderscript/Byte2;)V" deprecated="31"/>
+		<method name="addI8(Landroid/renderscript/Byte3;)V" deprecated="31"/>
+		<method name="addI8(Landroid/renderscript/Byte4;)V" deprecated="31"/>
+		<method name="addMatrix(Landroid/renderscript/Matrix2f;)V" deprecated="31"/>
+		<method name="addMatrix(Landroid/renderscript/Matrix3f;)V" deprecated="31"/>
+		<method name="addMatrix(Landroid/renderscript/Matrix4f;)V" deprecated="31"/>
+		<method name="addObj(Landroid/renderscript/BaseObj;)V" deprecated="31"/>
+		<method name="addU16(I)V" deprecated="31"/>
+		<method name="addU16(Landroid/renderscript/Int2;)V" deprecated="31"/>
+		<method name="addU16(Landroid/renderscript/Int3;)V" deprecated="31"/>
+		<method name="addU16(Landroid/renderscript/Int4;)V" deprecated="31"/>
+		<method name="addU32(J)V" deprecated="31"/>
+		<method name="addU32(Landroid/renderscript/Long2;)V" deprecated="31"/>
+		<method name="addU32(Landroid/renderscript/Long3;)V" deprecated="31"/>
+		<method name="addU32(Landroid/renderscript/Long4;)V" deprecated="31"/>
+		<method name="addU64(J)V" deprecated="31"/>
+		<method name="addU64(Landroid/renderscript/Long2;)V" since="14" deprecated="31"/>
+		<method name="addU64(Landroid/renderscript/Long3;)V" since="14" deprecated="31"/>
+		<method name="addU64(Landroid/renderscript/Long4;)V" since="14" deprecated="31"/>
+		<method name="addU8(Landroid/renderscript/Short2;)V" deprecated="31"/>
+		<method name="addU8(Landroid/renderscript/Short3;)V" deprecated="31"/>
+		<method name="addU8(Landroid/renderscript/Short4;)V" deprecated="31"/>
+		<method name="addU8(S)V" deprecated="31"/>
+		<method name="align(I)V" deprecated="31"/>
+		<method name="getData()[B" deprecated="31"/>
+		<method name="reset()V" deprecated="31"/>
+		<method name="reset(I)V" deprecated="31"/>
+		<method name="skip(I)V" deprecated="31"/>
+		<method name="subBoolean()Z" since="18" deprecated="31"/>
+		<method name="subByte2()Landroid/renderscript/Byte2;" since="18" deprecated="31"/>
+		<method name="subByte3()Landroid/renderscript/Byte3;" since="18" deprecated="31"/>
+		<method name="subByte4()Landroid/renderscript/Byte4;" since="18" deprecated="31"/>
+		<method name="subDouble2()Landroid/renderscript/Double2;" since="18" deprecated="31"/>
+		<method name="subDouble3()Landroid/renderscript/Double3;" since="18" deprecated="31"/>
+		<method name="subDouble4()Landroid/renderscript/Double4;" since="18" deprecated="31"/>
+		<method name="subF32()F" since="18" deprecated="31"/>
+		<method name="subF64()D" since="18" deprecated="31"/>
+		<method name="subFloat2()Landroid/renderscript/Float2;" since="18" deprecated="31"/>
+		<method name="subFloat3()Landroid/renderscript/Float3;" since="18" deprecated="31"/>
+		<method name="subFloat4()Landroid/renderscript/Float4;" since="18" deprecated="31"/>
+		<method name="subI16()S" since="18" deprecated="31"/>
+		<method name="subI32()I" since="18" deprecated="31"/>
+		<method name="subI64()J" since="18" deprecated="31"/>
+		<method name="subI8()B" since="18" deprecated="31"/>
+		<method name="subInt2()Landroid/renderscript/Int2;" since="18" deprecated="31"/>
+		<method name="subInt3()Landroid/renderscript/Int3;" since="18" deprecated="31"/>
+		<method name="subInt4()Landroid/renderscript/Int4;" since="18" deprecated="31"/>
+		<method name="subLong2()Landroid/renderscript/Long2;" since="18" deprecated="31"/>
+		<method name="subLong3()Landroid/renderscript/Long3;" since="18" deprecated="31"/>
+		<method name="subLong4()Landroid/renderscript/Long4;" since="18" deprecated="31"/>
+		<method name="subMatrix2f()Landroid/renderscript/Matrix2f;" since="18" deprecated="31"/>
+		<method name="subMatrix3f()Landroid/renderscript/Matrix3f;" since="18" deprecated="31"/>
+		<method name="subMatrix4f()Landroid/renderscript/Matrix4f;" since="18" deprecated="31"/>
+		<method name="subShort2()Landroid/renderscript/Short2;" since="18" deprecated="31"/>
+		<method name="subShort3()Landroid/renderscript/Short3;" since="18" deprecated="31"/>
+		<method name="subShort4()Landroid/renderscript/Short4;" since="18" deprecated="31"/>
+		<method name="subalign(I)V" since="18" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/FileA3D" since="11" deprecated="16" removed="18">
 		<extends name="android/renderscript/BaseObj"/>
@@ -42170,29 +44328,29 @@
 		<method name="getName()Ljava/lang/String;" deprecated="16"/>
 		<method name="getObject()Landroid/renderscript/BaseObj;" deprecated="16"/>
 	</class>
-	<class name="android/renderscript/Float2" since="11">
+	<class name="android/renderscript/Float2" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(FF)V"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(FF)V" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Float3" since="11">
+	<class name="android/renderscript/Float3" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(FFF)V"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(FFF)V" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Float4" since="11">
+	<class name="android/renderscript/Float4" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(FFFF)V"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(FFFF)V" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/Font" since="11" deprecated="16" removed="18">
 		<extends name="android/renderscript/BaseObj"/>
@@ -42211,119 +44369,119 @@
 		<field name="ITALIC"/>
 		<field name="NORMAL"/>
 	</class>
-	<class name="android/renderscript/Int2" since="11">
+	<class name="android/renderscript/Int2" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(II)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(II)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Int3" since="11">
+	<class name="android/renderscript/Int3" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(III)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(III)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Int4" since="11">
+	<class name="android/renderscript/Int4" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(IIII)V" since="14"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(IIII)V" since="14" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Long2" since="11">
+	<class name="android/renderscript/Long2" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(JJ)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(JJ)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Long3" since="11">
+	<class name="android/renderscript/Long3" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(JJJ)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(JJJ)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Long4" since="11">
+	<class name="android/renderscript/Long4" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(JJJJ)V" since="14"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(JJJJ)V" since="14" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Matrix2f" since="11">
+	<class name="android/renderscript/Matrix2f" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>([F)V"/>
-		<method name="get(II)F"/>
-		<method name="getArray()[F"/>
-		<method name="load(Landroid/renderscript/Matrix2f;)V"/>
-		<method name="loadIdentity()V"/>
-		<method name="loadMultiply(Landroid/renderscript/Matrix2f;Landroid/renderscript/Matrix2f;)V"/>
-		<method name="loadRotate(F)V"/>
-		<method name="loadScale(FF)V"/>
-		<method name="multiply(Landroid/renderscript/Matrix2f;)V"/>
-		<method name="rotate(F)V"/>
-		<method name="scale(FF)V"/>
-		<method name="set(IIF)V"/>
-		<method name="transpose()V"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>([F)V" deprecated="31"/>
+		<method name="get(II)F" deprecated="31"/>
+		<method name="getArray()[F" deprecated="31"/>
+		<method name="load(Landroid/renderscript/Matrix2f;)V" deprecated="31"/>
+		<method name="loadIdentity()V" deprecated="31"/>
+		<method name="loadMultiply(Landroid/renderscript/Matrix2f;Landroid/renderscript/Matrix2f;)V" deprecated="31"/>
+		<method name="loadRotate(F)V" deprecated="31"/>
+		<method name="loadScale(FF)V" deprecated="31"/>
+		<method name="multiply(Landroid/renderscript/Matrix2f;)V" deprecated="31"/>
+		<method name="rotate(F)V" deprecated="31"/>
+		<method name="scale(FF)V" deprecated="31"/>
+		<method name="set(IIF)V" deprecated="31"/>
+		<method name="transpose()V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Matrix3f" since="11">
+	<class name="android/renderscript/Matrix3f" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>([F)V"/>
-		<method name="get(II)F"/>
-		<method name="getArray()[F"/>
-		<method name="load(Landroid/renderscript/Matrix3f;)V"/>
-		<method name="loadIdentity()V"/>
-		<method name="loadMultiply(Landroid/renderscript/Matrix3f;Landroid/renderscript/Matrix3f;)V"/>
-		<method name="loadRotate(F)V"/>
-		<method name="loadRotate(FFFF)V"/>
-		<method name="loadScale(FF)V"/>
-		<method name="loadScale(FFF)V"/>
-		<method name="loadTranslate(FF)V"/>
-		<method name="multiply(Landroid/renderscript/Matrix3f;)V"/>
-		<method name="rotate(F)V"/>
-		<method name="rotate(FFFF)V"/>
-		<method name="scale(FF)V"/>
-		<method name="scale(FFF)V"/>
-		<method name="set(IIF)V"/>
-		<method name="translate(FF)V"/>
-		<method name="transpose()V"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>([F)V" deprecated="31"/>
+		<method name="get(II)F" deprecated="31"/>
+		<method name="getArray()[F" deprecated="31"/>
+		<method name="load(Landroid/renderscript/Matrix3f;)V" deprecated="31"/>
+		<method name="loadIdentity()V" deprecated="31"/>
+		<method name="loadMultiply(Landroid/renderscript/Matrix3f;Landroid/renderscript/Matrix3f;)V" deprecated="31"/>
+		<method name="loadRotate(F)V" deprecated="31"/>
+		<method name="loadRotate(FFFF)V" deprecated="31"/>
+		<method name="loadScale(FF)V" deprecated="31"/>
+		<method name="loadScale(FFF)V" deprecated="31"/>
+		<method name="loadTranslate(FF)V" deprecated="31"/>
+		<method name="multiply(Landroid/renderscript/Matrix3f;)V" deprecated="31"/>
+		<method name="rotate(F)V" deprecated="31"/>
+		<method name="rotate(FFFF)V" deprecated="31"/>
+		<method name="scale(FF)V" deprecated="31"/>
+		<method name="scale(FFF)V" deprecated="31"/>
+		<method name="set(IIF)V" deprecated="31"/>
+		<method name="translate(FF)V" deprecated="31"/>
+		<method name="transpose()V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Matrix4f" since="11">
+	<class name="android/renderscript/Matrix4f" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>([F)V"/>
-		<method name="get(II)F"/>
-		<method name="getArray()[F"/>
-		<method name="inverse()Z"/>
-		<method name="inverseTranspose()Z"/>
-		<method name="load(Landroid/renderscript/Matrix4f;)V"/>
-		<method name="loadFrustum(FFFFFF)V"/>
-		<method name="loadIdentity()V"/>
-		<method name="loadMultiply(Landroid/renderscript/Matrix4f;Landroid/renderscript/Matrix4f;)V"/>
-		<method name="loadOrtho(FFFFFF)V"/>
-		<method name="loadOrthoWindow(II)V"/>
-		<method name="loadPerspective(FFFF)V"/>
-		<method name="loadProjectionNormalized(II)V"/>
-		<method name="loadRotate(FFFF)V"/>
-		<method name="loadScale(FFF)V"/>
-		<method name="loadTranslate(FFF)V"/>
-		<method name="multiply(Landroid/renderscript/Matrix4f;)V"/>
-		<method name="rotate(FFFF)V"/>
-		<method name="scale(FFF)V"/>
-		<method name="set(IIF)V"/>
-		<method name="translate(FFF)V"/>
-		<method name="transpose()V"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>([F)V" deprecated="31"/>
+		<method name="get(II)F" deprecated="31"/>
+		<method name="getArray()[F" deprecated="31"/>
+		<method name="inverse()Z" deprecated="31"/>
+		<method name="inverseTranspose()Z" deprecated="31"/>
+		<method name="load(Landroid/renderscript/Matrix4f;)V" deprecated="31"/>
+		<method name="loadFrustum(FFFFFF)V" deprecated="31"/>
+		<method name="loadIdentity()V" deprecated="31"/>
+		<method name="loadMultiply(Landroid/renderscript/Matrix4f;Landroid/renderscript/Matrix4f;)V" deprecated="31"/>
+		<method name="loadOrtho(FFFFFF)V" deprecated="31"/>
+		<method name="loadOrthoWindow(II)V" deprecated="31"/>
+		<method name="loadPerspective(FFFF)V" deprecated="31"/>
+		<method name="loadProjectionNormalized(II)V" deprecated="31"/>
+		<method name="loadRotate(FFFF)V" deprecated="31"/>
+		<method name="loadScale(FFF)V" deprecated="31"/>
+		<method name="loadTranslate(FFF)V" deprecated="31"/>
+		<method name="multiply(Landroid/renderscript/Matrix4f;)V" deprecated="31"/>
+		<method name="rotate(FFFF)V" deprecated="31"/>
+		<method name="scale(FFF)V" deprecated="31"/>
+		<method name="set(IIF)V" deprecated="31"/>
+		<method name="translate(FFF)V" deprecated="31"/>
+		<method name="transpose()V" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/Mesh" since="11" deprecated="16" removed="18">
 		<extends name="android/renderscript/BaseObj"/>
@@ -42564,21 +44722,21 @@
 		<method name="setProjection(Landroid/renderscript/Matrix4f;)V" deprecated="16"/>
 		<method name="setTexture(Landroid/renderscript/Matrix4f;)V" deprecated="16"/>
 	</class>
-	<class name="android/renderscript/RSDriverException" since="11">
+	<class name="android/renderscript/RSDriverException" since="11" deprecated="31">
 		<extends name="android/renderscript/RSRuntimeException"/>
-		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="&lt;init>(Ljava/lang/String;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RSIllegalArgumentException" since="11">
+	<class name="android/renderscript/RSIllegalArgumentException" since="11" deprecated="31">
 		<extends name="android/renderscript/RSRuntimeException"/>
-		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="&lt;init>(Ljava/lang/String;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RSInvalidStateException" since="11">
+	<class name="android/renderscript/RSInvalidStateException" since="11" deprecated="31">
 		<extends name="android/renderscript/RSRuntimeException"/>
-		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="&lt;init>(Ljava/lang/String;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RSRuntimeException" since="11">
+	<class name="android/renderscript/RSRuntimeException" since="11" deprecated="31">
 		<extends name="java/lang/RuntimeException"/>
-		<method name="&lt;init>(Ljava/lang/String;)V"/>
+		<method name="&lt;init>(Ljava/lang/String;)V" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/RSSurfaceView" since="11" deprecated="16" removed="18">
 		<extends name="android/view/SurfaceView"/>
@@ -42604,57 +44762,57 @@
 		<method name="resume()V" deprecated="16"/>
 		<method name="setRenderScriptGL(Landroid/renderscript/RenderScriptGL;)V" deprecated="16"/>
 	</class>
-	<class name="android/renderscript/RenderScript" since="11">
+	<class name="android/renderscript/RenderScript" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="contextDump()V"/>
-		<method name="create(Landroid/content/Context;)Landroid/renderscript/RenderScript;"/>
-		<method name="create(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;)Landroid/renderscript/RenderScript;" since="18"/>
-		<method name="create(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;I)Landroid/renderscript/RenderScript;" since="21"/>
-		<method name="createMultiContext(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;II)Landroid/renderscript/RenderScript;" since="23"/>
-		<method name="destroy()V"/>
-		<method name="finish()V"/>
-		<method name="getApplicationContext()Landroid/content/Context;"/>
-		<method name="getErrorHandler()Landroid/renderscript/RenderScript$RSErrorHandler;"/>
-		<method name="getMessageHandler()Landroid/renderscript/RenderScript$RSMessageHandler;"/>
-		<method name="getMinorVersion()J" since="23"/>
-		<method name="releaseAllContexts()V" since="23"/>
-		<method name="sendMessage(I[I)V" since="18"/>
-		<method name="setErrorHandler(Landroid/renderscript/RenderScript$RSErrorHandler;)V"/>
-		<method name="setMessageHandler(Landroid/renderscript/RenderScript$RSMessageHandler;)V"/>
-		<method name="setPriority(Landroid/renderscript/RenderScript$Priority;)V"/>
-		<field name="CREATE_FLAG_LOW_LATENCY" since="21"/>
-		<field name="CREATE_FLAG_LOW_POWER" since="21"/>
-		<field name="CREATE_FLAG_NONE" since="21"/>
+		<method name="contextDump()V" deprecated="31"/>
+		<method name="create(Landroid/content/Context;)Landroid/renderscript/RenderScript;" deprecated="31"/>
+		<method name="create(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;)Landroid/renderscript/RenderScript;" since="18" deprecated="31"/>
+		<method name="create(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;I)Landroid/renderscript/RenderScript;" since="21" deprecated="31"/>
+		<method name="createMultiContext(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;II)Landroid/renderscript/RenderScript;" since="23" deprecated="31"/>
+		<method name="destroy()V" deprecated="31"/>
+		<method name="finish()V" deprecated="31"/>
+		<method name="getApplicationContext()Landroid/content/Context;" deprecated="31"/>
+		<method name="getErrorHandler()Landroid/renderscript/RenderScript$RSErrorHandler;" deprecated="31"/>
+		<method name="getMessageHandler()Landroid/renderscript/RenderScript$RSMessageHandler;" deprecated="31"/>
+		<method name="getMinorVersion()J" since="23" deprecated="31"/>
+		<method name="releaseAllContexts()V" since="23" deprecated="31"/>
+		<method name="sendMessage(I[I)V" since="18" deprecated="31"/>
+		<method name="setErrorHandler(Landroid/renderscript/RenderScript$RSErrorHandler;)V" deprecated="31"/>
+		<method name="setMessageHandler(Landroid/renderscript/RenderScript$RSMessageHandler;)V" deprecated="31"/>
+		<method name="setPriority(Landroid/renderscript/RenderScript$Priority;)V" deprecated="31"/>
+		<field name="CREATE_FLAG_LOW_LATENCY" since="21" deprecated="31"/>
+		<field name="CREATE_FLAG_LOW_POWER" since="21" deprecated="31"/>
+		<field name="CREATE_FLAG_NONE" since="21" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RenderScript$ContextType" since="18">
+	<class name="android/renderscript/RenderScript$ContextType" since="18" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/RenderScript$ContextType;"/>
 		<method name="values()[Landroid/renderscript/RenderScript$ContextType;"/>
-		<field name="DEBUG"/>
-		<field name="NORMAL"/>
-		<field name="PROFILE"/>
+		<field name="DEBUG" deprecated="31"/>
+		<field name="NORMAL" deprecated="31"/>
+		<field name="PROFILE" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RenderScript$Priority" since="11">
+	<class name="android/renderscript/RenderScript$Priority" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/RenderScript$Priority;"/>
 		<method name="values()[Landroid/renderscript/RenderScript$Priority;"/>
-		<field name="LOW"/>
-		<field name="NORMAL"/>
+		<field name="LOW" deprecated="31"/>
+		<field name="NORMAL" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RenderScript$RSErrorHandler" since="11">
+	<class name="android/renderscript/RenderScript$RSErrorHandler" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/Runnable"/>
-		<method name="&lt;init>()V"/>
-		<field name="mErrorMessage"/>
-		<field name="mErrorNum"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<field name="mErrorMessage" deprecated="31"/>
+		<field name="mErrorNum" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/RenderScript$RSMessageHandler" since="11">
+	<class name="android/renderscript/RenderScript$RSMessageHandler" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/Runnable"/>
-		<method name="&lt;init>()V"/>
-		<field name="mData"/>
-		<field name="mID"/>
-		<field name="mLength"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<field name="mData" deprecated="31"/>
+		<field name="mID" deprecated="31"/>
+		<field name="mLength" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/RenderScriptGL" since="11" deprecated="16" removed="18">
 		<extends name="android/renderscript/RenderScript"/>
@@ -42680,128 +44838,128 @@
 		<method name="setDepth(II)V" deprecated="16"/>
 		<method name="setSamples(IIF)V" deprecated="16"/>
 	</class>
-	<class name="android/renderscript/Sampler" since="11">
+	<class name="android/renderscript/Sampler" since="11" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="CLAMP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="CLAMP_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="CLAMP_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="MIRRORED_REPEAT_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18"/>
-		<method name="MIRRORED_REPEAT_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18"/>
-		<method name="MIRRORED_REPEAT_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18"/>
-		<method name="WRAP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="WRAP_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="WRAP_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;"/>
-		<method name="getAnisotropy()F" since="16"/>
-		<method name="getMagnification()Landroid/renderscript/Sampler$Value;" since="16"/>
-		<method name="getMinification()Landroid/renderscript/Sampler$Value;" since="16"/>
-		<method name="getWrapS()Landroid/renderscript/Sampler$Value;" since="16"/>
-		<method name="getWrapT()Landroid/renderscript/Sampler$Value;" since="16"/>
+		<method name="CLAMP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="CLAMP_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="CLAMP_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="MIRRORED_REPEAT_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18" deprecated="31"/>
+		<method name="MIRRORED_REPEAT_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18" deprecated="31"/>
+		<method name="MIRRORED_REPEAT_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" since="18" deprecated="31"/>
+		<method name="WRAP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="WRAP_LINEAR_MIP_LINEAR(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="WRAP_NEAREST(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="getAnisotropy()F" since="16" deprecated="31"/>
+		<method name="getMagnification()Landroid/renderscript/Sampler$Value;" since="16" deprecated="31"/>
+		<method name="getMinification()Landroid/renderscript/Sampler$Value;" since="16" deprecated="31"/>
+		<method name="getWrapS()Landroid/renderscript/Sampler$Value;" since="16" deprecated="31"/>
+		<method name="getWrapT()Landroid/renderscript/Sampler$Value;" since="16" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Sampler$Builder" since="11">
+	<class name="android/renderscript/Sampler$Builder" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V"/>
-		<method name="create()Landroid/renderscript/Sampler;"/>
-		<method name="setAnisotropy(F)V"/>
-		<method name="setMagnification(Landroid/renderscript/Sampler$Value;)V"/>
-		<method name="setMinification(Landroid/renderscript/Sampler$Value;)V"/>
-		<method name="setWrapS(Landroid/renderscript/Sampler$Value;)V"/>
-		<method name="setWrapT(Landroid/renderscript/Sampler$Value;)V"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V" deprecated="31"/>
+		<method name="create()Landroid/renderscript/Sampler;" deprecated="31"/>
+		<method name="setAnisotropy(F)V" deprecated="31"/>
+		<method name="setMagnification(Landroid/renderscript/Sampler$Value;)V" deprecated="31"/>
+		<method name="setMinification(Landroid/renderscript/Sampler$Value;)V" deprecated="31"/>
+		<method name="setWrapS(Landroid/renderscript/Sampler$Value;)V" deprecated="31"/>
+		<method name="setWrapT(Landroid/renderscript/Sampler$Value;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Sampler$Value" since="11">
+	<class name="android/renderscript/Sampler$Value" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/Sampler$Value;"/>
 		<method name="values()[Landroid/renderscript/Sampler$Value;"/>
-		<field name="CLAMP"/>
-		<field name="LINEAR"/>
-		<field name="LINEAR_MIP_LINEAR"/>
-		<field name="LINEAR_MIP_NEAREST"/>
-		<field name="MIRRORED_REPEAT" since="18"/>
-		<field name="NEAREST"/>
-		<field name="WRAP"/>
+		<field name="CLAMP" deprecated="31"/>
+		<field name="LINEAR" deprecated="31"/>
+		<field name="LINEAR_MIP_LINEAR" deprecated="31"/>
+		<field name="LINEAR_MIP_NEAREST" deprecated="31"/>
+		<field name="MIRRORED_REPEAT" since="18" deprecated="31"/>
+		<field name="NEAREST" deprecated="31"/>
+		<field name="WRAP" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Script" since="11">
+	<class name="android/renderscript/Script" since="11" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="bindAllocation(Landroid/renderscript/Allocation;I)V"/>
-		<method name="createFieldID(ILandroid/renderscript/Element;)Landroid/renderscript/Script$FieldID;" since="17"/>
-		<method name="createInvokeID(I)Landroid/renderscript/Script$InvokeID;" since="23"/>
-		<method name="createKernelID(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;" since="17"/>
-		<method name="forEach(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V" since="14"/>
-		<method name="forEach(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V" since="18"/>
-		<method name="forEach(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V" since="23"/>
-		<method name="forEach(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V" since="23"/>
-		<method name="getVarB(I)Z" since="18"/>
-		<method name="getVarD(I)D" since="18"/>
-		<method name="getVarF(I)F" since="18"/>
-		<method name="getVarI(I)I" since="18"/>
-		<method name="getVarJ(I)J" since="18"/>
-		<method name="getVarV(ILandroid/renderscript/FieldPacker;)V" since="18"/>
-		<method name="invoke(I)V"/>
-		<method name="invoke(ILandroid/renderscript/FieldPacker;)V"/>
-		<method name="reduce(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="24"/>
-		<method name="setTimeZone(Ljava/lang/String;)V"/>
-		<method name="setVar(ID)V"/>
-		<method name="setVar(IF)V"/>
-		<method name="setVar(II)V"/>
-		<method name="setVar(IJ)V"/>
-		<method name="setVar(ILandroid/renderscript/BaseObj;)V"/>
-		<method name="setVar(ILandroid/renderscript/FieldPacker;)V"/>
-		<method name="setVar(ILandroid/renderscript/FieldPacker;Landroid/renderscript/Element;[I)V" since="16"/>
-		<method name="setVar(IZ)V"/>
+		<method name="bindAllocation(Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="createFieldID(ILandroid/renderscript/Element;)Landroid/renderscript/Script$FieldID;" since="17" deprecated="31"/>
+		<method name="createInvokeID(I)Landroid/renderscript/Script$InvokeID;" since="23" deprecated="31"/>
+		<method name="createKernelID(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;" since="17" deprecated="31"/>
+		<method name="forEach(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V" since="14" deprecated="31"/>
+		<method name="forEach(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V" since="18" deprecated="31"/>
+		<method name="forEach(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V" since="23" deprecated="31"/>
+		<method name="forEach(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V" since="23" deprecated="31"/>
+		<method name="getVarB(I)Z" since="18" deprecated="31"/>
+		<method name="getVarD(I)D" since="18" deprecated="31"/>
+		<method name="getVarF(I)F" since="18" deprecated="31"/>
+		<method name="getVarI(I)I" since="18" deprecated="31"/>
+		<method name="getVarJ(I)J" since="18" deprecated="31"/>
+		<method name="getVarV(ILandroid/renderscript/FieldPacker;)V" since="18" deprecated="31"/>
+		<method name="invoke(I)V" deprecated="31"/>
+		<method name="invoke(ILandroid/renderscript/FieldPacker;)V" deprecated="31"/>
+		<method name="reduce(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="24" deprecated="31"/>
+		<method name="setTimeZone(Ljava/lang/String;)V" deprecated="31"/>
+		<method name="setVar(ID)V" deprecated="31"/>
+		<method name="setVar(IF)V" deprecated="31"/>
+		<method name="setVar(II)V" deprecated="31"/>
+		<method name="setVar(IJ)V" deprecated="31"/>
+		<method name="setVar(ILandroid/renderscript/BaseObj;)V" deprecated="31"/>
+		<method name="setVar(ILandroid/renderscript/FieldPacker;)V" deprecated="31"/>
+		<method name="setVar(ILandroid/renderscript/FieldPacker;Landroid/renderscript/Element;[I)V" since="16" deprecated="31"/>
+		<method name="setVar(IZ)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Script$Builder" since="11">
+	<class name="android/renderscript/Script$Builder" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
 	</class>
-	<class name="android/renderscript/Script$FieldBase" since="11">
+	<class name="android/renderscript/Script$FieldBase" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="getAllocation()Landroid/renderscript/Allocation;"/>
-		<method name="getElement()Landroid/renderscript/Element;"/>
-		<method name="getType()Landroid/renderscript/Type;"/>
-		<method name="init(Landroid/renderscript/RenderScript;I)V"/>
-		<method name="init(Landroid/renderscript/RenderScript;II)V"/>
-		<method name="updateAllocation()V"/>
-		<field name="mAllocation"/>
-		<field name="mElement"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="getAllocation()Landroid/renderscript/Allocation;" deprecated="31"/>
+		<method name="getElement()Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="getType()Landroid/renderscript/Type;" deprecated="31"/>
+		<method name="init(Landroid/renderscript/RenderScript;I)V" deprecated="31"/>
+		<method name="init(Landroid/renderscript/RenderScript;II)V" deprecated="31"/>
+		<method name="updateAllocation()V" deprecated="31"/>
+		<field name="mAllocation" deprecated="31"/>
+		<field name="mElement" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Script$FieldID" since="17">
+	<class name="android/renderscript/Script$FieldID" since="17" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
 	</class>
-	<class name="android/renderscript/Script$InvokeID" since="23">
+	<class name="android/renderscript/Script$InvokeID" since="23" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
 	</class>
-	<class name="android/renderscript/Script$KernelID" since="17">
+	<class name="android/renderscript/Script$KernelID" since="17" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
 	</class>
-	<class name="android/renderscript/Script$LaunchOptions" since="18">
+	<class name="android/renderscript/Script$LaunchOptions" since="18" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="getXEnd()I"/>
-		<method name="getXStart()I"/>
-		<method name="getYEnd()I"/>
-		<method name="getYStart()I"/>
-		<method name="getZEnd()I"/>
-		<method name="getZStart()I"/>
-		<method name="setX(II)Landroid/renderscript/Script$LaunchOptions;"/>
-		<method name="setY(II)Landroid/renderscript/Script$LaunchOptions;"/>
-		<method name="setZ(II)Landroid/renderscript/Script$LaunchOptions;"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="getXEnd()I" deprecated="31"/>
+		<method name="getXStart()I" deprecated="31"/>
+		<method name="getYEnd()I" deprecated="31"/>
+		<method name="getYStart()I" deprecated="31"/>
+		<method name="getZEnd()I" deprecated="31"/>
+		<method name="getZStart()I" deprecated="31"/>
+		<method name="setX(II)Landroid/renderscript/Script$LaunchOptions;" deprecated="31"/>
+		<method name="setY(II)Landroid/renderscript/Script$LaunchOptions;" deprecated="31"/>
+		<method name="setZ(II)Landroid/renderscript/Script$LaunchOptions;" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptC" since="11">
+	<class name="android/renderscript/ScriptC" since="11" deprecated="31">
 		<extends name="android/renderscript/Script"/>
-		<method name="&lt;init>(ILandroid/renderscript/RenderScript;)V"/>
-		<method name="&lt;init>(JLandroid/renderscript/RenderScript;)V" since="21"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)V"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;Ljava/lang/String;[B[B)V" since="21"/>
+		<method name="&lt;init>(ILandroid/renderscript/RenderScript;)V" deprecated="31"/>
+		<method name="&lt;init>(JLandroid/renderscript/RenderScript;)V" since="21" deprecated="31"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;Landroid/content/res/Resources;I)V" deprecated="31"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;Ljava/lang/String;[B[B)V" since="21" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup" since="17">
+	<class name="android/renderscript/ScriptGroup" since="17" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
 		<method name="execute()V" deprecated="23"/>
-		<method name="execute([Ljava/lang/Object;)[Ljava/lang/Object;" since="23"/>
+		<method name="execute([Ljava/lang/Object;)[Ljava/lang/Object;" since="23" deprecated="31"/>
 		<method name="setInput(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Allocation;)V" deprecated="23"/>
 		<method name="setOutput(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Allocation;)V" deprecated="23"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup$Binding" since="23">
+	<class name="android/renderscript/ScriptGroup$Binding" since="23" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Landroid/renderscript/Script$FieldID;Ljava/lang/Object;)V"/>
+		<method name="&lt;init>(Landroid/renderscript/Script$FieldID;Ljava/lang/Object;)V" deprecated="31"/>
 	</class>
 	<class name="android/renderscript/ScriptGroup$Builder" since="17" deprecated="23">
 		<extends name="java/lang/Object"/>
@@ -42811,339 +44969,339 @@
 		<method name="addKernel(Landroid/renderscript/Script$KernelID;)Landroid/renderscript/ScriptGroup$Builder;" deprecated="29"/>
 		<method name="create()Landroid/renderscript/ScriptGroup;" deprecated="29"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup$Builder2" since="23">
+	<class name="android/renderscript/ScriptGroup$Builder2" since="23" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V"/>
-		<method name="addInput()Landroid/renderscript/ScriptGroup$Input;"/>
-		<method name="addInvoke(Landroid/renderscript/Script$InvokeID;[Ljava/lang/Object;)Landroid/renderscript/ScriptGroup$Closure;"/>
-		<method name="addKernel(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Type;[Ljava/lang/Object;)Landroid/renderscript/ScriptGroup$Closure;"/>
-		<method name="create(Ljava/lang/String;[Landroid/renderscript/ScriptGroup$Future;)Landroid/renderscript/ScriptGroup;"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;)V" deprecated="31"/>
+		<method name="addInput()Landroid/renderscript/ScriptGroup$Input;" deprecated="31"/>
+		<method name="addInvoke(Landroid/renderscript/Script$InvokeID;[Ljava/lang/Object;)Landroid/renderscript/ScriptGroup$Closure;" deprecated="31"/>
+		<method name="addKernel(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Type;[Ljava/lang/Object;)Landroid/renderscript/ScriptGroup$Closure;" deprecated="31"/>
+		<method name="create(Ljava/lang/String;[Landroid/renderscript/ScriptGroup$Future;)Landroid/renderscript/ScriptGroup;" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup$Closure" since="23">
+	<class name="android/renderscript/ScriptGroup$Closure" since="23" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="getGlobal(Landroid/renderscript/Script$FieldID;)Landroid/renderscript/ScriptGroup$Future;"/>
-		<method name="getReturn()Landroid/renderscript/ScriptGroup$Future;"/>
+		<method name="getGlobal(Landroid/renderscript/Script$FieldID;)Landroid/renderscript/ScriptGroup$Future;" deprecated="31"/>
+		<method name="getReturn()Landroid/renderscript/ScriptGroup$Future;" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup$Future" since="23">
+	<class name="android/renderscript/ScriptGroup$Future" since="23" deprecated="31">
 		<extends name="java/lang/Object"/>
 	</class>
-	<class name="android/renderscript/ScriptGroup$Input" since="23">
+	<class name="android/renderscript/ScriptGroup$Input" since="23" deprecated="31">
 		<extends name="java/lang/Object"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsic" since="17">
+	<class name="android/renderscript/ScriptIntrinsic" since="17" deprecated="31">
 		<extends name="android/renderscript/Script"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsic3DLUT" since="18">
+	<class name="android/renderscript/ScriptIntrinsic3DLUT" since="18" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsic3DLUT;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setLUT(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsic3DLUT;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setLUT(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicBLAS" since="23">
+	<class name="android/renderscript/ScriptIntrinsicBLAS" since="23" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="BNNM(Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;II)V"/>
-		<method name="CGBMV(IIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CGEMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V"/>
-		<method name="CGEMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CGERC(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CGERU(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CHBMV(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CHEMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V"/>
-		<method name="CHEMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CHER(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CHER2(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CHER2K(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="CHERK(IIFLandroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="CHPMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CHPR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CHPR2(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="CSYMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V"/>
-		<method name="CSYR2K(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V"/>
-		<method name="CSYRK(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V"/>
-		<method name="CTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CTRMM(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="CTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="CTRSM(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="CTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DGBMV(IIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V"/>
-		<method name="DGEMM(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="DGEMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V"/>
-		<method name="DGER(DLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="DSBMV(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V"/>
-		<method name="DSPMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V"/>
-		<method name="DSPR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="DSPR2(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="DSYMM(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="DSYMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V"/>
-		<method name="DSYR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="DSYR2(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="DSYR2K(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="DSYRK(IIDLandroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="DTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DTRMM(IIIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="DTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="DTRSM(IIIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="DTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="SGBMV(IIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V"/>
-		<method name="SGEMM(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="SGEMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V"/>
-		<method name="SGER(FLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="SSBMV(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V"/>
-		<method name="SSPMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V"/>
-		<method name="SSPR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="SSPR2(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="SSYMM(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="SSYMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V"/>
-		<method name="SSYR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="SSYR2(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="SSYR2K(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="SSYRK(IIFLandroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V"/>
-		<method name="STBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="STBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="STPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="STPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="STRMM(IIIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="STRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="STRSM(IIIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="STRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZGBMV(IIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZGEMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZGEMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZGERC(Landroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZGERU(Landroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZHBMV(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZHEMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZHEMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZHER(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZHER2(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZHER2K(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="ZHERK(IIDLandroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V"/>
-		<method name="ZHPMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZHPR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZHPR2(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V"/>
-		<method name="ZSYMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZSYR2K(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZSYRK(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZTRMM(IIIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="ZTRSM(IIIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="ZTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V"/>
-		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicBLAS;"/>
-		<field name="CONJ_TRANSPOSE"/>
-		<field name="LEFT"/>
-		<field name="LOWER"/>
-		<field name="NON_UNIT"/>
-		<field name="NO_TRANSPOSE"/>
-		<field name="RIGHT"/>
-		<field name="TRANSPOSE"/>
-		<field name="UNIT"/>
-		<field name="UPPER"/>
+		<method name="BNNM(Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;II)V" deprecated="31"/>
+		<method name="CGBMV(IIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CGEMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CGEMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CGERC(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CGERU(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHBMV(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CHEMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHEMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CHER(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHER2(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHER2K(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHERK(IIFLandroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHPMV(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CHPR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CHPR2(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CSYMM(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CSYR2K(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CSYRK(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Float2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CTRMM(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="CTRSM(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="CTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DGBMV(IIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DGEMM(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DGEMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DGER(DLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSBMV(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DSPMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DSPR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSPR2(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSYMM(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSYMV(IDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IDLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DSYR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSYR2(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSYR2K(IIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DSYRK(IIDLandroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DTRMM(IIIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="DTRSM(IIIIDLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="DTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SGBMV(IIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SGEMM(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SGEMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SGER(FLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSBMV(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SSPMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SSPR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSPR2(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSYMM(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSYMV(IFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;IFLandroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="SSYR(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSYR2(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSYR2K(IIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="SSYRK(IIFLandroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="STBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="STBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="STPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="STPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="STRMM(IIIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="STRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="STRSM(IIIIFLandroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="STRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZGBMV(IIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZGEMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZGEMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZGERC(Landroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZGERU(Landroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHBMV(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZHEMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHEMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZHER(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHER2(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHER2K(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHERK(IIDLandroid/renderscript/Allocation;DLandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHPMV(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZHPR(IDLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZHPR2(ILandroid/renderscript/Double2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZSYMM(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZSYR2K(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZSYRK(IILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Double2;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZTBMV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZTBSV(IIIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZTPMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZTPSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZTRMM(IIIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZTRMV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="ZTRSM(IIIILandroid/renderscript/Double2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="ZTRSV(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V" deprecated="31"/>
+		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicBLAS;" deprecated="31"/>
+		<field name="CONJ_TRANSPOSE" deprecated="31"/>
+		<field name="LEFT" deprecated="31"/>
+		<field name="LOWER" deprecated="31"/>
+		<field name="NON_UNIT" deprecated="31"/>
+		<field name="NO_TRANSPOSE" deprecated="31"/>
+		<field name="RIGHT" deprecated="31"/>
+		<field name="TRANSPOSE" deprecated="31"/>
+		<field name="UNIT" deprecated="31"/>
+		<field name="UPPER" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicBlend" since="17">
+	<class name="android/renderscript/ScriptIntrinsicBlend" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicBlend;"/>
-		<method name="forEachAdd(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachAdd(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachClear(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachClear(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachDst(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachDst(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachDstAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachDstAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachDstIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachDstIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachDstOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachDstOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachDstOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachDstOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachMultiply(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachMultiply(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSrc(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSrc(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSrcAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSrcAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSrcIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSrcIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSrcOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSrcOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSrcOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSrcOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachSubtract(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachSubtract(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEachXor(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEachXor(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getKernelIDAdd()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDClear()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDDst()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDDstAtop()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDDstIn()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDDstOut()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDDstOver()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDMultiply()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSrc()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSrcAtop()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSrcIn()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSrcOut()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSrcOver()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDSubtract()Landroid/renderscript/Script$KernelID;"/>
-		<method name="getKernelIDXor()Landroid/renderscript/Script$KernelID;"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicBlend;" deprecated="31"/>
+		<method name="forEachAdd(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachAdd(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachClear(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachClear(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachDst(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachDst(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachDstAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachDstAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachDstIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachDstIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachDstOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachDstOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachDstOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachDstOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachMultiply(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachMultiply(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSrc(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSrc(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSrcAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSrcAtop(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSrcIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSrcIn(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSrcOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSrcOut(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSrcOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSrcOver(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachSubtract(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachSubtract(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEachXor(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEachXor(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getKernelIDAdd()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDClear()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDDst()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDDstAtop()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDDstIn()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDDstOut()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDDstOver()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDMultiply()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSrc()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSrcAtop()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSrcIn()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSrcOut()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSrcOver()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDSubtract()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="getKernelIDXor()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicBlur" since="17">
+	<class name="android/renderscript/ScriptIntrinsicBlur" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicBlur;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setInput(Landroid/renderscript/Allocation;)V"/>
-		<method name="setRadius(F)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicBlur;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setInput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="setRadius(F)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicColorMatrix" since="17">
+	<class name="android/renderscript/ScriptIntrinsicColorMatrix" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicColorMatrix;" since="19"/>
+		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicColorMatrix;" since="19" deprecated="31"/>
 		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicColorMatrix;" deprecated="19"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setAdd(FFFF)V" since="19"/>
-		<method name="setAdd(Landroid/renderscript/Float4;)V" since="19"/>
-		<method name="setColorMatrix(Landroid/renderscript/Matrix3f;)V"/>
-		<method name="setColorMatrix(Landroid/renderscript/Matrix4f;)V"/>
-		<method name="setGreyscale()V"/>
-		<method name="setRGBtoYUV()V"/>
-		<method name="setYUVtoRGB()V"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setAdd(FFFF)V" since="19" deprecated="31"/>
+		<method name="setAdd(Landroid/renderscript/Float4;)V" since="19" deprecated="31"/>
+		<method name="setColorMatrix(Landroid/renderscript/Matrix3f;)V" deprecated="31"/>
+		<method name="setColorMatrix(Landroid/renderscript/Matrix4f;)V" deprecated="31"/>
+		<method name="setGreyscale()V" deprecated="31"/>
+		<method name="setRGBtoYUV()V" deprecated="31"/>
+		<method name="setYUVtoRGB()V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicConvolve3x3" since="17">
+	<class name="android/renderscript/ScriptIntrinsicConvolve3x3" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicConvolve3x3;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setCoefficients([F)V"/>
-		<method name="setInput(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicConvolve3x3;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setCoefficients([F)V" deprecated="31"/>
+		<method name="setInput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicConvolve5x5" since="17">
+	<class name="android/renderscript/ScriptIntrinsicConvolve5x5" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicConvolve5x5;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setCoefficients([F)V"/>
-		<method name="setInput(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicConvolve5x5;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setCoefficients([F)V" deprecated="31"/>
+		<method name="setInput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicHistogram" since="19">
+	<class name="android/renderscript/ScriptIntrinsicHistogram" since="19" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicHistogram;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="forEach_Dot(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach_Dot(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID_Separate()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setDotCoefficients(FFFF)V"/>
-		<method name="setOutput(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicHistogram;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="forEach_Dot(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach_Dot(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID_Separate()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setDotCoefficients(FFFF)V" deprecated="31"/>
+		<method name="setOutput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicLUT" since="17">
+	<class name="android/renderscript/ScriptIntrinsicLUT" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicLUT;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setAlpha(II)V"/>
-		<method name="setBlue(II)V"/>
-		<method name="setGreen(II)V"/>
-		<method name="setRed(II)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicLUT;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" since="21" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setAlpha(II)V" deprecated="31"/>
+		<method name="setBlue(II)V" deprecated="31"/>
+		<method name="setGreen(II)V" deprecated="31"/>
+		<method name="setRed(II)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicResize" since="20">
+	<class name="android/renderscript/ScriptIntrinsicResize" since="20" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicResize;"/>
-		<method name="forEach_bicubic(Landroid/renderscript/Allocation;)V"/>
-		<method name="forEach_bicubic(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID_bicubic()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setInput(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicResize;" deprecated="31"/>
+		<method name="forEach_bicubic(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="forEach_bicubic(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID_bicubic()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setInput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/ScriptIntrinsicYuvToRGB" since="17">
+	<class name="android/renderscript/ScriptIntrinsicYuvToRGB" since="17" deprecated="31">
 		<extends name="android/renderscript/ScriptIntrinsic"/>
-		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicYuvToRGB;"/>
-		<method name="forEach(Landroid/renderscript/Allocation;)V"/>
-		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;"/>
-		<method name="getKernelID()Landroid/renderscript/Script$KernelID;"/>
-		<method name="setInput(Landroid/renderscript/Allocation;)V"/>
+		<method name="create(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicYuvToRGB;" deprecated="31"/>
+		<method name="forEach(Landroid/renderscript/Allocation;)V" deprecated="31"/>
+		<method name="getFieldID_Input()Landroid/renderscript/Script$FieldID;" deprecated="31"/>
+		<method name="getKernelID()Landroid/renderscript/Script$KernelID;" deprecated="31"/>
+		<method name="setInput(Landroid/renderscript/Allocation;)V" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Short2" since="11">
+	<class name="android/renderscript/Short2" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(SS)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(SS)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Short3" since="11">
+	<class name="android/renderscript/Short3" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(SSS)V" since="14"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(SSS)V" since="14" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Short4" since="11">
+	<class name="android/renderscript/Short4" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="&lt;init>(SSSS)V" since="14"/>
-		<field name="w"/>
-		<field name="x"/>
-		<field name="y"/>
-		<field name="z"/>
+		<method name="&lt;init>()V" deprecated="31"/>
+		<method name="&lt;init>(SSSS)V" since="14" deprecated="31"/>
+		<field name="w" deprecated="31"/>
+		<field name="x" deprecated="31"/>
+		<field name="y" deprecated="31"/>
+		<field name="z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Type" since="11">
+	<class name="android/renderscript/Type" since="11" deprecated="31">
 		<extends name="android/renderscript/BaseObj"/>
-		<method name="createX(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;I)Landroid/renderscript/Type;" since="21"/>
-		<method name="createXY(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;II)Landroid/renderscript/Type;" since="21"/>
-		<method name="createXYZ(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;III)Landroid/renderscript/Type;" since="21"/>
-		<method name="getCount()I"/>
-		<method name="getElement()Landroid/renderscript/Element;"/>
-		<method name="getX()I"/>
-		<method name="getY()I"/>
-		<method name="getYuv()I" since="18"/>
-		<method name="getZ()I"/>
-		<method name="hasFaces()Z"/>
-		<method name="hasMipmaps()Z"/>
+		<method name="createX(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;I)Landroid/renderscript/Type;" since="21" deprecated="31"/>
+		<method name="createXY(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;II)Landroid/renderscript/Type;" since="21" deprecated="31"/>
+		<method name="createXYZ(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;III)Landroid/renderscript/Type;" since="21" deprecated="31"/>
+		<method name="getCount()I" deprecated="31"/>
+		<method name="getElement()Landroid/renderscript/Element;" deprecated="31"/>
+		<method name="getX()I" deprecated="31"/>
+		<method name="getY()I" deprecated="31"/>
+		<method name="getYuv()I" since="18" deprecated="31"/>
+		<method name="getZ()I" deprecated="31"/>
+		<method name="hasFaces()Z" deprecated="31"/>
+		<method name="hasMipmaps()Z" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Type$Builder" since="11">
+	<class name="android/renderscript/Type$Builder" since="11" deprecated="31">
 		<extends name="java/lang/Object"/>
-		<method name="&lt;init>(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)V"/>
-		<method name="create()Landroid/renderscript/Type;"/>
-		<method name="setFaces(Z)Landroid/renderscript/Type$Builder;"/>
-		<method name="setMipmaps(Z)Landroid/renderscript/Type$Builder;"/>
-		<method name="setX(I)Landroid/renderscript/Type$Builder;"/>
-		<method name="setY(I)Landroid/renderscript/Type$Builder;"/>
-		<method name="setYuvFormat(I)Landroid/renderscript/Type$Builder;" since="18"/>
-		<method name="setZ(I)Landroid/renderscript/Type$Builder;" since="18"/>
+		<method name="&lt;init>(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)V" deprecated="31"/>
+		<method name="create()Landroid/renderscript/Type;" deprecated="31"/>
+		<method name="setFaces(Z)Landroid/renderscript/Type$Builder;" deprecated="31"/>
+		<method name="setMipmaps(Z)Landroid/renderscript/Type$Builder;" deprecated="31"/>
+		<method name="setX(I)Landroid/renderscript/Type$Builder;" deprecated="31"/>
+		<method name="setY(I)Landroid/renderscript/Type$Builder;" deprecated="31"/>
+		<method name="setYuvFormat(I)Landroid/renderscript/Type$Builder;" since="18" deprecated="31"/>
+		<method name="setZ(I)Landroid/renderscript/Type$Builder;" since="18" deprecated="31"/>
 	</class>
-	<class name="android/renderscript/Type$CubemapFace" since="11">
+	<class name="android/renderscript/Type$CubemapFace" since="11" deprecated="31">
 		<extends name="java/lang/Enum"/>
 		<method name="valueOf(Ljava/lang/String;)Landroid/renderscript/Type$CubemapFace;"/>
 		<method name="values()[Landroid/renderscript/Type$CubemapFace;"/>
-		<field name="NEGATIVE_X"/>
-		<field name="NEGATIVE_Y"/>
-		<field name="NEGATIVE_Z"/>
-		<field name="POSITIVE_X" since="14"/>
-		<field name="POSITIVE_Y" since="14"/>
-		<field name="POSITIVE_Z" since="14"/>
+		<field name="NEGATIVE_X" deprecated="31"/>
+		<field name="NEGATIVE_Y" deprecated="31"/>
+		<field name="NEGATIVE_Z" deprecated="31"/>
+		<field name="POSITIVE_X" since="14" deprecated="31"/>
+		<field name="POSITIVE_Y" since="14" deprecated="31"/>
+		<field name="POSITIVE_Z" since="14" deprecated="31"/>
 		<field name="POSITVE_X" deprecated="29"/>
 		<field name="POSITVE_Y" deprecated="29"/>
 		<field name="POSITVE_Z" deprecated="29"/>
@@ -43295,9 +45453,12 @@
 		<method name="createInstallIntent()Landroid/content/Intent;"/>
 		<method name="createManageCredentialsIntent(Landroid/security/AppUriAuthenticationPolicy;)Landroid/content/Intent;" since="31"/>
 		<method name="getCertificateChain(Landroid/content/Context;Ljava/lang/String;)[Ljava/security/cert/X509Certificate;"/>
+		<method name="getCredentialManagementAppPolicy(Landroid/content/Context;)Landroid/security/AppUriAuthenticationPolicy;" since="31"/>
 		<method name="getPrivateKey(Landroid/content/Context;Ljava/lang/String;)Ljava/security/PrivateKey;"/>
 		<method name="isBoundKeyAlgorithm(Ljava/lang/String;)Z" since="18" deprecated="23"/>
+		<method name="isCredentialManagementApp(Landroid/content/Context;)Z" since="31"/>
 		<method name="isKeyAlgorithmSupported(Ljava/lang/String;)Z" since="18"/>
+		<method name="removeCredentialManagementApp(Landroid/content/Context;)Z" since="31"/>
 		<field name="ACTION_KEYCHAIN_CHANGED" since="26"/>
 		<field name="ACTION_KEY_ACCESS_CHANGED" since="26"/>
 		<field name="ACTION_STORAGE_CHANGED" since="16" deprecated="26"/>
@@ -43695,6 +45856,7 @@
 		<method name="setDigests([Ljava/lang/String;)Landroid/security/keystore/KeyProtection$Builder;"/>
 		<method name="setEncryptionPaddings([Ljava/lang/String;)Landroid/security/keystore/KeyProtection$Builder;"/>
 		<method name="setInvalidatedByBiometricEnrollment(Z)Landroid/security/keystore/KeyProtection$Builder;" since="24"/>
+		<method name="setIsStrongBoxBacked(Z)Landroid/security/keystore/KeyProtection$Builder;" since="31"/>
 		<method name="setKeyValidityEnd(Ljava/util/Date;)Landroid/security/keystore/KeyProtection$Builder;"/>
 		<method name="setKeyValidityForConsumptionEnd(Ljava/util/Date;)Landroid/security/keystore/KeyProtection$Builder;"/>
 		<method name="setKeyValidityForOriginationEnd(Ljava/util/Date;)Landroid/security/keystore/KeyProtection$Builder;"/>
@@ -43753,6 +45915,7 @@
 		<method name="onDisconnected()V"/>
 		<method name="onFillRequest(Landroid/service/autofill/FillRequest;Landroid/os/CancellationSignal;Landroid/service/autofill/FillCallback;)V"/>
 		<method name="onSaveRequest(Landroid/service/autofill/SaveRequest;Landroid/service/autofill/SaveCallback;)V"/>
+		<method name="onSavedDatasetsInfoRequest(Landroid/service/autofill/SavedDatasetsInfoCallback;)V" since="31"/>
 		<field name="SERVICE_INTERFACE"/>
 		<field name="SERVICE_META_DATA"/>
 	</class>
@@ -43806,12 +45969,15 @@
 		<method name="setAuthentication(Landroid/content/IntentSender;)Landroid/service/autofill/Dataset$Builder;"/>
 		<method name="setId(Ljava/lang/String;)Landroid/service/autofill/Dataset$Builder;"/>
 		<method name="setInlinePresentation(Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="30"/>
+		<method name="setInlinePresentation(Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="31"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;)Landroid/service/autofill/Dataset$Builder;"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Landroid/widget/RemoteViews;)Landroid/service/autofill/Dataset$Builder;"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="30"/>
+		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="31"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Ljava/util/regex/Pattern;)Landroid/service/autofill/Dataset$Builder;" since="28"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Ljava/util/regex/Pattern;Landroid/widget/RemoteViews;)Landroid/service/autofill/Dataset$Builder;" since="28"/>
 		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Ljava/util/regex/Pattern;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="30"/>
+		<method name="setValue(Landroid/view/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Ljava/util/regex/Pattern;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;" since="31"/>
 	</class>
 	<class name="android/service/autofill/DateTransformation" since="28">
 		<extends name="java/lang/Object"/>
@@ -43864,8 +46030,16 @@
 		<method name="getFieldsClassification()Ljava/util/Map;" since="28"/>
 		<method name="getIgnoredDatasetIds()Ljava/util/Set;" since="28"/>
 		<method name="getManuallyEnteredField()Ljava/util/Map;" since="28"/>
+		<method name="getNoSaveUiReason()I" since="31"/>
 		<method name="getSelectedDatasetIds()Ljava/util/Set;" since="28"/>
 		<method name="getType()I"/>
+		<field name="NO_SAVE_UI_REASON_DATASET_MATCH" since="31"/>
+		<field name="NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED" since="31"/>
+		<field name="NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED" since="31"/>
+		<field name="NO_SAVE_UI_REASON_NONE" since="31"/>
+		<field name="NO_SAVE_UI_REASON_NO_SAVE_INFO" since="31"/>
+		<field name="NO_SAVE_UI_REASON_NO_VALUE_CHANGED" since="31"/>
+		<field name="NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG" since="31"/>
 		<field name="TYPE_AUTHENTICATION_SELECTED"/>
 		<field name="TYPE_CONTEXT_COMMITTED" since="28"/>
 		<field name="TYPE_DATASETS_SHOWN" since="30"/>
@@ -43900,6 +46074,7 @@
 		<method name="disableAutofill(J)Landroid/service/autofill/FillResponse$Builder;" since="28"/>
 		<method name="setAuthentication([Landroid/view/autofill/AutofillId;Landroid/content/IntentSender;Landroid/widget/RemoteViews;)Landroid/service/autofill/FillResponse$Builder;"/>
 		<method name="setAuthentication([Landroid/view/autofill/AutofillId;Landroid/content/IntentSender;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/FillResponse$Builder;" since="30"/>
+		<method name="setAuthentication([Landroid/view/autofill/AutofillId;Landroid/content/IntentSender;Landroid/widget/RemoteViews;Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/FillResponse$Builder;" since="31"/>
 		<method name="setClientState(Landroid/os/Bundle;)Landroid/service/autofill/FillResponse$Builder;"/>
 		<method name="setFieldClassificationIds([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/FillResponse$Builder;" since="28"/>
 		<method name="setFlags(I)Landroid/service/autofill/FillResponse$Builder;" since="28"/>
@@ -43928,6 +46103,7 @@
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
 		<method name="&lt;init>(Landroid/app/slice/Slice;Landroid/widget/inline/InlinePresentationSpec;Z)V"/>
+		<method name="createTooltipPresentation(Landroid/app/slice/Slice;Landroid/widget/inline/InlinePresentationSpec;)Landroid/service/autofill/InlinePresentation;" since="31"/>
 		<method name="getInlinePresentationSpec()Landroid/widget/inline/InlinePresentationSpec;"/>
 		<method name="getSlice()Landroid/app/slice/Slice;"/>
 		<method name="isPinned()Z"/>
@@ -44004,6 +46180,21 @@
 		<method name="getFillContexts()Ljava/util/List;"/>
 		<field name="CREATOR"/>
 	</class>
+	<class name="android/service/autofill/SavedDatasetsInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Ljava/lang/String;I)V"/>
+		<method name="getCount()I"/>
+		<method name="getType()Ljava/lang/String;"/>
+		<field name="TYPE_OTHER"/>
+		<field name="TYPE_PASSWORDS"/>
+	</class>
+	<class name="android/service/autofill/SavedDatasetsInfoCallback" since="31">
+		<method name="onError(I)V"/>
+		<method name="onSuccess(Ljava/util/Set;)V"/>
+		<field name="ERROR_NEEDS_USER_ACTION"/>
+		<field name="ERROR_OTHER"/>
+		<field name="ERROR_UNSUPPORTED"/>
+	</class>
 	<class name="android/service/autofill/TextValueSanitizer" since="28">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -44346,6 +46537,7 @@
 		<field name="TYPE_RANGE"/>
 		<field name="TYPE_STATELESS"/>
 		<field name="TYPE_TEMPERATURE"/>
+		<field name="TYPE_THUMBNAIL" since="31"/>
 		<field name="TYPE_TOGGLE"/>
 		<field name="TYPE_TOGGLE_RANGE"/>
 	</class>
@@ -44381,6 +46573,13 @@
 		<field name="MODE_OFF"/>
 		<field name="MODE_UNKNOWN"/>
 	</class>
+	<class name="android/service/controls/templates/ThumbnailTemplate" since="31">
+		<extends name="android/service/controls/templates/ControlTemplate"/>
+		<method name="&lt;init>(Ljava/lang/String;ZLandroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)V"/>
+		<method name="getContentDescription()Ljava/lang/CharSequence;"/>
+		<method name="getThumbnail()Landroid/graphics/drawable/Icon;"/>
+		<method name="isActive()Z"/>
+	</class>
 	<class name="android/service/controls/templates/ToggleRangeTemplate" since="30">
 		<extends name="android/service/controls/templates/ControlTemplate"/>
 		<method name="&lt;init>(Ljava/lang/String;Landroid/service/controls/templates/ControlButton;Landroid/service/controls/templates/RangeTemplate;)V"/>
@@ -44516,6 +46715,7 @@
 		<method name="getNotificationChannelGroups(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;" since="26"/>
 		<method name="getNotificationChannels(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;" since="26"/>
 		<method name="getSnoozedNotifications()[Landroid/service/notification/StatusBarNotification;" since="26"/>
+		<method name="migrateNotificationFilter(ILjava/util/List;)V" since="31"/>
 		<method name="onInterruptionFilterChanged(I)V" since="21"/>
 		<method name="onListenerConnected()V" since="21"/>
 		<method name="onListenerDisconnected()V" since="24"/>
@@ -44536,6 +46736,10 @@
 		<method name="setNotificationsShown([Ljava/lang/String;)V" since="23"/>
 		<method name="snoozeNotification(Ljava/lang/String;J)V" since="26"/>
 		<method name="updateNotificationChannel(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;)V" since="26"/>
+		<field name="FLAG_FILTER_TYPE_ALERTING" since="31"/>
+		<field name="FLAG_FILTER_TYPE_CONVERSATIONS" since="31"/>
+		<field name="FLAG_FILTER_TYPE_ONGOING" since="31"/>
+		<field name="FLAG_FILTER_TYPE_SILENT" since="31"/>
 		<field name="HINT_HOST_DISABLE_CALL_EFFECTS" since="24"/>
 		<field name="HINT_HOST_DISABLE_EFFECTS" since="21"/>
 		<field name="HINT_HOST_DISABLE_NOTIFICATION_EFFECTS" since="24"/>
@@ -44544,6 +46748,8 @@
 		<field name="INTERRUPTION_FILTER_NONE" since="21"/>
 		<field name="INTERRUPTION_FILTER_PRIORITY" since="21"/>
 		<field name="INTERRUPTION_FILTER_UNKNOWN" since="23"/>
+		<field name="META_DATA_DEFAULT_FILTER_TYPES" since="31"/>
+		<field name="META_DATA_DISABLED_FILTER_TYPES" since="31"/>
 		<field name="NOTIFICATION_CHANNEL_OR_GROUP_ADDED" since="26"/>
 		<field name="NOTIFICATION_CHANNEL_OR_GROUP_DELETED" since="26"/>
 		<field name="NOTIFICATION_CHANNEL_OR_GROUP_UPDATED" since="26"/>
@@ -44552,6 +46758,8 @@
 		<field name="REASON_CANCEL" since="26"/>
 		<field name="REASON_CANCEL_ALL" since="26"/>
 		<field name="REASON_CHANNEL_BANNED" since="26"/>
+		<field name="REASON_CHANNEL_REMOVED" since="31"/>
+		<field name="REASON_CLEAR_DATA" since="31"/>
 		<field name="REASON_CLICK" since="26"/>
 		<field name="REASON_ERROR" since="26"/>
 		<field name="REASON_GROUP_OPTIMIZATION" since="26"/>
@@ -44576,10 +46784,12 @@
 		<method name="canBubble()Z" since="29"/>
 		<method name="canShowBadge()Z" since="26"/>
 		<method name="getChannel()Landroid/app/NotificationChannel;" since="26"/>
+		<method name="getConversationShortcutInfo()Landroid/content/pm/ShortcutInfo;" since="31"/>
 		<method name="getImportance()I" since="24"/>
 		<method name="getImportanceExplanation()Ljava/lang/CharSequence;" since="24"/>
 		<method name="getKey()Ljava/lang/String;"/>
 		<method name="getLastAudiblyAlertedMillis()J" since="29"/>
+		<method name="getLockscreenVisibilityOverride()I" since="31"/>
 		<method name="getOverrideGroupKey()Ljava/lang/String;" since="24"/>
 		<method name="getRank()I"/>
 		<method name="getSmartActions()Ljava/util/List;" since="29"/>
@@ -44587,11 +46797,13 @@
 		<method name="getSuppressedVisualEffects()I" since="24"/>
 		<method name="getUserSentiment()I" since="28"/>
 		<method name="isAmbient()Z"/>
+		<method name="isConversation()Z" since="31"/>
 		<method name="isSuspended()Z" since="28"/>
 		<method name="matchesInterruptionFilter()Z"/>
 		<field name="USER_SENTIMENT_NEGATIVE" since="28"/>
 		<field name="USER_SENTIMENT_NEUTRAL" since="28"/>
 		<field name="USER_SENTIMENT_POSITIVE" since="28"/>
+		<field name="VISIBILITY_NO_OVERRIDE" since="31"/>
 	</class>
 	<class name="android/service/notification/NotificationListenerService$RankingMap" since="21">
 		<extends name="java/lang/Object"/>
@@ -44819,6 +47031,7 @@
 		<method name="&lt;init>()V"/>
 		<method name="getBundle()Landroid/os/Bundle;"/>
 		<method name="getLocale()Ljava/lang/String;"/>
+		<method name="getSupportedAttributes()I" since="31"/>
 		<method name="onCancel()V"/>
 		<method name="onClose()V" since="15"/>
 		<method name="onCreate()V"/>
@@ -44874,7 +47087,7 @@
 	<class name="android/service/voice/VoiceInteractionService" since="21">
 		<extends name="android/app/Service"/>
 		<method name="&lt;init>()V"/>
-		<method name="createAlwaysOnHotwordDetector(Ljava/lang/String;Ljava/util/Locale;Landroid/service/voice/AlwaysOnHotwordDetector$Callback;)Landroid/service/voice/AlwaysOnHotwordDetector;"/>
+		<method name="createAlwaysOnHotwordDetector(Ljava/lang/String;Ljava/util/Locale;Landroid/service/voice/AlwaysOnHotwordDetector$Callback;)Landroid/service/voice/AlwaysOnHotwordDetector;" removed="31"/>
 		<method name="getDisabledShowContext()I" since="23"/>
 		<method name="isActiveService(Landroid/content/Context;Landroid/content/ComponentName;)Z"/>
 		<method name="onGetSupportedVoiceActions(Ljava/util/Set;)Ljava/util/Set;" since="29"/>
@@ -45085,6 +47298,7 @@
 		<method name="bufferReceived([B)V"/>
 		<method name="endOfSpeech()V"/>
 		<method name="error(I)V"/>
+		<method name="getCallingAttributionSource()Landroid/content/AttributionSource;" since="31"/>
 		<method name="getCallingUid()I" since="23"/>
 		<method name="partialResults(Landroid/os/Bundle;)V"/>
 		<method name="readyForSpeech(Landroid/os/Bundle;)V"/>
@@ -45099,6 +47313,7 @@
 		<field name="ACTION_VOICE_SEARCH_HANDS_FREE" since="16"/>
 		<field name="ACTION_WEB_SEARCH"/>
 		<field name="DETAILS_META_DATA" since="8"/>
+		<field name="EXTRA_AUDIO_INJECT_SOURCE" since="31"/>
 		<field name="EXTRA_CALLING_PACKAGE" since="8"/>
 		<field name="EXTRA_CONFIDENCE_SCORES" since="14"/>
 		<field name="EXTRA_LANGUAGE"/>
@@ -45140,6 +47355,7 @@
 	<class name="android/speech/SpeechRecognizer" since="8">
 		<extends name="java/lang/Object"/>
 		<method name="cancel()V"/>
+		<method name="createOnDeviceSpeechRecognizer(Landroid/content/Context;)Landroid/speech/SpeechRecognizer;" since="31"/>
 		<method name="createSpeechRecognizer(Landroid/content/Context;)Landroid/speech/SpeechRecognizer;"/>
 		<method name="createSpeechRecognizer(Landroid/content/Context;Landroid/content/ComponentName;)Landroid/speech/SpeechRecognizer;"/>
 		<method name="destroy()V"/>
@@ -45151,12 +47367,16 @@
 		<field name="ERROR_AUDIO"/>
 		<field name="ERROR_CLIENT"/>
 		<field name="ERROR_INSUFFICIENT_PERMISSIONS"/>
+		<field name="ERROR_LANGUAGE_NOT_SUPPORTED" since="31"/>
+		<field name="ERROR_LANGUAGE_UNAVAILABLE" since="31"/>
 		<field name="ERROR_NETWORK"/>
 		<field name="ERROR_NETWORK_TIMEOUT"/>
 		<field name="ERROR_NO_MATCH"/>
 		<field name="ERROR_RECOGNIZER_BUSY"/>
 		<field name="ERROR_SERVER"/>
+		<field name="ERROR_SERVER_DISCONNECTED" since="31"/>
 		<field name="ERROR_SPEECH_TIMEOUT"/>
+		<field name="ERROR_TOO_MANY_REQUESTS" since="31"/>
 		<field name="RESULTS_RECOGNITION"/>
 	</class>
 	<class name="android/speech/tts/SynthesisCallback" since="14">
@@ -45190,9 +47410,11 @@
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;)V"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/String;)V" since="14"/>
+		<method name="addEarcon(Ljava/lang/String;Landroid/net/Uri;)I" since="31"/>
 		<method name="addEarcon(Ljava/lang/String;Ljava/io/File;)I" since="21"/>
 		<method name="addEarcon(Ljava/lang/String;Ljava/lang/String;)I" deprecated="21"/>
 		<method name="addEarcon(Ljava/lang/String;Ljava/lang/String;I)I"/>
+		<method name="addSpeech(Ljava/lang/CharSequence;Landroid/net/Uri;)I" since="31"/>
 		<method name="addSpeech(Ljava/lang/CharSequence;Ljava/io/File;)I" since="21"/>
 		<method name="addSpeech(Ljava/lang/CharSequence;Ljava/lang/String;I)I" since="21"/>
 		<method name="addSpeech(Ljava/lang/String;Ljava/lang/String;)I"/>
@@ -46088,7 +48310,7 @@
 		<method name="getParent()Landroid/telecom/Call;"/>
 		<method name="getRemainingPostDialSequence()Ljava/lang/String;"/>
 		<method name="getRttCall()Landroid/telecom/Call$RttCall;" since="26"/>
-		<method name="getState()I"/>
+		<method name="getState()I" deprecated="31"/>
 		<method name="getVideoCall()Landroid/telecom/InCallService$VideoCall;"/>
 		<method name="handoverTo(Landroid/telecom/PhoneAccountHandle;ILandroid/os/Bundle;)V" since="28"/>
 		<method name="hold()V"/>
@@ -46183,6 +48405,7 @@
 		<method name="getHandle()Landroid/net/Uri;"/>
 		<method name="getHandlePresentation()I"/>
 		<method name="getIntentExtras()Landroid/os/Bundle;"/>
+		<method name="getState()I" since="31"/>
 		<method name="getStatusHints()Landroid/telecom/StatusHints;"/>
 		<method name="getVideoState()I"/>
 		<method name="hasProperty(I)Z"/>
@@ -46213,6 +48436,7 @@
 		<field name="DIRECTION_UNKNOWN" since="29"/>
 		<field name="PROPERTY_ASSISTED_DIALING" since="30"/>
 		<field name="PROPERTY_CONFERENCE"/>
+		<field name="PROPERTY_CROSS_SIM" since="31"/>
 		<field name="PROPERTY_EMERGENCY_CALLBACK_MODE"/>
 		<field name="PROPERTY_ENTERPRISE_CALL" since="24"/>
 		<field name="PROPERTY_GENERIC_CONFERENCE"/>
@@ -46272,16 +48496,22 @@
 	</class>
 	<class name="android/telecom/CallScreeningService$CallResponse" since="24">
 		<extends name="java/lang/Object"/>
+		<method name="getCallComposerAttachmentsToShow()I" since="31"/>
 		<method name="getDisallowCall()Z"/>
 		<method name="getRejectCall()Z"/>
 		<method name="getSilenceCall()Z" since="29"/>
 		<method name="getSkipCallLog()Z"/>
 		<method name="getSkipNotification()Z"/>
+		<field name="CALL_COMPOSER_ATTACHMENT_LOCATION" since="31"/>
+		<field name="CALL_COMPOSER_ATTACHMENT_PICTURE" since="31"/>
+		<field name="CALL_COMPOSER_ATTACHMENT_PRIORITY" since="31"/>
+		<field name="CALL_COMPOSER_ATTACHMENT_SUBJECT" since="31"/>
 	</class>
 	<class name="android/telecom/CallScreeningService$CallResponse$Builder" since="24">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
 		<method name="build()Landroid/telecom/CallScreeningService$CallResponse;"/>
+		<method name="setCallComposerAttachmentsToShow(I)Landroid/telecom/CallScreeningService$CallResponse$Builder;" since="31"/>
 		<method name="setDisallowCall(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;"/>
 		<method name="setRejectCall(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;"/>
 		<method name="setSilenceCall(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;" since="29"/>
@@ -46504,6 +48734,7 @@
 		<field name="EXTRA_LAST_FORWARDED_NUMBER"/>
 		<field name="EXTRA_SIP_INVITE" since="29"/>
 		<field name="PROPERTY_ASSISTED_DIALING" since="30"/>
+		<field name="PROPERTY_CROSS_SIM" since="31"/>
 		<field name="PROPERTY_HAS_CDMA_VOICE_PRIVACY" since="25"/>
 		<field name="PROPERTY_HIGH_DEF_AUDIO" since="30"/>
 		<field name="PROPERTY_IS_ADHOC_CONFERENCE" since="31"/>
@@ -46982,7 +49213,6 @@
 		<field name="EXTRA_HAS_PICTURE" since="31"/>
 		<field name="EXTRA_INCOMING_CALL_ADDRESS" since="23"/>
 		<field name="EXTRA_INCOMING_CALL_EXTRAS" since="23"/>
-		<field name="EXTRA_INCOMING_PICTURE" since="31"/>
 		<field name="EXTRA_INCOMING_VIDEO_STATE" since="26"/>
 		<field name="EXTRA_IS_DEFAULT_CALL_SCREENING_APP" since="29"/>
 		<field name="EXTRA_LOCATION" since="31"/>
@@ -46991,6 +49221,7 @@
 		<field name="EXTRA_OUTGOING_CALL_EXTRAS" since="23"/>
 		<field name="EXTRA_OUTGOING_PICTURE" since="31"/>
 		<field name="EXTRA_PHONE_ACCOUNT_HANDLE" since="23"/>
+		<field name="EXTRA_PICTURE_URI" since="31"/>
 		<field name="EXTRA_PRIORITY" since="31"/>
 		<field name="EXTRA_START_CALL_WITH_RTT" since="26"/>
 		<field name="EXTRA_START_CALL_WITH_SPEAKERPHONE"/>
@@ -47279,9 +49510,12 @@
 		<field name="ACTION_CARRIER_CONFIG_CHANGED"/>
 		<field name="CARRIER_NR_AVAILABILITY_NSA" since="31"/>
 		<field name="CARRIER_NR_AVAILABILITY_SA" since="31"/>
+		<field name="CROSS_SIM_SPN_FORMAT_CARRIER_NAME_ONLY" since="31"/>
+		<field name="CROSS_SIM_SPN_FORMAT_CARRIER_NAME_WITH_BRANDING" since="31"/>
 		<field name="DATA_CYCLE_THRESHOLD_DISABLED" since="26"/>
 		<field name="DATA_CYCLE_USE_PLATFORM_DEFAULT" since="30"/>
 		<field name="ENABLE_EAP_METHOD_PREFIX_BOOL" since="30"/>
+		<field name="EXTRA_REBROADCAST_ON_UNLOCK" since="31"/>
 		<field name="EXTRA_SLOT_INDEX" since="28"/>
 		<field name="EXTRA_SUBSCRIPTION_INDEX" since="28"/>
 		<field name="IMSI_KEY_AVAILABILITY_INT" since="30"/>
@@ -47319,6 +49553,7 @@
 		<field name="KEY_CARRIER_CERTIFICATE_STRING_ARRAY" since="30"/>
 		<field name="KEY_CARRIER_CONFIG_APPLIED_BOOL" since="30"/>
 		<field name="KEY_CARRIER_CONFIG_VERSION_STRING" since="29"/>
+		<field name="KEY_CARRIER_CROSS_SIM_IMS_AVAILABLE_BOOL" since="31"/>
 		<field name="KEY_CARRIER_DATA_CALL_PERMANENT_FAILURE_STRINGS" since="26"/>
 		<field name="KEY_CARRIER_DEFAULT_ACTIONS_ON_DCFAILURE_STRING_ARRAY" since="30"/>
 		<field name="KEY_CARRIER_DEFAULT_ACTIONS_ON_DEFAULT_NETWORK_AVAILABLE" since="30"/>
@@ -47338,6 +49573,7 @@
 		<field name="KEY_CARRIER_NAME_OVERRIDE_BOOL" since="28"/>
 		<field name="KEY_CARRIER_NAME_STRING" since="28"/>
 		<field name="KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY" since="31"/>
+		<field name="KEY_CARRIER_PROVISIONS_WIFI_MERGED_NETWORKS_BOOL" since="31"/>
 		<field name="KEY_CARRIER_RCS_PROVISIONING_REQUIRED_BOOL" since="30"/>
 		<field name="KEY_CARRIER_SETTINGS_ACTIVITY_COMPONENT_NAME_STRING" since="30"/>
 		<field name="KEY_CARRIER_SETTINGS_ENABLE_BOOL"/>
@@ -47371,6 +49607,7 @@
 		<field name="KEY_CONFIG_PLANS_PACKAGE_OVERRIDE_STRING" since="28"/>
 		<field name="KEY_CONFIG_TELEPHONY_USE_OWN_NUMBER_FOR_VOICEMAIL_BOOL" since="28"/>
 		<field name="KEY_CONFIG_WIFI_DISABLE_IN_ECBM" since="30"/>
+		<field name="KEY_CROSS_SIM_SPN_FORMAT_INT" since="31"/>
 		<field name="KEY_CSP_ENABLED_BOOL"/>
 		<field name="KEY_DATA_LIMIT_NOTIFICATION_BOOL" since="30"/>
 		<field name="KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG" since="26"/>
@@ -47386,6 +49623,7 @@
 		<field name="KEY_DISABLE_CHARGE_INDICATION_BOOL" since="30"/>
 		<field name="KEY_DISABLE_SUPPLEMENTARY_SERVICES_IN_AIRPLANE_MODE_BOOL" since="30"/>
 		<field name="KEY_DISCONNECT_CAUSE_PLAY_BUSYTONE_INT_ARRAY" since="30"/>
+		<field name="KEY_DISPLAY_CALL_STRENGTH_INDICATOR_BOOL" since="31"/>
 		<field name="KEY_DISPLAY_HD_AUDIO_PROPERTY_BOOL" since="27"/>
 		<field name="KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL" since="25"/>
 		<field name="KEY_DTMF_TYPE_ENABLED_BOOL"/>
@@ -47504,6 +49742,9 @@
 		<field name="KEY_SIM_NETWORK_UNLOCK_ALLOW_DISMISS_BOOL"/>
 		<field name="KEY_SMS_REQUIRES_DESTINATION_NUMBER_CONVERSION_BOOL" since="26"/>
 		<field name="KEY_SUPPORTS_CALL_COMPOSER_BOOL" since="31"/>
+		<field name="KEY_SUPPORTS_DEVICE_TO_DEVICE_COMMUNICATION_USING_DTMF_BOOL" since="31"/>
+		<field name="KEY_SUPPORTS_DEVICE_TO_DEVICE_COMMUNICATION_USING_RTP_BOOL" since="31"/>
+		<field name="KEY_SUPPORTS_SDP_NEGOTIATION_OF_D2D_RTP_HEADER_EXTENSIONS_BOOL" since="31"/>
 		<field name="KEY_SUPPORT_3GPP_CALL_FORWARDING_WHILE_ROAMING_BOOL" since="26"/>
 		<field name="KEY_SUPPORT_ADD_CONFERENCE_PARTICIPANTS_BOOL" since="31"/>
 		<field name="KEY_SUPPORT_ADHOC_CONFERENCE_CALLS_BOOL" since="31"/>
@@ -47522,6 +49763,7 @@
 		<field name="KEY_UNLOGGABLE_NUMBERS_STRING_ARRAY" since="30"/>
 		<field name="KEY_USE_ACS_FOR_RCS_BOOL" since="31"/>
 		<field name="KEY_USE_HFA_FOR_PROVISIONING_BOOL"/>
+		<field name="KEY_USE_IP_FOR_CALLING_INDICATOR_BOOL" since="31"/>
 		<field name="KEY_USE_OTASP_FOR_PROVISIONING_BOOL"/>
 		<field name="KEY_USE_RCS_PRESENCE_BOOL" since="24" deprecated="31"/>
 		<field name="KEY_USE_RCS_SIP_OPTIONS_BOOL" since="30"/>
@@ -47551,7 +49793,7 @@
 	</class>
 	<class name="android/telephony/CarrierConfigManager$Apn" since="30">
 		<extends name="java/lang/Object"/>
-		<field name="KEY_PREFIX"/>
+		<field name="KEY_PREFIX" deprecated="31"/>
 		<field name="KEY_SETTINGS_DEFAULT_PROTOCOL_STRING"/>
 		<field name="KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING"/>
 		<field name="PROTOCOL_IPV4"/>
@@ -47575,6 +49817,54 @@
 		<field name="KEY_RCS_FEATURE_TAG_ALLOWED_STRING_ARRAY" since="31"/>
 		<field name="KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT"/>
 	</class>
+	<class name="android/telephony/CarrierConfigManager$ImsServiceEntitlement" since="31">
+		<extends name="java/lang/Object"/>
+		<field name="KEY_ENTITLEMENT_SERVER_URL_STRING"/>
+		<field name="KEY_FCM_SENDER_ID_STRING"/>
+		<field name="KEY_IMS_PROVISIONING_BOOL"/>
+		<field name="KEY_PREFIX"/>
+		<field name="KEY_SHOW_VOWIFI_WEBVIEW_BOOL"/>
+	</class>
+	<class name="android/telephony/CarrierConfigManager$Iwlan" since="31">
+		<extends name="java/lang/Object"/>
+		<field name="AUTHENTICATION_METHOD_CERT"/>
+		<field name="AUTHENTICATION_METHOD_EAP_ONLY"/>
+		<field name="EPDG_ADDRESS_CELLULAR_LOC"/>
+		<field name="EPDG_ADDRESS_PCO"/>
+		<field name="EPDG_ADDRESS_PLMN"/>
+		<field name="EPDG_ADDRESS_STATIC"/>
+		<field name="ID_TYPE_FQDN"/>
+		<field name="ID_TYPE_KEY_ID"/>
+		<field name="ID_TYPE_RFC822_ADDR"/>
+		<field name="KEY_ADD_KE_TO_CHILD_SESSION_REKEY_BOOL"/>
+		<field name="KEY_CHILD_SA_REKEY_HARD_TIMER_SEC_INT"/>
+		<field name="KEY_CHILD_SA_REKEY_SOFT_TIMER_SEC_INT"/>
+		<field name="KEY_CHILD_SESSION_AES_CBC_KEY_SIZE_INT_ARRAY"/>
+		<field name="KEY_CHILD_SESSION_AES_CTR_KEY_SIZE_INT_ARRAY"/>
+		<field name="KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY"/>
+		<field name="KEY_DPD_TIMER_SEC_INT"/>
+		<field name="KEY_EPDG_ADDRESS_PRIORITY_INT_ARRAY"/>
+		<field name="KEY_EPDG_AUTHENTICATION_METHOD_INT"/>
+		<field name="KEY_EPDG_PCO_ID_IPV4_INT"/>
+		<field name="KEY_EPDG_PCO_ID_IPV6_INT"/>
+		<field name="KEY_EPDG_STATIC_ADDRESS_ROAMING_STRING"/>
+		<field name="KEY_EPDG_STATIC_ADDRESS_STRING"/>
+		<field name="KEY_IKE_LOCAL_ID_TYPE_INT"/>
+		<field name="KEY_IKE_REKEY_HARD_TIMER_SEC_INT"/>
+		<field name="KEY_IKE_REKEY_SOFT_TIMER_SEC_INT"/>
+		<field name="KEY_IKE_REMOTE_ID_TYPE_INT"/>
+		<field name="KEY_IKE_SESSION_AES_CBC_KEY_SIZE_INT_ARRAY"/>
+		<field name="KEY_IKE_SESSION_AES_CTR_KEY_SIZE_INT_ARRAY"/>
+		<field name="KEY_MAX_RETRIES_INT"/>
+		<field name="KEY_MCC_MNCS_STRING_ARRAY"/>
+		<field name="KEY_NATT_KEEP_ALIVE_TIMER_SEC_INT"/>
+		<field name="KEY_PREFIX"/>
+		<field name="KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY"/>
+		<field name="KEY_SUPPORTED_CHILD_SESSION_ENCRYPTION_ALGORITHMS_INT_ARRAY"/>
+		<field name="KEY_SUPPORTED_IKE_SESSION_ENCRYPTION_ALGORITHMS_INT_ARRAY"/>
+		<field name="KEY_SUPPORTED_INTEGRITY_ALGORITHMS_INT_ARRAY"/>
+		<field name="KEY_SUPPORTED_PRF_ALGORITHMS_INT_ARRAY"/>
+	</class>
 	<class name="android/telephony/CellIdentity" since="28">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -48409,11 +50699,6 @@
 		<method name="register(Landroid/content/Context;Landroid/os/Looper;Landroid/os/UserHandle;)V"/>
 		<method name="unregister()V"/>
 	</class>
-	<class name="android/telephony/PhoneCapability" since="31">
-		<extends name="java/lang/Object"/>
-		<implements name="android/os/Parcelable"/>
-		<field name="CREATOR"/>
-	</class>
 	<class name="android/telephony/PhoneNumberFormattingTextWatcher" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/text/TextWatcher"/>
@@ -48670,19 +50955,22 @@
 		<extends name="java/lang/Object"/>
 		<method name="createAppSpecificSmsToken(Landroid/app/PendingIntent;)Ljava/lang/String;" since="26"/>
 		<method name="createAppSpecificSmsTokenWithPackageInfo(Ljava/lang/String;Landroid/app/PendingIntent;)Ljava/lang/String;" since="29"/>
+		<method name="createForSubscriptionId(I)Landroid/telephony/SmsManager;" since="31"/>
 		<method name="divideMessage(Ljava/lang/String;)Ljava/util/ArrayList;"/>
 		<method name="downloadMultimediaMessage(Landroid/content/Context;Ljava/lang/String;Landroid/net/Uri;Landroid/os/Bundle;Landroid/app/PendingIntent;)V" since="21"/>
+		<method name="downloadMultimediaMessage(Landroid/content/Context;Ljava/lang/String;Landroid/net/Uri;Landroid/os/Bundle;Landroid/app/PendingIntent;J)V" since="31"/>
 		<method name="getCarrierConfigValues()Landroid/os/Bundle;" since="21"/>
-		<method name="getDefault()Landroid/telephony/SmsManager;"/>
+		<method name="getDefault()Landroid/telephony/SmsManager;" deprecated="31"/>
 		<method name="getDefaultSmsSubscriptionId()I" since="22"/>
 		<method name="getSmsCapacityOnIcc()I" since="31"/>
-		<method name="getSmsManagerForSubscriptionId(I)Landroid/telephony/SmsManager;" since="22"/>
+		<method name="getSmsManagerForSubscriptionId(I)Landroid/telephony/SmsManager;" since="22" deprecated="31"/>
 		<method name="getSmsMessagesForFinancialApp(Landroid/os/Bundle;Ljava/util/concurrent/Executor;Landroid/telephony/SmsManager$FinancialSmsCallback;)V" since="29"/>
 		<method name="getSmscAddress()Ljava/lang/String;" since="30"/>
 		<method name="getSubscriptionId()I" since="22"/>
 		<method name="injectSmsPdu([BLjava/lang/String;Landroid/app/PendingIntent;)V" since="22"/>
 		<method name="sendDataMessage(Ljava/lang/String;Ljava/lang/String;S[BLandroid/app/PendingIntent;Landroid/app/PendingIntent;)V"/>
 		<method name="sendMultimediaMessage(Landroid/content/Context;Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/app/PendingIntent;)V" since="21"/>
+		<method name="sendMultimediaMessage(Landroid/content/Context;Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/app/PendingIntent;J)V" since="31"/>
 		<method name="sendMultipartTextMessage(Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;Ljava/util/ArrayList;Ljava/util/ArrayList;)V"/>
 		<method name="sendMultipartTextMessage(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;J)V" since="30"/>
 		<method name="sendMultipartTextMessage(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V" since="30"/>
@@ -48913,6 +51201,8 @@
 		<method name="getDefaultSmsSubscriptionId()I" since="24"/>
 		<method name="getDefaultSubscriptionId()I" since="24"/>
 		<method name="getDefaultVoiceSubscriptionId()I" since="24"/>
+		<method name="getDeviceToDeviceStatusSharingContacts(I)Ljava/util/List;" since="31"/>
+		<method name="getDeviceToDeviceStatusSharingPreference(I)I" since="31"/>
 		<method name="getOpportunisticSubscriptions()Ljava/util/List;" since="29"/>
 		<method name="getSlotIndex(I)I" since="29"/>
 		<method name="getSubscriptionIds(I)[I" since="29"/>
@@ -48925,6 +51215,8 @@
 		<method name="removeOnOpportunisticSubscriptionsChangedListener(Landroid/telephony/SubscriptionManager$OnOpportunisticSubscriptionsChangedListener;)V" since="29"/>
 		<method name="removeOnSubscriptionsChangedListener(Landroid/telephony/SubscriptionManager$OnSubscriptionsChangedListener;)V"/>
 		<method name="removeSubscriptionsFromGroup(Ljava/util/List;Landroid/os/ParcelUuid;)V" since="29"/>
+		<method name="setDeviceToDeviceStatusSharingContacts(ILjava/util/List;)V" since="31"/>
+		<method name="setDeviceToDeviceStatusSharingPreference(II)V" since="31"/>
 		<method name="setOpportunistic(ZI)Z" since="29"/>
 		<method name="setSubscriptionOverrideCongested(IZJ)V" since="28"/>
 		<method name="setSubscriptionOverrideCongested(IZ[IJ)V" since="31"/>
@@ -48936,6 +51228,12 @@
 		<field name="ACTION_DEFAULT_SUBSCRIPTION_CHANGED" since="26"/>
 		<field name="ACTION_MANAGE_SUBSCRIPTION_PLANS" since="28"/>
 		<field name="ACTION_REFRESH_SUBSCRIPTION_PLANS" since="28"/>
+		<field name="D2D_SHARING_ALL" since="31"/>
+		<field name="D2D_SHARING_ALL_CONTACTS" since="31"/>
+		<field name="D2D_SHARING_DISABLED" since="31"/>
+		<field name="D2D_SHARING_SELECTED_CONTACTS" since="31"/>
+		<field name="D2D_STATUS_SHARING" since="31"/>
+		<field name="D2D_STATUS_SHARING_SELECTED_CONTACTS" since="31"/>
 		<field name="DATA_ROAMING_DISABLE"/>
 		<field name="DATA_ROAMING_ENABLE"/>
 		<field name="DEFAULT_SUBSCRIPTION_ID" since="29"/>
@@ -48995,9 +51293,6 @@
 	<class name="android/telephony/TelephonyCallback$ActiveDataSubscriptionIdListener" since="31">
 		<method name="onActiveDataSubscriptionIdChanged(I)V"/>
 	</class>
-	<class name="android/telephony/TelephonyCallback$AlwaysReportedSignalStrengthListener" since="31">
-		<method name="onSignalStrengthsChanged(Landroid/telephony/SignalStrength;)V"/>
-	</class>
 	<class name="android/telephony/TelephonyCallback$BarringInfoListener" since="31">
 		<method name="onBarringInfoChanged(Landroid/telephony/BarringInfo;)V"/>
 	</class>
@@ -49008,7 +51303,7 @@
 		<method name="onCallForwardingIndicatorChanged(Z)V"/>
 	</class>
 	<class name="android/telephony/TelephonyCallback$CallStateListener" since="31">
-		<method name="onCallStateChanged(ILjava/lang/String;)V"/>
+		<method name="onCallStateChanged(I)V"/>
 	</class>
 	<class name="android/telephony/TelephonyCallback$CarrierNetworkListener" since="31">
 		<method name="onCarrierNetworkChange(Z)V"/>
@@ -49067,8 +51362,9 @@
 		<field name="OVERRIDE_NETWORK_TYPE_LTE_ADVANCED_PRO"/>
 		<field name="OVERRIDE_NETWORK_TYPE_LTE_CA"/>
 		<field name="OVERRIDE_NETWORK_TYPE_NONE"/>
+		<field name="OVERRIDE_NETWORK_TYPE_NR_ADVANCED" since="31"/>
 		<field name="OVERRIDE_NETWORK_TYPE_NR_NSA"/>
-		<field name="OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE"/>
+		<field name="OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE" deprecated="31"/>
 	</class>
 	<class name="android/telephony/TelephonyManager" since="1">
 		<extends name="java/lang/Object"/>
@@ -49080,7 +51376,8 @@
 		<method name="getActiveModemCount()I" since="30"/>
 		<method name="getAllCellInfo()Ljava/util/List;" since="17"/>
 		<method name="getCallComposerStatus()I" since="31"/>
-		<method name="getCallState()I"/>
+		<method name="getCallState()I" deprecated="31"/>
+		<method name="getCallStateForSubscription()I" since="31"/>
 		<method name="getCardIdForDefaultEuicc()I" since="29"/>
 		<method name="getCarrierConfig()Landroid/os/PersistableBundle;" since="26"/>
 		<method name="getCarrierIdFromSimMccMnc()I" since="29"/>
@@ -49103,6 +51400,7 @@
 		<method name="getManualNetworkSelectionPlmn()Ljava/lang/String;" since="30"/>
 		<method name="getManufacturerCode()Ljava/lang/String;" since="29"/>
 		<method name="getManufacturerCode(I)Ljava/lang/String;" since="29"/>
+		<method name="getMaximumCallComposerPictureSize()J" since="31"/>
 		<method name="getMeid()Ljava/lang/String;" since="26"/>
 		<method name="getMeid(I)Ljava/lang/String;" since="26"/>
 		<method name="getMmsUAProfUrl()Ljava/lang/String;" since="19"/>
@@ -49114,8 +51412,10 @@
 		<method name="getNetworkOperator()Ljava/lang/String;"/>
 		<method name="getNetworkOperatorName()Ljava/lang/String;"/>
 		<method name="getNetworkSelectionMode()I" since="30"/>
+		<method name="getNetworkSlicingConfiguration(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V" since="31"/>
 		<method name="getNetworkSpecifier()Ljava/lang/String;" since="26"/>
 		<method name="getNetworkType()I" deprecated="30"/>
+		<method name="getPhoneAccountHandle()Landroid/telecom/PhoneAccountHandle;" since="31"/>
 		<method name="getPhoneCount()I" since="23" deprecated="30"/>
 		<method name="getPhoneType()I"/>
 		<method name="getPreferredOpportunisticDataSubscription()I" since="29"/>
@@ -49163,6 +51463,7 @@
 		<method name="isModemEnabledForSlot(I)Z" since="30"/>
 		<method name="isMultiSimSupported()I" since="29"/>
 		<method name="isNetworkRoaming()Z"/>
+		<method name="isRadioInterfaceCapabilitySupported(Ljava/lang/String;)Z" since="31"/>
 		<method name="isRttSupported()Z" since="29"/>
 		<method name="isSmsCapable()Z" since="21"/>
 		<method name="isTtyModeSupported()Z" since="23" deprecated="28"/>
@@ -49196,6 +51497,8 @@
 		<method name="switchMultiSimConfig(I)V" since="29"/>
 		<method name="unregisterTelephonyCallback(Landroid/telephony/TelephonyCallback;)V" since="31"/>
 		<method name="updateAvailableNetworks(Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V" since="29"/>
+		<method name="uploadCallComposerPicture(Ljava/io/InputStream;Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V" since="31"/>
+		<method name="uploadCallComposerPicture(Ljava/nio/file/Path;Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V" since="31"/>
 		<field name="ACTION_CARRIER_MESSAGING_CLIENT_SERVICE" since="29"/>
 		<field name="ACTION_CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE" since="31"/>
 		<field name="ACTION_CARRIER_SIGNAL_PCO_VALUE" since="31"/>
@@ -49221,10 +51524,10 @@
 		<field name="AUTHTYPE_EAP_SIM" since="24"/>
 		<field name="CALL_COMPOSER_STATUS_OFF" since="31"/>
 		<field name="CALL_COMPOSER_STATUS_ON" since="31"/>
-		<field name="CALL_COMPOSER_STATUS_ON_NO_PICTURES" since="31"/>
 		<field name="CALL_STATE_IDLE"/>
 		<field name="CALL_STATE_OFFHOOK"/>
 		<field name="CALL_STATE_RINGING"/>
+		<field name="CAPABILITY_SLICING_CONFIG_SUPPORTED" since="31"/>
 		<field name="CDMA_ROAMING_MODE_AFFILIATED" since="28"/>
 		<field name="CDMA_ROAMING_MODE_ANY" since="28"/>
 		<field name="CDMA_ROAMING_MODE_HOME" since="28"/>
@@ -49338,6 +51641,19 @@
 		<field name="VVM_TYPE_CVVM" since="23"/>
 		<field name="VVM_TYPE_OMTP" since="23"/>
 	</class>
+	<class name="android/telephony/TelephonyManager$CallComposerException" since="31">
+		<extends name="java/lang/Exception"/>
+		<method name="&lt;init>(ILjava/io/IOException;)V"/>
+		<method name="getErrorCode()I"/>
+		<method name="getIOException()Ljava/io/IOException;"/>
+		<field name="ERROR_AUTHENTICATION_FAILED"/>
+		<field name="ERROR_FILE_TOO_LARGE"/>
+		<field name="ERROR_INPUT_CLOSED"/>
+		<field name="ERROR_IO_EXCEPTION"/>
+		<field name="ERROR_NETWORK_UNAVAILABLE"/>
+		<field name="ERROR_REMOTE_END_CLOSED"/>
+		<field name="ERROR_UNKNOWN"/>
+	</class>
 	<class name="android/telephony/TelephonyManager$CellInfoCallback" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -49346,6 +51662,15 @@
 		<field name="ERROR_MODEM_ERROR"/>
 		<field name="ERROR_TIMEOUT"/>
 	</class>
+	<class name="android/telephony/TelephonyManager$ModemErrorException" since="31">
+		<extends name="android/telephony/TelephonyManager$NetworkSlicingException"/>
+	</class>
+	<class name="android/telephony/TelephonyManager$NetworkSlicingException" since="31">
+		<extends name="java/lang/Exception"/>
+	</class>
+	<class name="android/telephony/TelephonyManager$TimeoutException" since="31">
+		<extends name="android/telephony/TelephonyManager$NetworkSlicingException"/>
+	</class>
 	<class name="android/telephony/TelephonyManager$UssdResponseCallback" since="26">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -49508,6 +51833,83 @@
 		<method name="setRoamingProtocol(I)Landroid/telephony/data/ApnSetting$Builder;"/>
 		<method name="setUser(Ljava/lang/String;)Landroid/telephony/data/ApnSetting$Builder;"/>
 	</class>
+	<class name="android/telephony/data/NetworkSliceInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getMappedHplmnSliceDifferentiator()I"/>
+		<method name="getMappedHplmnSliceServiceType()I"/>
+		<method name="getSliceDifferentiator()I"/>
+		<method name="getSliceServiceType()I"/>
+		<method name="getStatus()I"/>
+		<field name="CREATOR"/>
+		<field name="SLICE_DIFFERENTIATOR_NO_SLICE"/>
+		<field name="SLICE_SERVICE_TYPE_EMBB"/>
+		<field name="SLICE_SERVICE_TYPE_MIOT"/>
+		<field name="SLICE_SERVICE_TYPE_NONE"/>
+		<field name="SLICE_SERVICE_TYPE_URLLC"/>
+		<field name="SLICE_STATUS_ALLOWED"/>
+		<field name="SLICE_STATUS_CONFIGURED"/>
+		<field name="SLICE_STATUS_DEFAULT_CONFIGURED"/>
+		<field name="SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_PLMN"/>
+		<field name="SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_REGISTERED_AREA"/>
+		<field name="SLICE_STATUS_UNKNOWN"/>
+	</class>
+	<class name="android/telephony/data/NetworkSliceInfo$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/telephony/data/NetworkSliceInfo;"/>
+		<method name="setMappedHplmnSliceDifferentiator(I)Landroid/telephony/data/NetworkSliceInfo$Builder;"/>
+		<method name="setMappedHplmnSliceServiceType(I)Landroid/telephony/data/NetworkSliceInfo$Builder;"/>
+		<method name="setSliceDifferentiator(I)Landroid/telephony/data/NetworkSliceInfo$Builder;"/>
+		<method name="setSliceServiceType(I)Landroid/telephony/data/NetworkSliceInfo$Builder;"/>
+		<method name="setStatus(I)Landroid/telephony/data/NetworkSliceInfo$Builder;"/>
+	</class>
+	<class name="android/telephony/data/NetworkSlicingConfig" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>()V"/>
+		<method name="getSliceInfo()Ljava/util/List;"/>
+		<method name="getUrspRules()Ljava/util/List;"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/telephony/data/RouteSelectionDescriptor" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getDataNetworkName()Ljava/util/List;"/>
+		<method name="getPrecedence()I"/>
+		<method name="getSessionType()I"/>
+		<method name="getSliceInfo()Ljava/util/List;"/>
+		<method name="getSscMode()I"/>
+		<field name="CREATOR"/>
+		<field name="ROUTE_SSC_MODE_1"/>
+		<field name="ROUTE_SSC_MODE_2"/>
+		<field name="ROUTE_SSC_MODE_3"/>
+		<field name="SESSION_TYPE_IPV4"/>
+		<field name="SESSION_TYPE_IPV4V6"/>
+		<field name="SESSION_TYPE_IPV6"/>
+	</class>
+	<class name="android/telephony/data/TrafficDescriptor" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getDataNetworkName()Ljava/lang/String;"/>
+		<method name="getOsAppId()[B"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/telephony/data/TrafficDescriptor$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/telephony/data/TrafficDescriptor;"/>
+		<method name="setDataNetworkName(Ljava/lang/String;)Landroid/telephony/data/TrafficDescriptor$Builder;"/>
+		<method name="setOsAppId([B)Landroid/telephony/data/TrafficDescriptor$Builder;"/>
+	</class>
+	<class name="android/telephony/data/UrspRule" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getPrecedence()I"/>
+		<method name="getRouteSelectionDescriptor()Ljava/util/List;"/>
+		<method name="getTrafficDescriptors()Ljava/util/List;"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/telephony/emergency/EmergencyNumber" since="29">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -49723,6 +52125,7 @@
 		<implements name="android/telephony/ims/RegistrationManager"/>
 		<method name="getVoWiFiModeSetting()I"/>
 		<method name="isAdvancedCallingSettingEnabled()Z"/>
+		<method name="isCrossSimCallingEnabled()Z" since="31"/>
 		<method name="isTtyOverVolteEnabled()Z"/>
 		<method name="isVoWiFiRoamingSettingEnabled()Z"/>
 		<method name="isVoWiFiSettingEnabled()Z"/>
@@ -49811,6 +52214,7 @@
 		<field name="CODE_MEDIA_NO_DATA"/>
 		<field name="CODE_MEDIA_UNSPECIFIED"/>
 		<field name="CODE_MULTIENDPOINT_NOT_SUPPORTED"/>
+		<field name="CODE_NETWORK_CONGESTION" since="31"/>
 		<field name="CODE_NETWORK_DETACH"/>
 		<field name="CODE_NETWORK_REJECT"/>
 		<field name="CODE_NETWORK_RESP_TIMEOUT"/>
@@ -49936,6 +52340,7 @@
 		<method name="getAttributeFlags()I"/>
 		<method name="getFeatureTags()Ljava/util/Set;"/>
 		<method name="getTransportType()I"/>
+		<field name="ATTR_EPDG_OVER_CELL_INTERNET"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/telephony/ims/RcsUceAdapter" since="30">
@@ -51109,6 +53514,13 @@
 		<field name="underlineColor" since="29"/>
 		<field name="underlineThickness" since="29"/>
 	</class>
+	<class name="android/text/TextShaper" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="shapeText(Ljava/lang/CharSequence;IILandroid/text/TextDirectionHeuristic;Landroid/text/TextPaint;Landroid/text/TextShaper$GlyphsConsumer;)V"/>
+	</class>
+	<class name="android/text/TextShaper$GlyphsConsumer" since="31">
+		<method name="accept(IILandroid/graphics/text/PositionedGlyphs;Landroid/text/TextPaint;)V"/>
+	</class>
 	<class name="android/text/TextUtils" since="1">
 		<extends name="java/lang/Object"/>
 		<method name="commaEllipsize(Ljava/lang/CharSequence;Landroid/text/TextPaint;FLjava/lang/String;Ljava/lang/String;)Ljava/lang/CharSequence;" deprecated="26"/>
@@ -51847,6 +54259,7 @@
 		<field name="CREATOR"/>
 		<field name="FLAG_AUTO_CORRECTION" since="15"/>
 		<field name="FLAG_EASY_CORRECT"/>
+		<field name="FLAG_GRAMMAR_ERROR" since="31"/>
 		<field name="FLAG_MISSPELLED"/>
 		<field name="SUGGESTIONS_MAX_SIZE"/>
 		<field name="SUGGESTION_SPAN_PICKED_AFTER" deprecated="29"/>
@@ -52509,6 +54922,7 @@
 		<method name="failWrite(Ljava/io/FileOutputStream;)V"/>
 		<method name="finishWrite(Ljava/io/FileOutputStream;)V"/>
 		<method name="getBaseFile()Ljava/io/File;"/>
+		<method name="getLastModifiedTime()J" since="31"/>
 		<method name="openRead()Ljava/io/FileInputStream;"/>
 		<method name="readFully()[B"/>
 		<method name="startWrite()Ljava/io/FileOutputStream;"/>
@@ -53026,10 +55440,12 @@
 	</class>
 	<class name="android/util/SizeF" since="21">
 		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable" since="31"/>
 		<method name="&lt;init>(FF)V"/>
 		<method name="getHeight()F"/>
 		<method name="getWidth()F"/>
 		<method name="parseSizeF(Ljava/lang/String;)Landroid/util/SizeF;"/>
+		<field name="CREATOR" since="31"/>
 	</class>
 	<class name="android/util/SparseArray" since="1">
 		<extends name="java/lang/Object"/>
@@ -53040,6 +55456,8 @@
 		<method name="clear()V"/>
 		<method name="clone()Landroid/util/SparseArray;" since="14"/>
 		<method name="contains(I)Z" since="30"/>
+		<method name="contentEquals(Landroid/util/SparseArray;)Z" since="31"/>
+		<method name="contentHashCode()I" since="31"/>
 		<method name="delete(I)V"/>
 		<method name="get(I)Ljava/lang/Object;"/>
 		<method name="get(ILjava/lang/Object;)Ljava/lang/Object;"/>
@@ -53050,6 +55468,7 @@
 		<method name="remove(I)V"/>
 		<method name="removeAt(I)V" since="11"/>
 		<method name="removeAtRange(II)V" since="19"/>
+		<method name="set(ILjava/lang/Object;)V" since="31"/>
 		<method name="setValueAt(ILjava/lang/Object;)V"/>
 		<method name="size()I"/>
 		<method name="valueAt(I)Ljava/lang/Object;"/>
@@ -53389,6 +55808,32 @@
 		<method name="onActionViewCollapsed()V"/>
 		<method name="onActionViewExpanded()V"/>
 	</class>
+	<class name="android/view/ContentInfo" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getClip()Landroid/content/ClipData;"/>
+		<method name="getExtras()Landroid/os/Bundle;"/>
+		<method name="getFlags()I"/>
+		<method name="getLinkUri()Landroid/net/Uri;"/>
+		<method name="getSource()I"/>
+		<field name="FLAG_CONVERT_TO_PLAIN_TEXT"/>
+		<field name="SOURCE_APP"/>
+		<field name="SOURCE_AUTOFILL"/>
+		<field name="SOURCE_CLIPBOARD"/>
+		<field name="SOURCE_DRAG_AND_DROP"/>
+		<field name="SOURCE_INPUT_METHOD"/>
+		<field name="SOURCE_PROCESS_TEXT"/>
+	</class>
+	<class name="android/view/ContentInfo$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/content/ClipData;I)V"/>
+		<method name="&lt;init>(Landroid/view/ContentInfo;)V"/>
+		<method name="build()Landroid/view/ContentInfo;"/>
+		<method name="setClip(Landroid/content/ClipData;)Landroid/view/ContentInfo$Builder;"/>
+		<method name="setExtras(Landroid/os/Bundle;)Landroid/view/ContentInfo$Builder;"/>
+		<method name="setFlags(I)Landroid/view/ContentInfo$Builder;"/>
+		<method name="setLinkUri(Landroid/net/Uri;)Landroid/view/ContentInfo$Builder;"/>
+		<method name="setSource(I)Landroid/view/ContentInfo$Builder;"/>
+	</class>
 	<class name="android/view/ContextMenu" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/view/Menu"/>
@@ -53416,6 +55861,7 @@
 		<method name="getAppVsyncOffsetNanos()J" since="21"/>
 		<method name="getCurrentSizeRange(Landroid/graphics/Point;Landroid/graphics/Point;)V" since="16"/>
 		<method name="getCutout()Landroid/view/DisplayCutout;" since="29"/>
+		<method name="getDeviceProductInfo()Landroid/hardware/display/DeviceProductInfo;" since="31"/>
 		<method name="getDisplayId()I"/>
 		<method name="getFlags()I" since="17"/>
 		<method name="getHdrCapabilities()Landroid/view/Display$HdrCapabilities;" since="24"/>
@@ -53427,11 +55873,12 @@
 		<method name="getPixelFormat()I" deprecated="17"/>
 		<method name="getPreferredWideGamutColorSpace()Landroid/graphics/ColorSpace;" since="29"/>
 		<method name="getPresentationDeadlineNanos()J" since="21"/>
-		<method name="getRealMetrics(Landroid/util/DisplayMetrics;)V" since="17"/>
-		<method name="getRealSize(Landroid/graphics/Point;)V" since="17"/>
+		<method name="getRealMetrics(Landroid/util/DisplayMetrics;)V" since="17" deprecated="31"/>
+		<method name="getRealSize(Landroid/graphics/Point;)V" since="17" deprecated="31"/>
 		<method name="getRectSize(Landroid/graphics/Rect;)V" since="13" deprecated="30"/>
 		<method name="getRefreshRate()F"/>
 		<method name="getRotation()I" since="8"/>
+		<method name="getRoundedCorner(I)Landroid/view/RoundedCorner;" since="31"/>
 		<method name="getSize(Landroid/graphics/Point;)V" since="13" deprecated="30"/>
 		<method name="getState()I" since="20"/>
 		<method name="getSupportedModes()[Landroid/view/Display$Mode;" since="23"/>
@@ -53474,6 +55921,7 @@
 	<class name="android/view/Display$Mode" since="23">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="getAlternativeRefreshRates()[F" since="31"/>
 		<method name="getModeId()I"/>
 		<method name="getPhysicalHeight()I"/>
 		<method name="getPhysicalWidth()I"/>
@@ -53490,6 +55938,7 @@
 		<method name="getBoundingRectRight()Landroid/graphics/Rect;" since="29"/>
 		<method name="getBoundingRectTop()Landroid/graphics/Rect;" since="29"/>
 		<method name="getBoundingRects()Ljava/util/List;"/>
+		<method name="getCutoutPath()Landroid/graphics/Path;" since="31"/>
 		<method name="getSafeInsetBottom()I"/>
 		<method name="getSafeInsetLeft()I"/>
 		<method name="getSafeInsetRight()I"/>
@@ -53534,8 +55983,10 @@
 		<method name="getMetric(I)J"/>
 		<field name="ANIMATION_DURATION"/>
 		<field name="COMMAND_ISSUE_DURATION"/>
+		<field name="DEADLINE" since="31"/>
 		<field name="DRAW_DURATION"/>
 		<field name="FIRST_DRAW_FRAME"/>
+		<field name="GPU_DURATION" since="31"/>
 		<field name="INPUT_HANDLING_DURATION"/>
 		<field name="INTENDED_VSYNC_TIMESTAMP" since="26"/>
 		<field name="LAYOUT_MEASURE_DURATION"/>
@@ -53663,6 +56114,7 @@
 	<class name="android/view/InputDevice" since="9">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="getBattery()Landroid/hardware/Battery;" since="31"/>
 		<method name="getControllerNumber()I" since="19"/>
 		<method name="getDescriptor()Ljava/lang/String;" since="16"/>
 		<method name="getDevice(I)Landroid/view/InputDevice;"/>
@@ -53670,14 +56122,17 @@
 		<method name="getId()I"/>
 		<method name="getKeyCharacterMap()Landroid/view/KeyCharacterMap;"/>
 		<method name="getKeyboardType()I"/>
+		<method name="getLightsManager()Landroid/hardware/lights/LightsManager;" since="31"/>
 		<method name="getMotionRange(I)Landroid/view/InputDevice$MotionRange;"/>
 		<method name="getMotionRange(II)Landroid/view/InputDevice$MotionRange;" since="12"/>
 		<method name="getMotionRanges()Ljava/util/List;" since="12"/>
 		<method name="getName()Ljava/lang/String;"/>
 		<method name="getProductId()I" since="19"/>
+		<method name="getSensorManager()Landroid/hardware/SensorManager;" since="31"/>
 		<method name="getSources()I"/>
 		<method name="getVendorId()I" since="19"/>
-		<method name="getVibrator()Landroid/os/Vibrator;" since="16"/>
+		<method name="getVibrator()Landroid/os/Vibrator;" since="16" deprecated="31"/>
+		<method name="getVibratorManager()Landroid/os/VibratorManager;" since="31"/>
 		<method name="hasKeys([I)[Z" since="19"/>
 		<method name="hasMicrophone()Z" since="23"/>
 		<method name="isEnabled()Z" since="27"/>
@@ -53714,6 +56169,7 @@
 		<field name="SOURCE_MOUSE"/>
 		<field name="SOURCE_MOUSE_RELATIVE" since="26"/>
 		<field name="SOURCE_ROTARY_ENCODER" since="26"/>
+		<field name="SOURCE_SENSOR" since="31"/>
 		<field name="SOURCE_STYLUS" since="14"/>
 		<field name="SOURCE_TOUCHPAD"/>
 		<field name="SOURCE_TOUCHSCREEN"/>
@@ -53845,6 +56301,7 @@
 		<method name="isFunctionPressed()Z" since="11"/>
 		<method name="isGamepadButton(I)Z" since="12"/>
 		<method name="isLongPress()Z" since="5"/>
+		<method name="isMediaSessionKey(I)Z" since="31"/>
 		<method name="isMetaPressed()Z" since="11"/>
 		<method name="isModifierKey(I)Z"/>
 		<method name="isNumLockOn()Z" since="11"/>
@@ -54589,6 +57046,9 @@
 		<field name="id"/>
 		<field name="toolType"/>
 	</class>
+	<class name="android/view/OnReceiveContentListener" since="31">
+		<method name="onReceiveContent(Landroid/view/View;Landroid/view/ContentInfo;)Landroid/view/ContentInfo;"/>
+	</class>
 	<class name="android/view/OrientationEventListener" since="3">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/content/Context;)V"/>
@@ -54659,6 +57119,19 @@
 		<field name="TYPE_ZOOM_IN"/>
 		<field name="TYPE_ZOOM_OUT"/>
 	</class>
+	<class name="android/view/RoundedCorner" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(IIII)V"/>
+		<method name="getCenter()Landroid/graphics/Point;"/>
+		<method name="getPosition()I"/>
+		<method name="getRadius()I"/>
+		<field name="CREATOR"/>
+		<field name="POSITION_BOTTOM_LEFT"/>
+		<field name="POSITION_BOTTOM_RIGHT"/>
+		<field name="POSITION_TOP_LEFT"/>
+		<field name="POSITION_TOP_RIGHT"/>
+	</class>
 	<class name="android/view/ScaleGestureDetector" since="8">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/view/ScaleGestureDetector$OnScaleGestureListener;)V"/>
@@ -54692,6 +57165,31 @@
 		<implements name="android/view/ScaleGestureDetector$OnScaleGestureListener"/>
 		<method name="&lt;init>()V"/>
 	</class>
+	<class name="android/view/ScrollCaptureCallback" since="31">
+		<method name="onScrollCaptureEnd(Ljava/lang/Runnable;)V"/>
+		<method name="onScrollCaptureImageRequest(Landroid/view/ScrollCaptureSession;Landroid/os/CancellationSignal;Landroid/graphics/Rect;Ljava/util/function/Consumer;)V"/>
+		<method name="onScrollCaptureSearch(Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V"/>
+		<method name="onScrollCaptureStart(Landroid/view/ScrollCaptureSession;Landroid/os/CancellationSignal;Ljava/lang/Runnable;)V"/>
+	</class>
+	<class name="android/view/ScrollCaptureSession" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/view/Surface;Landroid/graphics/Rect;Landroid/graphics/Point;)V"/>
+		<method name="getPositionInWindow()Landroid/graphics/Point;"/>
+		<method name="getScrollBounds()Landroid/graphics/Rect;"/>
+		<method name="getSurface()Landroid/view/Surface;"/>
+	</class>
+	<class name="android/view/ScrollCaptureTarget" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Point;Landroid/view/ScrollCaptureCallback;)V"/>
+		<method name="getCallback()Landroid/view/ScrollCaptureCallback;"/>
+		<method name="getContainingView()Landroid/view/View;"/>
+		<method name="getHint()I"/>
+		<method name="getLocalVisibleRect()Landroid/graphics/Rect;"/>
+		<method name="getPositionInWindow()Landroid/graphics/Point;"/>
+		<method name="getScrollBounds()Landroid/graphics/Rect;"/>
+		<method name="setScrollBounds(Landroid/graphics/Rect;)V"/>
+		<method name="updatePositionInWindow()V"/>
+	</class>
 	<class name="android/view/SearchEvent" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/view/InputDevice;)V"/>
@@ -54699,10 +57197,15 @@
 	</class>
 	<class name="android/view/SoundEffectConstants" since="1">
 		<extends name="java/lang/Object"/>
+		<method name="getConstantForFocusDirection(IZ)I" since="31"/>
 		<method name="getContantForFocusDirection(I)I"/>
 		<field name="CLICK"/>
 		<field name="NAVIGATION_DOWN"/>
 		<field name="NAVIGATION_LEFT"/>
+		<field name="NAVIGATION_REPEAT_DOWN" since="31"/>
+		<field name="NAVIGATION_REPEAT_LEFT" since="31"/>
+		<field name="NAVIGATION_REPEAT_RIGHT" since="31"/>
+		<field name="NAVIGATION_REPEAT_UP" since="31"/>
 		<field name="NAVIGATION_RIGHT"/>
 		<field name="NAVIGATION_UP"/>
 	</class>
@@ -54734,6 +57237,7 @@
 		<method name="setAlpha(F)V" removed="14"/>
 		<method name="setFlags(II)V" removed="14"/>
 		<method name="setFrameRate(FI)V" since="30"/>
+		<method name="setFrameRate(FII)V" since="31"/>
 		<method name="setFreezeTint(I)V" removed="14"/>
 		<method name="setLayer(I)V" removed="14"/>
 		<method name="setMatrix(FFFF)V" removed="14"/>
@@ -54745,6 +57249,8 @@
 		<method name="unfreeze()V" removed="14"/>
 		<method name="unlockCanvas(Landroid/graphics/Canvas;)V" deprecated="17"/>
 		<method name="unlockCanvasAndPost(Landroid/graphics/Canvas;)V"/>
+		<field name="CHANGE_FRAME_RATE_ALWAYS" since="31"/>
+		<field name="CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS" since="31"/>
 		<field name="CREATOR"/>
 		<field name="FRAME_RATE_COMPATIBILITY_DEFAULT" since="30"/>
 		<field name="FRAME_RATE_COMPATIBILITY_FIXED_SOURCE" since="30"/>
@@ -54803,6 +57309,7 @@
 		<method name="setAlpha(Landroid/view/SurfaceControl;F)Landroid/view/SurfaceControl$Transaction;"/>
 		<method name="setBufferSize(Landroid/view/SurfaceControl;II)Landroid/view/SurfaceControl$Transaction;"/>
 		<method name="setFrameRate(Landroid/view/SurfaceControl;FI)Landroid/view/SurfaceControl$Transaction;" since="30"/>
+		<method name="setFrameRate(Landroid/view/SurfaceControl;FII)Landroid/view/SurfaceControl$Transaction;" since="31"/>
 		<method name="setGeometry(Landroid/view/SurfaceControl;Landroid/graphics/Rect;Landroid/graphics/Rect;I)Landroid/view/SurfaceControl$Transaction;"/>
 		<method name="setLayer(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;"/>
 		<method name="setVisibility(Landroid/view/SurfaceControl;Z)Landroid/view/SurfaceControl$Transaction;"/>
@@ -54820,6 +57327,7 @@
 	<class name="android/view/SurfaceControlViewHost$SurfacePackage" since="30">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Landroid/view/SurfaceControlViewHost$SurfacePackage;)V" since="31"/>
 		<method name="release()V"/>
 		<field name="CREATOR"/>
 	</class>
@@ -55000,6 +57508,7 @@
 		<method name="checkInputConnectionProxy(Landroid/view/View;)Z" since="3"/>
 		<method name="clearAnimation()V"/>
 		<method name="clearFocus()V"/>
+		<method name="clearViewTranslationCallback()V" since="31"/>
 		<method name="combineMeasuredStates(II)I" since="11"/>
 		<method name="computeHorizontalScrollExtent()I"/>
 		<method name="computeHorizontalScrollOffset()I"/>
@@ -55036,8 +57545,10 @@
 		<method name="dispatchPopulateAccessibilityEvent(Landroid/view/accessibility/AccessibilityEvent;)Z" since="4"/>
 		<method name="dispatchProvideAutofillStructure(Landroid/view/ViewStructure;I)V" since="26"/>
 		<method name="dispatchProvideStructure(Landroid/view/ViewStructure;)V" since="23"/>
+		<method name="dispatchRequestTranslation(Ljava/util/Map;[ILandroid/view/translation/TranslationCapability;Ljava/util/List;)V" since="31"/>
 		<method name="dispatchRestoreInstanceState(Landroid/util/SparseArray;)V"/>
 		<method name="dispatchSaveInstanceState(Landroid/util/SparseArray;)V"/>
+		<method name="dispatchScrollCaptureSearch(Landroid/graphics/Rect;Landroid/graphics/Point;Ljava/util/function/Consumer;)V" since="31"/>
 		<method name="dispatchSetActivated(Z)V" since="11"/>
 		<method name="dispatchSetPressed(Z)V"/>
 		<method name="dispatchSetSelected(Z)V"/>
@@ -55066,6 +57577,8 @@
 		<method name="focusSearch(I)Landroid/view/View;"/>
 		<method name="forceHasOverlappingRendering(Z)V" since="24"/>
 		<method name="forceLayout()V"/>
+		<method name="gatherTransparentRegion(Landroid/graphics/Region;)Z" since="31"/>
+		<method name="generateDisplayHash(Ljava/lang/String;Landroid/graphics/Rect;Ljava/util/concurrent/Executor;Landroid/view/displayhash/DisplayHashResultCallback;)V" since="31"/>
 		<method name="generateViewId()I" since="17"/>
 		<method name="getAccessibilityClassName()Ljava/lang/CharSequence;" since="23"/>
 		<method name="getAccessibilityDelegate()Landroid/view/View$AccessibilityDelegate;" since="29"/>
@@ -55180,6 +57693,7 @@
 		<method name="getPivotX()F" since="11"/>
 		<method name="getPivotY()F" since="11"/>
 		<method name="getPointerIcon()Landroid/view/PointerIcon;" since="24"/>
+		<method name="getReceiveContentMimeTypes()[Ljava/lang/String;" since="31"/>
 		<method name="getResources()Landroid/content/res/Resources;"/>
 		<method name="getRevealOnFocusHint()Z" since="25"/>
 		<method name="getRight()I"/>
@@ -55196,6 +57710,7 @@
 		<method name="getScrollBarFadeDuration()I" since="16"/>
 		<method name="getScrollBarSize()I" since="16"/>
 		<method name="getScrollBarStyle()I"/>
+		<method name="getScrollCaptureHint()I" since="31"/>
 		<method name="getScrollIndicators()I" since="23"/>
 		<method name="getScrollX()I"/>
 		<method name="getScrollY()I"/>
@@ -55228,6 +57743,8 @@
 		<method name="getVerticalScrollbarThumbDrawable()Landroid/graphics/drawable/Drawable;" since="29"/>
 		<method name="getVerticalScrollbarTrackDrawable()Landroid/graphics/drawable/Drawable;" since="29"/>
 		<method name="getVerticalScrollbarWidth()I"/>
+		<method name="getViewRoot()Landroid/view/ViewRoot;" since="31"/>
+		<method name="getViewTranslationResponse()Landroid/view/translation/ViewTranslationResponse;" since="31"/>
 		<method name="getViewTreeObserver()Landroid/view/ViewTreeObserver;"/>
 		<method name="getVisibility()I"/>
 		<method name="getWidth()I"/>
@@ -55328,6 +57845,8 @@
 		<method name="onCreateContextMenu(Landroid/view/ContextMenu;)V"/>
 		<method name="onCreateDrawableState(I)[I"/>
 		<method name="onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection;" since="3"/>
+		<method name="onCreateViewTranslationRequest([ILjava/util/function/Consumer;)V" since="31"/>
+		<method name="onCreateVirtualViewTranslationRequests([J[ILjava/util/function/Consumer;)V" since="31"/>
 		<method name="onDetachedFromWindow()V"/>
 		<method name="onDisplayHint(I)V" since="8"/>
 		<method name="onDragEvent(Landroid/view/DragEvent;)Z" since="11"/>
@@ -55355,17 +57874,21 @@
 		<method name="onProvideContentCaptureStructure(Landroid/view/ViewStructure;I)V" since="30"/>
 		<method name="onProvideStructure(Landroid/view/ViewStructure;)V" since="23"/>
 		<method name="onProvideVirtualStructure(Landroid/view/ViewStructure;)V" since="23"/>
+		<method name="onReceiveContent(Landroid/view/ContentInfo;)Landroid/view/ContentInfo;" since="31"/>
 		<method name="onResolvePointerIcon(Landroid/view/MotionEvent;I)Landroid/view/PointerIcon;" since="24"/>
 		<method name="onRestoreInstanceState(Landroid/os/Parcelable;)V"/>
 		<method name="onRtlPropertiesChanged(I)V" since="17"/>
 		<method name="onSaveInstanceState()Landroid/os/Parcelable;"/>
 		<method name="onScreenStateChanged(I)V" since="16"/>
+		<method name="onScrollCaptureSearch(Landroid/graphics/Rect;Landroid/graphics/Point;Ljava/util/function/Consumer;)V" since="31"/>
 		<method name="onScrollChanged(IIII)V"/>
 		<method name="onSetAlpha(I)Z"/>
 		<method name="onSizeChanged(IIII)V"/>
 		<method name="onStartTemporaryDetach()V" since="3"/>
 		<method name="onTouchEvent(Landroid/view/MotionEvent;)Z"/>
 		<method name="onTrackballEvent(Landroid/view/MotionEvent;)Z"/>
+		<method name="onViewTranslationResponse(Landroid/view/translation/ViewTranslationResponse;)V" since="31"/>
+		<method name="onVirtualViewTranslationResponses(Landroid/util/LongSparseArray;)V" since="31"/>
 		<method name="onVisibilityAggregated(Z)V" since="24"/>
 		<method name="onVisibilityChanged(Landroid/view/View;I)V" since="8"/>
 		<method name="onWindowFocusChanged(Z)V"/>
@@ -55380,6 +57903,7 @@
 		<method name="performHapticFeedback(II)Z" since="3"/>
 		<method name="performLongClick()Z"/>
 		<method name="performLongClick(FF)Z" since="24"/>
+		<method name="performReceiveContent(Landroid/view/ContentInfo;)Landroid/view/ContentInfo;" since="31"/>
 		<method name="playSoundEffect(I)V"/>
 		<method name="post(Ljava/lang/Runnable;)Z"/>
 		<method name="postDelayed(Ljava/lang/Runnable;J)Z"/>
@@ -55426,6 +57950,7 @@
 		<method name="setAccessibilityTraversalAfter(I)V" since="22"/>
 		<method name="setAccessibilityTraversalBefore(I)V" since="22"/>
 		<method name="setActivated(Z)V" since="11"/>
+		<method name="setAllowClickWhenDisabled(Z)V" since="31"/>
 		<method name="setAlpha(F)V" since="11"/>
 		<method name="setAnimation(Landroid/view/animation/Animation;)V"/>
 		<method name="setAnimationMatrix(Landroid/graphics/Matrix;)V" since="29"/>
@@ -55508,6 +58033,7 @@
 		<method name="setOnHoverListener(Landroid/view/View$OnHoverListener;)V" since="14"/>
 		<method name="setOnKeyListener(Landroid/view/View$OnKeyListener;)V"/>
 		<method name="setOnLongClickListener(Landroid/view/View$OnLongClickListener;)V"/>
+		<method name="setOnReceiveContentListener([Ljava/lang/String;Landroid/view/OnReceiveContentListener;)V" since="31"/>
 		<method name="setOnScrollChangeListener(Landroid/view/View$OnScrollChangeListener;)V" since="23"/>
 		<method name="setOnSystemUiVisibilityChangeListener(Landroid/view/View$OnSystemUiVisibilityChangeListener;)V" since="11" deprecated="30"/>
 		<method name="setOnTouchListener(Landroid/view/View$OnTouchListener;)V"/>
@@ -55521,6 +58047,7 @@
 		<method name="setPivotY(F)V" since="11"/>
 		<method name="setPointerIcon(Landroid/view/PointerIcon;)V" since="24"/>
 		<method name="setPressed(Z)V"/>
+		<method name="setRenderEffect(Landroid/graphics/RenderEffect;)V" since="31"/>
 		<method name="setRevealOnFocusHint(Z)V" since="25"/>
 		<method name="setRight(I)V" since="11"/>
 		<method name="setRotation(F)V" since="11"/>
@@ -55535,6 +58062,8 @@
 		<method name="setScrollBarFadeDuration(I)V" since="16"/>
 		<method name="setScrollBarSize(I)V" since="16"/>
 		<method name="setScrollBarStyle(I)V"/>
+		<method name="setScrollCaptureCallback(Landroid/view/ScrollCaptureCallback;)V" since="31"/>
+		<method name="setScrollCaptureHint(I)V" since="31"/>
 		<method name="setScrollContainer(Z)V" since="3"/>
 		<method name="setScrollIndicators(I)V" since="23"/>
 		<method name="setScrollIndicators(II)V" since="23"/>
@@ -55565,6 +58094,7 @@
 		<method name="setVerticalScrollbarPosition(I)V" since="11"/>
 		<method name="setVerticalScrollbarThumbDrawable(Landroid/graphics/drawable/Drawable;)V" since="29"/>
 		<method name="setVerticalScrollbarTrackDrawable(Landroid/graphics/drawable/Drawable;)V" since="29"/>
+		<method name="setViewTranslationCallback(Landroid/view/translation/ViewTranslationCallback;)V" since="31"/>
 		<method name="setVisibility(I)V"/>
 		<method name="setWillNotCacheDrawing(Z)V" deprecated="28"/>
 		<method name="setWillNotDraw(Z)V"/>
@@ -55712,6 +58242,10 @@
 		<field name="SCROLL_AXIS_HORIZONTAL" since="21"/>
 		<field name="SCROLL_AXIS_NONE" since="21"/>
 		<field name="SCROLL_AXIS_VERTICAL" since="21"/>
+		<field name="SCROLL_CAPTURE_HINT_AUTO" since="31"/>
+		<field name="SCROLL_CAPTURE_HINT_EXCLUDE" since="31"/>
+		<field name="SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS" since="31"/>
+		<field name="SCROLL_CAPTURE_HINT_INCLUDE" since="31"/>
 		<field name="SCROLL_INDICATOR_BOTTOM" since="23"/>
 		<field name="SCROLL_INDICATOR_END" since="23"/>
 		<field name="SCROLL_INDICATOR_LEFT" since="23"/>
@@ -55891,6 +58425,7 @@
 		<method name="getMaximumDrawingCacheSize()I" deprecated="15"/>
 		<method name="getMaximumFlingVelocity()I" since="4" deprecated="15"/>
 		<method name="getMinimumFlingVelocity()I" deprecated="15"/>
+		<method name="getMultiPressTimeout()I" since="31"/>
 		<method name="getPressedStateDuration()I"/>
 		<method name="getScaledAmbiguousGestureMultiplier()F" since="30"/>
 		<method name="getScaledDoubleTapSlop()I" since="3"/>
@@ -56258,6 +58793,10 @@
 		<method name="z(F)Landroid/view/ViewPropertyAnimator;" since="21"/>
 		<method name="zBy(F)Landroid/view/ViewPropertyAnimator;" since="21"/>
 	</class>
+	<class name="android/view/ViewRoot" since="31">
+		<method name="applyTransactionOnDraw(Landroid/view/SurfaceControl$Transaction;)Z"/>
+		<method name="buildReparentTransaction(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction;"/>
+	</class>
 	<class name="android/view/ViewStructure" since="23">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -56308,6 +58847,7 @@
 		<method name="setMaxTextLength(I)V" since="28"/>
 		<method name="setMinTextEms(I)V" since="28"/>
 		<method name="setOpaque(Z)V" since="26"/>
+		<method name="setReceiveContentMimeTypes([Ljava/lang/String;)V" since="31"/>
 		<method name="setSelected(Z)V"/>
 		<method name="setText(Ljava/lang/CharSequence;)V"/>
 		<method name="setText(Ljava/lang/CharSequence;II)V"/>
@@ -56453,6 +58993,7 @@
 		<method name="getSystemGestureExclusionRects()Ljava/util/List;" since="29"/>
 		<method name="getTransitionBackgroundFadeDuration()J" since="21"/>
 		<method name="getTransitionManager()Landroid/transition/TransitionManager;" since="21"/>
+		<method name="getViewRoot()Landroid/view/ViewRoot;" since="31"/>
 		<method name="getVolumeControlStream()I"/>
 		<method name="getWindowManager()Landroid/view/WindowManager;"/>
 		<method name="getWindowStyle()Landroid/content/res/TypedArray;"/>
@@ -56475,6 +59016,7 @@
 		<method name="performContextMenuIdentifierAction(II)Z"/>
 		<method name="performPanelIdentifierAction(III)Z"/>
 		<method name="performPanelShortcut(IILandroid/view/KeyEvent;I)Z"/>
+		<method name="registerScrollCaptureCallback(Landroid/view/ScrollCaptureCallback;)V" since="31"/>
 		<method name="removeOnFrameMetricsAvailableListener(Landroid/view/Window$OnFrameMetricsAvailableListener;)V" since="24"/>
 		<method name="requestFeature(I)Z"/>
 		<method name="requireViewById(I)Landroid/view/View;" since="28"/>
@@ -56483,6 +59025,7 @@
 		<method name="setAllowEnterTransitionOverlap(Z)V" since="21"/>
 		<method name="setAllowReturnTransitionOverlap(Z)V" since="21"/>
 		<method name="setAttributes(Landroid/view/WindowManager$LayoutParams;)V"/>
+		<method name="setBackgroundBlurRadius(I)V" since="31"/>
 		<method name="setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V"/>
 		<method name="setBackgroundDrawableResource(I)V"/>
 		<method name="setCallback(Landroid/view/Window$Callback;)V"/>
@@ -56509,6 +59052,7 @@
 		<method name="setFlags(II)V"/>
 		<method name="setFormat(I)V"/>
 		<method name="setGravity(I)V"/>
+		<method name="setHideOverlayWindows(Z)V" since="31"/>
 		<method name="setIcon(I)V" since="19"/>
 		<method name="setLayout(II)V"/>
 		<method name="setLocalFocus(ZZ)V" since="19"/>
@@ -56552,6 +59096,7 @@
 		<method name="takeKeyEvents(Z)V"/>
 		<method name="takeSurface(Landroid/view/SurfaceHolder$Callback2;)V" since="9"/>
 		<method name="togglePanel(ILandroid/view/KeyEvent;)V"/>
+		<method name="unregisterScrollCaptureCallback(Landroid/view/ScrollCaptureCallback;)V" since="31"/>
 		<field name="DECOR_CAPTION_SHADE_AUTO" since="24"/>
 		<field name="DECOR_CAPTION_SHADE_DARK" since="24"/>
 		<field name="DECOR_CAPTION_SHADE_LIGHT" since="24"/>
@@ -56654,6 +59199,7 @@
 		<method name="getInsets(I)Landroid/graphics/Insets;" since="30"/>
 		<method name="getInsetsIgnoringVisibility(I)Landroid/graphics/Insets;" since="30"/>
 		<method name="getMandatorySystemGestureInsets()Landroid/graphics/Insets;" since="29" deprecated="30"/>
+		<method name="getRoundedCorner(I)Landroid/view/RoundedCorner;" since="31"/>
 		<method name="getStableInsetBottom()I" since="21" deprecated="30"/>
 		<method name="getStableInsetLeft()I" since="21" deprecated="30"/>
 		<method name="getStableInsetRight()I" since="21" deprecated="30"/>
@@ -56687,6 +59233,7 @@
 		<method name="setInsets(ILandroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" since="30"/>
 		<method name="setInsetsIgnoringVisibility(ILandroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" since="30"/>
 		<method name="setMandatorySystemGestureInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" deprecated="30"/>
+		<method name="setRoundedCorner(ILandroid/view/RoundedCorner;)Landroid/view/WindowInsets$Builder;" since="31"/>
 		<method name="setStableInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" deprecated="30"/>
 		<method name="setSystemGestureInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" deprecated="30"/>
 		<method name="setSystemWindowInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;" deprecated="30"/>
@@ -56776,8 +59323,9 @@
 		<method name="show(I)V"/>
 		<field name="APPEARANCE_LIGHT_NAVIGATION_BARS"/>
 		<field name="APPEARANCE_LIGHT_STATUS_BARS"/>
-		<field name="BEHAVIOR_SHOW_BARS_BY_SWIPE"/>
-		<field name="BEHAVIOR_SHOW_BARS_BY_TOUCH"/>
+		<field name="BEHAVIOR_DEFAULT" since="31"/>
+		<field name="BEHAVIOR_SHOW_BARS_BY_SWIPE" deprecated="31"/>
+		<field name="BEHAVIOR_SHOW_BARS_BY_TOUCH" deprecated="31"/>
 		<field name="BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE"/>
 	</class>
 	<class name="android/view/WindowInsetsController$OnControllableInsetsChangedListener" since="30">
@@ -56787,9 +59335,13 @@
 	<class name="android/view/WindowManager" since="1">
 		<extends name="java/lang/Object"/>
 		<implements name="android/view/ViewManager"/>
+		<method name="addCrossWindowBlurEnabledListener(Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V" since="31"/>
+		<method name="addCrossWindowBlurEnabledListener(Ljava/util/function/Consumer;)V" since="31"/>
 		<method name="getCurrentWindowMetrics()Landroid/view/WindowMetrics;" since="30"/>
 		<method name="getDefaultDisplay()Landroid/view/Display;" deprecated="30"/>
 		<method name="getMaximumWindowMetrics()Landroid/view/WindowMetrics;" since="30"/>
+		<method name="isCrossWindowBlurEnabled()Z" since="31"/>
+		<method name="removeCrossWindowBlurEnabledListener(Ljava/util/function/Consumer;)V" since="31"/>
 		<method name="removeViewImmediate(Landroid/view/View;)V"/>
 	</class>
 	<class name="android/view/WindowManager$BadTokenException" since="1">
@@ -56814,12 +59366,14 @@
 		<method name="&lt;init>(Landroid/os/Parcel;)V"/>
 		<method name="copyFrom(Landroid/view/WindowManager$LayoutParams;)I"/>
 		<method name="debug(Ljava/lang/String;)Ljava/lang/String;"/>
+		<method name="getBlurBehindRadius()I" since="31"/>
 		<method name="getColorMode()I" since="26"/>
 		<method name="getFitInsetsSides()I" since="30"/>
 		<method name="getFitInsetsTypes()I" since="30"/>
 		<method name="getTitle()Ljava/lang/CharSequence;"/>
 		<method name="isFitInsetsIgnoringVisibility()Z" since="30"/>
 		<method name="mayUseInputMethod(I)Z" since="3"/>
+		<method name="setBlurBehindRadius(I)V" since="31"/>
 		<method name="setColorMode(I)V" since="26"/>
 		<method name="setFitInsetsIgnoringVisibility(Z)V" since="30"/>
 		<method name="setFitInsetsSides(I)V" since="30"/>
@@ -56923,7 +59477,7 @@
 		<field name="TYPE_PRIVATE_PRESENTATION" since="19"/>
 		<field name="TYPE_SEARCH_BAR"/>
 		<field name="TYPE_STATUS_BAR"/>
-		<field name="TYPE_STATUS_BAR_PANEL" deprecated="30"/>
+		<field name="TYPE_STATUS_BAR_PANEL" deprecated="30" removed="31"/>
 		<field name="TYPE_SYSTEM_ALERT" deprecated="26"/>
 		<field name="TYPE_SYSTEM_DIALOG"/>
 		<field name="TYPE_SYSTEM_ERROR" deprecated="26"/>
@@ -57080,6 +59634,8 @@
 		<method name="addAccessibilityStateChangeListener(Landroid/view/accessibility/AccessibilityManager$AccessibilityStateChangeListener;Landroid/os/Handler;)V" since="26"/>
 		<method name="addTouchExplorationStateChangeListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;)Z" since="19"/>
 		<method name="addTouchExplorationStateChangeListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;Landroid/os/Handler;)V" since="26"/>
+		<method name="getAccessibilityFocusColor()I" since="31"/>
+		<method name="getAccessibilityFocusStrokeWidth()I" since="31"/>
 		<method name="getAccessibilityServiceList()Ljava/util/List;" deprecated="15"/>
 		<method name="getEnabledAccessibilityServiceList(I)Ljava/util/List;" since="14"/>
 		<method name="getInstalledAccessibilityServiceList()Ljava/util/List;" since="14"/>
@@ -57287,6 +59843,7 @@
 		<field name="CREATOR"/>
 		<field name="EXTRA_DATA_RENDERING_INFO_KEY" since="30"/>
 		<field name="EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_LENGTH" since="26"/>
+		<field name="EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_MAX_LENGTH" since="31"/>
 		<field name="EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_START_INDEX" since="26"/>
 		<field name="EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY" since="26"/>
 		<field name="FOCUS_ACCESSIBILITY" since="16"/>
@@ -57837,6 +60394,7 @@
 	<class name="android/view/autofill/AutofillManager" since="26">
 		<extends name="java/lang/Object"/>
 		<method name="cancel()V"/>
+		<method name="clearAutofillRequestCallback()V" since="31"/>
 		<method name="commit()V"/>
 		<method name="disableAutofillServices()V"/>
 		<method name="getAutofillServiceComponentName()Landroid/content/ComponentName;" since="28"/>
@@ -57862,11 +60420,14 @@
 		<method name="registerCallback(Landroid/view/autofill/AutofillManager$AutofillCallback;)V"/>
 		<method name="requestAutofill(Landroid/view/View;)V"/>
 		<method name="requestAutofill(Landroid/view/View;ILandroid/graphics/Rect;)V"/>
+		<method name="setAutofillRequestCallback(Ljava/util/concurrent/Executor;Landroid/view/autofill/AutofillRequestCallback;)V" since="31"/>
 		<method name="setUserData(Landroid/service/autofill/UserData;)V" since="28"/>
 		<method name="unregisterCallback(Landroid/view/autofill/AutofillManager$AutofillCallback;)V"/>
 		<field name="EXTRA_ASSIST_STRUCTURE"/>
 		<field name="EXTRA_AUTHENTICATION_RESULT"/>
+		<field name="EXTRA_AUTHENTICATION_RESULT_EPHEMERAL_DATASET" since="31"/>
 		<field name="EXTRA_CLIENT_STATE"/>
+		<field name="EXTRA_INLINE_SUGGESTIONS_REQUEST" since="31"/>
 	</class>
 	<class name="android/view/autofill/AutofillManager$AutofillCallback" since="26">
 		<extends name="java/lang/Object"/>
@@ -57877,6 +60438,9 @@
 		<field name="EVENT_INPUT_SHOWN"/>
 		<field name="EVENT_INPUT_UNAVAILABLE"/>
 	</class>
+	<class name="android/view/autofill/AutofillRequestCallback" since="31">
+		<method name="onFillRequest(Landroid/view/inputmethod/InlineSuggestionsRequest;Landroid/os/CancellationSignal;Landroid/service/autofill/FillCallback;)V"/>
+	</class>
 	<class name="android/view/autofill/AutofillValue" since="26">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -57989,6 +60553,36 @@
 		<method name="onRejected()V"/>
 		<method name="onWrite(Landroid/os/ParcelFileDescriptor;)V"/>
 	</class>
+	<class name="android/view/displayhash/DisplayHash" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/view/displayhash/DisplayHashManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getSupportedHashAlgorithms()Ljava/util/Set;"/>
+		<method name="verifyDisplayHash(Landroid/view/displayhash/DisplayHash;)Landroid/view/displayhash/VerifiedDisplayHash;"/>
+	</class>
+	<class name="android/view/displayhash/DisplayHashResultCallback" since="31">
+		<method name="onDisplayHashError(I)V"/>
+		<method name="onDisplayHashResult(Landroid/view/displayhash/DisplayHash;)V"/>
+		<field name="DISPLAY_HASH_ERROR_INVALID_BOUNDS"/>
+		<field name="DISPLAY_HASH_ERROR_INVALID_HASH_ALGORITHM"/>
+		<field name="DISPLAY_HASH_ERROR_MISSING_WINDOW"/>
+		<field name="DISPLAY_HASH_ERROR_NOT_VISIBLE_ON_SCREEN"/>
+		<field name="DISPLAY_HASH_ERROR_TOO_MANY_REQUESTS"/>
+		<field name="DISPLAY_HASH_ERROR_UNKNOWN"/>
+	</class>
+	<class name="android/view/displayhash/VerifiedDisplayHash" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(JLandroid/graphics/Rect;Ljava/lang/String;[B)V"/>
+		<method name="getBoundsInWindow()Landroid/graphics/Rect;"/>
+		<method name="getHashAlgorithm()Ljava/lang/String;"/>
+		<method name="getImageHash()[B"/>
+		<method name="getTimeMillis()J"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/view/inputmethod/BaseInputConnection" since="3">
 		<extends name="java/lang/Object"/>
 		<implements name="android/view/inputmethod/InputConnection"/>
@@ -58058,6 +60652,7 @@
 		<method name="&lt;init>()V"/>
 		<method name="dump(Landroid/util/Printer;Ljava/lang/String;)V"/>
 		<method name="getInitialSelectedText(I)Ljava/lang/CharSequence;" since="30"/>
+		<method name="getInitialSurroundingText(III)Landroid/view/inputmethod/SurroundingText;" since="31"/>
 		<method name="getInitialTextAfterCursor(II)Ljava/lang/CharSequence;" since="30"/>
 		<method name="getInitialTextBeforeCursor(II)Ljava/lang/CharSequence;" since="30"/>
 		<method name="makeCompatible(I)V" since="11"/>
@@ -58152,6 +60747,7 @@
 		<method name="getExtras()Landroid/os/Bundle;"/>
 		<method name="getHostPackageName()Ljava/lang/String;"/>
 		<method name="getInlinePresentationSpecs()Ljava/util/List;"/>
+		<method name="getInlineTooltipPresentationSpec()Landroid/widget/inline/InlinePresentationSpec;" since="31"/>
 		<method name="getMaxSuggestionCount()I"/>
 		<method name="getSupportedLocales()Landroid/os/LocaleList;"/>
 		<field name="CREATOR"/>
@@ -58162,9 +60758,12 @@
 		<method name="&lt;init>(Ljava/util/List;)V"/>
 		<method name="addInlinePresentationSpecs(Landroid/widget/inline/InlinePresentationSpec;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;"/>
 		<method name="build()Landroid/view/inputmethod/InlineSuggestionsRequest;"/>
+		<method name="setClientSupported(Z)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;" since="31"/>
 		<method name="setExtras(Landroid/os/Bundle;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;"/>
 		<method name="setInlinePresentationSpecs(Ljava/util/List;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;"/>
+		<method name="setInlineTooltipPresentationSpec(Landroid/widget/inline/InlinePresentationSpec;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;" since="31"/>
 		<method name="setMaxSuggestionCount(I)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;"/>
+		<method name="setServiceSupported(Z)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;" since="31"/>
 		<method name="setSupportedLocales(Landroid/os/LocaleList;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;"/>
 	</class>
 	<class name="android/view/inputmethod/InlineSuggestionsResponse" since="30">
@@ -58201,16 +60800,19 @@
 		<method name="getExtractedText(Landroid/view/inputmethod/ExtractedTextRequest;I)Landroid/view/inputmethod/ExtractedText;"/>
 		<method name="getHandler()Landroid/os/Handler;" since="24"/>
 		<method name="getSelectedText(I)Ljava/lang/CharSequence;" since="9"/>
+		<method name="getSurroundingText(III)Landroid/view/inputmethod/SurroundingText;" since="31"/>
 		<method name="getTextAfterCursor(II)Ljava/lang/CharSequence;"/>
 		<method name="getTextBeforeCursor(II)Ljava/lang/CharSequence;"/>
 		<method name="performContextMenuAction(I)Z"/>
 		<method name="performEditorAction(I)Z"/>
 		<method name="performPrivateCommand(Ljava/lang/String;Landroid/os/Bundle;)Z"/>
+		<method name="performSpellCheck()Z" since="31"/>
 		<method name="reportFullscreenMode(Z)Z"/>
 		<method name="requestCursorUpdates(I)Z" since="21"/>
 		<method name="sendKeyEvent(Landroid/view/KeyEvent;)Z"/>
 		<method name="setComposingRegion(II)Z" since="9"/>
 		<method name="setComposingText(Ljava/lang/CharSequence;I)Z"/>
+		<method name="setImeConsumesInput(Z)Z" since="31"/>
 		<method name="setSelection(II)Z"/>
 		<field name="CURSOR_UPDATE_IMMEDIATE" since="21"/>
 		<field name="CURSOR_UPDATE_MONITOR" since="21"/>
@@ -58265,6 +60867,7 @@
 		<method name="&lt;init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)V"/>
 		<method name="dump(Landroid/util/Printer;Ljava/lang/String;)V"/>
 		<method name="getComponent()Landroid/content/ComponentName;"/>
+		<method name="getConfigChanges()I" since="31"/>
 		<method name="getId()Ljava/lang/String;"/>
 		<method name="getIsDefaultResourceId()I"/>
 		<method name="getPackageName()Ljava/lang/String;"/>
@@ -58275,6 +60878,7 @@
 		<method name="getSubtypeCount()I" since="11"/>
 		<method name="loadIcon(Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;"/>
 		<method name="loadLabel(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;"/>
+		<method name="suppressesSpellChecker()Z" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/view/inputmethod/InputMethodManager" since="3">
@@ -58295,6 +60899,7 @@
 		<method name="isActive()Z"/>
 		<method name="isActive(Landroid/view/View;)Z"/>
 		<method name="isFullscreenMode()Z"/>
+		<method name="isInputMethodSuppressingSpellChecker()Z" since="31"/>
 		<method name="isWatchingCursor(Landroid/view/View;)Z" deprecated="21"/>
 		<method name="restartInput(Landroid/view/View;)V"/>
 		<method name="sendAppPrivateCommand(Landroid/view/View;Ljava/lang/String;Landroid/os/Bundle;)V"/>
@@ -58380,6 +60985,16 @@
 		<method name="setSubtypeMode(Ljava/lang/String;)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;"/>
 		<method name="setSubtypeNameResId(I)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;"/>
 	</class>
+	<class name="android/view/inputmethod/SurroundingText" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Ljava/lang/CharSequence;III)V"/>
+		<method name="getOffset()I"/>
+		<method name="getSelectionEnd()I"/>
+		<method name="getSelectionStart()I"/>
+		<method name="getText()Ljava/lang/CharSequence;"/>
+		<field name="CREATOR"/>
+	</class>
 	<class name="android/view/inspector/InspectionCompanion" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="mapProperties(Landroid/view/inspector/PropertyMapper;)V"/>
@@ -58686,6 +61301,7 @@
 		<field name="TYPE_PHONE"/>
 		<field name="TYPE_UNKNOWN" since="28"/>
 		<field name="TYPE_URL"/>
+		<field name="WIDGET_TYPE_CLIPBOARD" since="31"/>
 		<field name="WIDGET_TYPE_CUSTOM_EDITTEXT" since="28"/>
 		<field name="WIDGET_TYPE_CUSTOM_TEXTVIEW" since="28"/>
 		<field name="WIDGET_TYPE_CUSTOM_UNSELECTABLE_TEXTVIEW" since="28"/>
@@ -58917,6 +61533,7 @@
 		<method name="getId()Ljava/lang/String;" since="28"/>
 		<method name="getSelectionEndIndex()I"/>
 		<method name="getSelectionStartIndex()I"/>
+		<method name="getTextClassification()Landroid/view/textclassifier/TextClassification;" since="31"/>
 		<field name="CREATOR" since="28"/>
 	</class>
 	<class name="android/view/textclassifier/TextSelection$Builder" since="26">
@@ -58926,6 +61543,7 @@
 		<method name="setEntityType(Ljava/lang/String;F)Landroid/view/textclassifier/TextSelection$Builder;"/>
 		<method name="setExtras(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Builder;" since="29"/>
 		<method name="setId(Ljava/lang/String;)Landroid/view/textclassifier/TextSelection$Builder;" since="28"/>
+		<method name="setTextClassification(Landroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/TextSelection$Builder;" since="31"/>
 	</class>
 	<class name="android/view/textclassifier/TextSelection$Request" since="28">
 		<extends name="java/lang/Object"/>
@@ -58936,6 +61554,7 @@
 		<method name="getExtras()Landroid/os/Bundle;" since="29"/>
 		<method name="getStartIndex()I"/>
 		<method name="getText()Ljava/lang/CharSequence;"/>
+		<method name="shouldIncludeTextClassification()Z" since="31"/>
 		<field name="CREATOR"/>
 	</class>
 	<class name="android/view/textclassifier/TextSelection$Request$Builder" since="28">
@@ -58944,6 +61563,7 @@
 		<method name="build()Landroid/view/textclassifier/TextSelection$Request;"/>
 		<method name="setDefaultLocales(Landroid/os/LocaleList;)Landroid/view/textclassifier/TextSelection$Request$Builder;"/>
 		<method name="setExtras(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Request$Builder;" since="29"/>
+		<method name="setIncludeTextClassification(Z)Landroid/view/textclassifier/TextSelection$Request$Builder;" since="31"/>
 	</class>
 	<class name="android/view/textservice/SentenceSuggestionsInfo" since="16">
 		<extends name="java/lang/Object"/>
@@ -58986,6 +61606,22 @@
 		<method name="onGetSentenceSuggestions([Landroid/view/textservice/SentenceSuggestionsInfo;)V" since="16"/>
 		<method name="onGetSuggestions([Landroid/view/textservice/SuggestionsInfo;)V"/>
 	</class>
+	<class name="android/view/textservice/SpellCheckerSession$SpellCheckerSessionParams" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="getExtras()Landroid/os/Bundle;"/>
+		<method name="getLocale()Ljava/util/Locale;"/>
+		<method name="getSupportedAttributes()I"/>
+		<method name="shouldReferToSpellCheckerLanguageSettings()Z"/>
+	</class>
+	<class name="android/view/textservice/SpellCheckerSession$SpellCheckerSessionParams$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="build()Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams;"/>
+		<method name="setExtras(Landroid/os/Bundle;)Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams$Builder;"/>
+		<method name="setLocale(Ljava/util/Locale;)Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams$Builder;"/>
+		<method name="setShouldReferToSpellCheckerLanguageSettings(Z)Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams$Builder;"/>
+		<method name="setSupportedAttributes(I)Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams$Builder;"/>
+	</class>
 	<class name="android/view/textservice/SpellCheckerSubtype" since="14">
 		<extends name="java/lang/Object"/>
 		<implements name="android/os/Parcelable"/>
@@ -59012,8 +61648,10 @@
 		<method name="getSuggestionsCount()I"/>
 		<method name="setCookieAndSequence(II)V"/>
 		<field name="CREATOR"/>
+		<field name="RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS" since="31"/>
 		<field name="RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS" since="15"/>
 		<field name="RESULT_ATTR_IN_THE_DICTIONARY"/>
+		<field name="RESULT_ATTR_LOOKS_LIKE_GRAMMAR_ERROR" since="31"/>
 		<field name="RESULT_ATTR_LOOKS_LIKE_TYPO"/>
 	</class>
 	<class name="android/view/textservice/TextInfo" since="14">
@@ -59031,7 +61669,189 @@
 	</class>
 	<class name="android/view/textservice/TextServicesManager" since="14">
 		<extends name="java/lang/Object"/>
+		<method name="getCurrentSpellCheckerInfo()Landroid/view/textservice/SpellCheckerInfo;" since="31"/>
+		<method name="getEnabledSpellCheckerInfos()Ljava/util/List;" since="31"/>
+		<method name="isSpellCheckerEnabled()Z" since="31"/>
 		<method name="newSpellCheckerSession(Landroid/os/Bundle;Ljava/util/Locale;Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListener;Z)Landroid/view/textservice/SpellCheckerSession;"/>
+		<method name="newSpellCheckerSession(Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionParams;Ljava/util/concurrent/Executor;Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListener;)Landroid/view/textservice/SpellCheckerSession;" since="31"/>
+	</class>
+	<class name="android/view/translation/TranslationCapability" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getSourceSpec()Landroid/view/translation/TranslationSpec;"/>
+		<method name="getState()I"/>
+		<method name="getSupportedTranslationFlags()I"/>
+		<method name="getTargetSpec()Landroid/view/translation/TranslationSpec;"/>
+		<method name="isUiTranslationEnabled()Z"/>
+		<field name="CREATOR"/>
+		<field name="STATE_AVAILABLE_TO_DOWNLOAD"/>
+		<field name="STATE_DOWNLOADING"/>
+		<field name="STATE_ON_DEVICE"/>
+	</class>
+	<class name="android/view/translation/TranslationContext" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getSourceSpec()Landroid/view/translation/TranslationSpec;"/>
+		<method name="getTargetSpec()Landroid/view/translation/TranslationSpec;"/>
+		<method name="getTranslationFlags()I"/>
+		<field name="CREATOR"/>
+		<field name="FLAG_DICTIONARY_DESCRIPTION"/>
+		<field name="FLAG_LOW_LATENCY"/>
+		<field name="FLAG_TRANSLITERATION"/>
+	</class>
+	<class name="android/view/translation/TranslationContext$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/view/translation/TranslationSpec;Landroid/view/translation/TranslationSpec;)V"/>
+		<method name="build()Landroid/view/translation/TranslationContext;"/>
+		<method name="setTranslationFlags(I)Landroid/view/translation/TranslationContext$Builder;"/>
+	</class>
+	<class name="android/view/translation/TranslationManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="addOnDeviceTranslationCapabilityUpdateListener(IILandroid/app/PendingIntent;)V"/>
+		<method name="addTranslationCapabilityUpdateListener(IILandroid/app/PendingIntent;)V" deprecated="31"/>
+		<method name="createOnDeviceTranslator(Landroid/view/translation/TranslationContext;)Landroid/view/translation/Translator;"/>
+		<method name="createTranslator(Landroid/view/translation/TranslationContext;)Landroid/view/translation/Translator;" deprecated="31"/>
+		<method name="getOnDeviceTranslationCapabilities(II)Ljava/util/Set;"/>
+		<method name="getOnDeviceTranslationSettingsActivityIntent()Landroid/app/PendingIntent;"/>
+		<method name="getTranslationCapabilities(II)Ljava/util/Set;" deprecated="31"/>
+		<method name="getTranslationSettingsActivityIntent()Landroid/app/PendingIntent;" deprecated="31"/>
+		<method name="removeOnDeviceTranslationCapabilityUpdateListener(IILandroid/app/PendingIntent;)V"/>
+		<method name="removeTranslationCapabilityUpdateListener(IILandroid/app/PendingIntent;)V" deprecated="31"/>
+	</class>
+	<class name="android/view/translation/TranslationRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getFlags()I"/>
+		<method name="getTranslationRequestValues()Ljava/util/List;"/>
+		<method name="getViewTranslationRequests()Ljava/util/List;"/>
+		<field name="CREATOR"/>
+		<field name="FLAG_DICTIONARY_RESULT"/>
+		<field name="FLAG_PARTIAL_RESPONSES"/>
+		<field name="FLAG_TRANSLATION_RESULT"/>
+		<field name="FLAG_TRANSLITERATION_RESULT"/>
+	</class>
+	<class name="android/view/translation/TranslationRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addTranslationRequestValue(Landroid/view/translation/TranslationRequestValue;)Landroid/view/translation/TranslationRequest$Builder;"/>
+		<method name="addViewTranslationRequest(Landroid/view/translation/ViewTranslationRequest;)Landroid/view/translation/TranslationRequest$Builder;"/>
+		<method name="build()Landroid/view/translation/TranslationRequest;"/>
+		<method name="setFlags(I)Landroid/view/translation/TranslationRequest$Builder;"/>
+		<method name="setTranslationRequestValues(Ljava/util/List;)Landroid/view/translation/TranslationRequest$Builder;"/>
+		<method name="setViewTranslationRequests(Ljava/util/List;)Landroid/view/translation/TranslationRequest$Builder;"/>
+	</class>
+	<class name="android/view/translation/TranslationRequestValue" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="forText(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationRequestValue;"/>
+		<method name="getText()Ljava/lang/CharSequence;"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/view/translation/TranslationResponse" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getTranslationResponseValues()Landroid/util/SparseArray;"/>
+		<method name="getTranslationStatus()I"/>
+		<method name="getViewTranslationResponses()Landroid/util/SparseArray;"/>
+		<method name="isFinalResponse()Z"/>
+		<field name="CREATOR"/>
+		<field name="TRANSLATION_STATUS_CONTEXT_UNSUPPORTED"/>
+		<field name="TRANSLATION_STATUS_SUCCESS"/>
+		<field name="TRANSLATION_STATUS_UNKNOWN_ERROR"/>
+	</class>
+	<class name="android/view/translation/TranslationResponse$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(I)V"/>
+		<method name="build()Landroid/view/translation/TranslationResponse;"/>
+		<method name="setFinalResponse(Z)Landroid/view/translation/TranslationResponse$Builder;"/>
+		<method name="setTranslationResponseValue(ILandroid/view/translation/TranslationResponseValue;)Landroid/view/translation/TranslationResponse$Builder;"/>
+		<method name="setTranslationResponseValues(Landroid/util/SparseArray;)Landroid/view/translation/TranslationResponse$Builder;"/>
+		<method name="setTranslationStatus(I)Landroid/view/translation/TranslationResponse$Builder;" deprecated="31"/>
+		<method name="setViewTranslationResponse(ILandroid/view/translation/ViewTranslationResponse;)Landroid/view/translation/TranslationResponse$Builder;"/>
+		<method name="setViewTranslationResponses(Landroid/util/SparseArray;)Landroid/view/translation/TranslationResponse$Builder;"/>
+	</class>
+	<class name="android/view/translation/TranslationResponseValue" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="forError()Landroid/view/translation/TranslationResponseValue;"/>
+		<method name="getDictionaryDescription()Ljava/lang/CharSequence;"/>
+		<method name="getStatusCode()I"/>
+		<method name="getText()Ljava/lang/CharSequence;"/>
+		<method name="getTransliteration()Ljava/lang/CharSequence;"/>
+		<field name="CREATOR"/>
+		<field name="STATUS_ERROR"/>
+		<field name="STATUS_SUCCESS"/>
+	</class>
+	<class name="android/view/translation/TranslationResponseValue$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(I)V"/>
+		<method name="build()Landroid/view/translation/TranslationResponseValue;"/>
+		<method name="setDictionaryDescription(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationResponseValue$Builder;"/>
+		<method name="setText(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationResponseValue$Builder;"/>
+		<method name="setTransliteration(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationResponseValue$Builder;"/>
+	</class>
+	<class name="android/view/translation/TranslationSpec" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="&lt;init>(Landroid/icu/util/ULocale;I)V"/>
+		<method name="&lt;init>(Ljava/lang/String;I)V" deprecated="31"/>
+		<method name="getDataFormat()I"/>
+		<method name="getLanguage()Ljava/lang/String;" deprecated="31"/>
+		<method name="getLocale()Landroid/icu/util/ULocale;"/>
+		<field name="CREATOR"/>
+		<field name="DATA_FORMAT_TEXT"/>
+	</class>
+	<class name="android/view/translation/Translator" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="destroy()V"/>
+		<method name="isDestroyed()Z"/>
+		<method name="translate(Landroid/view/translation/TranslationRequest;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V"/>
+	</class>
+	<class name="android/view/translation/UiTranslationManager" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="registerUiTranslationStateCallback(Ljava/util/concurrent/Executor;Landroid/view/translation/UiTranslationStateCallback;)V"/>
+		<method name="unregisterUiTranslationStateCallback(Landroid/view/translation/UiTranslationStateCallback;)V"/>
+	</class>
+	<class name="android/view/translation/UiTranslationStateCallback" since="31">
+		<method name="onFinished()V"/>
+		<method name="onPaused()V"/>
+		<method name="onStarted(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V"/>
+		<method name="onStarted(Ljava/lang/String;Ljava/lang/String;)V" deprecated="31"/>
+	</class>
+	<class name="android/view/translation/ViewTranslationCallback" since="31">
+		<method name="onClearTranslation(Landroid/view/View;)Z"/>
+		<method name="onHideTranslation(Landroid/view/View;)Z"/>
+		<method name="onShowTranslation(Landroid/view/View;)Z"/>
+	</class>
+	<class name="android/view/translation/ViewTranslationRequest" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAutofillId()Landroid/view/autofill/AutofillId;"/>
+		<method name="getKeys()Ljava/util/Set;"/>
+		<method name="getValue(Ljava/lang/String;)Landroid/view/translation/TranslationRequestValue;"/>
+		<field name="CREATOR"/>
+		<field name="ID_TEXT"/>
+	</class>
+	<class name="android/view/translation/ViewTranslationRequest$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/view/autofill/AutofillId;)V"/>
+		<method name="&lt;init>(Landroid/view/autofill/AutofillId;J)V"/>
+		<method name="build()Landroid/view/translation/ViewTranslationRequest;"/>
+		<method name="setValue(Ljava/lang/String;Landroid/view/translation/TranslationRequestValue;)Landroid/view/translation/ViewTranslationRequest$Builder;"/>
+	</class>
+	<class name="android/view/translation/ViewTranslationResponse" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getAutofillId()Landroid/view/autofill/AutofillId;"/>
+		<method name="getKeys()Ljava/util/Set;"/>
+		<method name="getValue(Ljava/lang/String;)Landroid/view/translation/TranslationResponseValue;"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/view/translation/ViewTranslationResponse$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>(Landroid/view/autofill/AutofillId;)V"/>
+		<method name="build()Landroid/view/translation/ViewTranslationResponse;"/>
+		<method name="setValue(Ljava/lang/String;Landroid/view/translation/TranslationResponseValue;)Landroid/view/translation/ViewTranslationResponse$Builder;"/>
 	</class>
 	<class name="android/webkit/CacheManager" since="1" deprecated="11" removed="17">
 		<extends name="java/lang/Object"/>
@@ -59947,6 +62767,7 @@
 		<method name="getCheckedItemPosition()I" since="11"/>
 		<method name="getCheckedItemPositions()Landroid/util/SparseBooleanArray;" since="11"/>
 		<method name="getChoiceMode()I" since="11"/>
+		<method name="getEdgeEffectType()I" since="31"/>
 		<method name="getListPaddingBottom()I"/>
 		<method name="getListPaddingLeft()I"/>
 		<method name="getListPaddingRight()I"/>
@@ -59981,6 +62802,7 @@
 		<method name="setChoiceMode(I)V" since="11"/>
 		<method name="setDrawSelectorOnTop(Z)V"/>
 		<method name="setEdgeEffectColor(I)V" since="29"/>
+		<method name="setEdgeEffectType(I)V" since="31"/>
 		<method name="setFastScrollAlwaysVisible(Z)V" since="11"/>
 		<method name="setFastScrollEnabled(Z)V" since="3"/>
 		<method name="setFastScrollStyle(I)V" since="21"/>
@@ -60259,6 +63081,28 @@
 		<method name="&lt;init>(Landroid/content/Context;Landroid/util/AttributeSet;)V" deprecated="29"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V" deprecated="29"/>
 		<method name="&lt;init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V" since="21" deprecated="29"/>
+		<method name="getDialTintBlendMode()Landroid/graphics/BlendMode;" since="31" deprecated="31"/>
+		<method name="getDialTintList()Landroid/content/res/ColorStateList;" since="31" deprecated="31"/>
+		<method name="getHourHandTintBlendMode()Landroid/graphics/BlendMode;" since="31" deprecated="31"/>
+		<method name="getHourHandTintList()Landroid/content/res/ColorStateList;" since="31" deprecated="31"/>
+		<method name="getMinuteHandTintBlendMode()Landroid/graphics/BlendMode;" since="31" deprecated="31"/>
+		<method name="getMinuteHandTintList()Landroid/content/res/ColorStateList;" since="31" deprecated="31"/>
+		<method name="getSecondHandTintBlendMode()Landroid/graphics/BlendMode;" since="31" deprecated="31"/>
+		<method name="getSecondHandTintList()Landroid/content/res/ColorStateList;" since="31" deprecated="31"/>
+		<method name="getTimeZone()Ljava/lang/String;" since="31" deprecated="31"/>
+		<method name="setDial(Landroid/graphics/drawable/Icon;)V" since="31" deprecated="31"/>
+		<method name="setDialTintBlendMode(Landroid/graphics/BlendMode;)V" since="31" deprecated="31"/>
+		<method name="setDialTintList(Landroid/content/res/ColorStateList;)V" since="31" deprecated="31"/>
+		<method name="setHourHand(Landroid/graphics/drawable/Icon;)V" since="31" deprecated="31"/>
+		<method name="setHourHandTintBlendMode(Landroid/graphics/BlendMode;)V" since="31" deprecated="31"/>
+		<method name="setHourHandTintList(Landroid/content/res/ColorStateList;)V" since="31" deprecated="31"/>
+		<method name="setMinuteHand(Landroid/graphics/drawable/Icon;)V" since="31" deprecated="31"/>
+		<method name="setMinuteHandTintBlendMode(Landroid/graphics/BlendMode;)V" since="31" deprecated="31"/>
+		<method name="setMinuteHandTintList(Landroid/content/res/ColorStateList;)V" since="31" deprecated="31"/>
+		<method name="setSecondHand(Landroid/graphics/drawable/Icon;)V" since="31" deprecated="31"/>
+		<method name="setSecondHandTintBlendMode(Landroid/graphics/BlendMode;)V" since="31" deprecated="31"/>
+		<method name="setSecondHandTintList(Landroid/content/res/ColorStateList;)V" since="31" deprecated="31"/>
+		<method name="setTimeZone(Ljava/lang/String;)V" since="31" deprecated="31"/>
 	</class>
 	<class name="android/widget/ArrayAdapter" since="1">
 		<extends name="android/widget/BaseAdapter"/>
@@ -60479,6 +63323,7 @@
 		<method name="getButtonTintMode()Landroid/graphics/PorterDuff$Mode;" since="21"/>
 		<method name="setButtonDrawable(I)V"/>
 		<method name="setButtonDrawable(Landroid/graphics/drawable/Drawable;)V"/>
+		<method name="setButtonIcon(Landroid/graphics/drawable/Icon;)V" since="31"/>
 		<method name="setButtonTintBlendMode(Landroid/graphics/BlendMode;)V" since="29"/>
 		<method name="setButtonTintList(Landroid/content/res/ColorStateList;)V" since="21"/>
 		<method name="setButtonTintMode(Landroid/graphics/PorterDuff$Mode;)V" since="21"/>
@@ -60591,20 +63436,27 @@
 	<class name="android/widget/EdgeEffect" since="14">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>(Landroid/content/Context;)V"/>
+		<method name="&lt;init>(Landroid/content/Context;Landroid/util/AttributeSet;)V" since="31"/>
 		<method name="draw(Landroid/graphics/Canvas;)Z"/>
 		<method name="finish()V"/>
 		<method name="getBlendMode()Landroid/graphics/BlendMode;" since="29"/>
 		<method name="getColor()I" since="21"/>
+		<method name="getDistance()F" since="31"/>
 		<method name="getMaxHeight()I" since="21"/>
+		<method name="getType()I" since="31"/>
 		<method name="isFinished()Z"/>
 		<method name="onAbsorb(I)V"/>
 		<method name="onPull(F)V"/>
 		<method name="onPull(FF)V" since="21"/>
+		<method name="onPullDistance(FF)F" since="31"/>
 		<method name="onRelease()V"/>
 		<method name="setBlendMode(Landroid/graphics/BlendMode;)V" since="29"/>
 		<method name="setColor(I)V" since="21"/>
 		<method name="setSize(II)V"/>
+		<method name="setType(I)V" since="31"/>
 		<field name="DEFAULT_BLEND_MODE" since="29"/>
+		<field name="TYPE_GLOW" since="31"/>
+		<field name="TYPE_STRETCH" since="31"/>
 	</class>
 	<class name="android/widget/EditText" since="1">
 		<extends name="android/widget/TextView"/>
@@ -60901,6 +63753,7 @@
 		<method name="executeKeyEvent(Landroid/view/KeyEvent;)Z"/>
 		<method name="fling(I)V"/>
 		<method name="fullScroll(I)Z"/>
+		<method name="getEdgeEffectType()I" since="31"/>
 		<method name="getLeftEdgeEffectColor()I" since="29"/>
 		<method name="getMaxScrollAmount()I"/>
 		<method name="getRightEdgeEffectColor()I" since="29"/>
@@ -60908,6 +63761,7 @@
 		<method name="isSmoothScrollingEnabled()Z"/>
 		<method name="pageScroll(I)Z"/>
 		<method name="setEdgeEffectColor(I)V" since="29"/>
+		<method name="setEdgeEffectType(I)V" since="31"/>
 		<method name="setFillViewport(Z)V"/>
 		<method name="setLeftEdgeEffectColor(I)V" since="29"/>
 		<method name="setRightEdgeEffectColor(I)V" since="29"/>
@@ -61616,46 +64470,71 @@
 		<method name="&lt;init>(Landroid/widget/RemoteViews;)V" since="28"/>
 		<method name="&lt;init>(Landroid/widget/RemoteViews;Landroid/widget/RemoteViews;)V" since="16"/>
 		<method name="&lt;init>(Ljava/lang/String;I)V"/>
+		<method name="&lt;init>(Ljava/lang/String;II)V" since="31"/>
+		<method name="&lt;init>(Ljava/util/Map;)V" since="31"/>
+		<method name="addStableView(ILandroid/widget/RemoteViews;I)V" since="31"/>
 		<method name="addView(ILandroid/widget/RemoteViews;)V" since="7"/>
 		<method name="apply(Landroid/content/Context;Landroid/view/ViewGroup;)Landroid/view/View;"/>
 		<method name="clone()Landroid/widget/RemoteViews;" since="9" deprecated="28"/>
 		<method name="getLayoutId()I"/>
 		<method name="getPackage()Ljava/lang/String;"/>
+		<method name="getViewId()I" since="31"/>
 		<method name="reapply(Landroid/content/Context;Landroid/view/View;)V"/>
 		<method name="removeAllViews(I)V" since="7"/>
 		<method name="setAccessibilityTraversalAfter(II)V" since="22"/>
 		<method name="setAccessibilityTraversalBefore(II)V" since="22"/>
 		<method name="setBitmap(ILjava/lang/String;Landroid/graphics/Bitmap;)V" since="3"/>
+		<method name="setBlendMode(ILjava/lang/String;Landroid/graphics/BlendMode;)V" since="31"/>
 		<method name="setBoolean(ILjava/lang/String;Z)V" since="3"/>
 		<method name="setBundle(ILjava/lang/String;Landroid/os/Bundle;)V" since="8"/>
 		<method name="setByte(ILjava/lang/String;B)V" since="3"/>
 		<method name="setChar(ILjava/lang/String;C)V" since="3"/>
+		<method name="setCharSequence(ILjava/lang/String;I)V" since="31"/>
 		<method name="setCharSequence(ILjava/lang/String;Ljava/lang/CharSequence;)V" since="3"/>
+		<method name="setCharSequenceAttr(ILjava/lang/String;I)V" since="31"/>
 		<method name="setChronometer(IJLjava/lang/String;Z)V"/>
 		<method name="setChronometerCountDown(IZ)V" since="24"/>
+		<method name="setColor(ILjava/lang/String;I)V" since="31"/>
+		<method name="setColorAttr(ILjava/lang/String;I)V" since="31"/>
+		<method name="setColorInt(ILjava/lang/String;II)V" since="31"/>
+		<method name="setColorStateList(ILjava/lang/String;I)V" since="31"/>
+		<method name="setColorStateList(ILjava/lang/String;Landroid/content/res/ColorStateList;)V" since="31"/>
+		<method name="setColorStateList(ILjava/lang/String;Landroid/content/res/ColorStateList;Landroid/content/res/ColorStateList;)V" since="31"/>
+		<method name="setColorStateListAttr(ILjava/lang/String;I)V" since="31"/>
+		<method name="setCompoundButtonChecked(IZ)V" since="31"/>
 		<method name="setContentDescription(ILjava/lang/CharSequence;)V" since="15"/>
 		<method name="setDisplayedChild(II)V" since="12"/>
 		<method name="setDouble(ILjava/lang/String;D)V" since="3"/>
 		<method name="setEmptyView(II)V" since="11"/>
 		<method name="setFloat(ILjava/lang/String;F)V" since="3"/>
+		<method name="setFloatDimen(ILjava/lang/String;FI)V" since="31"/>
+		<method name="setFloatDimen(ILjava/lang/String;I)V" since="31"/>
+		<method name="setFloatDimenAttr(ILjava/lang/String;I)V" since="31"/>
 		<method name="setIcon(ILjava/lang/String;Landroid/graphics/drawable/Icon;)V" since="23"/>
+		<method name="setIcon(ILjava/lang/String;Landroid/graphics/drawable/Icon;Landroid/graphics/drawable/Icon;)V" since="31"/>
 		<method name="setImageViewBitmap(ILandroid/graphics/Bitmap;)V" since="3"/>
 		<method name="setImageViewIcon(ILandroid/graphics/drawable/Icon;)V" since="23"/>
 		<method name="setImageViewResource(II)V"/>
 		<method name="setImageViewUri(ILandroid/net/Uri;)V"/>
 		<method name="setInt(ILjava/lang/String;I)V" since="3"/>
+		<method name="setIntDimen(ILjava/lang/String;FI)V" since="31"/>
+		<method name="setIntDimen(ILjava/lang/String;I)V" since="31"/>
+		<method name="setIntDimenAttr(ILjava/lang/String;I)V" since="31"/>
 		<method name="setIntent(ILjava/lang/String;Landroid/content/Intent;)V" since="11"/>
 		<method name="setLabelFor(II)V" since="17"/>
 		<method name="setLightBackgroundLayoutId(I)V" since="29"/>
 		<method name="setLong(ILjava/lang/String;J)V" since="3"/>
+		<method name="setOnCheckedChangeResponse(ILandroid/widget/RemoteViews$RemoteResponse;)V" since="31"/>
 		<method name="setOnClickFillInIntent(ILandroid/content/Intent;)V" since="11"/>
 		<method name="setOnClickPendingIntent(ILandroid/app/PendingIntent;)V" since="3"/>
 		<method name="setOnClickResponse(ILandroid/widget/RemoteViews$RemoteResponse;)V" since="29"/>
 		<method name="setPendingIntentTemplate(ILandroid/app/PendingIntent;)V" since="11"/>
 		<method name="setProgressBar(IIIZ)V"/>
+		<method name="setRadioGroupChecked(II)V" since="31"/>
 		<method name="setRelativeScrollPosition(II)V" since="11"/>
 		<method name="setRemoteAdapter(IILandroid/content/Intent;)V" since="11" deprecated="15"/>
 		<method name="setRemoteAdapter(ILandroid/content/Intent;)V" since="14"/>
+		<method name="setRemoteAdapter(ILandroid/widget/RemoteViews$RemoteCollectionItems;)V" since="31"/>
 		<method name="setScrollPosition(II)V" since="11"/>
 		<method name="setShort(ILjava/lang/String;S)V" since="3"/>
 		<method name="setString(ILjava/lang/String;Ljava/lang/String;)V" since="3"/>
@@ -61665,18 +64544,55 @@
 		<method name="setTextViewText(ILjava/lang/CharSequence;)V"/>
 		<method name="setTextViewTextSize(IIF)V" since="16"/>
 		<method name="setUri(ILjava/lang/String;Landroid/net/Uri;)V" since="3"/>
+		<method name="setViewLayoutHeight(IFI)V" since="31"/>
+		<method name="setViewLayoutHeightAttr(II)V" since="31"/>
+		<method name="setViewLayoutHeightDimen(II)V" since="31"/>
+		<method name="setViewLayoutMargin(IIFI)V" since="31"/>
+		<method name="setViewLayoutMarginAttr(III)V" since="31"/>
+		<method name="setViewLayoutMarginDimen(III)V" since="31"/>
+		<method name="setViewLayoutWidth(IFI)V" since="31"/>
+		<method name="setViewLayoutWidthAttr(II)V" since="31"/>
+		<method name="setViewLayoutWidthDimen(II)V" since="31"/>
+		<method name="setViewOutlinePreferredRadius(IFI)V" since="31"/>
+		<method name="setViewOutlinePreferredRadiusAttr(II)V" since="31"/>
+		<method name="setViewOutlinePreferredRadiusDimen(II)V" since="31"/>
 		<method name="setViewPadding(IIIII)V" since="16"/>
 		<method name="setViewVisibility(II)V"/>
 		<method name="showNext(I)V" since="11"/>
 		<method name="showPrevious(I)V" since="11"/>
 		<field name="CREATOR"/>
+		<field name="EXTRA_CHECKED" since="31"/>
 		<field name="EXTRA_SHARED_ELEMENT_BOUNDS" since="29"/>
+		<field name="MARGIN_BOTTOM" since="31"/>
+		<field name="MARGIN_END" since="31"/>
+		<field name="MARGIN_LEFT" since="31"/>
+		<field name="MARGIN_RIGHT" since="31"/>
+		<field name="MARGIN_START" since="31"/>
+		<field name="MARGIN_TOP" since="31"/>
 	</class>
 	<class name="android/widget/RemoteViews$ActionException" since="1">
 		<extends name="java/lang/RuntimeException"/>
 		<method name="&lt;init>(Ljava/lang/Exception;)V" since="3"/>
 		<method name="&lt;init>(Ljava/lang/String;)V"/>
 	</class>
+	<class name="android/widget/RemoteViews$RemoteCollectionItems" since="31">
+		<extends name="java/lang/Object"/>
+		<implements name="android/os/Parcelable"/>
+		<method name="getItemCount()I"/>
+		<method name="getItemId(I)J"/>
+		<method name="getItemView(I)Landroid/widget/RemoteViews;"/>
+		<method name="getViewTypeCount()I"/>
+		<method name="hasStableIds()Z"/>
+		<field name="CREATOR"/>
+	</class>
+	<class name="android/widget/RemoteViews$RemoteCollectionItems$Builder" since="31">
+		<extends name="java/lang/Object"/>
+		<method name="&lt;init>()V"/>
+		<method name="addItem(JLandroid/widget/RemoteViews;)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;"/>
+		<method name="build()Landroid/widget/RemoteViews$RemoteCollectionItems;"/>
+		<method name="setHasStableIds(Z)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;"/>
+		<method name="setViewTypeCount(I)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;"/>
+	</class>
 	<class name="android/widget/RemoteViews$RemoteResponse" since="29">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
@@ -61688,6 +64604,11 @@
 		<extends name="java/lang/Object"/>
 		<implements name="java/lang/annotation/Annotation"/>
 	</class>
+	<class name="android/widget/RemoteViews$RemoteViewOutlineProvider" since="31">
+		<extends name="android/view/ViewOutlineProvider"/>
+		<method name="&lt;init>(F)V"/>
+		<method name="getRadius()F"/>
+	</class>
 	<class name="android/widget/RemoteViewsService" since="11">
 		<extends name="android/app/Service"/>
 		<method name="&lt;init>()V"/>
@@ -61731,6 +64652,7 @@
 		<method name="fling(I)V"/>
 		<method name="fullScroll(I)Z"/>
 		<method name="getBottomEdgeEffectColor()I" since="29"/>
+		<method name="getEdgeEffectType()I" since="31"/>
 		<method name="getMaxScrollAmount()I"/>
 		<method name="getTopEdgeEffectColor()I" since="29"/>
 		<method name="isFillViewport()Z"/>
@@ -61739,6 +64661,7 @@
 		<method name="scrollToDescendant(Landroid/view/View;)V" since="29"/>
 		<method name="setBottomEdgeEffectColor(I)V" since="29"/>
 		<method name="setEdgeEffectColor(I)V" since="29"/>
+		<method name="setEdgeEffectType(I)V" since="31"/>
 		<method name="setFillViewport(Z)V"/>
 		<method name="setSmoothScrollingEnabled(Z)V"/>
 		<method name="setTopEdgeEffectColor(I)V" since="29"/>
@@ -62026,12 +64949,14 @@
 		<method name="setTextOff(Ljava/lang/CharSequence;)V"/>
 		<method name="setTextOn(Ljava/lang/CharSequence;)V"/>
 		<method name="setThumbDrawable(Landroid/graphics/drawable/Drawable;)V" since="16"/>
+		<method name="setThumbIcon(Landroid/graphics/drawable/Icon;)V" since="31"/>
 		<method name="setThumbResource(I)V" since="16"/>
 		<method name="setThumbTextPadding(I)V" since="16"/>
 		<method name="setThumbTintBlendMode(Landroid/graphics/BlendMode;)V" since="29"/>
 		<method name="setThumbTintList(Landroid/content/res/ColorStateList;)V" since="23"/>
 		<method name="setThumbTintMode(Landroid/graphics/PorterDuff$Mode;)V" since="23"/>
 		<method name="setTrackDrawable(Landroid/graphics/drawable/Drawable;)V" since="16"/>
+		<method name="setTrackIcon(Landroid/graphics/drawable/Icon;)V" since="31"/>
 		<method name="setTrackResource(I)V" since="16"/>
 		<method name="setTrackTintBlendMode(Landroid/graphics/BlendMode;)V" since="29"/>
 		<method name="setTrackTintList(Landroid/content/res/ColorStateList;)V" since="23"/>
@@ -62755,51 +65680,24 @@
 		<method name="build()Landroid/widget/inline/InlinePresentationSpec;"/>
 		<method name="setStyle(Landroid/os/Bundle;)Landroid/widget/inline/InlinePresentationSpec$Builder;"/>
 	</class>
+	<class name="android/window/SplashScreen" since="31">
+		<method name="clearOnExitAnimationListener()V"/>
+		<method name="setOnExitAnimationListener(Landroid/window/SplashScreen$OnExitAnimationListener;)V"/>
+	</class>
+	<class name="android/window/SplashScreen$OnExitAnimationListener" since="31">
+		<method name="onSplashScreenExit(Landroid/window/SplashScreenView;)V"/>
+	</class>
+	<class name="android/window/SplashScreenView" since="31">
+		<extends name="android/widget/FrameLayout"/>
+		<method name="getIconAnimationDuration()Ljava/time/Duration;"/>
+		<method name="getIconAnimationStart()Ljava/time/Instant;"/>
+		<method name="getIconView()Landroid/view/View;"/>
+		<method name="remove()V"/>
+	</class>
 	<class name="com/android/internal/util/Predicate" since="1" deprecated="26" removed="28">
 		<extends name="java/lang/Object"/>
 		<method name="apply(Ljava/lang/Object;)Z"/>
 	</class>
-	<class name="com/android/net/module/util/CollectionUtils" since="31">
-		<extends name="java/lang/Object"/>
-		<method name="all(Ljava/util/Collection;Ljava/util/function/Predicate;)Z"/>
-		<method name="any(Landroid/util/SparseArray;Ljava/util/function/Predicate;)Z"/>
-		<method name="any(Ljava/util/Collection;Ljava/util/function/Predicate;)Z"/>
-		<method name="contains([II)Z"/>
-		<method name="contains([Ljava/lang/Object;Ljava/lang/Object;)Z"/>
-		<method name="filter(Ljava/util/Collection;Ljava/util/function/Predicate;)Ljava/util/ArrayList;"/>
-		<method name="indexOf(Ljava/util/Collection;Ljava/util/function/Predicate;)I"/>
-		<method name="indexOf([Ljava/lang/Object;Ljava/lang/Object;)I"/>
-		<method name="isEmpty(Ljava/util/Collection;)Z"/>
-		<method name="isEmpty([Ljava/lang/Object;)Z"/>
-		<method name="toIntArray(Ljava/util/Collection;)[I"/>
-		<method name="toLongArray(Ljava/util/Collection;)[J"/>
-	</class>
-	<class name="com/android/net/module/util/ConnectivityUtils" since="31">
-		<extends name="java/lang/Object"/>
-		<method name="addressAndPortToString(Ljava/net/InetAddress;I)Ljava/lang/String;"/>
-		<method name="isIPv6ULA(Ljava/net/InetAddress;)Z"/>
-		<method name="saturatedCast(J)I"/>
-	</class>
-	<class name="com/android/net/module/util/NetworkCapabilitiesUtils" since="31">
-		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="getDisplayTransport([I)I"/>
-		<method name="inferRestrictedCapability(Landroid/net/NetworkCapabilities;)Z"/>
-		<method name="packBits([I)J"/>
-		<method name="unpackBits(J)[I"/>
-		<field name="NET_CAPABILITY_BIP"/>
-		<field name="NET_CAPABILITY_ENTERPRISE"/>
-		<field name="NET_CAPABILITY_NOT_VCN_MANAGED"/>
-		<field name="NET_CAPABILITY_OEM_PRIVATE"/>
-		<field name="NET_CAPABILITY_VEHICLE_INTERNAL"/>
-		<field name="NET_CAPABILITY_VSIM"/>
-	</class>
-	<class name="com/android/net/module/util/NetworkIdentityUtils" since="31">
-		<extends name="java/lang/Object"/>
-		<method name="&lt;init>()V"/>
-		<method name="scrubSubscriberId(Ljava/lang/String;)Ljava/lang/String;"/>
-		<method name="scrubSubscriberIds([Ljava/lang/String;)[Ljava/lang/String;"/>
-	</class>
 	<class name="com/google/android/collect/Lists" since="31">
 		<extends name="java/lang/Object"/>
 		<method name="&lt;init>()V"/>
diff --git a/current/public/framework-appsearch.jar b/current/public/framework-appsearch.jar
new file mode 100644
index 0000000..bd54463
--- /dev/null
+++ b/current/public/framework-appsearch.jar
Binary files differ
diff --git a/current/public/framework-connectivity.jar b/current/public/framework-connectivity.jar
index 91265f4..a9a346e 100644
--- a/current/public/framework-connectivity.jar
+++ b/current/public/framework-connectivity.jar
Binary files differ
diff --git a/current/public/framework-graphics.jar b/current/public/framework-graphics.jar
new file mode 100644
index 0000000..8ca394b
--- /dev/null
+++ b/current/public/framework-graphics.jar
Binary files differ
diff --git a/current/public/framework-media-stubs-publicapi.jar b/current/public/framework-media-stubs-publicapi.jar
new file mode 100644
index 0000000..0bacd29
--- /dev/null
+++ b/current/public/framework-media-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-media.jar b/current/public/framework-media.jar
index c7fdab8..e204a2f 100644
--- a/current/public/framework-media.jar
+++ b/current/public/framework-media.jar
Binary files differ
diff --git a/current/public/framework-mediaprovider-stubs-publicapi.jar b/current/public/framework-mediaprovider-stubs-publicapi.jar
new file mode 100644
index 0000000..5d3c194
--- /dev/null
+++ b/current/public/framework-mediaprovider-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-mediaprovider.jar b/current/public/framework-mediaprovider.jar
index e99985e..3b592f0 100644
--- a/current/public/framework-mediaprovider.jar
+++ b/current/public/framework-mediaprovider.jar
Binary files differ
diff --git a/current/public/framework-permission-s.jar b/current/public/framework-permission-s.jar
new file mode 100644
index 0000000..03cd40a
--- /dev/null
+++ b/current/public/framework-permission-s.jar
Binary files differ
diff --git a/current/public/framework-permission-stubs-publicapi.jar b/current/public/framework-permission-stubs-publicapi.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/public/framework-permission-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-scheduling.jar b/current/public/framework-scheduling.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/public/framework-scheduling.jar
Binary files differ
diff --git a/current/public/framework-sdkextensions-stubs-publicapi.jar b/current/public/framework-sdkextensions-stubs-publicapi.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/public/framework-sdkextensions-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-statsd-stubs-publicapi.jar b/current/public/framework-statsd-stubs-publicapi.jar
new file mode 100644
index 0000000..1230614
--- /dev/null
+++ b/current/public/framework-statsd-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-tethering-stubs-publicapi.jar b/current/public/framework-tethering-stubs-publicapi.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/public/framework-tethering-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-wifi-stubs-publicapi.jar b/current/public/framework-wifi-stubs-publicapi.jar
new file mode 100644
index 0000000..8fdd166
--- /dev/null
+++ b/current/public/framework-wifi-stubs-publicapi.jar
Binary files differ
diff --git a/current/public/framework-wifi.jar b/current/public/framework-wifi.jar
index f2a992f..d2c9157 100644
--- a/current/public/framework-wifi.jar
+++ b/current/public/framework-wifi.jar
Binary files differ
diff --git a/current/public/framework.aidl b/current/public/framework.aidl
index 9eeba59..2fa34e0 100644
--- a/current/public/framework.aidl
+++ b/current/public/framework.aidl
@@ -25,7 +25,9 @@
 parcelable android.app.AsyncNotedAppOp;
 parcelable android.app.AuthenticationRequiredException;
 parcelable android.app.AutomaticZenRule;
+parcelable android.app.BackgroundServiceStartNotAllowedException;
 parcelable android.app.DirectAction;
+parcelable android.app.ForegroundServiceStartNotAllowedException;
 parcelable android.app.Fragment.SavedState;
 parcelable android.app.Notification.Action;
 parcelable android.app.Notification.BubbleMetadata;
@@ -36,6 +38,7 @@
 parcelable android.app.PendingIntent;
 parcelable android.app.Person;
 parcelable android.app.PictureInPictureParams;
+parcelable android.app.PictureInPictureUiState;
 parcelable android.app.RecoverableSecurityException;
 parcelable android.app.RemoteAction;
 parcelable android.app.RemoteInput;
@@ -52,11 +55,14 @@
 parcelable android.app.admin.DeviceAdminInfo;
 parcelable android.app.admin.DnsEvent;
 parcelable android.app.admin.FactoryResetProtectionPolicy;
+parcelable android.app.admin.FullyManagedDeviceProvisioningParams;
+parcelable android.app.admin.ManagedProfileProvisioningParams;
 parcelable android.app.admin.NetworkEvent;
 parcelable android.app.admin.SecurityLog.SecurityEvent;
 parcelable android.app.admin.SystemUpdateInfo;
 parcelable android.app.admin.SystemUpdatePolicy.ValidationFailedException;
 parcelable android.app.admin.SystemUpdatePolicy;
+parcelable android.app.admin.UnsafeStateException;
 parcelable android.app.assist.AssistContent;
 parcelable android.app.assist.AssistStructure;
 parcelable android.app.backup.BackupProgress;
@@ -72,14 +78,30 @@
 parcelable android.app.job.JobInfo;
 parcelable android.app.job.JobParameters;
 parcelable android.app.job.JobWorkItem;
+parcelable android.app.people.ConversationStatus;
 parcelable android.app.prediction.AppPredictionContext;
 parcelable android.app.prediction.AppPredictionSessionId;
 parcelable android.app.prediction.AppTarget;
 parcelable android.app.prediction.AppTargetEvent;
 parcelable android.app.prediction.AppTargetId;
+parcelable android.app.search.Query;
+parcelable android.app.search.SearchAction;
+parcelable android.app.search.SearchContext;
+parcelable android.app.search.SearchSessionId;
+parcelable android.app.search.SearchTarget;
+parcelable android.app.search.SearchTargetEvent;
 parcelable android.app.slice.Slice;
 parcelable android.app.slice.SliceItem;
 parcelable android.app.slice.SliceSpec;
+parcelable android.app.smartspace.SmartspaceAction;
+parcelable android.app.smartspace.SmartspaceConfig;
+parcelable android.app.smartspace.SmartspaceSessionId;
+parcelable android.app.smartspace.SmartspaceTarget;
+parcelable android.app.smartspace.SmartspaceTargetEvent;
+parcelable android.app.time.ExternalTimeSuggestion;
+parcelable android.app.time.TimeZoneCapabilities;
+parcelable android.app.time.TimeZoneCapabilitiesAndConfig;
+parcelable android.app.time.TimeZoneConfiguration;
 parcelable android.app.usage.CacheQuotaHint;
 parcelable android.app.usage.ConfigurationStats;
 parcelable android.app.usage.EventStats;
@@ -112,6 +134,7 @@
 parcelable android.companion.BluetoothLeDeviceFilter;
 parcelable android.companion.DeviceFilter;
 parcelable android.companion.WifiDeviceFilter;
+parcelable android.content.AttributionSource;
 parcelable android.content.AutofillOptions;
 parcelable android.content.ClipData;
 parcelable android.content.ClipDescription;
@@ -136,8 +159,11 @@
 parcelable android.content.integrity.Rule;
 parcelable android.content.om.OverlayInfo;
 parcelable android.content.pm.ActivityInfo;
+parcelable android.content.pm.ApkChecksum;
 parcelable android.content.pm.ApplicationInfo;
+parcelable android.content.pm.Attribution;
 parcelable android.content.pm.ChangedPackages;
+parcelable android.content.pm.Checksum;
 parcelable android.content.pm.ConfigurationInfo;
 parcelable android.content.pm.FeatureGroupInfo;
 parcelable android.content.pm.FeatureInfo;
@@ -156,6 +182,7 @@
 parcelable android.content.pm.PackageInfo;
 parcelable android.content.pm.PackageInstaller.SessionInfo;
 parcelable android.content.pm.PackageInstaller.SessionParams;
+parcelable android.content.pm.PackageManager.Property;
 parcelable android.content.pm.PackageStats;
 parcelable android.content.pm.PathPermission;
 parcelable android.content.pm.PermissionGroupInfo;
@@ -170,8 +197,13 @@
 parcelable android.content.pm.Signature;
 parcelable android.content.pm.SigningInfo;
 parcelable android.content.pm.SuspendDialogInfo;
+parcelable android.content.pm.UserInfo;
 parcelable android.content.pm.VersionedPackage;
 parcelable android.content.pm.permission.RuntimePermissionPresentationInfo;
+parcelable android.content.pm.verify.domain.DomainOwner;
+parcelable android.content.pm.verify.domain.DomainVerificationInfo;
+parcelable android.content.pm.verify.domain.DomainVerificationRequest;
+parcelable android.content.pm.verify.domain.DomainVerificationUserState;
 parcelable android.content.res.AssetFileDescriptor;
 parcelable android.content.res.ColorStateList;
 parcelable android.content.res.Configuration;
@@ -182,6 +214,7 @@
 parcelable android.gesture.Gesture;
 parcelable android.graphics.Bitmap;
 parcelable android.graphics.Insets;
+parcelable android.graphics.ParcelableColorSpace;
 parcelable android.graphics.Point;
 parcelable android.graphics.PointF;
 parcelable android.graphics.Rect;
@@ -196,6 +229,7 @@
 parcelable android.hardware.display.BrightnessChangeEvent;
 parcelable android.hardware.display.BrightnessConfiguration;
 parcelable android.hardware.display.BrightnessCorrection;
+parcelable android.hardware.display.DeviceProductInfo;
 parcelable android.hardware.hdmi.HdmiDeviceInfo;
 parcelable android.hardware.hdmi.HdmiHotplugEvent;
 parcelable android.hardware.hdmi.HdmiPortInfo;
@@ -237,25 +271,37 @@
 parcelable android.hardware.usb.UsbInterface;
 parcelable android.hardware.usb.UsbPortStatus;
 parcelable android.location.Address;
+parcelable android.location.CorrelationVector;
 parcelable android.location.Criteria;
 parcelable android.location.GnssAntennaInfo.PhaseCenterOffset;
 parcelable android.location.GnssAntennaInfo.SphericalCorrections;
 parcelable android.location.GnssAntennaInfo;
+parcelable android.location.GnssCapabilities;
 parcelable android.location.GnssClock;
 parcelable android.location.GnssMeasurement;
 parcelable android.location.GnssMeasurementCorrections;
+parcelable android.location.GnssMeasurementRequest;
 parcelable android.location.GnssMeasurementsEvent;
 parcelable android.location.GnssNavigationMessage;
 parcelable android.location.GnssReflectingPlane;
 parcelable android.location.GnssRequest;
 parcelable android.location.GnssSingleSatCorrection;
+parcelable android.location.GnssStatus;
 parcelable android.location.GpsClock;
 parcelable android.location.GpsMeasurement;
 parcelable android.location.GpsMeasurementsEvent;
 parcelable android.location.GpsNavigationMessage;
 parcelable android.location.GpsNavigationMessageEvent;
+parcelable android.location.LastLocationRequest;
 parcelable android.location.Location;
 parcelable android.location.LocationRequest;
+parcelable android.location.SatellitePvt.ClockInfo;
+parcelable android.location.SatellitePvt.PositionEcef;
+parcelable android.location.SatellitePvt.VelocityEcef;
+parcelable android.location.SatellitePvt;
+parcelable android.location.provider.ProviderProperties;
+parcelable android.location.provider.ProviderRequest;
+parcelable android.media.ApplicationMediaCapabilities;
 parcelable android.media.AudioAttributes;
 parcelable android.media.AudioDeviceAttributes;
 parcelable android.media.AudioFocusInfo;
@@ -266,6 +312,7 @@
 parcelable android.media.MediaMetadata;
 parcelable android.media.MediaPlayer.TrackInfo;
 parcelable android.media.MediaRoute2Info;
+parcelable android.media.MediaSyncEvent;
 parcelable android.media.PlaybackParams;
 parcelable android.media.Rating;
 parcelable android.media.RouteDiscoveryPreference;
@@ -278,14 +325,21 @@
 parcelable android.media.audiopolicy.AudioProductStrategy;
 parcelable android.media.audiopolicy.AudioVolumeGroup;
 parcelable android.media.browse.MediaBrowser.MediaItem;
+parcelable android.media.metrics.NetworkEvent;
+parcelable android.media.metrics.PlaybackErrorEvent;
+parcelable android.media.metrics.PlaybackMetrics;
+parcelable android.media.metrics.PlaybackStateEvent;
+parcelable android.media.metrics.TrackChangeEvent;
 parcelable android.media.midi.MidiDeviceInfo;
 parcelable android.media.midi.MidiDeviceStatus;
+parcelable android.media.musicrecognition.RecognitionRequest;
 parcelable android.media.session.MediaController.PlaybackInfo;
 parcelable android.media.session.MediaSession.QueueItem;
 parcelable android.media.session.MediaSession.Token;
 parcelable android.media.session.PlaybackState.CustomAction;
 parcelable android.media.session.PlaybackState;
 parcelable android.media.tv.DvbDeviceInfo;
+parcelable android.media.tv.TunedInfo;
 parcelable android.media.tv.TvContentRatingSystemInfo;
 parcelable android.media.tv.TvInputHardwareInfo;
 parcelable android.media.tv.TvInputInfo;
@@ -341,19 +395,24 @@
 parcelable android.net.sip.SipProfile;
 parcelable android.net.vcn.VcnConfig;
 parcelable android.net.vcn.VcnNetworkPolicyResult;
+parcelable android.net.wifi.CoexUnsafeChannel;
 parcelable android.net.wifi.RttManager.ParcelableRttParams;
 parcelable android.net.wifi.RttManager.ParcelableRttResults;
 parcelable android.net.wifi.RttManager.ResponderConfig;
 parcelable android.net.wifi.RttManager.RttCapabilities;
+parcelable android.net.wifi.ScanResult.InformationElement;
 parcelable android.net.wifi.ScanResult;
 parcelable android.net.wifi.SoftApCapability;
 parcelable android.net.wifi.SoftApConfiguration;
 parcelable android.net.wifi.SoftApInfo;
 parcelable android.net.wifi.SupplicantState;
+parcelable android.net.wifi.WifiAvailableChannel;
 parcelable android.net.wifi.WifiClient;
 parcelable android.net.wifi.WifiConfiguration;
+parcelable android.net.wifi.WifiConnectedSessionInfo;
 parcelable android.net.wifi.WifiEnterpriseConfig;
 parcelable android.net.wifi.WifiInfo;
+parcelable android.net.wifi.WifiManager.AddNetworkResult;
 parcelable android.net.wifi.WifiMigration.SettingsMigrationData;
 parcelable android.net.wifi.WifiNetworkConnectionStatistics;
 parcelable android.net.wifi.WifiNetworkSpecifier;
@@ -364,8 +423,12 @@
 parcelable android.net.wifi.WifiScanner.ScanData;
 parcelable android.net.wifi.WifiScanner.ScanSettings;
 parcelable android.net.wifi.WifiScanner.WifiChangeSettings;
+parcelable android.net.wifi.WifiUsabilityStatsEntry.ContentionTimeStats;
+parcelable android.net.wifi.WifiUsabilityStatsEntry.RadioStats;
+parcelable android.net.wifi.WifiUsabilityStatsEntry.RateStats;
 parcelable android.net.wifi.WifiUsabilityStatsEntry;
 parcelable android.net.wifi.WpsInfo;
+parcelable android.net.wifi.aware.AwareResources;
 parcelable android.net.wifi.aware.Characteristics;
 parcelable android.net.wifi.aware.ParcelablePeerHandle;
 parcelable android.net.wifi.aware.PublishConfig;
@@ -407,6 +470,10 @@
 parcelable android.nfc.Tag;
 parcelable android.os.BatterySaverPolicyConfig;
 parcelable android.os.Bundle;
+parcelable android.os.CombinedVibration.Mono;
+parcelable android.os.CombinedVibration.Sequential;
+parcelable android.os.CombinedVibration.Stereo;
+parcelable android.os.CombinedVibration;
 parcelable android.os.CpuUsageInfo;
 parcelable android.os.Debug.MemoryInfo;
 parcelable android.os.DropBoxManager.Entry;
@@ -428,9 +495,7 @@
 parcelable android.os.UserHandle;
 parcelable android.os.UserManager.EnforcingUser;
 parcelable android.os.VibrationAttributes;
-parcelable android.os.VibrationEffect.OneShot;
-parcelable android.os.VibrationEffect.Prebaked;
-parcelable android.os.VibrationEffect.Waveform;
+parcelable android.os.VibrationEffect.Composed;
 parcelable android.os.VibrationEffect;
 parcelable android.os.WorkSource.WorkChain;
 parcelable android.os.WorkSource;
@@ -441,6 +506,12 @@
 parcelable android.os.health.TimerStat;
 parcelable android.os.storage.CrateInfo;
 parcelable android.os.storage.StorageVolume;
+parcelable android.os.vibrator.PrebakedSegment;
+parcelable android.os.vibrator.PrimitiveSegment;
+parcelable android.os.vibrator.RampSegment;
+parcelable android.os.vibrator.StepSegment;
+parcelable android.os.vibrator.VibrationEffectSegment;
+parcelable android.permission.AdminPermissionControlParams;
 parcelable android.permission.RuntimePermissionPresentationInfo;
 parcelable android.permission.RuntimePermissionUsageInfo;
 parcelable android.preference.Preference.BaseSavedState;
@@ -455,6 +526,7 @@
 parcelable android.print.PrinterInfo;
 parcelable android.printservice.PrintServiceInfo;
 parcelable android.printservice.recommendation.RecommendationInfo;
+parcelable android.provider.ContactsContract.SimAccount;
 parcelable android.provider.DocumentsContract.Path;
 parcelable android.security.AppUriAuthenticationPolicy;
 parcelable android.security.keystore.recovery.KeyChainProtectionParams;
@@ -492,6 +564,7 @@
 parcelable android.service.contentcapture.SnapshotData;
 parcelable android.service.controls.Control;
 parcelable android.service.controls.templates.ControlButton;
+parcelable android.service.displayhash.DisplayHashParams;
 parcelable android.service.euicc.DownloadSubscriptionResult;
 parcelable android.service.euicc.EuiccProfileInfo;
 parcelable android.service.euicc.GetDefaultDownloadableSubscriptionListResult;
@@ -512,12 +585,17 @@
 parcelable android.service.quickaccesswallet.WalletServiceEvent;
 parcelable android.service.quicksettings.Tile;
 parcelable android.service.resolver.ResolverTarget;
+parcelable android.service.rotationresolver.RotationResolutionRequest;
 parcelable android.service.settings.suggestions.Suggestion;
+parcelable android.service.timezone.TimeZoneProviderSuggestion;
+parcelable android.service.voice.HotwordDetectedResult;
+parcelable android.service.voice.HotwordRejectedResult;
 parcelable android.service.watchdog.ExplicitHealthCheckService.PackageConfig;
 parcelable android.speech.tts.Voice;
 parcelable android.telecom.AudioState;
 parcelable android.telecom.BluetoothCallQualityReport;
 parcelable android.telecom.CallAudioState;
+parcelable android.telecom.Connection.CallFilteringCompletionInfo;
 parcelable android.telecom.ConnectionRequest;
 parcelable android.telecom.DisconnectCause;
 parcelable android.telecom.GatewayInfo;
@@ -538,7 +616,6 @@
 parcelable android.telephony.CallAttributes;
 parcelable android.telephony.CallForwardingInfo;
 parcelable android.telephony.CallQuality;
-parcelable android.telephony.CarrierBandwidth;
 parcelable android.telephony.CarrierRestrictionRules;
 parcelable android.telephony.CellIdentity;
 parcelable android.telephony.CellIdentityCdma;
@@ -567,6 +644,7 @@
 parcelable android.telephony.ImsiEncryptionInfo;
 parcelable android.telephony.LinkCapacityEstimate;
 parcelable android.telephony.LteVopsSupportInfo;
+parcelable android.telephony.ModemActivityInfo;
 parcelable android.telephony.NeighboringCellInfo;
 parcelable android.telephony.NetworkRegistrationInfo;
 parcelable android.telephony.NetworkScanRequest;
@@ -602,10 +680,13 @@
 parcelable android.telephony.data.DataCallResponse;
 parcelable android.telephony.data.DataProfile;
 parcelable android.telephony.data.EpsBearerQosSessionAttributes;
+parcelable android.telephony.data.NetworkSliceInfo;
+parcelable android.telephony.data.NetworkSlicingConfig;
 parcelable android.telephony.data.NrQosSessionAttributes;
-parcelable android.telephony.data.SliceInfo;
+parcelable android.telephony.data.RouteSelectionDescriptor;
 parcelable android.telephony.data.ThrottleStatus;
 parcelable android.telephony.data.TrafficDescriptor;
+parcelable android.telephony.data.UrspRule;
 parcelable android.telephony.emergency.EmergencyNumber;
 parcelable android.telephony.euicc.DownloadableSubscription;
 parcelable android.telephony.euicc.EuiccInfo;
@@ -632,6 +713,7 @@
 parcelable android.telephony.ims.RcsContactUceCapability;
 parcelable android.telephony.ims.RtpHeaderExtension;
 parcelable android.telephony.ims.RtpHeaderExtensionType;
+parcelable android.telephony.ims.SipDelegateConfiguration;
 parcelable android.telephony.ims.SipDelegateImsConfiguration;
 parcelable android.telephony.ims.SipMessage;
 parcelable android.telephony.ims.feature.CapabilityChangeRequest;
@@ -642,6 +724,10 @@
 parcelable android.telephony.mbms.StreamingServiceInfo;
 parcelable android.telephony.mbms.UriPathPair;
 parcelable android.text.Annotation;
+parcelable android.text.FontConfig.Alias;
+parcelable android.text.FontConfig.Font;
+parcelable android.text.FontConfig.FontFamily;
+parcelable android.text.FontConfig;
 parcelable android.text.ParcelableSpan;
 parcelable android.text.style.AbsoluteSizeSpan;
 parcelable android.text.style.AlignmentSpan.Standard;
@@ -666,6 +752,7 @@
 parcelable android.text.style.TypefaceSpan;
 parcelable android.text.style.URLSpan;
 parcelable android.text.style.UnderlineSpan;
+parcelable android.util.SizeF;
 parcelable android.uwb.AngleMeasurement;
 parcelable android.uwb.AngleOfArrivalMeasurement;
 parcelable android.uwb.DistanceMeasurement;
@@ -685,6 +772,7 @@
 parcelable android.view.KeyboardShortcutInfo;
 parcelable android.view.MotionEvent;
 parcelable android.view.PointerIcon;
+parcelable android.view.RoundedCorner;
 parcelable android.view.Surface;
 parcelable android.view.SurfaceControl.Transaction;
 parcelable android.view.SurfaceControl;
@@ -710,6 +798,8 @@
 parcelable android.view.contentcapture.ContentCaptureSessionId;
 parcelable android.view.contentcapture.DataRemovalRequest;
 parcelable android.view.contentcapture.DataShareRequest;
+parcelable android.view.displayhash.DisplayHash;
+parcelable android.view.displayhash.VerifiedDisplayHash;
 parcelable android.view.inputmethod.CompletionInfo;
 parcelable android.view.inputmethod.CorrectionInfo;
 parcelable android.view.inputmethod.CursorAnchorInfo;
@@ -724,6 +814,7 @@
 parcelable android.view.inputmethod.InputContentInfo;
 parcelable android.view.inputmethod.InputMethodInfo;
 parcelable android.view.inputmethod.InputMethodSubtype;
+parcelable android.view.inputmethod.SurroundingText;
 parcelable android.view.textclassifier.ConversationAction;
 parcelable android.view.textclassifier.ConversationActions.Message;
 parcelable android.view.textclassifier.ConversationActions.Request;
@@ -751,10 +842,23 @@
 parcelable android.view.textservice.SpellCheckerSubtype;
 parcelable android.view.textservice.SuggestionsInfo;
 parcelable android.view.textservice.TextInfo;
+parcelable android.view.translation.TranslationCapability;
+parcelable android.view.translation.TranslationContext;
+parcelable android.view.translation.TranslationRequest;
+parcelable android.view.translation.TranslationRequestValue;
+parcelable android.view.translation.TranslationResponse;
+parcelable android.view.translation.TranslationResponseValue;
+parcelable android.view.translation.TranslationSpec;
+parcelable android.view.translation.ViewTranslationRequest;
+parcelable android.view.translation.ViewTranslationResponse;
 parcelable android.webkit.WebViewProviderInfo;
+parcelable android.widget.RemoteViews.RemoteCollectionItems;
 parcelable android.widget.RemoteViews;
 parcelable android.widget.TextView.SavedState;
 parcelable android.widget.inline.InlinePresentationSpec;
+parcelable android.window.DisplayAreaAppearedInfo;
 parcelable android.window.DisplayAreaInfo;
+parcelable android.window.StartingWindowInfo;
+parcelable android.window.TaskAppearedInfo;
 parcelable android.window.WindowContainerToken;
 parcelable android.window.WindowContainerTransaction;
diff --git a/current/public/service-media-s.jar b/current/public/service-media-s.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/public/service-media-s.jar
Binary files differ
diff --git a/current/support/Android.bp b/current/support/Android.bp
index 3150782..30c25b5 100644
--- a/current/support/Android.bp
+++ b/current/support/Android.bp
@@ -951,3 +951,30 @@
     ],
     java_version: "1.7",
 }
+
+android_library_import {
+    name: "android-support-wear-nodeps",
+    aars: ["m2repository/com/android/support/wear/28.0.0/wear-28.0.0.aar"],
+    sdk_version: "current",
+    static_libs: [
+        "android-support-core-ui",
+        "android-support-fragment",
+        "android-support-v7-recyclerview",
+        "android-support-constraint-layout",
+    ],
+}
+
+android_library {
+    name: "android-support-wear",
+    sdk_version: "current",
+    manifest: "manifests/android-support-wear/AndroidManifest.xml",
+    static_libs: [
+        "android-support-wear-nodeps",
+        "android-support-annotations",
+        "android-support-core-ui",
+        "android-support-fragment",
+        "android-support-v7-recyclerview",
+        "android-support-constraint-layout",
+    ],
+    java_version: "1.7",
+}
diff --git a/current/support/car/res/anim/fade_in_trans_left.xml b/current/support/car/res/anim/fade_in_trans_left.xml
deleted file mode 100644
index 2d6bab5..0000000
--- a/current/support/car/res/anim/fade_in_trans_left.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set xmlns:android="http://schemas.android.com/apk/res/android"
-     android:duration="@android:integer/config_shortAnimTime">
-    <translate
-        android:interpolator="@android:interpolator/decelerate_quint"
-        android:fromXDelta="-10%p"
-        android:toXDelta="0" />
-
-    <alpha
-        android:fromAlpha="0.2"
-        android:toAlpha="1"
-        android:interpolator="@android:interpolator/decelerate_quint" />
-</set>
diff --git a/current/support/car/res/anim/fade_in_trans_left_layout_anim.xml b/current/support/car/res/anim/fade_in_trans_left_layout_anim.xml
deleted file mode 100644
index e7660db..0000000
--- a/current/support/car/res/anim/fade_in_trans_left_layout_anim.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<layoutAnimation
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:animation="@anim/fade_in_trans_left"
-    android:delay="0%"
-    android:animationOrder="normal" />
diff --git a/current/support/car/res/anim/fade_in_trans_right.xml b/current/support/car/res/anim/fade_in_trans_right.xml
deleted file mode 100644
index 5cbeb59..0000000
--- a/current/support/car/res/anim/fade_in_trans_right.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set xmlns:android="http://schemas.android.com/apk/res/android"
-     android:duration="@android:integer/config_shortAnimTime">
-    <translate
-        android:interpolator="@android:interpolator/decelerate_quint"
-        android:fromXDelta="10%p"
-        android:toXDelta="0" />
-
-    <alpha
-        android:fromAlpha="0.2"
-        android:toAlpha="1"
-        android:interpolator="@android:interpolator/decelerate_quint" />
-</set>
diff --git a/current/support/car/res/anim/fade_in_trans_right_layout_anim.xml b/current/support/car/res/anim/fade_in_trans_right_layout_anim.xml
deleted file mode 100644
index b76de23..0000000
--- a/current/support/car/res/anim/fade_in_trans_right_layout_anim.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<layoutAnimation
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:animation="@anim/fade_in_trans_right"
-    android:delay="0%"
-    android:animationOrder="normal" />
diff --git a/current/support/car/res/anim/lock_out_message_bar.xml b/current/support/car/res/anim/lock_out_message_bar.xml
deleted file mode 100644
index e70a4ef..0000000
--- a/current/support/car/res/anim/lock_out_message_bar.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set
-    xmlns:android="http://schemas.android.com/apk/res/android" >
-    <objectAnimator
-        android:duration="@integer/speed_bump_lock_out_duration_ms"
-        android:propertyName="pathData"
-        android:valueFrom="M 96.5,48.5 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903411865 48.0,48.0 Z"
-        android:valueTo="M 480.5,48.5 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903259277 48.0,48.0 Z"
-        android:valueType="pathType"
-        android:interpolator="@interpolator/speed_bump_interpolator" />
-</set>
diff --git a/current/support/car/res/anim/lock_out_message_bg_color_change.xml b/current/support/car/res/anim/lock_out_message_bg_color_change.xml
deleted file mode 100644
index 6d56ff4..0000000
--- a/current/support/car/res/anim/lock_out_message_bg_color_change.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set
-    xmlns:android="http://schemas.android.com/apk/res/android" >
-    <objectAnimator
-        android:startOffset="@integer/speed_bump_lock_out_color_change_start_delay_ms"
-        android:duration="@integer/speed_bump_lock_out_color_change_ms"
-        android:propertyName="fillColor"
-        android:valueFrom="#FF029AE5"
-        android:valueTo="#FF26994B"
-        android:interpolator="@android:interpolator/linear" />
-</set>
diff --git a/current/support/car/res/anim/lock_out_message_in.xml b/current/support/car/res/anim/lock_out_message_in.xml
deleted file mode 100644
index aae3d17..0000000
--- a/current/support/car/res/anim/lock_out_message_in.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set xmlns:android="http://schemas.android.com/apk/res/android">
-    <alpha
-        android:fromAlpha="0"
-        android:toAlpha="1.0"
-        android:fillEnabled="true"
-        android:fillBefore="true"
-        android:fillAfter="true"
-        android:interpolator="@android:interpolator/accelerate_quint"
-        android:duration="@integer/speed_bump_fade_duration_ms"/>
-    <translate
-        android:fromYDelta="100%"
-        android:toYDelta="0%"
-        android:fillEnabled="true"
-        android:fillBefore="true"
-        android:fillAfter="true"
-        android:interpolator="@android:interpolator/linear_out_slow_in"
-        android:duration="@integer/speed_bump_translate_y_duration_ms"/>
-</set>
diff --git a/current/support/car/res/anim/lock_out_message_out.xml b/current/support/car/res/anim/lock_out_message_out.xml
deleted file mode 100644
index 3044d0a..0000000
--- a/current/support/car/res/anim/lock_out_message_out.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<set xmlns:android="http://schemas.android.com/apk/res/android">
-    <alpha
-        android:fromAlpha="1.0"
-        android:toAlpha="0"
-        android:fillEnabled="true"
-        android:fillBefore="true"
-        android:fillAfter="true"
-        android:interpolator="@android:interpolator/accelerate_quint"
-        android:duration="@integer/speed_bump_fade_duration_ms"/>
-</set>
diff --git a/current/support/car/res/color/car_accent_dark.xml b/current/support/car/res/color/car_accent_dark.xml
deleted file mode 100644
index 7c254c7..0000000
--- a/current/support/car/res/color/car_accent_dark.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <!-- Disabled state uses a tint of the color so widgets are not transparent, e.g. SeekBar.-->
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_teal_700"/>
-    <item android:color="@color/car_teal_700"/>
-</selector>
diff --git a/current/support/car/res/color/car_accent_light.xml b/current/support/car/res/color/car_accent_light.xml
deleted file mode 100644
index 06b1e32..0000000
--- a/current/support/car/res/color/car_accent_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_teal_200"/>
-    <item android:color="@color/car_teal_200"/>
-</selector>
diff --git a/current/support/car/res/color/car_action1_dark.xml b/current/support/car/res/color/car_action1_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_action1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_action1_light.xml b/current/support/car/res/color/car_action1_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_action1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_body1_dark.xml b/current/support/car/res/color/car_body1_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_body1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_body1_light.xml b/current/support/car/res/color/car_body1_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_body1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_body2_dark.xml b/current/support/car/res/color/car_body2_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_body2_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_body2_light.xml b/current/support/car/res/color/car_body2_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_body2_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_body3_dark.xml b/current/support/car/res/color/car_body3_dark.xml
deleted file mode 100644
index d2465f9..0000000
--- a/current/support/car/res/color/car_body3_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@android:color/black"/>
-    <item android:color="@android:color/black"/>
-</selector>
diff --git a/current/support/car/res/color/car_body3_light.xml b/current/support/car/res/color/car_body3_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_body3_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_body4_dark.xml b/current/support/car/res/color/car_body4_dark.xml
deleted file mode 100644
index d2465f9..0000000
--- a/current/support/car/res/color/car_body4_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@android:color/black"/>
-    <item android:color="@android:color/black"/>
-</selector>
diff --git a/current/support/car/res/color/car_body4_light.xml b/current/support/car/res/color/car_body4_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_body4_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_display1_dark.xml b/current/support/car/res/color/car_display1_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_display1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_display1_light.xml b/current/support/car/res/color/car_display1_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_display1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_display2_dark.xml b/current/support/car/res/color/car_display2_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_display2_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_display2_light.xml b/current/support/car/res/color/car_display2_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_display2_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_display3_dark.xml b/current/support/car/res/color/car_display3_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_display3_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_display3_light.xml b/current/support/car/res/color/car_display3_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_display3_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_display4_dark.xml b/current/support/car/res/color/car_display4_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_display4_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_display4_light.xml b/current/support/car/res/color/car_display4_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_display4_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline1_dark.xml b/current/support/car/res/color/car_headline1_dark.xml
deleted file mode 100644
index e615a66..0000000
--- a/current/support/car/res/color/car_headline1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_800"/>
-    <item android:color="@color/car_grey_800"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline1_light.xml b/current/support/car/res/color/car_headline1_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_headline1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline2_dark.xml b/current/support/car/res/color/car_headline2_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_headline2_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline2_light.xml b/current/support/car/res/color/car_headline2_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_headline2_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline3_dark.xml b/current/support/car/res/color/car_headline3_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_headline3_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline3_light.xml b/current/support/car/res/color/car_headline3_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_headline3_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline4_dark.xml b/current/support/car/res/color/car_headline4_dark.xml
deleted file mode 100644
index d2465f9..0000000
--- a/current/support/car/res/color/car_headline4_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@android:color/black"/>
-    <item android:color="@android:color/black"/>
-</selector>
diff --git a/current/support/car/res/color/car_headline4_light.xml b/current/support/car/res/color/car_headline4_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_headline4_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_label1_dark.xml b/current/support/car/res/color/car_label1_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_label1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_label1_light.xml b/current/support/car/res/color/car_label1_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_label1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext1_dark.xml b/current/support/car/res/color/car_subtext1_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_subtext1_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext1_light.xml b/current/support/car/res/color/car_subtext1_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_subtext1_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext2_dark.xml b/current/support/car/res/color/car_subtext2_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_subtext2_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext2_light.xml b/current/support/car/res/color/car_subtext2_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_subtext2_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext3_dark.xml b/current/support/car/res/color/car_subtext3_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_subtext3_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext3_light.xml b/current/support/car/res/color/car_subtext3_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_subtext3_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext4_dark.xml b/current/support/car/res/color/car_subtext4_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_subtext4_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext4_light.xml b/current/support/car/res/color/car_subtext4_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_subtext4_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext5_dark.xml b/current/support/car/res/color/car_subtext5_dark.xml
deleted file mode 100644
index be33519..0000000
--- a/current/support/car/res/color/car_subtext5_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_650"/>
-    <item android:color="@color/car_grey_650"/>
-</selector>
diff --git a/current/support/car/res/color/car_subtext5_light.xml b/current/support/car/res/color/car_subtext5_light.xml
deleted file mode 100644
index 9266a3d..0000000
--- a/current/support/car/res/color/car_subtext5_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_400"/>
-    <item android:color="@color/car_grey_400"/>
-</selector>
diff --git a/current/support/car/res/color/car_tint_dark.xml b/current/support/car/res/color/car_tint_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_tint_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_tint_light.xml b/current/support/car/res/color/car_tint_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_tint_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_title2_dark.xml b/current/support/car/res/color/car_title2_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_title2_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_title2_light.xml b/current/support/car/res/color/car_title2_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_title2_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/color/car_title_dark.xml b/current/support/car/res/color/car_title_dark.xml
deleted file mode 100644
index 23b8b24..0000000
--- a/current/support/car/res/color/car_title_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_900"/>
-    <item android:color="@color/car_grey_900"/>
-</selector>
diff --git a/current/support/car/res/color/car_title_light.xml b/current/support/car/res/color/car_title_light.xml
deleted file mode 100644
index fe015be..0000000
--- a/current/support/car/res/color/car_title_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2018 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default text colors for car buttons when enabled/disabled. -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:alpha="0.5"
-          android:color="@color/car_grey_50"/>
-    <item android:color="@color/car_grey_50"/>
-</selector>
diff --git a/current/support/car/res/drawable/car_action_button_activated_ring_foreground.xml b/current/support/car/res/drawable/car_action_button_activated_ring_foreground.xml
deleted file mode 100644
index cf9570b..0000000
--- a/current/support/car/res/drawable/car_action_button_activated_ring_foreground.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<selector
-    xmlns:android="http://schemas.android.com/apk/res/android">
-  <item
-      android:state_activated="true">
-    <shape
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        android:shape="oval">
-      <stroke
-          android:color="@color/car_tint"
-          android:width="@dimen/car_action_bar_activation_ring_stroke_width">
-      </stroke>
-      <size
-          android:height="@dimen/car_action_bar_activation_ring_radius"
-          android:width="@dimen/car_action_bar_activation_ring_radius"/>
-    </shape>
-  </item>
-  <!--Yes, this is a load-bearing invisible circle.-->
-  <!--Android doesn't remeasure foregrounds when state_activated changes, -->
-  <!--so we need a default drawable with the same size as the one we actually want to draw-->
-  <item>
-    <shape
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        android:shape="oval">
-      <stroke
-          android:color="#00000000"
-          android:width="@dimen/car_action_bar_activation_ring_stroke_width">
-      </stroke>
-      <size
-          android:height="@dimen/car_action_bar_activation_ring_radius"
-          android:width="@dimen/car_action_bar_activation_ring_radius"/>
-    </shape>
-  </item>
-</selector>
diff --git a/current/support/car/res/drawable/car_action_button_background.xml b/current/support/car/res/drawable/car_action_button_background.xml
deleted file mode 100644
index 27e97e3..0000000
--- a/current/support/car/res/drawable/car_action_button_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
-    android:inset="@dimen/car_action_button_ripple_inset" >
-    <ripple android:color="@color/car_card_ripple_background" />
-</inset>
diff --git a/current/support/car/res/drawable/car_button_background.xml b/current/support/car/res/drawable/car_button_background.xml
deleted file mode 100644
index 88bddc1..0000000
--- a/current/support/car/res/drawable/car_button_background.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright (C) 2017 The Android Open Source Project
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<!-- Default background styles for car buttons when enabled/disabled. -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="?attr/colorControlHighlight">
-    <item>
-        <shape android:shape="rectangle">
-            <corners android:radius="@dimen/car_button_radius"/>
-            <solid android:color="?android:attr/colorButtonNormal"/>
-        </shape>
-    </item>
-</ripple>
diff --git a/current/support/car/res/drawable/car_button_ripple_background.xml b/current/support/car/res/drawable/car_button_ripple_background.xml
deleted file mode 100644
index 13d0a49..0000000
--- a/current/support/car/res/drawable/car_button_ripple_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background" />
diff --git a/current/support/car/res/drawable/car_button_ripple_background_dark.xml b/current/support/car/res/drawable/car_button_ripple_background_dark.xml
deleted file mode 100644
index 16b1d0c..0000000
--- a/current/support/car/res/drawable/car_button_ripple_background_dark.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background_dark" />
diff --git a/current/support/car/res/drawable/car_button_ripple_background_light.xml b/current/support/car/res/drawable/car_button_ripple_background_light.xml
deleted file mode 100644
index 6160768..0000000
--- a/current/support/car/res/drawable/car_button_ripple_background_light.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background_light" />
diff --git a/current/support/car/res/drawable/car_card_background.xml b/current/support/car/res/drawable/car_card_background.xml
deleted file mode 100644
index 1a093e3..0000000
--- a/current/support/car/res/drawable/car_card_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="?attr/listItemBackgroundColor"/>
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_card_ripple_background.xml b/current/support/car/res/drawable/car_card_ripple_background.xml
deleted file mode 100644
index ca20e0f..0000000
--- a/current/support/car/res/drawable/car_card_ripple_background.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background">
-    <item
-        android:id="@android:id/mask"
-        android:drawable="@android:color/white" />
-</ripple>
diff --git a/current/support/car/res/drawable/car_card_ripple_background_dark.xml b/current/support/car/res/drawable/car_card_ripple_background_dark.xml
deleted file mode 100644
index 880ff7a..0000000
--- a/current/support/car/res/drawable/car_card_ripple_background_dark.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background_dark">
-    <item
-        android:id="@android:id/mask"
-        android:drawable="@android:color/white" />
-</ripple>
diff --git a/current/support/car/res/drawable/car_card_ripple_background_light.xml b/current/support/car/res/drawable/car_card_ripple_background_light.xml
deleted file mode 100644
index 5d4f2c6..0000000
--- a/current/support/car/res/drawable/car_card_ripple_background_light.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background_light">
-    <item
-        android:id="@android:id/mask"
-        android:drawable="@android:color/white" />
-</ripple>
diff --git a/current/support/car/res/drawable/car_card_rounded_background.xml b/current/support/car/res/drawable/car_card_rounded_background.xml
deleted file mode 100644
index 01b987a..0000000
--- a/current/support/car/res/drawable/car_card_rounded_background.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="?attr/listItemBackgroundColor"/>
-    <corners
-        android:radius="@dimen/car_radius_2"/>
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_card_rounded_bottom_background.xml b/current/support/car/res/drawable/car_card_rounded_bottom_background.xml
deleted file mode 100644
index 0e3f5ae..0000000
--- a/current/support/car/res/drawable/car_card_rounded_bottom_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="?attr/listItemBackgroundColor"/>
-    <corners
-        android:bottomRightRadius="@dimen/car_radius_2"
-        android:bottomLeftRadius="@dimen/car_radius_2"/>
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_card_rounded_top_background.xml b/current/support/car/res/drawable/car_card_rounded_top_background.xml
deleted file mode 100644
index f54ddfb..0000000
--- a/current/support/car/res/drawable/car_card_rounded_top_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="?attr/listItemBackgroundColor"/>
-    <corners
-        android:topRightRadius="@dimen/car_radius_2"
-        android:topLeftRadius="@dimen/car_radius_2"/>
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_drawer_button_ripple_background.xml b/current/support/car/res/drawable/car_drawer_button_ripple_background.xml
deleted file mode 100644
index 3ddc01f..0000000
--- a/current/support/car/res/drawable/car_drawer_button_ripple_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="?attr/drawerRippleColor" />
diff --git a/current/support/car/res/drawable/car_drawer_list_item_background.xml b/current/support/car/res/drawable/car_drawer_list_item_background.xml
deleted file mode 100644
index c5fc36b..0000000
--- a/current/support/car/res/drawable/car_drawer_list_item_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="@color/car_card_ripple_background">
-    <item android:id="@android:id/mask">
-        <color android:color="#ffffffff" />
-    </item>
-</ripple>
diff --git a/current/support/car/res/drawable/car_list_divider.xml b/current/support/car/res/drawable/car_list_divider.xml
deleted file mode 100644
index 14a5ce1..0000000
--- a/current/support/car/res/drawable/car_list_divider.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<!-- Drawable of dividers used in lists -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <size android:height="@dimen/car_list_divider_height"/>
-    <solid android:color="@color/car_list_divider"/>
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_list_divider_dark.xml b/current/support/car/res/drawable/car_list_divider_dark.xml
deleted file mode 100644
index 4760623..0000000
--- a/current/support/car/res/drawable/car_list_divider_dark.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<!-- Drawable of dividers used in lists -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-  <size android:height="@dimen/car_list_divider_height"/>
-  <solid android:color="@color/car_list_divider_dark"/>
-</shape>
diff --git a/current/support/car/res/drawable/car_list_divider_light.xml b/current/support/car/res/drawable/car_list_divider_light.xml
deleted file mode 100644
index 07b52dd..0000000
--- a/current/support/car/res/drawable/car_list_divider_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<!-- Drawable of dividers used in lists -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-  <size android:height="@dimen/car_list_divider_height"/>
-  <solid android:color="@color/car_list_divider_light"/>
-</shape>
diff --git a/current/support/car/res/drawable/car_preference_divider.xml b/current/support/car/res/drawable/car_preference_divider.xml
deleted file mode 100644
index 637c0ed..0000000
--- a/current/support/car/res/drawable/car_preference_divider.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- Drawable of dividers used in preferences -->
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
-    android:insetLeft="@dimen/car_keyline_1"
-    android:insetRight="@dimen/car_keyline_1" >
-
-    <shape>
-        <size android:height="@dimen/car_list_divider_height"/>
-        <solid android:color="@color/car_list_divider"/>
-    </shape>
-
-</inset>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_scrollbar_thumb.xml b/current/support/car/res/drawable/car_scrollbar_thumb.xml
deleted file mode 100644
index 42aaebf..0000000
--- a/current/support/car/res/drawable/car_scrollbar_thumb.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License
-  -->
-
-<shape
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <solid android:color="@color/car_scrollbar_thumb" />
-    <corners android:radius="@dimen/car_radius_5"/>
-</shape>
diff --git a/current/support/car/res/drawable/car_seekbar_thumb.xml b/current/support/car/res/drawable/car_seekbar_thumb.xml
deleted file mode 100644
index 8e62244..0000000
--- a/current/support/car/res/drawable/car_seekbar_thumb.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License
-  -->
-
-<shape
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="oval">
-    <solid android:color="?android:attr/colorControlActivated" />
-    <size
-        android:width="@dimen/car_seekbar_thumb_size"
-        android:height="@dimen/car_seekbar_thumb_size" />
-</shape>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/car_seekbar_track.xml b/current/support/car/res/drawable/car_seekbar_track.xml
deleted file mode 100644
index 94c640e..0000000
--- a/current/support/car/res/drawable/car_seekbar_track.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License
-  -->
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:id="@android:id/background">
-        <shape android:shape="line">
-            <stroke
-                android:width="@dimen/car_seekbar_height"
-                android:color="?android:attr/progressBackgroundTint" />
-        </shape>
-    </item>
-    <item android:id="@android:id/secondaryProgress">
-        <clip>
-            <shape android:shape="line">
-                <stroke
-                    android:width="@dimen/car_seekbar_height"
-                    android:color="?android:attr/secondaryProgressTint" />
-            </shape>
-        </clip>
-    </item>
-    <item android:id="@android:id/progress">
-        <clip>
-            <shape android:shape="line">
-                <stroke
-                    android:width="@dimen/car_seekbar_height"
-                    android:color="?android:attr/colorControlActivated" />
-            </shape>
-        </clip>
-    </item>
-</layer-list>
\ No newline at end of file
diff --git a/current/support/car/res/drawable/ic_down.xml b/current/support/car/res/drawable/ic_down.xml
deleted file mode 100644
index cd486c1..0000000
--- a/current/support/car/res/drawable/ic_down.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="76dp"
-        android:height="76dp"
-        android:viewportWidth="76.0"
-        android:viewportHeight="76.0">
-    <path
-        android:pathData="M38,0.96C17.01,0.96 0,17.75 0,38.47C0,59.18 17.01,75.97 38,75.97C58.99,75.97 76,59.18 76,38.47C76,17.75 58.99,0.96 38,0.96M38,3.3C57.64,3.3 73.62,19.08 73.62,38.47C73.62,57.85 57.64,73.63 38,73.63C18.36,73.63 2.38,57.86 2.38,38.47C2.38,19.08 18.36,3.3 38,3.3"
-        android:strokeColor="#00000000"
-        android:fillColor="#212121"
-        android:strokeWidth="1"/>
-    <path
-        android:pathData="M26.63,31.09l11.37,11.08l11.37,-11.08l3.5,3.42l-14.87,14.5l-14.87,-14.5z"
-        android:strokeColor="#00000000"
-        android:fillColor="#212121"
-        android:strokeWidth="1"/>
-</vector>
diff --git a/current/support/car/res/drawable/ic_list_view_disable.xml b/current/support/car/res/drawable/ic_list_view_disable.xml
deleted file mode 100644
index 8649423..0000000
--- a/current/support/car/res/drawable/ic_list_view_disable.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="176dp"
-        android:height="176dp"
-        android:viewportWidth="176.0"
-        android:viewportHeight="176.0">
-    <path
-        android:pathData="M88.99,55.55l15.71,15.71l46.13,0l0,-15.71z"
-        android:fillColor="#212121"/>
-    <path
-        android:pathData="M25.19,119.06h66.5v15.71h-66.5z"
-        android:fillColor="#212121"/>
-    <path
-        android:pathData="M114.58,103.35l-15.71,-15.71l-0.12,0l-16.38,-16.38l0.12,0l-15.71,-15.71l-0.12,0l-30.29,-30.29l-11.11,11.11l19.19,19.18l-19.28,0l0,15.71l34.98,0l16.39,16.38l-51.37,0l0,15.71l67.08,0l47.38,47.39l11.11,-11.11l-36.28,-36.28z"
-        android:fillColor="#212121"/>
-    <path
-        android:pathData="M136.79,103.35l14.04,0l0,-15.71l-29.74,0z"
-        android:fillColor="#212121"/>
-</vector>
diff --git a/current/support/car/res/drawable/ic_nav_arrow_back.xml b/current/support/car/res/drawable/ic_nav_arrow_back.xml
deleted file mode 100644
index 574e816..0000000
--- a/current/support/car/res/drawable/ic_nav_arrow_back.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="48dp"
-    android:height="48dp"
-    android:viewportWidth="48"
-    android:viewportHeight="48">
-
-    <path
-        android:pathData="M0 0h48v48H0z" />
-    <path
-        android:fillColor="#000000"
-        android:pathData="M40 22H15.66l11.17-11.17L24 8 8 24l16 16 2.83-2.83L15.66 26H40v-4z" />
-</vector>
-
diff --git a/current/support/car/res/drawable/ic_overflow.xml b/current/support/car/res/drawable/ic_overflow.xml
deleted file mode 100644
index eda306c..0000000
--- a/current/support/car/res/drawable/ic_overflow.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="56dp"
-    android:height="56dp"
-    android:viewportWidth="24"
-    android:viewportHeight="24">
-
-    <group
-            android:translateX="-0.750000"
-            android:translateY="-0.750000">
-        <path
-            android:strokeWidth="1"
-            android:pathData="M 0.75 24.75 L 24.75 24.75 L 24.75 0.75 L 0.75 0.75 Z" />
-        <path
-            android:fillColor="#000000"
-            android:strokeWidth="1"
-            android:pathData="M12.75,10.1666667 C13.4604167,10.1666667 14.0416667,9.58541667 14.0416667,8.875
-C14.0416667,8.16458333 13.4604167,7.58333333 12.75,7.58333333
-C12.0395833,7.58333333 11.4583333,8.16458333 11.4583333,8.875
-C11.4583333,9.58541667 12.0395833,10.1666667 12.75,10.1666667 L12.75,10.1666667
-Z M12.75,11.4583333 C12.0395833,11.4583333 11.4583333,12.0395833
-11.4583333,12.75 C11.4583333,13.4604167 12.0395833,14.0416667 12.75,14.0416667
-C13.4604167,14.0416667 14.0416667,13.4604167 14.0416667,12.75
-C14.0416667,12.0395833 13.4604167,11.4583333 12.75,11.4583333 L12.75,11.4583333
-Z M12.75,15.3333333 C12.0395833,15.3333333 11.4583333,15.9145833
-11.4583333,16.625 C11.4583333,17.3354167 12.0395833,17.9166667 12.75,17.9166667
-C13.4604167,17.9166667 14.0416667,17.3354167 14.0416667,16.625
-C14.0416667,15.9145833 13.4604167,15.3333333 12.75,15.3333333 L12.75,15.3333333
-Z" />
-    </group>
-</vector>
diff --git a/current/support/car/res/drawable/ic_up.xml b/current/support/car/res/drawable/ic_up.xml
deleted file mode 100644
index ec18410..0000000
--- a/current/support/car/res/drawable/ic_up.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="76dp"
-        android:height="76dp"
-        android:viewportWidth="76.0"
-        android:viewportHeight="76.0">
-    <path
-        android:pathData="M38,75.04C58.99,75.04 76,58.27 76,37.57C76,16.88 58.99,0.11 38,0.11C17.01,0.11 0,16.88 0,37.57C0,58.27 17.01,75.04 38,75.04M38,72.7C18.36,72.7 2.38,56.94 2.38,37.57C2.38,18.21 18.36,2.45 38,2.45C57.64,2.45 73.62,18.21 73.62,37.57C73.62,56.94 57.64,72.7 38,72.7"
-        android:strokeColor="#00000000"
-        android:fillColor="#212121"
-        android:strokeWidth="1"/>
-    <path
-        android:pathData="M49.37,44.9l-11.37,-11.08l-11.37,11.08l-3.5,-3.42l14.87,-14.5l14.87,14.5z"
-        android:strokeColor="#00000000"
-        android:fillColor="#212121"
-        android:strokeWidth="1"/>
-</vector>
diff --git a/current/support/car/res/drawable/lock_out_message_animation.xml b/current/support/car/res/drawable/lock_out_message_animation.xml
deleted file mode 100644
index 42cea41..0000000
--- a/current/support/car/res/drawable/lock_out_message_animation.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<animated-vector
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:drawable="@drawable/lock_out_message_background" >
-    <target
-        android:name="bar_mask"
-        android:animation="@anim/lock_out_message_bar" />
-    <target
-        android:name="bar_path"
-        android:animation="@anim/lock_out_message_bg_color_change" />
-</animated-vector>
diff --git a/current/support/car/res/drawable/lock_out_message_background.xml b/current/support/car/res/drawable/lock_out_message_background.xml
deleted file mode 100644
index 26b559b..0000000
--- a/current/support/car/res/drawable/lock_out_message_background.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<vector
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="480dp"
-    android:viewportWidth="480"
-    android:height="96dp"
-    android:viewportHeight="96" >
-    <group
-        android:name="base"
-        android:translateX="240"
-        android:translateY="48"
-        android:scaleX="0.994"
-        android:scaleY="0.994" >
-        <group
-            android:name="base_pivot"
-            android:translateX="-240"
-            android:translateY="-47" >
-            <group
-                android:name="base"
-                android:scaleY="0.99" >
-                <path
-                    android:name="base_path"
-                    android:pathData="M 480.0,48.0 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903259277 48.0,48.0 Z"
-                    android:fillColor="@color/speed_bump_background" />
-            </group>
-        </group>
-    </group>
-    <group
-        android:name="bar"
-        android:translateX="240"
-        android:translateY="48" >
-        <group
-            android:name="bar_pivot"
-            android:translateX="-240"
-            android:translateY="-48" >
-            <clip-path
-                android:name="bar_mask"
-                android:pathData="M 96.5,48.5 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903411865 48.0,48.0 Z" />
-            <group
-                android:name="base" >
-                <path
-                    android:name="bar_path"
-                    android:pathData="M 480.0,48.0 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903259277 48.0,48.0 Z"
-                    android:fillColor="#FF029AE5" />
-            </group>
-        </group>
-    </group>
-</vector>
diff --git a/current/support/car/res/drawable/speed_bump_scrim.xml b/current/support/car/res/drawable/speed_bump_scrim.xml
deleted file mode 100644
index aacea49..0000000
--- a/current/support/car/res/drawable/speed_bump_scrim.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-       android:shape="rectangle" >
-    <gradient
-        android:type="linear"
-        android:startColor="@android:color/transparent"
-        android:endColor="#8d000000"
-        android:angle="270"/>
-</shape>
diff --git a/current/support/car/res/interpolator/speed_bump_interpolator.xml b/current/support/car/res/interpolator/speed_bump_interpolator.xml
deleted file mode 100644
index ec7e694..0000000
--- a/current/support/car/res/interpolator/speed_bump_interpolator.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<pathInterpolator
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:pathData="M 0.0,0.0 c 1.0,0.535553908162 0.961348094524,0.999999995867 1.0,1.0" />
diff --git a/current/support/car/res/layout/action_bar.xml b/current/support/car/res/layout/action_bar.xml
deleted file mode 100644
index 3ba656a..0000000
--- a/current/support/car/res/layout/action_bar.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<android.support.v7.widget.CardView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:id="@+id/action_bar_wrapper"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:elevation="@dimen/car_action_bar_elevation"
-    app:cardCornerRadius="@dimen/car_radius_3">
-
-    <LinearLayout
-        android:id="@+id/rows_container"
-        android:orientation="vertical"
-        android:animateLayoutChanges="true"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content">
-
-        <LinearLayout
-            android:orientation="horizontal"
-            android:visibility="gone"
-            android:clipChildren="false"
-            android:layout_width="match_parent"
-            android:layout_height="@dimen/car_action_bar_height">
-        </LinearLayout>
-
-        <LinearLayout
-            android:orientation="horizontal"
-            android:clipChildren="false"
-            android:layout_width="match_parent"
-            android:layout_height="@dimen/car_action_bar_height">
-        </LinearLayout>
-
-    </LinearLayout>
-
-</android.support.v7.widget.CardView>
\ No newline at end of file
diff --git a/current/support/car/res/layout/action_bar_button.xml b/current/support/car/res/layout/action_bar_button.xml
deleted file mode 100644
index e9d2370..0000000
--- a/current/support/car/res/layout/action_bar_button.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<ImageButton style="@style/Widget.Car.Button.ActionBar" />
diff --git a/current/support/car/res/layout/action_bar_slot.xml b/current/support/car/res/layout/action_bar_slot.xml
deleted file mode 100644
index 804e356..0000000
--- a/current/support/car/res/layout/action_bar_slot.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="0dp"
-    android:layout_height="@dimen/car_action_bar_button_height"
-    android:layout_weight="1"
-    android:visibility="visible"
-    android:foregroundGravity="center"
-    android:clipChildren="false"
-    android:foreground="@drawable/car_action_button_activated_ring_foreground">
-</FrameLayout>
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_alert_dialog.xml b/current/support/car/res/layout/car_alert_dialog.xml
deleted file mode 100644
index 362a0da..0000000
--- a/current/support/car/res/layout/car_alert_dialog.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<!-- Note: the width is 0dp because ColumnCardView will automatically set a width based
-     on the number of columns it should take up. See ColumnCardView for more details. -->
-<androidx.car.widget.ColumnCardView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_gravity="center"
-    android:layout_width="0dp"
-    android:layout_height="wrap_content"
-    android:elevation="@dimen/car_dialog_elevation"
-    app:cardBackgroundColor="?attr/dialogBackgroundColor"
-    app:cardCornerRadius="@dimen/car_radius_3">
-
-    <LinearLayout
-        android:id="@+id/content_view"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginStart="@dimen/car_keyline_1"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:paddingTop="@dimen/car_padding_4"
-        android:paddingBottom="@dimen/car_padding_4"
-        android:orientation="vertical">
-
-        <TextView
-            android:id="@+id/title"
-            android:layout_width="match_parent"
-            android:layout_height="@dimen/car_dialog_header_height"
-            android:gravity="center_vertical|start"
-            android:visibility="gone"
-            style="?attr/dialogTitleStyle" />
-
-        <TextView
-            android:id="@+id/body"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:visibility="gone"
-            style="?attr/dialogBodyStyle" />
-
-        <LinearLayout
-            android:id="@+id/button_panel"
-            android:layout_width="match_parent"
-            android:layout_height="@dimen/car_dialog_action_bar_height"
-            android:gravity="center_vertical"
-            android:orientation="horizontal"
-            android:visibility="gone">
-
-            <Button
-                android:id="@+id/positive_button"
-                android:layout_marginEnd="@dimen/car_padding_4"
-                android:layout_width="wrap_content"
-                android:minWidth="0dp"
-                android:padding="0dp"
-                android:visibility="gone"
-                style="?attr/dialogButtonStyle" />
-
-            <Button
-                android:id="@+id/negative_button"
-                android:layout_width="wrap_content"
-                android:minWidth="0dp"
-                android:padding="0dp"
-                android:visibility="gone"
-                style="?attr/dialogButtonStyle" />
-        </LinearLayout>
-    </LinearLayout>
-</androidx.car.widget.ColumnCardView>
diff --git a/current/support/car/res/layout/car_alpha_jump_button.xml b/current/support/car/res/layout/car_alpha_jump_button.xml
deleted file mode 100644
index e2951c6..0000000
--- a/current/support/car/res/layout/car_alpha_jump_button.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- This is sized in code, so we'll set it to 0dp for now. -->
-<android.support.v7.widget.CardView
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:grid="http://schemas.android.com/apk/res-auto"
-        android:layout_width="0dp"
-        android:layout_height="0dp"
-        grid:layout_gravity="fill"
-        grid:layout_columnWeight="1"
-        grid:layout_rowWeight="1"
-        android:layout_margin="@dimen/car_padding_2">
-    <TextView
-        android:textAppearance="@style/TextAppearance.Car.Body1"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:background="@drawable/car_card_ripple_background"
-        android:id="@+id/button"
-        android:gravity="center"/>
-</android.support.v7.widget.CardView>
diff --git a/current/support/car/res/layout/car_checkbox_widget.xml b/current/support/car/res/layout/car_checkbox_widget.xml
deleted file mode 100644
index 3c1a4ad..0000000
--- a/current/support/car/res/layout/car_checkbox_widget.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- This layout is inflated by android.R.layout.preference so the id cannot change -->
-<CheckBox
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@android:id/checkbox"
-    android:layout_width="@dimen/car_primary_icon_size"
-    android:layout_height="@dimen/car_primary_icon_size"
-    android:button="@null"
-    android:background="?android:attr/listChoiceIndicatorMultiple" />
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_drawer.xml b/current/support/car/res/layout/car_drawer.xml
deleted file mode 100644
index e961f7b..0000000
--- a/current/support/car/res/layout/car_drawer.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<androidx.car.moderator.SpeedBumpView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="?attr/drawerBackgroundColor" >
-
-  <!-- This View needs a background to ensure a drop shadow shows up. -->
-    <LinearLayout
-        android:id="@+id/drawer_toolbar"
-        android:background="?attr/drawerBackgroundColor"
-        android:layout_width="match_parent"
-        android:layout_height="@dimen/car_app_bar_height"
-        android:layout_gravity="top|start"
-        android:gravity="center_horizontal"
-        android:orientation="horizontal" >
-
-        <FrameLayout
-            android:layout_width="@dimen/car_margin"
-            android:layout_height="match_parent">
-
-            <ImageButton
-                android:id="@id/car_drawer_back_button"
-                android:background="@drawable/car_drawer_button_ripple_background"
-                android:layout_width="@dimen/car_primary_icon_size"
-                android:layout_height="@dimen/car_primary_icon_size"
-                android:layout_gravity="center"
-                android:tint="?attr/drawerBackButtonTint"
-                android:src="@drawable/ic_nav_arrow_back"
-                android:scaleType="fitCenter" />
-        </FrameLayout>
-
-        <TextView
-            android:id="@id/car_drawer_title"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:gravity="center_vertical"
-            android:includeFontPadding="false"
-            android:textColor="?attr/drawerHeaderColor"
-            android:textAppearance="@style/TextAppearance.Car.Body1" />
-    </LinearLayout>
-
-    <androidx.car.widget.PagedListView
-        android:id="@id/car_drawer_list"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:layout_marginTop="@dimen/car_app_bar_height"
-        android:layout_gravity="top|start"
-        android:theme="?attr/drawerListTheme"
-        app:dividerStartMargin="@dimen/car_keyline_1"
-        app:dividerEndMargin="@dimen/car_keyline_1"
-        app:gutter="start" />
-
-    <ProgressBar
-        android:id="@id/car_drawer_progress"
-        android:layout_width="@dimen/car_drawer_progress_bar_size"
-        android:layout_height="@dimen/car_drawer_progress_bar_size"
-        android:layout_gravity="center"
-        android:indeterminate="true"
-        android:visibility="gone" />
-</androidx.car.moderator.SpeedBumpView>
diff --git a/current/support/car/res/layout/car_drawer_activity.xml b/current/support/car/res/layout/car_drawer_activity.xml
deleted file mode 100644
index 0177ecc..0000000
--- a/current/support/car/res/layout/car_drawer_activity.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<android.support.v4.widget.DrawerLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:ignore="MissingConstraints"
-    android:id="@+id/drawer_layout"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-
-    <android.support.design.widget.CoordinatorLayout
-        android:layout_width="match_parent"
-        android:layout_height="match_parent">
-
-        <android.support.design.widget.AppBarLayout
-            android:id="@+id/appbar"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:fitsSystemWindows="true">
-            <!-- The min height of the Toolbar needs to be set to ensure that the icons in it
-                 are vertically centered. -->
-            <android.support.v7.widget.Toolbar
-                android:id="@+id/car_toolbar"
-                android:layout_width="match_parent"
-                android:layout_height="@dimen/car_app_bar_height"
-                android:layout_gravity="center_vertical"
-                android:minHeight="@dimen/car_app_bar_height"
-                style="?attr/toolbarStyle" />
-        </android.support.design.widget.AppBarLayout>
-
-        <!-- The main content view. Fragments will be added here. -->
-        <androidx.car.moderator.SpeedBumpView
-            android:id="@+id/content_frame"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            app:layout_behavior="@string/appbar_scrolling_view_behavior" />
-    </android.support.design.widget.CoordinatorLayout>
-
-    <android.support.constraint.ConstraintLayout
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:layout_gravity="start"
-        android:layout_marginEnd="@dimen/car_margin"
-        android:maxWidth="@dimen/car_drawer_max_width">
-
-        <include layout="@layout/car_drawer" />
-    </android.support.constraint.ConstraintLayout>
-</android.support.v4.widget.DrawerLayout>
diff --git a/current/support/car/res/layout/car_drawer_list_item_empty.xml b/current/support/car/res/layout/car_drawer_list_item_empty.xml
deleted file mode 100644
index d078a32..0000000
--- a/current/support/car/res/layout/car_drawer_list_item_empty.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/container"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_marginStart="16dp"
-    android:focusable="false"
-    android:orientation="vertical"
-    android:background="@drawable/car_drawer_list_item_background" >
-    <FrameLayout
-        android:id="@+id/icon_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:visibility="visible">
-        <ImageView
-            android:id="@+id/icon"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_gravity="center_horizontal"
-            android:layout_marginTop="48dp"
-            android:layout_marginBottom="22dp" />
-    </FrameLayout>
-    <TextView
-        android:id="@+id/title"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="16dp"
-        android:gravity="center"
-        android:textAppearance="?attr/drawerItemTitleTextAppearance" />
-</LinearLayout>
diff --git a/current/support/car/res/layout/car_drawer_list_item_normal.xml b/current/support/car/res/layout/car_drawer_list_item_normal.xml
deleted file mode 100644
index fa16a8a..0000000
--- a/current/support/car/res/layout/car_drawer_list_item_normal.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="@dimen/car_double_line_list_item_height"
-    android:focusable="true"
-    android:orientation="horizontal"
-    android:background="@drawable/car_drawer_list_item_background" >
-    <ImageView
-        android:id="@+id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_marginEnd="@dimen/car_drawer_list_item_icon_end_margin"
-        android:layout_gravity="center_vertical"
-        android:scaleType="centerCrop" />
-    <LinearLayout
-        android:id="@+id/text_container"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_weight="1"
-        android:layout_gravity="center_vertical"
-        android:orientation="vertical" >
-        <TextView
-            android:id="@+id/title"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_marginBottom="@dimen/car_text_vertical_margin"
-            android:maxLines="1"
-            android:textAppearance="?attr/drawerItemTitleTextAppearance" />
-        <TextView
-            android:id="@+id/body"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:ellipsize="end"
-            android:maxLines="1"
-            android:textAppearance="?attr/drawerItemBodyTextAppearance" />
-    </LinearLayout>
-    <ImageView
-        android:id="@+id/end_icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:scaleType="fitCenter"
-        android:layout_marginEnd="@dimen/car_drawer_list_item_end_margin"
-        android:layout_gravity="center_vertical" />
-</LinearLayout>
diff --git a/current/support/car/res/layout/car_drawer_list_item_small.xml b/current/support/car/res/layout/car_drawer_list_item_small.xml
deleted file mode 100644
index a613f27..0000000
--- a/current/support/car/res/layout/car_drawer_list_item_small.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="@dimen/car_single_line_list_item_height"
-    android:focusable="true"
-    android:orientation="horizontal"
-    android:background="@drawable/car_drawer_list_item_background" >
-    <ImageView
-        android:id="@+id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_marginEnd="@dimen/car_drawer_list_item_icon_end_margin"
-        android:layout_gravity="center_vertical"
-        android:scaleType="centerCrop" />
-    <TextView
-        android:id="@+id/title"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_weight="1"
-        android:layout_gravity="center_vertical"
-        android:layout_marginBottom="@dimen/car_text_vertical_margin"
-        android:maxLines="1"
-        android:textAppearance="?attr/drawerItemTitleTextAppearance" />
-    <ImageView
-        android:id="@+id/end_icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:scaleType="fitCenter"
-        android:layout_marginEnd="@dimen/car_drawer_list_item_end_margin"
-        android:layout_gravity="center_vertical"/>
-</LinearLayout>
diff --git a/current/support/car/res/layout/car_list_dialog.xml b/current/support/car/res/layout/car_list_dialog.xml
deleted file mode 100644
index d2829a6..0000000
--- a/current/support/car/res/layout/car_list_dialog.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:id="@+id/container"
-    android:background="@android:color/transparent"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent" >
-
-    <!-- Note: the width is 0dp because ColumnCardView will automatically set a width based
-         on the number of columns it should take up. See ColumnCardView for more details. -->
-    <androidx.car.widget.ColumnCardView
-        android:layout_gravity="center"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_marginTop="@dimen/car_padding_4"
-        android:layout_marginBottom="@dimen/car_padding_4"
-        android:elevation="@dimen/car_dialog_elevation"
-        app:cardBackgroundColor="?attr/dialogBackgroundColor"
-        app:cardCornerRadius="@dimen/car_radius_3">
-
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:orientation="vertical">
-
-            <!-- Note: the title needs a background in order for elevation to show up. -->
-            <TextView
-                android:id="@+id/title"
-                android:background="?attr/dialogBackgroundColor"
-                android:layout_width="match_parent"
-                android:layout_height="@dimen/car_dialog_header_height"
-                android:paddingStart="@dimen/car_keyline_1"
-                android:paddingEnd="@dimen/car_keyline_1"
-                android:gravity="center_vertical|start"
-                android:visibility="gone"
-                style="?attr/dialogTitleStyle" />
-
-            <!-- Hide the scrollbar for this PagedListView because it will be implemented by
-                 @id/scrollbar. -->
-            <androidx.car.widget.PagedListView
-                android:id="@+id/list"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:theme="?attr/dialogListTheme"
-                app:gutter="none"
-                app:dividerStartMargin="@dimen/car_keyline_1"
-                app:dividerEndMargin="@dimen/car_keyline_1"
-                app:showPagedListViewDivider="true"
-                app:scrollBarEnabled="false" />
-        </LinearLayout>
-    </androidx.car.widget.ColumnCardView>
-
-    <!-- Putting this as the last child for highest z-index. It is also clickable to reduce
-         the chance of clicks on the buttons accidentally dismissing the dialog. -->
-    <androidx.car.widget.PagedScrollBarView
-        android:id="@+id/scrollbar"
-        android:layout_width="@dimen/car_margin"
-        android:layout_height="match_parent"
-        android:layout_marginTop="@dimen/car_padding_4"
-        android:layout_marginBottom="@dimen/car_padding_4"
-        android:layout_gravity="start|top"
-        android:clickable="true"
-        android:visibility="invisible"
-        style="@style/Widget.Car.Scrollbar.Light" />
-</FrameLayout>
diff --git a/current/support/car/res/layout/car_list_item_action_content.xml b/current/support/car/res/layout/car_list_item_action_content.xml
deleted file mode 100644
index ab01c34..0000000
--- a/current/support/car/res/layout/car_list_item_action_content.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<android.support.constraint.ConstraintLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:ignore="MissingConstraints"
-    android:id="@+id/container"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_single_line_list_item_height"
-    android:foreground="@drawable/car_card_ripple_background" >
-
-    <!-- Primary Action. -->
-    <ImageView
-        android:id="@+id/primary_icon"
-        android:layout_width="@dimen/car_single_line_list_item_height"
-        android:layout_height="@dimen/car_single_line_list_item_height"
-        android:tint="?attr/listItemPrimaryIconTint"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"/>
-
-    <!-- Text. -->
-    <TextView
-        android:id="@+id/title"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        android:singleLine="true"
-        android:ellipsize="end"
-        android:textAppearance="@style/TextAppearance.Car.Body1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toTopOf="@+id/body"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier"
-        app:layout_constraintVertical_chainStyle="packed"/>
-
-    <TextView
-        android:id="@+id/body"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        android:textAppearance="@style/TextAppearance.Car.Body2"
-        app:layout_constraintTop_toBottomOf="@+id/title"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier"/>
-
-    <!-- A barrier between the text and any supplemental icons or actions. -->
-    <android.support.constraint.Barrier
-        android:id="@+id/barrier"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        app:barrierDirection="start"
-        app:barrierAllowsGoneWidgets="false"
-        app:constraint_referenced_ids="secondary_action_divider,secondary_action,primary_action_divider,primary_action" />
-
-    <!-- A view that will be underneath all the supplemental icons and action buttons. It is meant
-         to intercept clicks if the icon or buttons are clickable, preventing accidental touches
-         on the main view. -->
-    <View
-        android:id="@+id/click_interceptor"
-        android:layout_width="0dp"
-        android:layout_height="0dp"
-        android:clickable="true"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="@+id/barrier"
-        app:layout_constraintEnd_toEndOf="parent" />
-
-    <!-- Up to 2 action buttons with dividers. -->
-    <View
-        android:id="@+id/secondary_action_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/secondary_action"
-        style="@style/CarListVerticalDivider"/>
-
-    <Button
-        android:id="@+id/secondary_action"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        android:ellipsize="end"
-        android:maxLength="@integer/car_borderless_button_text_length_limit"
-        android:maxLines="1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/primary_action_divider"
-        style="?android:attr/borderlessButtonStyle"/>
-    <View
-        android:id="@+id/primary_action_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/primary_action"
-        style="@style/CarListVerticalDivider"/>
-    <Button
-        android:id="@+id/primary_action"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:ellipsize="end"
-        android:maxLength="@integer/car_borderless_button_text_length_limit"
-        android:maxLines="1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"
-        style="?android:attr/borderlessButtonStyle"/>
-</android.support.constraint.ConstraintLayout>
diff --git a/current/support/car/res/layout/car_list_item_seekbar_content.xml b/current/support/car/res/layout/car_list_item_seekbar_content.xml
deleted file mode 100644
index 53e47cc..0000000
--- a/current/support/car/res/layout/car_list_item_seekbar_content.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<!-- This layout should only be used by class SeekbarListItem, as it requires layout params
-     being set programmatically depending on item data/view configuration. -->
-<android.support.constraint.ConstraintLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:ignore="MissingConstraints"
-    android:id="@+id/container"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:paddingEnd="@dimen/car_keyline_1"
-    android:minHeight="@dimen/car_single_line_list_item_height" >
-
-    <!-- Primary Action. -->
-    <ImageView
-        android:id="@+id/primary_icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_marginStart="@dimen/car_keyline_1"
-        android:tint="?attr/listItemPrimaryIconTint"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"/>
-
-    <!-- Slider and text. -->
-    <TextView
-        android:id="@+id/seek_bar_text"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_marginTop="@dimen/car_padding_1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toTopOf="@+id/seek_bar"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier" />
-
-    <!-- Note: the horizontal padding and offset are set to 0 so that the track and thumb
-         aligns with the proper keylines. -->
-    <SeekBar
-        android:id="@+id/seek_bar"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_marginBottom="@dimen/car_padding_1"
-        android:paddingTop="@dimen/car_seekbar_padding"
-        android:paddingBottom="@dimen/car_seekbar_padding"
-        android:paddingStart="0dp"
-        android:paddingEnd="0dp"
-        android:thumbOffset="0dp"
-        android:min="0"
-        android:splitTrack="false"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier"/>
-
-    <!-- A barrier between the text and any supplemental icons to constrain the text widths. -->
-    <android.support.constraint.Barrier
-        android:id="@+id/barrier"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        app:barrierDirection="start"
-        app:barrierAllowsGoneWidgets="false"
-        app:constraint_referenced_ids="supplemental_icon_divider,supplemental_icon" />
-
-    <!-- Supplemental action. -->
-    <View
-        android:id="@+id/supplemental_icon_divider"
-        android:layout_width="@dimen/car_vertical_line_divider_width"
-        android:layout_height="@dimen/car_vertical_line_divider_height"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        android:background="@color/car_list_divider"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/supplemental_icon"/>
-
-    <ImageView
-        android:id="@+id/supplemental_icon"
-        android:background="@drawable/car_button_ripple_background"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:tint="?attr/listItemSupplementalIconTint"
-        android:scaleType="fitCenter"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"/>
-</android.support.constraint.ConstraintLayout>
diff --git a/current/support/car/res/layout/car_list_item_subheader_content.xml b/current/support/car/res/layout/car_list_item_subheader_content.xml
deleted file mode 100644
index 89372ad..0000000
--- a/current/support/car/res/layout/car_list_item_subheader_content.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<TextView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/sub_header_text"
-    android:layout_width="match_parent"
-    android:layout_height="@dimen/car_sub_header_height"
-    android:gravity="center_vertical"
-    android:maxLines="1"
-    android:textAppearance="?attr/listItemSubheaderTextAppearance"/>
diff --git a/current/support/car/res/layout/car_list_item_text_content.xml b/current/support/car/res/layout/car_list_item_text_content.xml
deleted file mode 100644
index 077bdb6..0000000
--- a/current/support/car/res/layout/car_list_item_text_content.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<android.support.constraint.ConstraintLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:ignore="MissingConstraints"
-    android:id="@+id/container"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_single_line_list_item_height"
-    android:foreground="@drawable/car_card_ripple_background" >
-
-    <!-- Primary Action. -->
-    <ImageView
-        android:id="@+id/primary_icon"
-        android:layout_width="@dimen/car_single_line_list_item_height"
-        android:layout_height="@dimen/car_single_line_list_item_height"
-        android:tint="?attr/listItemPrimaryIconTint"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"/>
-
-    <!-- Text. -->
-    <TextView
-        android:id="@+id/title"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:singleLine="true"
-        android:ellipsize="end"
-        android:textAppearance="@style/TextAppearance.Car.Body1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toTopOf="@+id/body"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier"
-        app:layout_constraintVertical_chainStyle="packed"/>
-
-    <TextView
-        android:id="@+id/body"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:textAppearance="@style/TextAppearance.Car.Body2"
-        app:layout_constraintTop_toBottomOf="@+id/title"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/barrier"/>
-
-    <!-- A barrier between the text and any supplemental icons or actions. -->
-    <android.support.constraint.Barrier
-        android:id="@+id/barrier"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        app:barrierDirection="start"
-        app:barrierAllowsGoneWidgets="false"
-        app:constraint_referenced_ids="supplemental_icon_divider,supplemental_icon,switch_divider,switch_widget,action2_divider,action2,action1_divider,action1" />
-
-    <!-- A view that will be underneath all the supplemental icons and action buttons. It is meant
-         to intercept clicks if the icon or buttons are clickable, preventing accidental touches
-         on the main view. -->
-    <View
-        android:id="@+id/click_interceptor"
-        android:layout_width="0dp"
-        android:layout_height="0dp"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="@+id/barrier"
-        app:layout_constraintEnd_toEndOf="parent" />
-
-    <!-- Supplemental action(s) - only one of the following groups should be visible. -->
-    <!-- End icon with divider. -->
-    <View
-        android:id="@+id/supplemental_icon_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_centerVertical="true"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/supplemental_icon"
-        style="@style/CarListVerticalDivider"/>
-
-    <ImageView
-        android:id="@+id/supplemental_icon"
-        android:background="@drawable/car_button_ripple_background"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:tint="?attr/listItemSupplementalIconTint"
-        android:scaleType="fitCenter"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"/>
-
-    <!-- Switch with divider. -->
-    <View
-        android:id="@+id/switch_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_centerVertical="true"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/switch_widget"
-        style="@style/CarListVerticalDivider"/>
-
-    <include
-        layout="@layout/car_switch_widget"
-        android:id="@+id/switch_widget"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"/>
-
-    <!-- Up to 2 action buttons with dividers. -->
-    <View
-        android:id="@+id/action2_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/action2"
-        style="@style/CarListVerticalDivider"/>
-
-    <Button
-        android:id="@+id/action2"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        android:ellipsize="end"
-        android:maxLength="@integer/car_borderless_button_text_length_limit"
-        android:maxLines="1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/action1_divider"
-        style="?android:attr/borderlessButtonStyle"/>
-    <View
-        android:id="@+id/action1_divider"
-        android:background="?attr/listItemActionDividerColor"
-        android:layout_marginEnd="@dimen/car_padding_4"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@+id/action1"
-        style="@style/CarListVerticalDivider"/>
-    <Button
-        android:id="@+id/action1"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:ellipsize="end"
-        android:maxLength="@integer/car_borderless_button_text_length_limit"
-        android:maxLines="1"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"
-        style="?android:attr/borderlessButtonStyle"/>
-</android.support.constraint.ConstraintLayout>
diff --git a/current/support/car/res/layout/car_paged_recycler_view.xml b/current/support/car/res/layout/car_paged_recycler_view.xml
deleted file mode 100644
index 746eda6..0000000
--- a/current/support/car/res/layout/car_paged_recycler_view.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<merge
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-
-    <!-- This id is the same as the preference support library recycler view. The Auto recycler
-     view can then be used when displaying preferences.  -->
-    <android.support.v7.widget.RecyclerView
-        android:id="@+id/recycler_view"
-        android:layout_gravity="center_vertical"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent" />
-
-    <!-- Putting this as the last child so that it can intercept any touch events on the
-         scroll buttons. -->
-    <androidx.car.widget.PagedScrollBarView
-        android:id="@+id/paged_scroll_view"
-        android:layout_width="@dimen/car_margin"
-        android:layout_height="match_parent"
-        android:layout_marginVertical="@dimen/car_padding_4"
-        android:visibility="gone" />
-</merge>
diff --git a/current/support/car/res/layout/car_paged_scrollbar_buttons.xml b/current/support/car/res/layout/car_paged_scrollbar_buttons.xml
deleted file mode 100644
index 6487984..0000000
--- a/current/support/car/res/layout/car_paged_scrollbar_buttons.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2017 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<merge
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent" >
-
-    <ImageButton
-        android:id="@+id/page_up"
-        android:layout_width="@dimen/car_scroll_bar_button_size"
-        android:layout_height="@dimen/car_scroll_bar_button_size"
-        android:background="@drawable/car_button_ripple_background"
-        android:focusable="false"
-        android:hapticFeedbackEnabled="false"
-        android:src="@drawable/ic_up"
-        android:scaleType="centerInside" />
-
-    <!-- TODO(deanh): Replace this with a proper asset when we have done. -->
-    <TextView
-        android:textAppearance="@style/TextAppearance.Car.Body1"
-        android:id="@+id/alpha_jump"
-        android:layout_width="@dimen/car_scroll_bar_button_size"
-        android:layout_height="@dimen/car_scroll_bar_button_size"
-        android:background="@drawable/car_card_ripple_background"
-        android:focusable="false"
-        android:hapticFeedbackEnabled="false"
-        android:gravity="center"
-        android:text="@string/alpha_jump_placeholder_text"
-        android:visibility="gone" />
-
-    <View
-        android:id="@+id/scrollbar_thumb"
-        android:layout_width="@dimen/car_scroll_bar_thumb_width"
-        android:layout_height="0dp"
-        android:layout_gravity="center_horizontal"
-        android:background="@drawable/car_scrollbar_thumb" />
-
-    <ImageButton
-        android:id="@+id/page_down"
-        android:layout_width="@dimen/car_scroll_bar_button_size"
-        android:layout_height="@dimen/car_scroll_bar_button_size"
-        android:background="@drawable/car_button_ripple_background"
-        android:focusable="false"
-        android:hapticFeedbackEnabled="false"
-        android:src="@drawable/ic_down"
-        android:scaleType="centerInside" />
-</merge>
diff --git a/current/support/car/res/layout/car_preference_alert_dialog.xml b/current/support/car/res/layout/car_preference_alert_dialog.xml
deleted file mode 100644
index ed74e8a..0000000
--- a/current/support/car/res/layout/car_preference_alert_dialog.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2018 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<!-- layout from frameworks/base/core/res/res/layout/alert_dialog_material.xml.
-     Used to override alert dialog layout for preferences.
-     Cannot change structure as UI components are used by AlertController.java -->
-<android.support.v7.widget.AlertDialogLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/parentPanel"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:gravity="start|top"
-    android:orientation="vertical">
-
-    <include layout="@layout/car_preference_alert_dialog_title"/>
-
-    <FrameLayout
-        android:id="@+id/contentPanel"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:minHeight="48dp">
-
-        <View android:id="@+id/scrollIndicatorUp"
-            android:layout_width="match_parent"
-            android:layout_height="1dp"
-            android:layout_gravity="top"
-            android:background="?android:attr/colorControlHighlight"
-            android:visibility="gone"/>
-
-        <android.support.v4.widget.NestedScrollView
-            android:id="@+id/scrollView"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:clipToPadding="false">
-
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:orientation="vertical">
-
-                <android.widget.Space
-                    android:id="@+id/textSpacerNoTitle"
-                    android:layout_width="match_parent"
-                    android:layout_height="@dimen/car_padding_4"
-                    android:visibility="gone"/>
-
-                <TextView
-                    android:id="@android:id/message"
-                    style="@style/TextAppearance.Car.Body2"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:paddingLeft="@dimen/car_keyline_1"
-                    android:paddingRight="@dimen/car_keyline_1"/>
-
-                <android.widget.Space
-                    android:id="@+id/textSpacerNoButtons"
-                    android:layout_width="match_parent"
-                    android:layout_height="@dimen/car_padding_4"
-                    android:visibility="gone"/>
-            </LinearLayout>
-        </android.support.v4.widget.NestedScrollView>
-
-        <View android:id="@+id/scrollIndicatorDown"
-            android:layout_width="match_parent"
-            android:layout_height="1dp"
-            android:layout_gravity="bottom"
-            android:background="?android:attr/colorControlHighlight"
-            android:visibility="gone"/>
-
-    </FrameLayout>
-
-    <FrameLayout
-        android:id="@+id/customPanel"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:minHeight="48dp">
-
-        <FrameLayout
-            android:id="@+id/custom"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"/>
-    </FrameLayout>
-
-    <include layout="@layout/car_preference_alert_dialog_button_bar"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"/>
-
-</android.support.v7.widget.AlertDialogLayout>
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_preference_alert_dialog_button_bar.xml b/current/support/car/res/layout/car_preference_alert_dialog_button_bar.xml
deleted file mode 100644
index 077950a..0000000
--- a/current/support/car/res/layout/car_preference_alert_dialog_button_bar.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- layout from frameworks/base/core/res/res/layout/alert_dialog_button_bar_material.xml.
-     Used to override alert dialog layout for preferences.
-     Cannot change structure as UI components are used by AlertController.java -->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/buttonPanel"
-    style="?android:attr/buttonBarStyle"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:fillViewport="true"
-    android:scrollIndicators="top|bottom">
-
-    <android.support.v7.widget.ButtonBarLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:gravity="bottom"
-        android:layoutDirection="locale"
-        android:orientation="horizontal"
-        android:paddingBottom="@dimen/car_padding_2"
-        android:paddingTop="@dimen/car_padding_2">
-
-        <Button
-            android:id="@android:id/button3"
-            style="@style/Widget.Car.Button.Borderless.Colored"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"/>
-
-        <Button
-            android:id="@android:id/button2"
-            style="@style/Widget.Car.Button.Borderless.Colored"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:gravity="start"
-            android:paddingStart="@dimen/car_keyline_1"
-            android:paddingEnd="@dimen/car_keyline_1"/>
-
-        <Button
-            android:id="@android:id/button1"
-            style="@style/Widget.Car.Button.Borderless.Colored"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"/>
-
-    </android.support.v7.widget.ButtonBarLayout>
-
-</ScrollView>
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_preference_alert_dialog_title.xml b/current/support/car/res/layout/car_preference_alert_dialog_title.xml
deleted file mode 100644
index 9182515..0000000
--- a/current/support/car/res/layout/car_preference_alert_dialog_title.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- layout from frameworks/base/core/res/res/layout/alert_dialog_title_material.xml.
-     Used to override alert dialog layout for preferences.
-     Cannot change structure as UI components are used by AlertController.java -->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/topPanel"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:orientation="vertical">
-
-    <!-- If the client uses a customTitle, it will be added here. -->
-
-    <LinearLayout
-        android:id="@+id/title_template"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:gravity="center_vertical|start"
-        android:orientation="horizontal"
-        android:paddingLeft="@dimen/car_keyline_1"
-        android:paddingRight="@dimen/car_keyline_1"
-        android:paddingTop="@dimen/car_padding_4">
-
-        <ImageView
-            android:id="@android:id/icon"
-            android:layout_width="@dimen/car_app_icon_size"
-            android:layout_height="@dimen/car_app_icon_size"
-            android:layout_marginEnd="@dimen/car_padding_4"
-            android:scaleType="fitCenter"
-            android:src="@null"/>
-
-        <android.support.v7.widget.DialogTitle
-            android:id="@+id/alertTitle"
-            style="?android:attr/windowTitleStyle"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:ellipsize="end"
-            android:singleLine="true"
-            android:textAlignment="viewStart"/>
-
-    </LinearLayout>
-
-    <android.widget.Space
-        android:id="@+id/titleDividerNoCustom"
-        android:layout_width="match_parent"
-        android:layout_height="@dimen/car_list_divider_height"
-        android:visibility="gone"/>
-</LinearLayout>
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_switch_compat_widget.xml b/current/support/car/res/layout/car_switch_compat_widget.xml
deleted file mode 100644
index ac9e993..0000000
--- a/current/support/car/res/layout/car_switch_compat_widget.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- This layout is inflated by android.R.layout.preference so the id cannot change -->
-<android.support.v7.widget.SwitchCompat
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/switchWidget"
-    android:layout_width="@dimen/car_primary_icon_size"
-    android:layout_height="@dimen/car_primary_icon_size" />
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_switch_widget.xml b/current/support/car/res/layout/car_switch_widget.xml
deleted file mode 100644
index df9202a..0000000
--- a/current/support/car/res/layout/car_switch_widget.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!-- This layout is inflated by android.R.layout.preference so the id cannot change -->
-<Switch
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@android:id/switch_widget"
-    android:layout_width="@dimen/car_primary_icon_size"
-    android:layout_height="@dimen/car_primary_icon_size" />
\ No newline at end of file
diff --git a/current/support/car/res/layout/car_toolbar.xml b/current/support/car/res/layout/car_toolbar.xml
deleted file mode 100644
index 9880d21..0000000
--- a/current/support/car/res/layout/car_toolbar.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="@dimen/car_app_bar_height">
-    <android.support.v7.widget.Toolbar
-        android:id="@+id/car_toolbar"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center_vertical"
-        style="@style/Widget.Car.Toolbar" />
-</FrameLayout>
diff --git a/current/support/car/res/layout/lock_out_message.xml b/current/support/car/res/layout/lock_out_message.xml
deleted file mode 100644
index 220e1f3..0000000
--- a/current/support/car/res/layout/lock_out_message.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<RelativeLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/lock_out_message_container"
-    android:background="@drawable/speed_bump_scrim"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_gravity="bottom"
-    android:visibility="gone">
-
-    <ImageView
-        android:id="@+id/lock_out_drawable"
-        android:layout_width="wrap_content"
-        android:layout_height="@dimen/speed_bump_lock_out_message_height"
-        android:layout_gravity="center"
-        android:layout_marginBottom="@dimen/speed_bump_lock_out_drawable_margin_bottom"
-        android:layout_alignParentBottom="true"
-        android:layout_centerHorizontal="true"
-        android:src="@drawable/lock_out_message_animation"/>
-
-    <!-- Align this TextView against the lock_out_drawable to ensure that the latter will wrap
-         this TextView. -->
-    <TextView
-        android:id="@+id/lock_out_text"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:textAppearance="@style/TextAppearance.Car.Body1"
-        android:layout_alignStart="@id/lock_out_drawable"
-        android:layout_alignEnd="@id/lock_out_drawable"
-        android:layout_alignTop="@id/lock_out_drawable"
-        android:layout_alignBottom="@id/lock_out_drawable"
-        android:gravity="center"
-        android:text="@string/speed_bump_lockout_message"/>
-</RelativeLayout>
diff --git a/current/support/car/res/layout/preference_category_material_car.xml b/current/support/car/res/layout/preference_category_material_car.xml
deleted file mode 100644
index 8b535b0..0000000
--- a/current/support/car/res/layout/preference_category_material_car.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_double_line_list_item_height"
-    android:layout_marginStart="@dimen/car_keyline_1"
-    android:layout_marginEnd="@dimen/car_keyline_1"
-    android:gravity="center_vertical"
-    android:background="@drawable/car_card_ripple_background"
-    android:focusable="true"
-    android:orientation="horizontal">
-
-    <android.support.v7.internal.widget.PreferenceImageView
-        android:id="@android:id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_gravity="center_vertical"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2"/>
-
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:orientation="vertical"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2">
-        <TextView
-            android:id="@android:id/title"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:textAlignment="viewStart"
-            android:textAppearance="@style/TextAppearance.Car.Subheader"/>
-        <TextView
-            android:id="@android:id/summary"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textColor="?android:attr/textColorSecondary"/>
-    </LinearLayout>
-
-</LinearLayout>
diff --git a/current/support/car/res/layout/preference_dropdown_material_car.xml b/current/support/car/res/layout/preference_dropdown_material_car.xml
deleted file mode 100644
index 1032913..0000000
--- a/current/support/car/res/layout/preference_dropdown_material_car.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_double_line_list_item_height"
-    android:layout_marginStart="@dimen/car_keyline_1"
-    android:layout_marginEnd="@dimen/car_keyline_1"
-    android:gravity="center_vertical"
-    android:background="@drawable/car_card_ripple_background"
-    android:focusable="true"
-    android:orientation="horizontal">
-
-    <Spinner
-        android:id="@+id/spinner"
-        android:layout_width="0dp"
-        android:layout_weight="0"
-        android:layout_height="wrap_content"
-        android:visibility="invisible"
-        android:spinnerMode="dialog"/>
-
-    <android.support.v7.internal.widget.PreferenceImageView
-        android:id="@android:id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_gravity="center_vertical"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2"/>
-
-    <LinearLayout
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:orientation="vertical"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2">
-
-        <TextView
-            android:id="@android:id/title"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="@style/TextAppearance.Car.Body1" />
-
-        <TextView
-            android:id="@android:id/summary"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="@style/TextAppearance.Car.Body2" />
-    </LinearLayout>
-
-</LinearLayout>
diff --git a/current/support/car/res/layout/preference_list_fragment_car.xml b/current/support/car/res/layout/preference_list_fragment_car.xml
deleted file mode 100644
index 00b4f86..0000000
--- a/current/support/car/res/layout/preference_list_fragment_car.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (C) 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License
-  -->
-
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    tools:ignore="NewApi"
-    android:layout_height="match_parent"
-    android:layout_width="match_parent" >
-
-    <androidx.car.widget.PagedListView
-        android:id="@android:id/list_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        app:showPagedListViewDivider="false" />
-
-    <TextView
-        android:id="@android:id/empty"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:gravity="center"
-        android:visibility="gone" />
-
-</FrameLayout>
\ No newline at end of file
diff --git a/current/support/car/res/layout/preference_material_car.xml b/current/support/car/res/layout/preference_material_car.xml
deleted file mode 100644
index 3425d58..0000000
--- a/current/support/car/res/layout/preference_material_car.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<RelativeLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_double_line_list_item_height"
-    android:layout_marginStart="@dimen/car_keyline_1"
-    android:layout_marginEnd="@dimen/car_keyline_1"
-    android:background="@drawable/car_card_ripple_background"
-    android:focusable="true">
-
-    <android.support.v7.internal.widget.PreferenceImageView
-        android:id="@android:id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_alignParentStart="true"
-        android:layout_centerVertical="true"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2"/>
-
-    <LinearLayout
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:orientation="vertical"
-        android:layout_toEndOf="@android:id/icon"
-        android:layout_centerVertical="true"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2">
-
-        <TextView
-            android:id="@android:id/title"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:singleLine="true"
-            android:ellipsize="end"
-            android:textAppearance="@style/TextAppearance.Car.Body1" />
-
-        <TextView
-            android:id="@android:id/summary"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="@style/TextAppearance.Car.Body2" />
-
-    </LinearLayout>
-
-    <!-- Preference should place its actual preference widget here. -->
-    <FrameLayout
-        android:id="@android:id/widget_frame"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_centerVertical="true"
-        android:layout_alignParentEnd="true" />
-
-</RelativeLayout>
diff --git a/current/support/car/res/layout/preference_material_car_child.xml b/current/support/car/res/layout/preference_material_car_child.xml
deleted file mode 100644
index b269e8e..0000000
--- a/current/support/car/res/layout/preference_material_car_child.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_double_line_list_item_height"
-    android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
-    android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
-    android:background="@drawable/car_card_ripple_background"
-    android:focusable="true">
-
-    <!-- Wrap in a FrameLayout so the full list item has a touch ripple -->
-    <RelativeLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginStart="?android:attr/listPreferredItemPaddingStart">
-
-        <android.support.v7.internal.widget.PreferenceImageView
-            android:id="@android:id/icon"
-            android:layout_width="@dimen/car_primary_icon_size"
-            android:layout_height="@dimen/car_primary_icon_size"
-            android:layout_alignParentStart="true"
-            android:layout_centerVertical="true"
-            android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
-            android:layout_marginTop="@dimen/car_padding_2"
-            android:layout_marginBottom="@dimen/car_padding_2"/>
-
-        <LinearLayout
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:orientation="vertical"
-            android:layout_toEndOf="@android:id/icon"
-            android:layout_centerVertical="true"
-            android:layout_marginTop="@dimen/car_padding_2"
-            android:layout_marginBottom="@dimen/car_padding_2">
-
-            <TextView
-                android:id="@android:id/title"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:singleLine="true"
-                android:ellipsize="end"
-                android:textAppearance="@style/TextAppearance.Car.Body3" />
-
-            <TextView
-                android:id="@android:id/summary"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:textAppearance="@style/TextAppearance.Car.Body3" />
-
-        </LinearLayout>
-
-        <!-- Preference should place its actual preference widget here. -->
-        <FrameLayout
-            android:id="@android:id/widget_frame"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_centerVertical="true"
-            android:layout_alignParentEnd="true" />
-
-    </RelativeLayout>
-
-</FrameLayout>
-
diff --git a/current/support/car/res/layout/preference_widget_seekbar_material_car.xml b/current/support/car/res/layout/preference_widget_seekbar_material_car.xml
deleted file mode 100644
index 2d4d6f1..0000000
--- a/current/support/car/res/layout/preference_widget_seekbar_material_car.xml
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-<!-- Layout used by SeekBarPreference for the seekbar widget style. -->
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_double_line_list_item_height"
-    android:gravity="center_vertical"
-    android:layout_marginStart="@dimen/car_keyline_1"
-    android:layout_marginEnd="@dimen/car_keyline_1"
-    android:orientation="horizontal">
-
-    <android.support.v7.internal.widget.PreferenceImageView
-        android:id="@android:id/icon"
-        android:layout_width="@dimen/car_primary_icon_size"
-        android:layout_height="@dimen/car_primary_icon_size"
-        android:layout_gravity="center_vertical"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginEnd="@dimen/car_keyline_1"
-        android:layout_marginBottom="@dimen/car_padding_2"/>
-
-    <RelativeLayout
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginTop="@dimen/car_padding_2"
-        android:layout_marginBottom="@dimen/car_padding_2">
-
-        <TextView
-            android:id="@android:id/title"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:singleLine="true"
-            android:ellipsize="end"
-            android:textAppearance="@style/TextAppearance.Car.Body1"/>
-
-        <TextView
-            android:id="@android:id/summary"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_below="@android:id/title"
-            android:layout_alignStart="@android:id/title"
-            android:paddingBottom="@dimen/car_padding_1"
-            android:textAppearance="@style/TextAppearance.Car.Body2"/>
-
-        <!-- Using UnPressableLinearLayout as a workaround to disable the pressed state propagation
-        to the children of this container layout. Otherwise, the animated pressed state will also
-        play for the thumb in the AbsSeekBar in addition to the preference's ripple background.
-        The background of the SeekBar is also set to null to disable the ripple background -->
-        <android.support.v7.preference.UnPressableLinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_below="@android:id/summary"
-                android:layout_alignStart="@android:id/title"
-                android:clipChildren="false"
-                android:clipToPadding="false">
-            <SeekBar
-                android:id="@+id/seekbar"
-                android:layout_width="0dp"
-                android:layout_weight="1"
-                android:layout_height="wrap_content"
-                android:paddingStart="@dimen/preference_seekbar_padding_start"
-                android:paddingEnd="@dimen/preference_seekbar_padding_end"
-                android:focusable="false"
-                android:clickable="false"
-                android:background="@null" />
-
-            <TextView
-                android:id="@+id/seekbar_value"
-                android:layout_width="@dimen/preference_seekbar_value_width"
-                android:layout_height="wrap_content"
-                android:gravity="right|center_vertical"
-                android:textAppearance="@style/TextAppearance.Car.Body2"
-                android:fadingEdge="horizontal"
-                android:scrollbars="none"/>
-        </android.support.v7.preference.UnPressableLinearLayout>
-
-    </RelativeLayout>
-
-</LinearLayout>
diff --git a/current/support/car/res/layout/select_dialog_multichoice_car.xml b/current/support/car/res/layout/select_dialog_multichoice_car.xml
deleted file mode 100644
index fda9076..0000000
--- a/current/support/car/res/layout/select_dialog_multichoice_car.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@android:id/text1"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_single_line_list_item_height"
-    android:textAppearance="@style/TextAppearance.Car.Body2"
-    android:gravity="center_vertical"
-    android:paddingStart="@dimen/car_keyline_1"
-    android:paddingEnd="@dimen/car_keyline_1"
-    android:paddingTop="@dimen/car_padding_4"
-    android:paddingBottom="@dimen/car_padding_4"
-    android:checkMark="?android:attr/listChoiceIndicatorMultiple"
-    android:ellipsize="end" />
\ No newline at end of file
diff --git a/current/support/car/res/layout/select_dialog_singlechoice_car.xml b/current/support/car/res/layout/select_dialog_singlechoice_car.xml
deleted file mode 100644
index 7071d04..0000000
--- a/current/support/car/res/layout/select_dialog_singlechoice_car.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright 2018 The Android Open Source Project
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@android:id/text1"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/car_single_line_list_item_height"
-    android:textAppearance="@style/TextAppearance.Car.Body2"
-    android:gravity="center_vertical"
-    android:paddingStart="@dimen/car_keyline_1"
-    android:paddingEnd="@dimen/car_keyline_1"
-    android:paddingTop="@dimen/car_padding_4"
-    android:paddingBottom="@dimen/car_padding_4"
-    android:checkMark="?android:attr/listChoiceIndicatorSingle"
-    android:ellipsize="end" />
\ No newline at end of file
diff --git a/current/support/car/res/values-af/values-af.xml b/current/support/car/res/values-af/values-af.xml
deleted file mode 100644
index 15b3ac9..0000000
--- a/current/support/car/res/values-af/values-af.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Vou knoppie in/uit"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Konsentreer op die pad"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-am/values-am.xml b/current/support/car/res/values-am/values-am.xml
deleted file mode 100644
index bbf66c6..0000000
--- a/current/support/car/res/values-am/values-am.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"አዝራርን ዘርጋ/ሰብስብ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"መንገዱ ላይ ያተኩሩ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ar/values-ar.xml b/current/support/car/res/values-ar/values-ar.xml
deleted file mode 100644
index f4d60e8..0000000
--- a/current/support/car/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"زر التوسيع/التصغير"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ركِّز في الطريق"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-as/values-as.xml b/current/support/car/res/values-as/values-as.xml
deleted file mode 100644
index c0b2ead..0000000
--- a/current/support/car/res/values-as/values-as.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"সম্প্ৰসাৰণ/সংকোচন বুটাম"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ৰাষ্টাত মনোযোগ দিয়ক"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-az/values-az.xml b/current/support/car/res/values-az/values-az.xml
deleted file mode 100644
index 79159fc..0000000
--- a/current/support/car/res/values-az/values-az.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Düyməni genişləndirin/yığcamlaşdırın"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Diqqətinizi yola yönəldin"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-b+sr+Latn/values-b+sr+Latn.xml b/current/support/car/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index 437febb..0000000
--- a/current/support/car/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Dugme Proširi/skupi"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Fokusirajte se na put"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-be/values-be.xml b/current/support/car/res/values-be/values-be.xml
deleted file mode 100644
index 228777b..0000000
--- a/current/support/car/res/values-be/values-be.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Кнопка \"Разгарнуць/згарнуць\""</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Увага на дарогу"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-bg/values-bg.xml b/current/support/car/res/values-bg/values-bg.xml
deleted file mode 100644
index f094038..0000000
--- a/current/support/car/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Бутон за разгъване/свиване"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Съсредоточете се върху пътя"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-bn/values-bn.xml b/current/support/car/res/values-bn/values-bn.xml
deleted file mode 100644
index e20b76c..0000000
--- a/current/support/car/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"বোতাম বড় করুন/আড়াল করুন"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"মনোযোগ দিয়ে গাড়ি চালান"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-bs/values-bs.xml b/current/support/car/res/values-bs/values-bs.xml
deleted file mode 100644
index 3f89d9b..0000000
--- a/current/support/car/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Dugme proširi/suzi"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Fokusirajte se na cestu"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ca/values-ca.xml b/current/support/car/res/values-ca/values-ca.xml
deleted file mode 100644
index e88269b..0000000
--- a/current/support/car/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botó per desplegar o replegar"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentra\'t en la carretera"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-cs/values-cs.xml b/current/support/car/res/values-cs/values-cs.xml
deleted file mode 100644
index 140bee1..0000000
--- a/current/support/car/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Tlačítko rozbalení/sbalení"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Soustřeďte se na silnici"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-da/values-da.xml b/current/support/car/res/values-da/values-da.xml
deleted file mode 100644
index 724a7e4..0000000
--- a/current/support/car/res/values-da/values-da.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Knappen Udvid/skjul"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Hold øjnene på vejen"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-de/values-de.xml b/current/support/car/res/values-de/values-de.xml
deleted file mode 100644
index 5938396..0000000
--- a/current/support/car/res/values-de/values-de.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Schaltfläche zum Maximieren/Minimieren"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Achte auf den Verkehr"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-el/values-el.xml b/current/support/car/res/values-el/values-el.xml
deleted file mode 100644
index 32ad459..0000000
--- a/current/support/car/res/values-el/values-el.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Κουμπί ανάπτυξης/σύμπτυξης"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Επικεντρωθείτε στον δρόμο"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-en-rAU/values-en-rAU.xml b/current/support/car/res/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index 8853111..0000000
--- a/current/support/car/res/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Expand/collapse button"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Focus on the road"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-en-rCA/values-en-rCA.xml b/current/support/car/res/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index 8853111..0000000
--- a/current/support/car/res/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Expand/collapse button"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Focus on the road"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-en-rGB/values-en-rGB.xml b/current/support/car/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index 8853111..0000000
--- a/current/support/car/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Expand/collapse button"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Focus on the road"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-en-rIN/values-en-rIN.xml b/current/support/car/res/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index 8853111..0000000
--- a/current/support/car/res/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Expand/collapse button"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Focus on the road"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-en-rXC/values-en-rXC.xml b/current/support/car/res/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index 0c7c1b0..0000000
--- a/current/support/car/res/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‎‏‎‏‎‏‏‏‎‏‏‏‎‎‏‎‎‎‎‏‎‎‏‎‎‏‎‏‎‏‏‎‎‎‏‎‎‏‎‎‏‏‏‏‏‏‏‎‏‎‏‏‏‎‎‏‏‎‎‎Expand/collapse button‎‏‎‎‏‎"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‎‏‏‎‎‎‎‎‏‎‎‏‏‏‎‎‏‎‏‎‏‏‏‏‏‎‎‎‏‎‏‎‎‏‏‏‏‏‏‏‏‏‏‎‎‏‏‏‎‎‏‎‏‎‎‏‏‏‏‎Focus on the road‎‏‎‎‏‎"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-es-rUS/values-es-rUS.xml b/current/support/car/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 0006bc1..0000000
--- a/current/support/car/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botón Expandir/contraer"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concéntrate en el camino"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-es/values-es.xml b/current/support/car/res/values-es/values-es.xml
deleted file mode 100644
index 0369327..0000000
--- a/current/support/car/res/values-es/values-es.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botón para mostrar u ocultar"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Céntrate en la carretera"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-et/values-et.xml b/current/support/car/res/values-et/values-et.xml
deleted file mode 100644
index 5e2e4cc..0000000
--- a/current/support/car/res/values-et/values-et.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Nupp Laienda/Ahenda"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Keskenduge teele"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-eu/values-eu.xml b/current/support/car/res/values-eu/values-eu.xml
deleted file mode 100644
index a246502..0000000
--- a/current/support/car/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Zabaltzeko/Tolesteko botoia"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Jarri arreta errepidean"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-fa/values-fa.xml b/current/support/car/res/values-fa/values-fa.xml
deleted file mode 100644
index a573384..0000000
--- a/current/support/car/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"دکمه بزرگ کردن/کوچک کردن"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"روی جاده تمرکز داشته باشید"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-fi/values-fi.xml b/current/support/car/res/values-fi/values-fi.xml
deleted file mode 100644
index 5dd7411..0000000
--- a/current/support/car/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Laajennus- ja tiivistyspainike"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Pidä katse tiessä"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-fr-rCA/values-fr-rCA.xml b/current/support/car/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index 5ead6c7..0000000
--- a/current/support/car/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Bouton Développer/Réduire"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentrez-vous sur la route"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-fr/values-fr.xml b/current/support/car/res/values-fr/values-fr.xml
deleted file mode 100644
index 5ead6c7..0000000
--- a/current/support/car/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Bouton Développer/Réduire"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentrez-vous sur la route"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-gl/values-gl.xml b/current/support/car/res/values-gl/values-gl.xml
deleted file mode 100644
index 43495b6..0000000
--- a/current/support/car/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botón despregar/contraer"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Céntrate na estrada"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-gu/values-gu.xml b/current/support/car/res/values-gu/values-gu.xml
deleted file mode 100644
index 18662ee..0000000
--- a/current/support/car/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"વિસ્તાર કરો/સંકુચિત કરો બટન"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"રસ્તા પર ફોકસ કરો"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-h1752dp-v13/values-h1752dp-v13.xml b/current/support/car/res/values-h1752dp-v13/values-h1752dp-v13.xml
deleted file mode 100644
index 7b0afc3..0000000
--- a/current/support/car/res/values-h1752dp-v13/values-h1752dp-v13.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_app_bar_height">112dp</dimen>
-    <dimen name="car_card_action_bar_height">96dp</dimen>
-    <dimen name="car_card_header_height">96dp</dimen>
-    <dimen name="car_navigation_bar_height">128dp</dimen>
-    <dimen name="car_pill_button_size">76dp</dimen>
-    <dimen name="car_primary_icon_size">56dp</dimen>
-    <dimen name="car_secondary_icon_size">36dp</dimen>
-    <dimen name="car_single_line_list_item_height">128dp</dimen>
-    <dimen name="car_slide_up_menu_initial_height">128dp</dimen>
-    <dimen name="car_status_bar_height">56dp</dimen>
-    <dimen name="car_sub_header_height">96dp</dimen>
-    <dimen name="car_touch_target_size">96dp</dimen>
-    <dimen name="car_vertical_line_divider_height">96dp</dimen>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-h668dp-v13/values-h668dp-v13.xml b/current/support/car/res/values-h668dp-v13/values-h668dp-v13.xml
deleted file mode 100644
index 940f7d0..0000000
--- a/current/support/car/res/values-h668dp-v13/values-h668dp-v13.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_action_bar_height">128dp</dimen>
-    <dimen name="car_app_bar_height">96dp</dimen>
-    <dimen name="car_padding_2">16dp</dimen>
-    <dimen name="car_padding_3">28dp</dimen>
-    <dimen name="car_padding_4">32dp</dimen>
-    <dimen name="car_padding_5">64dp</dimen>
-    <dimen name="car_padding_6">96dp</dimen>
-    <dimen name="car_scroll_bar_button_size">76dp</dimen>
-    <dimen name="car_secondary_icon_size">36dp</dimen>
-    <dimen name="car_single_line_list_item_height">116dp</dimen>
-    <dimen name="car_slide_up_menu_initial_height">116dp</dimen>
-    <dimen name="car_vertical_line_divider_height">76dp</dimen>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-hi/values-hi.xml b/current/support/car/res/values-hi/values-hi.xml
deleted file mode 100644
index 385d1ef..0000000
--- a/current/support/car/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"बड़ा/छोटा करने वाला बटन"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"सड़क पर ध्यान दें"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-hr/values-hr.xml b/current/support/car/res/values-hr/values-hr.xml
deleted file mode 100644
index 8fdff8d..0000000
--- a/current/support/car/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Gumb za proširivanje/sažimanje"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Usredotočite se na cestu"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-hu/values-hu.xml b/current/support/car/res/values-hu/values-hu.xml
deleted file mode 100644
index 7529c06..0000000
--- a/current/support/car/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Gomb kibontása/összecsukása"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Figyeljen az útra"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-hy/values-hy.xml b/current/support/car/res/values-hy/values-hy.xml
deleted file mode 100644
index aba3e1e..0000000
--- a/current/support/car/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"«Ծավալել/ծալել» կոճակ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Հետևեք ճանապարհին"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-in/values-in.xml b/current/support/car/res/values-in/values-in.xml
deleted file mode 100644
index 8f82322..0000000
--- a/current/support/car/res/values-in/values-in.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Tombol luaskan/ciutkan"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Konsentrasi saat mengemudi"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-is/values-is.xml b/current/support/car/res/values-is/values-is.xml
deleted file mode 100644
index fb297d7..0000000
--- a/current/support/car/res/values-is/values-is.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Hnappur til að stækka/minnka"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Einbeittu þér að akstrinum"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-it/values-it.xml b/current/support/car/res/values-it/values-it.xml
deleted file mode 100644
index 941c12a..0000000
--- a/current/support/car/res/values-it/values-it.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Pulsante Espandi/Comprimi"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentrati sulla strada"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-iw/values-iw.xml b/current/support/car/res/values-iw/values-iw.xml
deleted file mode 100644
index bbae086..0000000
--- a/current/support/car/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"לחצן הרחבה וכיווץ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"עליך להתמקד בכביש"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ja/values-ja.xml b/current/support/car/res/values-ja/values-ja.xml
deleted file mode 100644
index ae058f2..0000000
--- a/current/support/car/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"展開 / 折りたたみボタン"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"運転に集中してください"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ka/values-ka.xml b/current/support/car/res/values-ka/values-ka.xml
deleted file mode 100644
index 6b8aa3b..0000000
--- a/current/support/car/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ღილაკის გაფართოება/ჩაკეცვა"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"კონცენტრირდით გზაზე"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-kk/values-kk.xml b/current/support/car/res/values-kk/values-kk.xml
deleted file mode 100644
index b1b66a1..0000000
--- a/current/support/car/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"\"Жаю/Жию\" түймесі"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Жолға назар аударыңыз"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-km/values-km.xml b/current/support/car/res/values-km/values-km.xml
deleted file mode 100644
index a05d9af..0000000
--- a/current/support/car/res/values-km/values-km.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ប៊ូតុង​ពង្រីក/បង្រួម"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ផ្តោតលើ​ការបើកបរ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-kn/values-kn.xml b/current/support/car/res/values-kn/values-kn.xml
deleted file mode 100644
index 4baed84..0000000
--- a/current/support/car/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ವಿಸ್ತರಿಸಿ/ಕುಗ್ಗಿಸಿ ಬಟನ್"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ರಸ್ತೆಯ ಮೇಲೆ ಗಮನಹರಿಸಿ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ko/values-ko.xml b/current/support/car/res/values-ko/values-ko.xml
deleted file mode 100644
index 5602047..0000000
--- a/current/support/car/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"펼치기/접기 버튼"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"도로 상황에 집중하세요."</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ky/values-ky.xml b/current/support/car/res/values-ky/values-ky.xml
deleted file mode 100644
index 514a090..0000000
--- a/current/support/car/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Жайып көрсөтүү/жыйыштыруу баскычы"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Жолго көңүл буруңуз"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-lo/values-lo.xml b/current/support/car/res/values-lo/values-lo.xml
deleted file mode 100644
index f105b12..0000000
--- a/current/support/car/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ປຸ່ມຫຍໍ້/ຂະຫຍາຍ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ຕັ້ງໃຈຂັບລົດ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-lt/values-lt.xml b/current/support/car/res/values-lt/values-lt.xml
deleted file mode 100644
index ee7293b..0000000
--- a/current/support/car/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Mygtukas „Išskleisti / sutraukti“"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Sutelkite dėmesį į kelią"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-lv/values-lv.xml b/current/support/car/res/values-lv/values-lv.xml
deleted file mode 100644
index c983943..0000000
--- a/current/support/car/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Izvēršanas/sakļaušanas poga"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Pievērsieties autovadīšanai"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-mk/values-mk.xml b/current/support/car/res/values-mk/values-mk.xml
deleted file mode 100644
index 08989c3..0000000
--- a/current/support/car/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Копче за проширување/собирање"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Фокусирајте се на патот"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ml/values-ml.xml b/current/support/car/res/values-ml/values-ml.xml
deleted file mode 100644
index 3eb0605..0000000
--- a/current/support/car/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"വികസിപ്പിക്കുക/ചുരുക്കുക ബട്ടൺ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"റോഡിൽ ശ്രദ്ധിക്കുക"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-mn/values-mn.xml b/current/support/car/res/values-mn/values-mn.xml
deleted file mode 100644
index 70f6855..0000000
--- a/current/support/car/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Дэлгэх/буулгах товчлуур"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Зам дээр төвлөрөх"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-mr/values-mr.xml b/current/support/car/res/values-mr/values-mr.xml
deleted file mode 100644
index 671acac..0000000
--- a/current/support/car/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"बटण विस्‍तृत करा/कोलॅप्‍स करा"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"रस्त्यावर फोकस करा"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ms/values-ms.xml b/current/support/car/res/values-ms/values-ms.xml
deleted file mode 100644
index a88cfbe..0000000
--- a/current/support/car/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Butang kembangkan/runtuhkan"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Beri tumpuan pada jalan raya"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-my/values-my.xml b/current/support/car/res/values-my/values-my.xml
deleted file mode 100644
index 7cef69f..0000000
--- a/current/support/car/res/values-my/values-my.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ချဲ့ရန်/ခေါက်သိမ်းရန် ခလုတ်"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"လမ်းကို အာရုံစိုက်ရန်"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-nb/values-nb.xml b/current/support/car/res/values-nb/values-nb.xml
deleted file mode 100644
index 3a110ad..0000000
--- a/current/support/car/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Vis/skjul-knapp"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Fokuser på veien"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ne/values-ne.xml b/current/support/car/res/values-ne/values-ne.xml
deleted file mode 100644
index 2c4596c..0000000
--- a/current/support/car/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"विस्तृत/संक्षिप्त गर्ने बटन"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"सडकमा ध्यान केन्द्रित गर्नु…"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-night-v8/values-night-v8.xml b/current/support/car/res/values-night-v8/values-night-v8.xml
deleted file mode 100644
index b5b6123..0000000
--- a/current/support/car/res/values-night-v8/values-night-v8.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <color name="car_accent">@color/car_accent_light</color>
-    <color name="car_body1">@color/car_body1_light</color>
-    <color name="car_body2">@color/car_body2_light</color>
-    <color name="car_body3">@color/car_body3_light</color>
-    <color name="car_body4">@color/car_body4_light</color>
-    <color name="car_card">@color/car_card_dark</color>
-    <color name="car_card_action_bar">@color/car_card_action_bar_dark</color>
-    <color name="car_card_action_bar_dark">@color/car_grey_972</color>
-    <color name="car_card_dark">@color/car_grey_958</color>
-    <color name="car_card_ripple_background">@color/car_card_ripple_background_light</color>
-    <color name="car_display1">@color/car_display1_light</color>
-    <color name="car_display2">@color/car_display2_light</color>
-    <color name="car_display3">@color/car_display3_light</color>
-    <color name="car_display4">@color/car_display4_light</color>
-    <color name="car_list_divider">@color/car_list_divider_light</color>
-    <color name="car_scrollbar_thumb">@color/car_scrollbar_thumb_light</color>
-    <color name="car_seekbar_track_background">@color/car_seekbar_track_background_dark</color>
-    <color name="car_subtext1">@color/car_subtext1_light</color>
-    <color name="car_subtext2">@color/car_subtext2_light</color>
-    <color name="car_subtext3">@color/car_subtext3_light</color>
-    <color name="car_subtext4">@color/car_subtext4_light</color>
-    <color name="car_subtext5">@color/car_subtext5_light</color>
-    <color name="car_switch_compat_track_off">@color/car_grey_700</color>
-    <color name="car_switch_compat_track_on">@color/car_teal_200</color>
-    <color name="car_switch_thumb_off">@color/car_body2</color>
-    <color name="car_switch_thumb_on">@color/car_teal_200</color>
-    <color name="car_switch_track_off">@color/car_body2</color>
-    <color name="car_switch_track_on">@color/car_teal_200</color>
-    <color name="car_tint">@color/car_tint_light</color>
-    <color name="speed_bump_background">#FF4C4C4C</color>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-nl/values-nl.xml b/current/support/car/res/values-nl/values-nl.xml
deleted file mode 100644
index 9a364bf..0000000
--- a/current/support/car/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Knop voor uitvouwen/samenvouwen"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Houd je aandacht op de weg"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-or/values-or.xml b/current/support/car/res/values-or/values-or.xml
deleted file mode 100644
index 9f4acf2..0000000
--- a/current/support/car/res/values-or/values-or.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ବିସ୍ତାର/ସଂକୋଚନ ବଟନ୍"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ରାସ୍ତା ଉପରେ ଧ୍ୟାନରଖନ୍ତୁ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-pa/values-pa.xml b/current/support/car/res/values-pa/values-pa.xml
deleted file mode 100644
index 0789f7f..0000000
--- a/current/support/car/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ਵਿਸਤਾਰ ਕਰੋ/ਸਮੇਟੋ ਬਟਨ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"ਸੜਕ \'ਤੇ ਧਿਆਨ ਦਿਓ"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-pl/values-pl.xml b/current/support/car/res/values-pl/values-pl.xml
deleted file mode 100644
index d09c3d8..0000000
--- a/current/support/car/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Przycisk zwijania/rozwijania"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Skup się na drodze"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-pt-rBR/values-pt-rBR.xml b/current/support/car/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index ef8f5e6..0000000
--- a/current/support/car/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botão \"Expandir/Recolher\""</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Foco na estrada"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-pt-rPT/values-pt-rPT.xml b/current/support/car/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index cb00a0f..0000000
--- a/current/support/car/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botão Expandir/reduzir"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentre-se na estrada."</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-pt/values-pt.xml b/current/support/car/res/values-pt/values-pt.xml
deleted file mode 100644
index ef8f5e6..0000000
--- a/current/support/car/res/values-pt/values-pt.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Botão \"Expandir/Recolher\""</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Foco na estrada"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ro/values-ro.xml b/current/support/car/res/values-ro/values-ro.xml
deleted file mode 100644
index b4a41a7..0000000
--- a/current/support/car/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Butonul de extindere/restrângere"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Concentrați-vă asupra drumului"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ru/values-ru.xml b/current/support/car/res/values-ru/values-ru.xml
deleted file mode 100644
index 426c127..0000000
--- a/current/support/car/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Кнопка \"Развернуть/свернуть\""</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Следите за дорогой"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-si/values-si.xml b/current/support/car/res/values-si/values-si.xml
deleted file mode 100644
index bb62335..0000000
--- a/current/support/car/res/values-si/values-si.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"දිග හැරීමේ/හැකිළීමේ බොත්තම"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"මාර්ගයට අවධානය යොමු කරන්න"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sk/values-sk.xml b/current/support/car/res/values-sk/values-sk.xml
deleted file mode 100644
index f493874..0000000
--- a/current/support/car/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Tlačidlo rozbalenia/zbalenia"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Sústreďte sa na cestu"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sl/values-sl.xml b/current/support/car/res/values-sl/values-sl.xml
deleted file mode 100644
index 00bb5df..0000000
--- a/current/support/car/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Gumb za razširitev/strnitev"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Glejte na cesto"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sq/values-sq.xml b/current/support/car/res/values-sq/values-sq.xml
deleted file mode 100644
index 1088c17..0000000
--- a/current/support/car/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Butoni i zgjerimit/palosjes"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Përqendrohu te rruga"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sr/values-sr.xml b/current/support/car/res/values-sr/values-sr.xml
deleted file mode 100644
index 4bb2cd5..0000000
--- a/current/support/car/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Дугме Прошири/скупи"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Фокусирајте се на пут"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sv/values-sv.xml b/current/support/car/res/values-sv/values-sv.xml
deleted file mode 100644
index 1db5c00..0000000
--- a/current/support/car/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Knappen Utöka/komprimera"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Fokusera på körningen"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-sw/values-sw.xml b/current/support/car/res/values-sw/values-sw.xml
deleted file mode 100644
index 1f01d45..0000000
--- a/current/support/car/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Kitufe cha kupanua/kukunja"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Tia makini barabarani"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ta/values-ta.xml b/current/support/car/res/values-ta/values-ta.xml
deleted file mode 100644
index 1ecb703..0000000
--- a/current/support/car/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"விரிவாக்குவதற்கான/சுருக்குவதற்கான பட்டன்"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"வாகனம் ஓட்டும்போது கவனம் தேவை"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-te/values-te.xml b/current/support/car/res/values-te/values-te.xml
deleted file mode 100644
index 61a2f75..0000000
--- a/current/support/car/res/values-te/values-te.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"విస్తరించు/కుదించు బటన్"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"రహదారిపై దృష్టి ఉంచండి"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-th/values-th.xml b/current/support/car/res/values-th/values-th.xml
deleted file mode 100644
index 034df7a..0000000
--- a/current/support/car/res/values-th/values-th.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"ปุ่มขยาย/ยุบ"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"จดจ่อกับถนน"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-tl/values-tl.xml b/current/support/car/res/values-tl/values-tl.xml
deleted file mode 100644
index 71b5efc..0000000
--- a/current/support/car/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Button na i-expand/i-collapse"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Tumuon sa kalsada"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-tr/values-tr.xml b/current/support/car/res/values-tr/values-tr.xml
deleted file mode 100644
index be8f41e..0000000
--- a/current/support/car/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Genişlet/daralt düğmesi"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Dikkatinizi yola verin"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-uk/values-uk.xml b/current/support/car/res/values-uk/values-uk.xml
deleted file mode 100644
index da6491f..0000000
--- a/current/support/car/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Кнопка \"Розгорнути або згорнути\""</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Зосередьтеся на дорозі"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-ur/values-ur.xml b/current/support/car/res/values-ur/values-ur.xml
deleted file mode 100644
index b579ade..0000000
--- a/current/support/car/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"پھیلائیں/سکیڑیں بٹن"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"سڑک پر توجہ مرکوز کریں"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-uz/values-uz.xml b/current/support/car/res/values-uz/values-uz.xml
deleted file mode 100644
index d2a392c..0000000
--- a/current/support/car/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Yoyish/yig‘ish tugmasi"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Diqqatingizni yo‘lga qarating"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-vi/values-vi.xml b/current/support/car/res/values-vi/values-vi.xml
deleted file mode 100644
index caf4ccf..0000000
--- a/current/support/car/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Nút mở rộng/thu gọn"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Tập trung vào đường đi"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-w1280dp-v13/values-w1280dp-v13.xml b/current/support/car/res/values-w1280dp-v13/values-w1280dp-v13.xml
deleted file mode 100644
index 4995574..0000000
--- a/current/support/car/res/values-w1280dp-v13/values-w1280dp-v13.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_drawer_max_width">1200dp</dimen>
-    <dimen name="car_keyline_4">182dp</dimen>
-    <dimen name="car_keyline_4_neg">-182dp</dimen>
-    <dimen name="car_margin">148dp</dimen>
-    <integer name="car_dialog_column_number">8</integer>
-    <integer name="column_card_default_column_span">8</integer>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-w1920dp-v13/values-w1920dp-v13.xml b/current/support/car/res/values-w1920dp-v13/values-w1920dp-v13.xml
deleted file mode 100644
index bcffcfa..0000000
--- a/current/support/car/res/values-w1920dp-v13/values-w1920dp-v13.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_gutter_size">32dp</dimen>
-    <dimen name="car_keyline_1">48dp</dimen>
-    <dimen name="car_keyline_1_keyline_3_diff">104dp</dimen>
-    <dimen name="car_keyline_1_neg">-48dp</dimen>
-    <dimen name="car_keyline_3">152dp</dimen>
-    <dimen name="car_keyline_3_neg">-152dp</dimen>
-    <dimen name="car_margin">192dp</dimen>
-    <integer name="car_column_number">16</integer>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-w690dp-v13/values-w690dp-v13.xml b/current/support/car/res/values-w690dp-v13/values-w690dp-v13.xml
deleted file mode 100644
index e97c0e7..0000000
--- a/current/support/car/res/values-w690dp-v13/values-w690dp-v13.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_margin">112dp</dimen>
-    <integer name="car_column_number">12</integer>
-    <integer name="car_dialog_column_number">12</integer>
-    <integer name="car_slide_down_menu_column_number">12</integer>
-    <integer name="car_slide_up_menu_column_number">12</integer>
-    <integer name="column_card_default_column_span">12</integer>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-w930dp-v13/values-w930dp-v13.xml b/current/support/car/res/values-w930dp-v13/values-w930dp-v13.xml
deleted file mode 100644
index c200091..0000000
--- a/current/support/car/res/values-w930dp-v13/values-w930dp-v13.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <dimen name="car_grid_spacing_minimum">32dp</dimen>
-    <dimen name="car_gutter_size">24dp</dimen>
-    <dimen name="car_keyline_1">32dp</dimen>
-    <dimen name="car_keyline_1_keyline_3_diff">96dp</dimen>
-    <dimen name="car_keyline_1_neg">-32dp</dimen>
-    <dimen name="car_keyline_2">108dp</dimen>
-    <dimen name="car_keyline_2_neg">-108dp</dimen>
-    <dimen name="car_keyline_3">128dp</dimen>
-    <dimen name="car_keyline_3_neg">-128dp</dimen>
-    <dimen name="car_keyline_4">168dp</dimen>
-    <dimen name="car_keyline_4_neg">-168dp</dimen>
-    <integer name="car_dialog_column_number">10</integer>
-    <integer name="column_card_default_column_span">10</integer>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-zh-rCN/values-zh-rCN.xml b/current/support/car/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index ab41f6d..0000000
--- a/current/support/car/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"“展开”/“收起”按钮"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"请专心驾驶"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-zh-rHK/values-zh-rHK.xml b/current/support/car/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index 04afcce..0000000
--- a/current/support/car/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"展開/收合按鈕"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"請專心駕駛"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-zh-rTW/values-zh-rTW.xml b/current/support/car/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index 04afcce..0000000
--- a/current/support/car/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"展開/收合按鈕"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"請專心駕駛"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values-zu/values-zu.xml b/current/support/car/res/values-zu/values-zu.xml
deleted file mode 100644
index c58326c..0000000
--- a/current/support/car/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string msgid="196909968432559564" name="action_bar_expand_collapse_button">"Inkinobho yokunweba/ukugoqa"</string>
-    <string msgid="5405697774899378511" name="speed_bump_lockout_message">"Gxila emgwaqweni"</string>
-</resources>
\ No newline at end of file
diff --git a/current/support/car/res/values/values.xml b/current/support/car/res/values/values.xml
deleted file mode 100644
index 586f000..0000000
--- a/current/support/car/res/values/values.xml
+++ /dev/null
@@ -1,982 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <color name="car_accent">@color/car_accent_dark</color>
-    <color name="car_blue_300">#ff96bff2</color>
-    <color name="car_blue_500">#ff5195ea</color>
-    <color name="car_blue_grey_800">#ff37474f</color>
-    <color name="car_blue_grey_900">#ff263238</color>
-    <color name="car_body1">@color/car_body1_dark</color>
-    <color name="car_body2">@color/car_body2_dark</color>
-    <color name="car_body3">@color/car_body3_dark</color>
-    <color name="car_body4">@color/car_body4_dark</color>
-    <color name="car_card">@color/car_card_light</color>
-    <color name="car_card_action_bar">@color/car_card_action_bar_light</color>
-    <color name="car_card_action_bar_dark">@color/car_grey_900</color>
-    <color name="car_card_action_bar_light">@color/car_grey_200</color>
-    <color name="car_card_dark">@color/car_grey_868</color>
-    <color name="car_card_light">@color/car_grey_50</color>
-    <color name="car_card_ripple_background">@color/car_card_ripple_background_dark</color>
-    <color name="car_card_ripple_background_dark">#3d000000</color>
-    <color name="car_card_ripple_background_light">#3dffffff</color>
-    <color name="car_dark_blue_grey_600">#ff222b31</color>
-    <color name="car_dark_blue_grey_700">#ff172026</color>
-    <color name="car_dark_blue_grey_800">#ff11181d</color>
-    <color name="car_dark_blue_grey_900">#ff090c0f</color>
-    <color name="car_display1">@color/car_display1_dark</color>
-    <color name="car_display2">@color/car_display2_dark</color>
-    <color name="car_display3">@color/car_display3_dark</color>
-    <color name="car_display4">@color/car_display4_dark</color>
-    <color name="car_green_500">#ff41af6a</color>
-    <color name="car_green_700">#ff218c48</color>
-    <color name="car_grey_100">#fff1f3f4</color>
-    <color name="car_grey_1000">#cc000000</color>
-    <color name="car_grey_200">#ffe8eaed</color>
-    <color name="car_grey_300">#ffdadce0</color>
-    <color name="car_grey_400">#ffbdc1c6</color>
-    <color name="car_grey_50">#fff8f9fa</color>
-    <color name="car_grey_500">#ff9aa0a6</color>
-    <color name="car_grey_600">#ff80868b</color>
-    <color name="car_grey_650">#ff6b6b6b</color>
-    <color name="car_grey_700">#ff5f6368</color>
-    <color name="car_grey_746">#ff4d5256</color>
-    <color name="car_grey_772">#ff464a4d</color>
-    <color name="car_grey_800">#ff3c4043</color>
-    <color name="car_grey_846">#ff2e3234</color>
-    <color name="car_grey_868">#ff282a2d</color>
-    <color name="car_grey_900">#ff202124</color>
-    <color name="car_grey_928">#ff17181c</color>
-    <color name="car_grey_958">#ff0e1013</color>
-    <color name="car_grey_972">#ff090a0c</color>
-    <color name="car_indigo_800">#ff283593</color>
-    <color name="car_light_blue_300">#ff4fc3f7</color>
-    <color name="car_light_blue_500">#ff03a9f4</color>
-    <color name="car_light_blue_600">#ff039be5</color>
-    <color name="car_light_blue_700">#ff0288d1</color>
-    <color name="car_light_blue_800">#ff0277bd</color>
-    <color name="car_light_blue_900">#ff01579b</color>
-    <color name="car_list_divider">@color/car_list_divider_dark</color>
-    <color name="car_list_divider_dark">#1f000000</color>
-    <color name="car_list_divider_light">@color/car_grey_700</color>
-    <color name="car_list_header">@color/car_blue_500</color>
-    <color name="car_red_400">#ffe66a5e</color>
-    <color name="car_red_500">#ffe25142</color>
-    <color name="car_red_500a">#ffd50000</color>
-    <color name="car_red_700">#ffc22a2a</color>
-    <color name="car_scrollbar_thumb">@color/car_scrollbar_thumb_dark</color>
-    <color name="car_scrollbar_thumb_dark">#7f0b0f12</color>
-    <color name="car_scrollbar_thumb_light">#99ffffff</color>
-    <color name="car_seekbar_track_background">@color/car_seekbar_track_background_light</color>
-    <color name="car_seekbar_track_background_dark">@color/car_grey_700</color>
-    <color name="car_seekbar_track_background_light">@color/car_grey_400</color>
-    <color name="car_seekbar_track_secondary_progress">@color/car_grey_500</color>
-    <color name="car_subtext1">@color/car_subtext1_dark</color>
-    <color name="car_subtext2">@color/car_subtext2_dark</color>
-    <color name="car_subtext3">@color/car_subtext3_dark</color>
-    <color name="car_subtext4">@color/car_subtext4_dark</color>
-    <color name="car_subtext5">@color/car_subtext5_dark</color>
-    <color name="car_switch_compat_track_off">@color/car_grey_400</color>
-    <color name="car_switch_compat_track_on">@color/car_teal_700</color>
-    <color name="car_switch_thumb_off">@color/car_body2</color>
-    <color name="car_switch_thumb_on">@color/car_teal_700</color>
-    <color name="car_switch_track_off">@color/car_body2</color>
-    <color name="car_switch_track_on">@color/car_teal_700</color>
-    <color name="car_teal_200">#ff80cbc4</color>
-    <color name="car_teal_700">#ff00796b</color>
-    <color name="car_tint">@color/car_tint_dark</color>
-    <color name="car_white_1000">#1effffff</color>
-    <color name="car_yellow_500">#fff5c518</color>
-    <color name="car_yellow_800">#ffe59810</color>
-    <color name="speed_bump_background">#FFD0D0D0</color>
-    <declare-styleable name="ActionBar">
-        <!-- The number of horizontal slots. The minimum number is 3. -->
-        <attr format="integer" name="columns"/>
-    </declare-styleable>
-    <declare-styleable name="CarTheme">
-        <!-- ================== -->
-        <!-- Theming Attributes -->
-        <!-- ================== -->
-        <eat-comment/>
-
-        <!-- Attribute for specifying the styling of dialogs within a car theme. Note: this is
-             different from the style that is applied to framework/AppCompat dialogs. This will
-             only affect the styling of dialogs provided by the car support library. -->
-        <attr format="reference" name="carDialogTheme"/>
-
-        <!-- An attribute for specifying a style that modifies the look of PagedListViews. -->
-        <attr format="reference" name="pagedListViewStyle"/>
-
-        <!-- An attribute for specifying a style that modifies the look of PagedScrollBarViews. -->
-        <attr format="reference" name="pagedScrollBarViewStyle"/>
-
-        <!-- ================= -->
-        <!-- Dialog Attributes -->
-        <!-- ================= -->
-        <eat-comment/>
-
-        <!-- The background color of a dialog. -->
-        <attr format="color" name="dialogBackgroundColor"/>
-
-        <!-- The style of the title text in a CarAlertDialog. -->
-        <attr format="reference" name="dialogTitleStyle"/>
-        <!-- The style of the body text in a CarAlertDialog or the list items in a CarListDialog. -->
-        <attr format="reference" name="dialogBodyStyle"/>
-        <!-- The style of the action buttons in a CarAlertDialog. -->
-        <attr format="reference" name="dialogButtonStyle"/>
-        <!-- A theme for the styling of the list in a CarListDialog. -->
-        <attr format="reference" name="dialogListTheme"/>
-
-        <!-- ================= -->
-        <!-- Drawer Attributes -->
-        <!-- ================= -->
-        <eat-comment/>
-
-        <!-- The background color of the drawer. -->
-        <attr format="color" name="drawerBackgroundColor"/>
-        <!-- The tint on the back button of the drawer. -->
-        <attr format="color" name="drawerBackButtonTint"/>
-        <!-- The color of the header text and arrow in the drawer. -->
-        <attr format="color" name="drawerHeaderColor"/>
-        <!-- The ripple color for items in the drawer. -->
-        <attr format="color" name="drawerRippleColor"/>
-        <!-- The TextAppearance of each item's title text in the drawer list. -->
-        <attr format="reference" name="drawerItemTitleTextAppearance"/>
-        <!-- The TextAppearance of each item's body text in the drawer list. -->
-        <attr format="reference" name="drawerItemBodyTextAppearance"/>
-        <!-- The theme of the list in the drawer. -->
-        <attr format="reference" name="drawerListTheme"/>
-        <!-- The id of the view that will function as the back button within the drawer. The back
-             button should navigate up the drawer stack or exit the drawer completely if the
-             stack is empty. -->
-        <attr format="reference" name="drawerBackButtonId"/>
-        <!-- The id of the view that renders the list of items in the drawer. -->
-        <attr format="reference" name="drawerListId"/>
-        <!-- The id of the view that will render the title in the drawer. -->
-        <attr format="reference" name="drawerTitleId"/>
-        <!-- The id of the view that will render a loading indicator for when the drawer contents
-             are being fetched and the list of items cannot be displayed at the moment. -->
-        <attr format="reference" name="drawerProgressId"/>
-
-    </declare-styleable>
-    <declare-styleable name="ColumnCardView">
-        <!-- The number of columns that this ColumnCardView should span across. This value will
-             determine the width of the card. -->
-        <attr format="integer" name="columnSpan"/>
-    </declare-styleable>
-    <declare-styleable name="DrawerArrowDrawable">
-        <!-- The color of the arrow. -->
-        <attr format="color" name="carArrowColor"/>
-        <!-- Whether the arrow will animate when switches directions. -->
-        <attr format="boolean" name="carArrowAnimate"/>
-        <!-- The size of the arrow's bounding box. -->
-        <attr format="dimension" name="carArrowSize"/>
-        <!-- The length of the top and bottom bars that merge to form the point of the arrow. -->
-        <attr format="dimension" name="carArrowHeadLength"/>
-        <!-- The length of arrow shaft. -->
-        <attr format="dimension" name="carArrowShaftLength"/>
-        <!-- The thickness of each of the bars that form the arrow. -->
-        <attr format="dimension" name="carArrowThickness"/>
-        <!-- The spacing between the menu bars (i.e. the "hamburger" icon). -->
-        <attr format="dimension" name="carMenuBarSpacing"/>
-        <!-- The size of the menu bars (i.e. the "hamburger" icon). -->
-        <attr format="dimension" name="carMenuBarThickness"/>
-    </declare-styleable>
-    <declare-styleable name="ListItem">
-        <!-- The background color of each ListItem. -->
-        <attr format="color" name="listItemBackgroundColor"/>
-        <!-- The TextAppearance of the title text in the ListItem. -->
-        <attr format="reference" name="listItemTitleTextAppearance"/>
-        <!-- The TextAppearance of the body text in the ListItem. -->
-        <attr format="reference" name="listItemBodyTextAppearance"/>
-        <!-- The TextAppearance of the text in the Subheader ListItem. -->
-        <attr format="reference" name="listItemSubheaderTextAppearance"/>
-        <!-- The color of the divider before any supplemental actions or icons. -->
-        <attr format="color" name="listItemActionDividerColor"/>
-        <!-- A tint over the primary icon of a list item. -->
-        <attr format="color" name="listItemPrimaryIconTint"/>
-        <!-- A tint over the supplemental icon of a list item. -->
-        <attr format="color" name="listItemSupplementalIconTint"/>
-    </declare-styleable>
-    <declare-styleable name="PagedListView">
-        <!-- Whether or not to offset the list view by the width of scroll bar. Setting this to
-             true will ensure that any views within the list will not overlap the scroll bar.
-             Deprecated: use gutter instead. If gutter is specified, this value is ignored.-->
-        <attr format="boolean" name="offsetScrollBar"/>
-        <!-- Whether to include a gutter to the start, end or both sides of the list view items.
-             The gutter width will be the width of the scrollbar, and by default will be set to
-             both. -->
-        <attr format="enum" name="gutter">
-            <!-- No gutter on either side, the list view items will extend the full width of the
-                 PagedListView. -->
-            <enum name="none" value="0"/>
-            <!-- Include a gutter on the start side only (i.e. the side with the scrollbar). -->
-            <enum name="start" value="1"/>
-            <!-- Include a gutter on the end side only (i.e. the opposite side to the
-                 scrollbar). -->
-            <enum name="end" value="2"/>
-            <!-- Include a gutter on both sides of the list view items. -->
-            <enum name="both" value="3"/>
-        </attr>
-        <!-- The size of the gutter that is either at the start, end or both sides of the
-             items in the PagedListView. There is a default value that changes per screen size if
-             a gutter size is not explicitly set.-->
-        <attr format="dimension" name="gutterSize"/>
-        <!-- Whether to display the scrollbar or not. Defaults to true. -->
-        <attr format="boolean" name="scrollBarEnabled"/>
-        <!-- The top margin before the scroll bar is drawn. -->
-        <attr format="dimension" name="scrollBarTopMargin"/>
-        <!-- The width of the container that will hold the scrollbar. The scrollbar is centered
-             within this value. If this value is not explicitly set, the scrollbar centers itself
-             within the car_margin value. -->
-        <attr format="dimension" name="scrollBarContainerWidth"/>
-        <!-- Sets the gravity of the scrollbar, which determines its position within the
-             PagedListView. Only horizontal gravities are supported. -->
-        <attr name="scrollBarGravity">
-            <flag name="left" value="0x3"/>
-            <flag name="right" value="0x5"/>
-            <flag name="start" value="0x800003"/>
-            <flag name="end" value="0x800005"/>
-        </attr>
-        <!-- Whether or not to show a vertical diving line between each item of the list. Divider
-             after the last item (LinearLayoutManager) or row (GridLayoutManager) will not be shown
-             but there will be an offset for divider space. -->
-        <attr format="boolean" name="showPagedListViewDivider"/>
-        <!-- An optional id that specifies a child View whose starting edge will be used to
-             determine the start position of the dividing line. -->
-        <attr format="reference" name="alignDividerStartTo"/>
-        <!-- An optional id that specifies a child View whose ending edge will be used to
-             determine the end position of the dividing line. -->
-        <attr format="reference" name="alignDividerEndTo"/>
-        <!-- A starting margin before the drawing of the dividing line. This margin will be an
-             offset from the view specified by "alignDividerStartTo" if given. -->
-        <attr format="dimension" name="dividerStartMargin"/>
-        <!-- An ending margin before the drawing of the dividing line. This margin will be an
-             offset from the view specified by "alignDividerEndTo" if given. -->
-        <attr format="dimension" name="dividerEndMargin"/>
-        <!-- The color of the list divider. -->
-        <attr format="color" name="listDividerColor"/>
-        <!-- The width of the margin on the right side of the list.
-             Deprecated: use gutter instead. If gutter is specified, this value is ignored.-->
-        <attr format="dimension" name="listEndMargin"/>
-        <!-- An optional vertical spacing between items in the list. In GridLayoutManager items in
-             the last row would still have spacing at bottom. -->
-        <attr format="dimension" name="itemSpacing"/>
-        <!-- The amount of space before the first item in the list view. This space is
-             scrollable with the contents of the list. -->
-        <attr format="reference" name="listContentTopOffset"/>
-        <!-- Vertically center the list contents when the number of items in the list does not take
-             up the full height of the PagedListView. This value is "false" by default. -->
-        <attr format="boolean" name="verticallyCenterListContent"/>
-        <!-- Specifies how the PagedListView should respond to day/night mode events. The values
-             here should match the DayNightStyle @interface. See that class for more
-             information. -->
-        <attr format="enum" name="dayNightStyle">
-            <!-- Automatically changes colors for day/night, assuming the content is light during
-                 the day and dark during the night. This is the default behavior. -->
-            <enum name="auto" value="0"/>
-            <!-- Automatically changes colors for day/night, with the colors being inverted from
-                 "auto". -->
-            <enum name="auto_inverse" value="1"/>
-            <!-- Fixes the colors to be light colored.  -->
-            <enum name="always_light" value="2"/>
-            <!-- Fixes the colors to be dark colored.  -->
-            <enum name="always_dark" value="3"/>
-        </attr>
-    </declare-styleable>
-    <declare-styleable name="PagedScrollBarView">
-        <!-- Sets the color of the scroll bar. This color only affects the thumb of the scroll bar;
-             the up/down buttons are unaffected. To set these, use upButtonIcon and downButtonIcon
-             respectively. -->
-        <attr format="color" name="scrollBarColor"/>
-        <!-- The icon to be used for the up button of the scroll bar. -->
-        <attr format="reference" name="upButtonIcon"/>
-        <!-- The icon to be used for the down button of the scroll bar.  -->
-        <attr format="reference" name="downButtonIcon"/>
-        <!-- The tint for the up and down buttons. -->
-        <attr format="color" name="buttonTintColor"/>
-        <!-- The background for the buttons in the PagedListView. This background should provide
-             the ripple. -->
-        <attr format="reference" name="buttonRippleBackground"/>
-    </declare-styleable>
-    <dimen name="car_action_bar_activation_ring_radius">64dp</dimen>
-    <dimen name="car_action_bar_activation_ring_stroke_width">3dp</dimen>
-    <dimen name="car_action_bar_button_height">128dp</dimen>
-    <dimen name="car_action_bar_button_ripple_radius">48dp</dimen>
-    <dimen name="car_action_bar_button_width">128dp</dimen>
-    <dimen name="car_action_bar_buttons_space">@dimen/car_padding_4</dimen>
-    <dimen name="car_action_bar_elevation">2dp</dimen>
-    <dimen name="car_action_bar_height">96dp</dimen>
-    <dimen name="car_action_bar_touch_ripple_size">38dp</dimen>
-    <dimen name="car_action_button_icon_inset">24dp</dimen>
-    <dimen name="car_action_button_ripple_inset">16dp</dimen>
-    <dimen name="car_alpha_jump_button_size">@dimen/car_scroll_bar_button_size</dimen>
-    <dimen name="car_app_bar_default_elevation">8dp</dimen>
-    <dimen name="car_app_bar_height">80dp</dimen>
-    <dimen name="car_app_icon_size">76dp</dimen>
-    <dimen name="car_application_icon_size">44dp</dimen>
-    <dimen name="car_arrow_head_length">18dp</dimen>
-    <dimen name="car_arrow_shaft_length">34dp</dimen>
-    <dimen name="car_arrow_size">96dp</dimen>
-    <dimen name="car_arrow_thickness">3dp</dimen>
-    <dimen name="car_avatar_icon_size">56dp</dimen>
-    <dimen name="car_avatar_size">56dp</dimen>
-    <dimen name="car_body1_size">32sp</dimen>
-    <dimen name="car_body2_size">28sp</dimen>
-    <dimen name="car_body3_size">26sp</dimen>
-    <dimen name="car_body4_size">24sp</dimen>
-    <dimen name="car_borderless_button_horizontal_padding">0dp</dimen>
-    <dimen name="car_button_height">56dp</dimen>
-    <dimen name="car_button_horizontal_padding">@dimen/car_padding_4</dimen>
-    <dimen name="car_button_min_width">158dp</dimen>
-    <dimen name="car_button_radius">@dimen/car_radius_1</dimen>
-    <dimen name="car_card_action_bar_height">76dp</dimen>
-    <dimen name="car_card_header_height">76dp</dimen>
-    <dimen name="car_dialog_action_bar_height">@dimen/car_card_action_bar_height</dimen>
-    <dimen name="car_dialog_elevation">16dp</dimen>
-    <dimen name="car_dialog_header_height">@dimen/car_card_header_height</dimen>
-    <dimen name="car_display1_size">64sp</dimen>
-    <dimen name="car_display2_size">56sp</dimen>
-    <dimen name="car_display3_size">44sp</dimen>
-    <dimen name="car_display4_size">36sp</dimen>
-    <dimen name="car_double_line_list_item_height">@dimen/car_single_line_list_item_height</dimen>
-    <dimen name="car_drawer_list_item_end_margin">32dp</dimen>
-    <dimen name="car_drawer_list_item_icon_end_margin">32dp</dimen>
-    <dimen name="car_drawer_max_width">720dp</dimen>
-    <dimen name="car_drawer_progress_bar_size">48dp</dimen>
-    <dimen name="car_fab_icon_size">76dp</dimen>
-    <dimen name="car_grid_spacing_minimum">32dp</dimen>
-    <dimen name="car_gutter_size">16dp</dimen>
-    <dimen name="car_keyline_1">24dp</dimen>
-    <dimen name="car_keyline_1_keyline_3_diff">88dp</dimen>
-    <dimen name="car_keyline_1_neg">-24dp</dimen>
-    <dimen name="car_keyline_2">96dp</dimen>
-    <dimen name="car_keyline_2_neg">-96dp</dimen>
-    <dimen name="car_keyline_3">112dp</dimen>
-    <dimen name="car_keyline_3_neg">-112dp</dimen>
-    <dimen name="car_keyline_4">148dp</dimen>
-    <dimen name="car_keyline_4_neg">-148dp</dimen>
-    <dimen name="car_large_avatar_size">96dp</dimen>
-    <dimen name="car_last_card_peek_amount">16dp</dimen>
-    <dimen name="car_list_dialog_title_elevation">16dp</dimen>
-    <dimen name="car_list_divider_height">1dp</dimen>
-    <dimen name="car_margin">20dp</dimen>
-    <dimen name="car_menu_bar_length">40dp</dimen>
-    <dimen name="car_menu_bar_spacing">6dp</dimen>
-    <dimen name="car_navigation_bar_height">80dp</dimen>
-    <dimen name="car_padding_0">4dp</dimen>
-    <dimen name="car_padding_1">10dp</dimen>
-    <dimen name="car_padding_2">12dp</dimen>
-    <dimen name="car_padding_3">16dp</dimen>
-    <dimen name="car_padding_4">20dp</dimen>
-    <dimen name="car_padding_5">40dp</dimen>
-    <dimen name="car_padding_6">64dp</dimen>
-    <dimen name="car_pill_button_size">56dp</dimen>
-    <dimen name="car_preference_list_margin">8dp</dimen>
-    <dimen name="car_primary_icon_size">44dp</dimen>
-    <dimen name="car_progress_bar_height">@dimen/car_seekbar_height</dimen>
-    <dimen name="car_radius_1">4dp</dimen>
-    <dimen name="car_radius_2">8dp</dimen>
-    <dimen name="car_radius_3">16dp</dimen>
-    <dimen name="car_radius_5">100dp</dimen>
-    <dimen name="car_sample_row_height">128dp</dimen>
-    <dimen name="car_scroll_bar_button_size">56dp</dimen>
-    <dimen name="car_scroll_bar_thumb_width">6dp</dimen>
-    <dimen name="car_secondary_icon_size">24dp</dimen>
-    <dimen name="car_seekbar_height">6dp</dimen>
-    <dimen name="car_seekbar_padding">10dp</dimen>
-    <dimen name="car_seekbar_thumb_size">24dp</dimen>
-    <dimen name="car_seekbar_thumb_stroke">1dp</dimen>
-    <dimen name="car_single_line_list_item_height">96dp</dimen>
-    <dimen name="car_slide_down_menu_initial_height">@dimen/car_slide_up_menu_initial_height</dimen>
-    <dimen name="car_slide_up_menu_initial_height">76dp</dimen>
-    <dimen name="car_status_bar_height">36dp</dimen>
-    <dimen name="car_status_bar_icon_size">24dp</dimen>
-    <dimen name="car_sub_header_height">76dp</dimen>
-    <dimen name="car_subtext1_size">20sp</dimen>
-    <dimen name="car_subtext2_size">18sp</dimen>
-    <dimen name="car_subtext3_size">16sp</dimen>
-    <dimen name="car_subtext4_size">14sp</dimen>
-    <dimen name="car_subtext5_size">12sp</dimen>
-    <dimen name="car_text_input_line_height">2dp</dimen>
-    <dimen name="car_text_vertical_margin">2dp</dimen>
-    <dimen name="car_touch_target_size">76dp</dimen>
-    <dimen name="car_vertical_line_divider_height">60dp</dimen>
-    <dimen name="car_vertical_line_divider_width">1dp</dimen>
-    <dimen name="speed_bump_lock_out_drawable_margin_bottom">8dp</dimen>
-    <dimen name="speed_bump_lock_out_message_height">96dp</dimen>
-    <item name="car_drawer_back_button" type="id"/>
-    <item name="car_drawer_list" type="id"/>
-    <item name="car_drawer_progress" type="id"/>
-    <item name="car_drawer_title" type="id"/>
-    <integer name="alpha_jump_button_columns">6</integer>
-    <integer name="car_action_bar_collapse_anim_duration">233</integer>
-    <integer name="car_action_bar_expand_anim_duration">333</integer>
-    <integer name="car_borderless_button_text_length_limit">20</integer>
-    <integer name="car_column_number">4</integer>
-    <integer name="car_dialog_column_number">10</integer>
-    <integer name="car_slide_down_menu_column_number">4</integer>
-    <integer name="car_slide_up_menu_column_number">4</integer>
-    <integer name="column_card_default_column_span">4</integer>
-    <integer name="speed_bump_fade_duration_ms">167</integer>
-    <integer name="speed_bump_lock_out_color_change_ms">500</integer>
-    <integer name="speed_bump_lock_out_color_change_start_delay_ms">5433</integer>
-    <integer name="speed_bump_lock_out_duration_ms">5933</integer>
-    <integer name="speed_bump_translate_y_duration_ms">300</integer>
-    <string name="action_bar_expand_collapse_button">Expand/collapse button</string>
-    <string name="alpha_jump_placeholder_text" translatable="false">A</string>
-    <string name="car_drawer_close" translatable="false">Close drawer</string>
-    <string name="car_drawer_open" translatable="false">Open drawer</string>
-    <string name="ellipsis" translatable="false">…</string>
-    <string name="speed_bump_lockout_message">Focus on the road</string>
-    <style name="AlertDialog" parent="AlertDialog.AppCompat">
-        <item name="multiChoiceItemLayout">@layout/select_dialog_multichoice_car</item>
-        <item name="singleChoiceItemLayout">@layout/select_dialog_singlechoice_car</item>
-        <item name="android:layout">@layout/car_preference_alert_dialog</item>
-    </style>
-    <style name="CarListVerticalDivider">
-        <item name="android:layout_width">@dimen/car_vertical_line_divider_width</item>
-        <item name="android:layout_height">@dimen/car_vertical_line_divider_height</item>
-        <item name="android:layout_marginStart">@dimen/car_padding_4</item>
-        <item name="android:background">@color/car_list_divider</item>
-    </style>
-    <style name="CarPreference">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <!-- The following attributes are inherited by any style prefixed with CarPreference.
-             These attributes can be overriden in the children. -->
-        <item name="allowDividerAbove">true</item>
-        <item name="allowDividerBelow">true</item>
-        <item name="singleLineTitle">true</item>
-        <item name="iconSpaceReserved">false</item>
-    </style>
-    <style name="CarPreference.Category">
-        <item name="android:layout">@layout/preference_category_material_car</item>
-        <!-- The title should not dim if the category is disabled, instead only the preference
-             children should dim. -->
-        <item name="android:shouldDisableView">false</item>
-        <item name="android:selectable">false</item>
-    </style>
-    <style name="CarPreference.CheckBoxPreference">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:widgetLayout">@layout/car_checkbox_widget</item>
-    </style>
-    <style name="CarPreference.DialogPreference">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:positiveButtonText">@android:string/ok</item>
-        <item name="android:negativeButtonText">@android:string/cancel</item>
-    </style>
-    <style name="CarPreference.DialogPreference.EditTextPreference">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:dialogLayout">@layout/preference_dialog_edittext</item>
-    </style>
-    <style name="CarPreference.DropDown">
-        <item name="android:layout">@layout/preference_dropdown_material_car</item>
-    </style>
-    <style name="CarPreference.Information">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:enabled">false</item>
-        <item name="android:shouldDisableView">false</item>
-    </style>
-    <style name="CarPreference.PreferenceScreen">
-        <item name="android:layout">@layout/preference_material_car</item>
-    </style>
-    <style name="CarPreference.SeekBarPreference">
-        <item name="android:layout">@layout/preference_widget_seekbar_material_car</item>
-        <item name="adjustable">true</item>
-        <item name="showSeekBarValue">true</item>
-    </style>
-    <style name="CarPreference.SwitchPreference">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:widgetLayout">@layout/car_switch_widget</item>
-    </style>
-    <style name="CarPreference.SwitchPreferenceCompat">
-        <item name="android:layout">@layout/preference_material_car</item>
-        <item name="android:widgetLayout">@layout/car_switch_compat_widget</item>
-    </style>
-    <style name="CarPreferenceFragment">
-        <item name="android:layout">@layout/preference_list_fragment_car</item>
-        <item name="android:divider">@drawable/car_preference_divider</item>
-        <item name="allowDividerAfterLastItem">false</item>
-    </style>
-    <style name="CarPreferenceFragmentList">
-        <item name="android:paddingLeft">0dp</item>
-        <item name="android:paddingRight">0dp</item>
-    </style>
-    <style name="PreferenceThemeOverlayCar">
-        <item name="preferenceScreenStyle">@style/CarPreference.PreferenceScreen</item>
-        <item name="preferenceFragmentCompatStyle">@style/CarPreferenceFragment</item>
-        <item name="preferenceFragmentStyle">@style/CarPreferenceFragment</item>
-        <item name="preferenceCategoryStyle">@style/CarPreference.Category</item>
-        <item name="preferenceStyle">@style/CarPreference</item>
-        <item name="preferenceInformationStyle">@style/CarPreference.Information</item>
-        <item name="checkBoxPreferenceStyle">@style/CarPreference.CheckBoxPreference</item>
-        <item name="switchPreferenceCompatStyle">@style/CarPreference.SwitchPreferenceCompat</item>
-        <item name="switchPreferenceStyle">@style/CarPreference.SwitchPreference</item>
-        <item name="seekBarPreferenceStyle">@style/CarPreference.SeekBarPreference</item>
-        <item name="dialogPreferenceStyle">@style/CarPreference.DialogPreference</item>
-        <item name="editTextPreferenceStyle">@style/CarPreference.DialogPreference.EditTextPreference</item>
-        <item name="dropdownPreferenceStyle">@style/CarPreference.DropDown</item>
-        <item name="preferenceFragmentListStyle">@style/CarPreferenceFragmentList</item>
-        <item name="android:preferenceLayoutChild">@layout/preference_material_car_child</item>
-    </style>
-    <style name="SpinnerDropDownItem">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body2</item>
-        <item name="android:divider">@drawable/car_preference_divider</item>
-        <item name="android:paddingLeft">@dimen/car_keyline_1</item>
-        <item name="android:paddingRight">@dimen/car_keyline_1</item>
-        <item name="android:paddingTop">@dimen/car_padding_4</item>
-        <item name="android:paddingBottom">@dimen/car_padding_4</item>
-    </style>
-    <style name="TextAppearance.Car" parent="TextAppearance.AppCompat"/>
-    <style name="TextAppearance.Car.ActionBar.Menu" parent="TextAppearance.Car.Body3.Medium">
-        <item name="android:textColor">?attr/actionMenuTextColor</item>
-    </style>
-    <style name="TextAppearance.Car.Body1">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_body1_size</item>
-        <item name="android:textColor">@color/car_body1</item>
-    </style>
-    <style name="TextAppearance.Car.Body1.Dark">
-        <item name="android:textColor">@color/car_body2_dark</item>
-    </style>
-    <style name="TextAppearance.Car.Body1.Light">
-        <item name="android:textColor">@color/car_body1_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body1.Medium">
-        <item name="android:fontFamily">sans-serif-medium</item>
-    </style>
-    <style name="TextAppearance.Car.Body1.Medium.Dark">
-        <item name="android:textColor">@color/car_body1_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body1.Medium.Light">
-        <item name="android:textColor">@color/car_body1_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body2">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_body2_size</item>
-        <item name="android:textColor">@color/car_body2</item>
-    </style>
-    <style name="TextAppearance.Car.Body2.Dark">
-        <item name="android:textColor">@color/car_body2_dark</item>
-    </style>
-    <style name="TextAppearance.Car.Body2.Light">
-        <item name="android:textColor">@color/car_body2_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body3">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_body3_size</item>
-        <item name="android:textColor">@color/car_body3</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Dark">
-        <item name="android:textColor">@color/car_body3_dark</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Light">
-        <item name="android:textColor">@color/car_body3_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Medium">
-        <item name="android:fontFamily">sans-serif-medium</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Medium.Accent">
-        <item name="android:textColor">@color/car_accent</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Medium.Dark">
-        <item name="android:textColor">@color/car_body3_dark</item>
-    </style>
-    <style name="TextAppearance.Car.Body3.Medium.Light">
-        <item name="android:textColor">@color/car_body3_light</item>
-    </style>
-    <style name="TextAppearance.Car.Body4">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_body4_size</item>
-        <item name="android:textColor">@color/car_body4</item>
-    </style>
-    <style name="TextAppearance.Car.Display1">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_display1_size</item>
-        <item name="android:textColor">@color/car_display1</item>
-    </style>
-    <style name="TextAppearance.Car.Display2">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_display2_size</item>
-        <item name="android:textColor">@color/car_display2</item>
-    </style>
-    <style name="TextAppearance.Car.Display3">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_display3_size</item>
-        <item name="android:textColor">@color/car_display3</item>
-    </style>
-    <style name="TextAppearance.Car.Display4">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_display4_size</item>
-        <item name="android:textColor">@color/car_display4</item>
-    </style>
-    <style name="TextAppearance.Car.Hint" parent="TextAppearance.Car.Body2"/>
-    <style name="TextAppearance.Car.Hint.Light" parent="TextAppearance.Car.Body2.Light"/>
-    <style name="TextAppearance.Car.SubText1">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_subtext1_size</item>
-        <item name="android:textColor">@color/car_subtext1</item>
-    </style>
-    <style name="TextAppearance.Car.SubText2">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_subtext2_size</item>
-        <item name="android:textColor">@color/car_subtext2</item>
-    </style>
-    <style name="TextAppearance.Car.SubText3">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_subtext3_size</item>
-        <item name="android:textColor">@color/car_subtext3</item>
-    </style>
-    <style name="TextAppearance.Car.SubText4">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_subtext4_size</item>
-        <item name="android:textColor">@color/car_subtext4</item>
-    </style>
-    <style name="TextAppearance.Car.SubText5">
-        <item name="android:textStyle">normal</item>
-        <item name="android:textSize">@dimen/car_subtext5_size</item>
-        <item name="android:textColor">@color/car_subtext5</item>
-    </style>
-    <style name="TextAppearance.Car.Subheader" parent="TextAppearance.Car.Body3.Medium">
-        <item name="android:textColor">?attr/android:colorAccent</item>
-    </style>
-    <style name="Theme.Car.Dark.Dialog" parent="Theme.Car.Dialog">
-        <item name="android:colorButtonNormal">@color/car_accent_light</item>
-        <item name="android:colorControlHighlight">@color/car_card_ripple_background_light</item>
-        <item name="colorControlHighlight">@color/car_card_ripple_background_light</item>
-        <item name="dialogButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="dialogBackgroundColor">@color/car_card_dark</item>
-        <item name="dialogListTheme">@style/Theme.Car.Light.List.DarkItems</item>
-        <item name="dialogTitleStyle">@style/Widget.Car.Dialog.Title.Light</item>
-        <item name="dialogBodyStyle">@style/Widget.Car.Dialog.Body.Light</item>
-    </style>
-    <style name="Theme.Car.Dark.Dialog.Alert" parent="Theme.Car.Dialog.Alert">
-        <item name="android:background">@color/car_card_dark</item>
-        <item name="android:listDividerAlertDialog">@drawable/car_list_divider_light</item>
-        <item name="android:textColorPrimary">@color/car_body2_light</item>
-        <item name="android:windowTitleStyle">@style/Widget.Car.Dialog.Title.Light</item>
-    </style>
-    <style name="Theme.Car.Dark.NoActionBar" parent="Theme.Car.NoActionBar"/>
-    <style name="Theme.Car.Dark.NoActionBar.Drawer" parent="Theme.Car.NoActionBar.Drawer"/>
-    <style name="Theme.Car.Dialog" parent="Theme.AppCompat.Dialog">
-        <item name="android:colorButtonNormal">@color/car_accent</item>
-        <item name="android:colorControlHighlight">@color/car_card_ripple_background</item>
-        <item name="android:windowIsTranslucent">true</item>
-        <item name="android:windowBackground">@android:color/transparent</item>
-        <item name="colorControlHighlight">@color/car_card_ripple_background</item>
-        <item name="dialogButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="dialogBackgroundColor">@color/car_card</item>
-        <item name="dialogListTheme">@style/Theme.Car.List</item>
-        <item name="dialogTitleStyle">@style/Widget.Car.Dialog.Title</item>
-        <item name="dialogBodyStyle">@style/Widget.Car.Dialog.Body</item>
-    </style>
-    <style name="Theme.Car.Dialog.Alert" parent="Theme.AppCompat.Dialog.Alert">
-        <item name="android:background">@color/car_card</item>
-        <item name="android:borderlessButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="android:colorButtonNormal">@color/car_accent</item>
-        <item name="android:listDividerAlertDialog">@drawable/car_list_divider</item>
-        <item name="android:textColorPrimary">@color/car_body2</item>
-        <item name="android:windowTitleStyle">@style/Widget.Car.Dialog.Title</item>
-        <item name="buttonBarNeutralButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="buttonBarNegativeButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="buttonBarPositiveButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="android:listPreferredItemHeightSmall">@dimen/car_single_line_list_item_height</item>
-        <item name="android:listPreferredItemPaddingStart">@dimen/car_keyline_1</item>
-        <item name="android:listPreferredItemPaddingEnd">@dimen/car_keyline_1</item>
-        <item name="android:textAppearanceLarge">@style/TextAppearance.Car.Body2</item>
-        <item name="alertDialogStyle">@style/AlertDialog</item>
-        <item name="android:colorControlNormal">@color/car_body2</item>
-        <item name="android:colorControlActivated">@color/car_accent</item>
-    </style>
-    <style name="Theme.Car.Light.Dialog.Alert" parent="Theme.Car.Dialog.Alert">
-        <item name="android:background">@color/car_card_light</item>
-        <item name="android:listDividerAlertDialog">@drawable/car_list_divider_dark</item>
-        <item name="android:textColorPrimary">@color/car_body2_dark</item>
-        <item name="android:windowTitleStyle">@style/Widget.Car.Dialog.Title.Dark</item>
-    </style>
-    <style name="Theme.Car.Light.List" parent="Theme.Car.List">
-        <item name="pagedListViewStyle">@style/Widget.Car.List.Light</item>
-        <item name="pagedScrollBarViewStyle">@style/Widget.Car.Scrollbar.Light</item>
-    </style>
-    <style name="Theme.Car.Light.List.DarkItems">
-        <item name="listItemBackgroundColor">@color/car_card_dark</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1.Light</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2.Light</item>
-    </style>
-    <style name="Theme.Car.Light.NoActionBar" parent="Theme.Car.NoActionBar">
-        <item name="android:alertDialogTheme">@style/Theme.Car.Dialog.Alert</item>
-        <item name="android:checkboxStyle">@style/Widget.Car.CheckBox</item>
-        <item name="android:colorAccent">@color/car_accent</item>
-        <item name="android:colorButtonNormal">@color/car_accent</item>
-        <item name="android:colorControlHighlight">@color/car_card_ripple_background</item>
-        <item name="android:colorForeground">@color/car_body2</item>
-        <item name="android:colorPrimary">@color/car_card</item>
-        <item name="android:buttonStyle">@style/Widget.Car.Button</item>
-        <item name="android:borderlessButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="android:progressBarStyleHorizontal">@style/Widget.Car.ProgressBar.Horizontal</item>
-        <item name="android:progressBackgroundTint">@color/car_seekbar_track_background</item>
-        <item name="android:progressTint">?attr/android:colorControlActivated</item>
-        <item name="android:secondaryProgressTint">@color/car_seekbar_track_secondary_progress</item>
-        <item name="android:textColorHint">@color/car_body2</item>
-        <item name="android:editTextStyle">@style/Widget.Car.EditText</item>
-        <item name="android:editTextColor">@color/car_body1</item>
-        <item name="android:colorControlNormal">@color/car_body2</item>
-        <item name="android:seekBarStyle">@style/Widget.Car.SeekBar</item>
-        <item name="android:spinnerDropDownItemStyle">@style/SpinnerDropDownItem</item>
-        <item name="actionBarItemBackground">@drawable/car_card_ripple_background</item>
-        <item name="actionBarSize">@dimen/car_app_bar_height</item>
-        <item name="actionButtonStyle">@style/Widget.Car.ActionButton</item>
-        <item name="actionMenuTextAppearance">@style/TextAppearance.Car.ActionBar.Menu</item>
-        <item name="actionMenuTextColor">?android:attr/colorButtonNormal</item>
-        <item name="alertDialogTheme">@style/Theme.Car.Dialog.Alert</item>
-        <item name="carDialogTheme">@style/Theme.Car.Dialog</item>
-        <item name="colorAccent">?attr/android:colorAccent</item>
-        <item name="colorControlHighlight">@color/car_card_ripple_background</item>
-        <item name="colorPrimary">@color/car_card</item>
-        <item name="colorSwitchThumbNormal">@color/car_body2</item>
-        <item name="editTextStyle">@style/Widget.Car.EditText</item>
-        <item name="listItemActionDividerColor">@color/car_list_divider</item>
-        <item name="listItemBackgroundColor">@color/car_card</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2</item>
-        <item name="listItemSubheaderTextAppearance">@style/TextAppearance.Car.Subheader</item>
-        <item name="pagedListViewStyle">@style/Widget.Car.List</item>
-        <item name="pagedScrollBarViewStyle">@style/Widget.Car.Scrollbar</item>
-        <item name="seekBarStyle">@style/Widget.Car.SeekBar</item>
-        <item name="checkboxStyle">@style/Widget.Car.CheckBox</item>
-        <item name="toolbarNavigationButtonStyle">@style/Widget.Car.Toolbar.Button.Navigation</item>
-        <item name="toolbarStyle">@style/Widget.Car.Toolbar</item>
-    </style>
-    <style name="Theme.Car.Light.NoActionBar.Drawer">
-        <item name="drawerArrowStyle">@style/Widget.Car.DrawerArrowToggle</item>
-        <item name="drawerBackButtonTint">@color/car_tint</item>
-        <item name="drawerBackgroundColor">@color/car_card</item>
-        <item name="drawerRippleColor">@color/car_card_ripple_background</item>
-        <item name="drawerHeaderColor">@color/car_body1</item>
-        <item name="drawerItemTitleTextAppearance">@style/TextAppearance.Car.Body1</item>
-        <item name="drawerItemBodyTextAppearance">@style/TextAppearance.Car.Body2</item>
-        <item name="drawerListTheme">@style/Theme.Car.List</item>
-    </style>
-    <style name="Theme.Car.List" parent="android:Theme">
-        <item name="pagedListViewStyle">@style/Widget.Car.List</item>
-        <item name="pagedScrollBarViewStyle">@style/Widget.Car.Scrollbar</item>
-        <item name="listItemBackgroundColor">@color/car_card</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2</item>
-    </style>
-    <style name="Theme.Car.NoActionBar" parent="Theme.AppCompat.NoActionBar">
-        <item name="android:alertDialogTheme">@style/Theme.Car.Dark.Dialog.Alert</item>
-        <item name="android:colorAccent">@color/car_accent_light</item>
-        <item name="android:colorForeground">@color/car_body2_light</item>
-        <item name="android:borderlessButtonStyle">@style/Widget.Car.Button.Borderless.Colored</item>
-        <item name="android:buttonStyle">@style/Widget.Car.Button.DarkText</item>
-        <item name="android:checkboxStyle">@style/Widget.Car.CheckBox</item>
-        <item name="android:colorButtonNormal">@color/car_accent_light</item>
-        <item name="android:colorControlHighlight">@color/car_card_ripple_background_light</item>
-        <item name="android:colorControlNormal">@color/car_body2_light</item>
-        <item name="android:colorPrimary">@color/car_card_dark</item>
-        <item name="android:editTextColor">@color/car_body1_light</item>
-        <item name="android:editTextStyle">@style/Widget.Car.EditText</item>
-        <item name="android:progressBarStyleHorizontal">@style/Widget.Car.ProgressBar.Horizontal</item>
-        <item name="android:progressBackgroundTint">@color/car_seekbar_track_background_dark</item>
-        <item name="android:progressTint">?attr/android:colorControlActivated</item>
-        <item name="android:secondaryProgressTint">@color/car_seekbar_track_secondary_progress</item>
-        <item name="android:seekBarStyle">@style/Widget.Car.SeekBar.Light</item>
-        <item name="android:textColorHint">@color/car_body2_light</item>
-        <item name="android:spinnerDropDownItemStyle">@style/SpinnerDropDownItem</item>
-        <item name="actionBarItemBackground">@drawable/car_card_ripple_background</item>
-        <item name="actionBarSize">@dimen/car_app_bar_height</item>
-        <item name="actionButtonStyle">@style/Widget.Car.ActionButton.Light</item>
-        <item name="actionMenuTextAppearance">@style/TextAppearance.Car.ActionBar.Menu</item>
-        <item name="actionMenuTextColor">?android:attr/colorButtonNormal</item>
-        <item name="alertDialogTheme">@style/Theme.Car.Dark.Dialog.Alert</item>
-        <item name="carDialogTheme">@style/Theme.Car.Dark.Dialog</item>
-        <item name="colorAccent">?attr/android:colorAccent</item>
-        <item name="colorControlHighlight">@color/car_card_ripple_background_light</item>
-        <item name="colorPrimary">@color/car_card_dark</item>
-        <item name="colorSwitchThumbNormal">@color/car_body2_light</item>
-        <item name="editTextStyle">@style/Widget.Car.EditText</item>
-        <item name="listItemActionDividerColor">@color/car_list_divider_light</item>
-        <item name="listItemBackgroundColor">@color/car_card_dark</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2.Light</item>
-        <item name="listItemPrimaryIconTint">@null</item>
-        <item name="listItemSupplementalIconTint">@null</item>
-        <item name="listItemSubheaderTextAppearance">@style/TextAppearance.Car.Subheader</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1.Light</item>
-        <item name="pagedListViewStyle">@style/Widget.Car.List.Light</item>
-        <item name="pagedScrollBarViewStyle">@style/Widget.Car.Scrollbar.Light</item>
-        <item name="seekBarStyle">@style/Widget.Car.SeekBar.Light</item>
-        <item name="checkboxStyle">@style/Widget.Car.CheckBox.Light</item>
-        <item name="toolbarNavigationButtonStyle">@style/Widget.Car.Toolbar.Button.Navigation</item>
-        <item name="toolbarStyle">@style/Widget.Car.Toolbar.Light</item>
-    </style>
-    <style name="Theme.Car.NoActionBar.Drawer">
-        <item name="drawerBackButtonId">@id/car_drawer_back_button</item>
-        <item name="drawerBackButtonTint">@color/car_tint_light</item>
-        <item name="drawerListId">@id/car_drawer_list</item>
-        <item name="drawerTitleId">@id/car_drawer_title</item>
-        <item name="drawerProgressId">@id/car_drawer_progress</item>
-        <item name="drawerArrowStyle">@style/Widget.Car.DrawerArrowToggle</item>
-        <item name="drawerBackgroundColor">@color/car_card_dark</item>
-        <item name="drawerRippleColor">@color/car_card_ripple_background_light</item>
-        <item name="drawerHeaderColor">@color/car_body1_light</item>
-        <item name="drawerItemTitleTextAppearance">@style/TextAppearance.Car.Body1.Light</item>
-        <item name="drawerItemBodyTextAppearance">@style/TextAppearance.Car.Body2.Light</item>
-        <item name="drawerListTheme">@style/Theme.Car.Light.List.DarkItems</item>
-    </style>
-    <style name="Widget.Car.ActionButton" parent="Widget.AppCompat.ActionButton">
-        <item name="android:background">?attr/actionBarItemBackground</item>
-        <item name="android:minHeight">@dimen/car_action_bar_height</item>
-        <item name="android:paddingLeft">@dimen/car_padding_2</item>
-        <item name="android:paddingRight">@dimen/car_padding_2</item>
-        <item name="android:scaleType">fitCenter</item>
-        <item name="android:tint">@color/car_tint</item>
-    </style>
-    <style name="Widget.Car.ActionButton.Light">
-        <item name="android:tint">@color/car_tint_light</item>
-    </style>
-    <style name="Widget.Car.Button" parent="Widget.AppCompat.Button">
-        <item name="android:fontFamily">sans-serif-medium</item>
-        <item name="android:layout_height">@dimen/car_button_height</item>
-        <item name="android:minWidth">@dimen/car_button_min_width</item>
-        <item name="android:paddingStart">@dimen/car_button_horizontal_padding</item>
-        <item name="android:paddingEnd">@dimen/car_button_horizontal_padding</item>
-        <item name="android:textSize">@dimen/car_body3_size</item>
-        <item name="android:textAllCaps">false</item>
-        <item name="android:background">@drawable/car_button_background</item>
-        <item name="android:textColor">@color/car_body3</item>
-    </style>
-    <style name="Widget.Car.Button.ActionBar">
-        <item name="android:scaleType">fitCenter</item>
-        <item name="android:padding">@dimen/car_action_button_icon_inset</item>
-        <item name="android:background">@drawable/car_action_button_background</item>
-        <item name="android:tint">@color/car_tint</item>
-    </style>
-    <style name="Widget.Car.Button.Borderless.Colored" parent="Widget.AppCompat.Button.Borderless.Colored">
-        <item name="android:fontFamily">sans-serif-medium</item>
-        <item name="android:layout_height">@dimen/car_button_height</item>
-        <item name="android:minWidth">@dimen/car_button_min_width</item>
-        <item name="android:paddingStart">@dimen/car_borderless_button_horizontal_padding</item>
-        <item name="android:paddingEnd">@dimen/car_borderless_button_horizontal_padding</item>
-        <item name="android:textSize">@dimen/car_body3_size</item>
-        <item name="android:textAllCaps">false</item>
-        <item name="android:textColor">?android:attr/colorButtonNormal</item>
-    </style>
-    <style name="Widget.Car.Button.DarkText">
-        <item name="android:textColor">@color/car_body3_dark</item>
-    </style>
-    <style name="Widget.Car.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1</item>
-        <item name="buttonTint">?android:attr/colorAccent</item>
-    </style>
-    <style name="Widget.Car.CheckBox.Dark">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1.Dark</item>
-    </style>
-    <style name="Widget.Car.CheckBox.Light">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1.Light</item>
-    </style>
-    <style name="Widget.Car.Dialog" parent="android:Widget"/>
-    <style name="Widget.Car.Dialog.Body">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body2</item>
-    </style>
-    <style name="Widget.Car.Dialog.Body.Dark">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body2.Dark</item>
-    </style>
-    <style name="Widget.Car.Dialog.Body.Light">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body2.Light</item>
-    </style>
-    <style name="Widget.Car.Dialog.Title">
-        <item name="android:maxLines">1</item>
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1.Medium</item>
-        <item name="android:ellipsize">end</item>
-        <item name="android:textAlignment">viewStart</item>
-    </style>
-    <style name="Widget.Car.Dialog.Title.Dark">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1.Medium.Dark</item>
-    </style>
-    <style name="Widget.Car.Dialog.Title.Light">
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1.Medium.Light</item>
-    </style>
-    <style name="Widget.Car.DrawerArrowToggle" parent="Widget.AppCompat.DrawerArrowToggle">
-        <item name="color">?attr/drawerHeaderColor</item>
-        <item name="spinBars">true</item>
-        <item name="barLength">@dimen/car_menu_bar_length</item>
-        <item name="thickness">@dimen/car_arrow_thickness</item>
-        <item name="gapBetweenBars">@dimen/car_menu_bar_spacing</item>
-        <item name="arrowShaftLength">@dimen/car_arrow_shaft_length</item>
-        <item name="arrowHeadLength">@dimen/car_arrow_head_length</item>
-        <item name="drawableSize">@dimen/car_arrow_size</item>
-    </style>
-    <style name="Widget.Car.EditText" parent="Widget.AppCompat.EditText">
-        <item name="android:textColor">?attr/editTextColor</item>
-        <item name="android:textAppearance">@style/TextAppearance.Car.Body1</item>
-    </style>
-    <style name="Widget.Car.List" parent="android:Widget">
-        <item name="listDividerColor">@color/car_list_divider</item>
-        <item name="scrollBarGravity">left</item>
-    </style>
-    <style name="Widget.Car.List.Dark">
-        <item name="listDividerColor">@color/car_list_divider_dark</item>
-    </style>
-    <style name="Widget.Car.List.Light">
-        <item name="listDividerColor">@color/car_list_divider_light</item>
-    </style>
-    <style name="Widget.Car.ListItem" parent="android:Widget">
-        <item name="listItemBackgroundColor">@color/car_card</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2</item>
-    </style>
-    <style name="Widget.Car.ListItem.Dark">
-        <item name="listItemBackgroundColor">@color/car_card_dark</item>
-        <item name="listItemTitleTextAppearance">@style/TextAppearance.Car.Body1.Light</item>
-        <item name="listItemBodyTextAppearance">@style/TextAppearance.Car.Body2.Light</item>
-    </style>
-    <style name="Widget.Car.ProgressBar.Horizontal" parent="Widget.AppCompat.ProgressBar.Horizontal">
-        <item name="android:minHeight">@dimen/car_progress_bar_height</item>
-        <item name="android:maxHeight">@dimen/car_progress_bar_height</item>
-    </style>
-    <style name="Widget.Car.Scrollbar" parent="android:Widget">
-        <item name="buttonTintColor">@color/car_tint</item>
-        <item name="buttonRippleBackground">@drawable/car_button_ripple_background</item>
-        <item name="scrollBarColor">@color/car_scrollbar_thumb</item>
-    </style>
-    <style name="Widget.Car.Scrollbar.Dark">
-        <item name="buttonTintColor">@color/car_tint_dark</item>
-        <item name="buttonRippleBackground">@drawable/car_button_ripple_background_dark</item>
-        <item name="scrollBarColor">@color/car_scrollbar_thumb_dark</item>
-    </style>
-    <style name="Widget.Car.Scrollbar.Light">
-        <item name="buttonTintColor">@color/car_tint_light</item>
-        <item name="buttonRippleBackground">@drawable/car_button_ripple_background_light</item>
-        <item name="scrollBarColor">@color/car_scrollbar_thumb_light</item>
-    </style>
-    <style name="Widget.Car.SeekBar" parent="Widget.AppCompat.SeekBar">
-        <item name="android:progressDrawable">@drawable/car_seekbar_track</item>
-        <item name="android:thumb">@drawable/car_seekbar_thumb</item>
-    </style>
-    <style name="Widget.Car.SeekBar.Dark">
-        <item name="android:progressDrawable">@drawable/car_seekbar_track</item>
-        <item name="android:thumb">@drawable/car_seekbar_thumb</item>
-    </style>
-    <style name="Widget.Car.SeekBar.Light">
-        <item name="android:progressDrawable">@drawable/car_seekbar_track</item>
-        <item name="android:thumb">@drawable/car_seekbar_thumb</item>
-    </style>
-    <style name="Widget.Car.Toolbar" parent="Widget.AppCompat.Toolbar">
-        <item name="android:minHeight">?attr/actionBarSize</item>
-        <item name="background">@color/car_card</item>
-        <item name="contentInsetEnd">@dimen/car_keyline_1</item>
-        <item name="contentInsetStart">@dimen/car_keyline_1</item>
-        <item name="elevation">@dimen/car_action_bar_elevation</item>
-        <item name="subtitleTextAppearance">@style/TextAppearance.Car.Body2</item>
-        <item name="titleTextAppearance">@style/TextAppearance.Car.Body1.Medium</item>
-        <item name="navigationIcon">@drawable/ic_nav_arrow_back</item>
-    </style>
-    <style name="Widget.Car.Toolbar.Button.Navigation" parent="Widget.AppCompat.Toolbar.Button.Navigation">
-        <item name="android:background">@drawable/car_card_ripple_background</item>
-        <item name="android:scaleType">center</item>
-        <item name="android:tint">@color/car_tint</item>
-    </style>
-    <style name="Widget.Car.Toolbar.Light">
-        <item name="subtitleTextAppearance">@style/TextAppearance.Car.Body2.Light</item>
-        <item name="titleTextAppearance">@style/TextAppearance.Car.Body1.Medium.Light</item>
-    </style>
-</resources>
\ No newline at end of file
diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar
deleted file mode 100644
index ba52e6d..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar
+++ /dev/null
Binary files differ
diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.md5 b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.md5
deleted file mode 100644
index 747b3c0..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-Ÿø<å.¼Ž¶Aru™ûƐ
\ No newline at end of file
diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.sha1 b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.sha1
deleted file mode 100644
index 09f6e72..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.aar.sha1
+++ /dev/null
@@ -1,2 +0,0 @@
-x+Ñeç‡Ì-ÂUk%
-‡¯0	
\ No newline at end of file
diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom
deleted file mode 100644
index 473a5da..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>com.android.support</groupId>

-  <artifactId>car</artifactId>

-  <version>28.0.0-alpha5</version>

-  <packaging>aar</packaging>

-  <name>Android Car Support UI</name>

-  <description>Android Car Support UI</description>

-  <url>http://developer.android.com/tools/extras/support-library.html</url>

-  <inceptionYear>2017</inceptionYear>

-  <licenses>

-    <license>

-      <name>The Apache Software License, Version 2.0</name>

-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

-      <distribution>repo</distribution>

-    </license>

-  </licenses>

-  <developers>

-    <developer>

-      <name>The Android Open Source Project</name>

-    </developer>

-  </developers>

-  <scm>

-    <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>

-    <url>http://source.android.com</url>

-  </scm>

-  <dependencies>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>design</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>appcompat-v7</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>cardview-v7</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>support-annotations</artifactId>

-      <version>28.0.0-rc01</version>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>support-v4</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>recyclerview-v7</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>gridlayout-v7</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support</groupId>

-      <artifactId>preference-v7</artifactId>

-      <version>28.0.0-rc01</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-    <dependency>

-      <groupId>com.android.support.constraint</groupId>

-      <artifactId>constraint-layout</artifactId>

-      <version>1.1.0</version>

-      <type>aar</type>

-      <scope>compile</scope>

-    </dependency>

-  </dependencies>

-</project>

diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.md5 b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.md5
deleted file mode 100644
index b1ed24d..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-’n|Ÿê¦F5Ìm­ã@
\ No newline at end of file
diff --git a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.sha1 b/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.sha1
deleted file mode 100644
index 15cab00..0000000
--- a/current/support/m2repository/com/android/support/car/28.0.0-alpha5/car-28.0.0-alpha5.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-,±$0ÝÔ34NvQχ8?ëÐZ6
\ No newline at end of file
diff --git a/current/support/manifests/android-support-car/AndroidManifest.xml b/current/support/manifests/android-support-car/AndroidManifest.xml
deleted file mode 100644
index e899424..0000000
--- a/current/support/manifests/android-support-car/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2017 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="androidx.car" >
-
-    <uses-sdk android:minSdkVersion="24" />
-
-</manifest>
\ No newline at end of file
diff --git a/current/system-server/android.jar b/current/system-server/android.jar
index 58cea5f..afe1d61 100644
--- a/current/system-server/android.jar
+++ b/current/system-server/android.jar
Binary files differ
diff --git a/current/system-server/service-media-s.jar b/current/system-server/service-media-s.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/system-server/service-media-s.jar
Binary files differ
diff --git a/current/system-server/service-permission-stubs.jar b/current/system-server/service-permission-stubs.jar
new file mode 100644
index 0000000..709e909
--- /dev/null
+++ b/current/system-server/service-permission-stubs.jar
Binary files differ
diff --git a/current/system-server/service-permission.jar b/current/system-server/service-permission.jar
index 674ed8a..d01ae09 100644
--- a/current/system-server/service-permission.jar
+++ b/current/system-server/service-permission.jar
Binary files differ
diff --git a/current/system/android-non-updatable.jar b/current/system/android-non-updatable.jar
index 5f6a82b..fff8df2 100644
--- a/current/system/android-non-updatable.jar
+++ b/current/system/android-non-updatable.jar
Binary files differ
diff --git a/current/system/android.jar b/current/system/android.jar
index a38458a..f4dc1d8 100644
--- a/current/system/android.jar
+++ b/current/system/android.jar
Binary files differ
diff --git a/current/system/android.test.mock.jar b/current/system/android.test.mock.jar
index 4fe14dd..4f73ffc 100644
--- a/current/system/android.test.mock.jar
+++ b/current/system/android.test.mock.jar
Binary files differ
diff --git a/current/system/com.android.location.provider.jar b/current/system/com.android.location.provider.jar
index 7cdd82e..ad48be9 100644
--- a/current/system/com.android.location.provider.jar
+++ b/current/system/com.android.location.provider.jar
Binary files differ
diff --git a/current/system/com.android.media.tv.remoteprovider.jar b/current/system/com.android.media.tv.remoteprovider.jar
index e322013..4d5e060 100644
--- a/current/system/com.android.media.tv.remoteprovider.jar
+++ b/current/system/com.android.media.tv.remoteprovider.jar
Binary files differ
diff --git a/current/system/framework-appsearch.jar b/current/system/framework-appsearch.jar
new file mode 100644
index 0000000..c616dfa
--- /dev/null
+++ b/current/system/framework-appsearch.jar
Binary files differ
diff --git a/current/system/framework-connectivity.jar b/current/system/framework-connectivity.jar
index 214a526..e1de18e 100644
--- a/current/system/framework-connectivity.jar
+++ b/current/system/framework-connectivity.jar
Binary files differ
diff --git a/current/system/framework-graphics.jar b/current/system/framework-graphics.jar
new file mode 100644
index 0000000..df79670
--- /dev/null
+++ b/current/system/framework-graphics.jar
Binary files differ
diff --git a/current/system/framework-media-stubs-systemapi.jar b/current/system/framework-media-stubs-systemapi.jar
new file mode 100644
index 0000000..0bacd29
--- /dev/null
+++ b/current/system/framework-media-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-media.jar b/current/system/framework-media.jar
index 070c3b7..4de9177 100644
--- a/current/system/framework-media.jar
+++ b/current/system/framework-media.jar
Binary files differ
diff --git a/current/system/framework-mediaprovider-stubs-systemapi.jar b/current/system/framework-mediaprovider-stubs-systemapi.jar
new file mode 100644
index 0000000..f4bf6d7
--- /dev/null
+++ b/current/system/framework-mediaprovider-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-mediaprovider.jar b/current/system/framework-mediaprovider.jar
index 11f50fd..198d1f4 100644
--- a/current/system/framework-mediaprovider.jar
+++ b/current/system/framework-mediaprovider.jar
Binary files differ
diff --git a/current/system/framework-permission-s.jar b/current/system/framework-permission-s.jar
new file mode 100644
index 0000000..0b6ab78
--- /dev/null
+++ b/current/system/framework-permission-s.jar
Binary files differ
diff --git a/current/system/framework-permission-stubs-systemapi.jar b/current/system/framework-permission-stubs-systemapi.jar
new file mode 100644
index 0000000..ff9795e
--- /dev/null
+++ b/current/system/framework-permission-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-scheduling.jar b/current/system/framework-scheduling.jar
new file mode 100644
index 0000000..e9b3aa5
--- /dev/null
+++ b/current/system/framework-scheduling.jar
Binary files differ
diff --git a/current/system/framework-sdkextensions-stubs-systemapi.jar b/current/system/framework-sdkextensions-stubs-systemapi.jar
new file mode 100644
index 0000000..da7b5ce
--- /dev/null
+++ b/current/system/framework-sdkextensions-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-statsd-stubs-systemapi.jar b/current/system/framework-statsd-stubs-systemapi.jar
new file mode 100644
index 0000000..bd20e0f
--- /dev/null
+++ b/current/system/framework-statsd-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-tethering-stubs-module_libs_api.jar b/current/system/framework-tethering-stubs-module_libs_api.jar
new file mode 100644
index 0000000..b65e84b
--- /dev/null
+++ b/current/system/framework-tethering-stubs-module_libs_api.jar
Binary files differ
diff --git a/current/system/framework-tethering-stubs-systemapi.jar b/current/system/framework-tethering-stubs-systemapi.jar
new file mode 100644
index 0000000..3fd7af9
--- /dev/null
+++ b/current/system/framework-tethering-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-wifi-stubs-systemapi.jar b/current/system/framework-wifi-stubs-systemapi.jar
new file mode 100644
index 0000000..b07800a
--- /dev/null
+++ b/current/system/framework-wifi-stubs-systemapi.jar
Binary files differ
diff --git a/current/system/framework-wifi.jar b/current/system/framework-wifi.jar
index 1808b29..0c7cffc 100644
--- a/current/system/framework-wifi.jar
+++ b/current/system/framework-wifi.jar
Binary files differ
diff --git a/current/test/android-non-updatable.jar b/current/test/android-non-updatable.jar
index b7b600e..ea613c3 100644
--- a/current/test/android-non-updatable.jar
+++ b/current/test/android-non-updatable.jar
Binary files differ
diff --git a/current/test/android.jar b/current/test/android.jar
index e922a99..6c0ca60 100644
--- a/current/test/android.jar
+++ b/current/test/android.jar
Binary files differ
diff --git a/current/test/android.net.ipsec.ike.jar b/current/test/android.net.ipsec.ike.jar
new file mode 100644
index 0000000..e817843
--- /dev/null
+++ b/current/test/android.net.ipsec.ike.jar
Binary files differ
diff --git a/current/test/android.test.mock.jar b/current/test/android.test.mock.jar
index 62fde2c..7f819b9 100644
--- a/current/test/android.test.mock.jar
+++ b/current/test/android.test.mock.jar
Binary files differ
diff --git a/current/test/com.android.location.provider.jar b/current/test/com.android.location.provider.jar
index 7cdd82e..ad48be9 100644
--- a/current/test/com.android.location.provider.jar
+++ b/current/test/com.android.location.provider.jar
Binary files differ
diff --git a/current/test/com.android.media.tv.remoteprovider.jar b/current/test/com.android.media.tv.remoteprovider.jar
index e322013..4d5e060 100644
--- a/current/test/com.android.media.tv.remoteprovider.jar
+++ b/current/test/com.android.media.tv.remoteprovider.jar
Binary files differ
diff --git a/tools/darwin/bin/aapt b/tools/darwin/bin/aapt
index ae9f37a..7ab5334 100755
--- a/tools/darwin/bin/aapt
+++ b/tools/darwin/bin/aapt
Binary files differ
diff --git a/tools/darwin/bin/aapt2 b/tools/darwin/bin/aapt2
index 3cc46c1..9822a4b 100755
--- a/tools/darwin/bin/aapt2
+++ b/tools/darwin/bin/aapt2
Binary files differ
diff --git a/tools/darwin/bin/aarch64-linux-android-ld b/tools/darwin/bin/aarch64-linux-android-ld
index faa11f9..9a274fc 100755
--- a/tools/darwin/bin/aarch64-linux-android-ld
+++ b/tools/darwin/bin/aarch64-linux-android-ld
Binary files differ
diff --git a/tools/darwin/bin/aidl b/tools/darwin/bin/aidl
index 3ac46f2..1297b3d 100755
--- a/tools/darwin/bin/aidl
+++ b/tools/darwin/bin/aidl
Binary files differ
diff --git a/tools/darwin/bin/apksigner b/tools/darwin/bin/apksigner
index 11a7529..d13afc4 100755
--- a/tools/darwin/bin/apksigner
+++ b/tools/darwin/bin/apksigner
@@ -46,6 +46,8 @@
 if [ ! -r "$libdir/$jarfile" ]; then
     # set apksigner.jar location for the Android tree case
     libdir=`dirname "$progdir"`/framework
+    # also include the library directory for any provider native libraries
+    providerLibdir=`dirname "$progdir"`/lib64
 fi
 
 if [ ! -r "$libdir/$jarfile" ]; then
@@ -71,6 +73,8 @@
     javaOpts="${javaOpts} -${opt}"
     if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
         defaultMx="no"
+    elif expr "x${opt}" : "xDjava.library.path=" >/dev/null; then
+        defaultLibdir="no"
     fi
     shift
 done
@@ -79,6 +83,10 @@
     javaOpts="${javaOpts} ${defaultMx}"
 fi
 
+if [ "${defaultLibdir}" != "no" ] && [ -n $providerLibdir ]; then
+    javaOpts="${javaOpts} -Djava.library.path=$providerLibdir"
+fi
+
 if [ "$OSTYPE" = "cygwin" ]; then
     # For Cygwin, convert the jarfile path into native Windows style.
     jarpath=`cygpath -w "$libdir/$jarfile"`
diff --git a/tools/darwin/bin/arm-linux-androideabi-ld b/tools/darwin/bin/arm-linux-androideabi-ld
index f0a1d81..9a274fc 100755
--- a/tools/darwin/bin/arm-linux-androideabi-ld
+++ b/tools/darwin/bin/arm-linux-androideabi-ld
Binary files differ
diff --git a/tools/darwin/bin/bcc_compat b/tools/darwin/bin/bcc_compat
index 9aab443..78666dd 100755
--- a/tools/darwin/bin/bcc_compat
+++ b/tools/darwin/bin/bcc_compat
Binary files differ
diff --git a/tools/darwin/bin/core-lambda-stubs.jar b/tools/darwin/bin/core-lambda-stubs.jar
index 1cbb31c..f3329d3 100755
--- a/tools/darwin/bin/core-lambda-stubs.jar
+++ b/tools/darwin/bin/core-lambda-stubs.jar
Binary files differ
diff --git a/tools/darwin/bin/dexdump b/tools/darwin/bin/dexdump
index ed7be74..94ace21 100755
--- a/tools/darwin/bin/dexdump
+++ b/tools/darwin/bin/dexdump
Binary files differ
diff --git a/tools/darwin/bin/i686-linux-android-ld b/tools/darwin/bin/i686-linux-android-ld
index 73d0b2a..9a274fc 100755
--- a/tools/darwin/bin/i686-linux-android-ld
+++ b/tools/darwin/bin/i686-linux-android-ld
Binary files differ
diff --git a/tools/darwin/bin/llvm-rs-cc b/tools/darwin/bin/llvm-rs-cc
index c60c182..4cbf26d 100755
--- a/tools/darwin/bin/llvm-rs-cc
+++ b/tools/darwin/bin/llvm-rs-cc
Binary files differ
diff --git a/tools/darwin/bin/mipsel-linux-android-ld b/tools/darwin/bin/mipsel-linux-android-ld
index ad950dc..9a274fc 100755
--- a/tools/darwin/bin/mipsel-linux-android-ld
+++ b/tools/darwin/bin/mipsel-linux-android-ld
Binary files differ
diff --git a/tools/darwin/bin/source.properties b/tools/darwin/bin/source.properties
index 99df932..4869cb4 100755
--- a/tools/darwin/bin/source.properties
+++ b/tools/darwin/bin/source.properties
@@ -1,3 +1,3 @@
 Pkg.UserSrc=false
-#Pkg.Revision=29.0.3
-Pkg.Revision=30.0.0 rc2
+Pkg.Revision=30.0.2
+#Pkg.Revision=30.0.0 rc4
diff --git a/tools/darwin/bin/split-select b/tools/darwin/bin/split-select
index ff02446..2422740 100755
--- a/tools/darwin/bin/split-select
+++ b/tools/darwin/bin/split-select
Binary files differ
diff --git a/tools/darwin/bin/x86_64-linux-android-ld b/tools/darwin/bin/x86_64-linux-android-ld
index e07de12..9a274fc 100755
--- a/tools/darwin/bin/x86_64-linux-android-ld
+++ b/tools/darwin/bin/x86_64-linux-android-ld
Binary files differ
diff --git a/tools/darwin/bin/zipalign b/tools/darwin/bin/zipalign
index 6153915..f01f834 100755
--- a/tools/darwin/bin/zipalign
+++ b/tools/darwin/bin/zipalign
Binary files differ
diff --git a/tools/darwin/lib/apksigner.jar b/tools/darwin/lib/apksigner.jar
index 07006e3..d3aaa5d 100644
--- a/tools/darwin/lib/apksigner.jar
+++ b/tools/darwin/lib/apksigner.jar
Binary files differ
diff --git a/tools/darwin/lib/d8.jar b/tools/darwin/lib/d8.jar
index 5229988..f8905eb 100644
--- a/tools/darwin/lib/d8.jar
+++ b/tools/darwin/lib/d8.jar
Binary files differ
diff --git a/tools/darwin/lib/shrinkedAndroid.jar b/tools/darwin/lib/shrinkedAndroid.jar
index 01a2abb..1910821 100644
--- a/tools/darwin/lib/shrinkedAndroid.jar
+++ b/tools/darwin/lib/shrinkedAndroid.jar
Binary files differ
diff --git a/tools/darwin/lib64/libaapt2_jni.dylib b/tools/darwin/lib64/libaapt2_jni.dylib
index 43859d2..ce6ece5 100644
--- a/tools/darwin/lib64/libaapt2_jni.dylib
+++ b/tools/darwin/lib64/libaapt2_jni.dylib
Binary files differ
diff --git a/tools/darwin/lib64/libbcc.dylib b/tools/darwin/lib64/libbcc.dylib
index 277ed55..5dd144c 100644
--- a/tools/darwin/lib64/libbcc.dylib
+++ b/tools/darwin/lib64/libbcc.dylib
Binary files differ
diff --git a/tools/darwin/lib64/libbcinfo.dylib b/tools/darwin/lib64/libbcinfo.dylib
index 5b9fbf4..dfdb80b 100644
--- a/tools/darwin/lib64/libbcinfo.dylib
+++ b/tools/darwin/lib64/libbcinfo.dylib
Binary files differ
diff --git a/tools/darwin/lib64/libc++.dylib b/tools/darwin/lib64/libc++.dylib
index 16841b3..aa1d95c 100644
--- a/tools/darwin/lib64/libc++.dylib
+++ b/tools/darwin/lib64/libc++.dylib
Binary files differ
diff --git a/tools/linux/bin/aapt b/tools/linux/bin/aapt
index f9c10b0..02f8fd5 100755
--- a/tools/linux/bin/aapt
+++ b/tools/linux/bin/aapt
Binary files differ
diff --git a/tools/linux/bin/aapt2 b/tools/linux/bin/aapt2
index a54eab4..341f07e 100755
--- a/tools/linux/bin/aapt2
+++ b/tools/linux/bin/aapt2
Binary files differ
diff --git a/tools/linux/bin/aarch64-linux-android-ld b/tools/linux/bin/aarch64-linux-android-ld
index d07a961..9a274fc 100755
--- a/tools/linux/bin/aarch64-linux-android-ld
+++ b/tools/linux/bin/aarch64-linux-android-ld
Binary files differ
diff --git a/tools/linux/bin/aidl b/tools/linux/bin/aidl
index aaa0bb7..70a6665 100755
--- a/tools/linux/bin/aidl
+++ b/tools/linux/bin/aidl
Binary files differ
diff --git a/tools/linux/bin/apksigner b/tools/linux/bin/apksigner
index 11a7529..d13afc4 100755
--- a/tools/linux/bin/apksigner
+++ b/tools/linux/bin/apksigner
@@ -46,6 +46,8 @@
 if [ ! -r "$libdir/$jarfile" ]; then
     # set apksigner.jar location for the Android tree case
     libdir=`dirname "$progdir"`/framework
+    # also include the library directory for any provider native libraries
+    providerLibdir=`dirname "$progdir"`/lib64
 fi
 
 if [ ! -r "$libdir/$jarfile" ]; then
@@ -71,6 +73,8 @@
     javaOpts="${javaOpts} -${opt}"
     if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
         defaultMx="no"
+    elif expr "x${opt}" : "xDjava.library.path=" >/dev/null; then
+        defaultLibdir="no"
     fi
     shift
 done
@@ -79,6 +83,10 @@
     javaOpts="${javaOpts} ${defaultMx}"
 fi
 
+if [ "${defaultLibdir}" != "no" ] && [ -n $providerLibdir ]; then
+    javaOpts="${javaOpts} -Djava.library.path=$providerLibdir"
+fi
+
 if [ "$OSTYPE" = "cygwin" ]; then
     # For Cygwin, convert the jarfile path into native Windows style.
     jarpath=`cygpath -w "$libdir/$jarfile"`
diff --git a/tools/linux/bin/arm-linux-androideabi-ld b/tools/linux/bin/arm-linux-androideabi-ld
index 2826ad9..9a274fc 100755
--- a/tools/linux/bin/arm-linux-androideabi-ld
+++ b/tools/linux/bin/arm-linux-androideabi-ld
Binary files differ
diff --git a/tools/linux/bin/bcc_compat b/tools/linux/bin/bcc_compat
index eeb2afd..22cfe36 100755
--- a/tools/linux/bin/bcc_compat
+++ b/tools/linux/bin/bcc_compat
Binary files differ
diff --git a/tools/linux/bin/core-lambda-stubs.jar b/tools/linux/bin/core-lambda-stubs.jar
index 1cbb31c..f3329d3 100755
--- a/tools/linux/bin/core-lambda-stubs.jar
+++ b/tools/linux/bin/core-lambda-stubs.jar
Binary files differ
diff --git a/tools/linux/bin/dexdump b/tools/linux/bin/dexdump
index 55883d0..586d300 100755
--- a/tools/linux/bin/dexdump
+++ b/tools/linux/bin/dexdump
Binary files differ
diff --git a/tools/linux/bin/i686-linux-android-ld b/tools/linux/bin/i686-linux-android-ld
index 784d9d0..9a274fc 100755
--- a/tools/linux/bin/i686-linux-android-ld
+++ b/tools/linux/bin/i686-linux-android-ld
Binary files differ
diff --git a/tools/linux/bin/llvm-rs-cc b/tools/linux/bin/llvm-rs-cc
index 8a93e6b..8531cdc 100755
--- a/tools/linux/bin/llvm-rs-cc
+++ b/tools/linux/bin/llvm-rs-cc
Binary files differ
diff --git a/tools/linux/bin/mipsel-linux-android-ld b/tools/linux/bin/mipsel-linux-android-ld
index d3f85de..9a274fc 100755
--- a/tools/linux/bin/mipsel-linux-android-ld
+++ b/tools/linux/bin/mipsel-linux-android-ld
Binary files differ
diff --git a/tools/linux/bin/source.properties b/tools/linux/bin/source.properties
index 99df932..4869cb4 100755
--- a/tools/linux/bin/source.properties
+++ b/tools/linux/bin/source.properties
@@ -1,3 +1,3 @@
 Pkg.UserSrc=false
-#Pkg.Revision=29.0.3
-Pkg.Revision=30.0.0 rc2
+Pkg.Revision=30.0.2
+#Pkg.Revision=30.0.0 rc4
diff --git a/tools/linux/bin/split-select b/tools/linux/bin/split-select
index 703c7d1..0716515 100755
--- a/tools/linux/bin/split-select
+++ b/tools/linux/bin/split-select
Binary files differ
diff --git a/tools/linux/bin/x86_64-linux-android-ld b/tools/linux/bin/x86_64-linux-android-ld
index 4175913..9a274fc 100755
--- a/tools/linux/bin/x86_64-linux-android-ld
+++ b/tools/linux/bin/x86_64-linux-android-ld
Binary files differ
diff --git a/tools/linux/bin/zipalign b/tools/linux/bin/zipalign
index 74fcf45..c652fcb 100755
--- a/tools/linux/bin/zipalign
+++ b/tools/linux/bin/zipalign
Binary files differ
diff --git a/tools/linux/lib/apksigner.jar b/tools/linux/lib/apksigner.jar
index 07006e3..d3aaa5d 100644
--- a/tools/linux/lib/apksigner.jar
+++ b/tools/linux/lib/apksigner.jar
Binary files differ
diff --git a/tools/linux/lib/d8.jar b/tools/linux/lib/d8.jar
index 5229988..f8905eb 100644
--- a/tools/linux/lib/d8.jar
+++ b/tools/linux/lib/d8.jar
Binary files differ
diff --git a/tools/linux/lib/shrinkedAndroid.jar b/tools/linux/lib/shrinkedAndroid.jar
index ef03c32..234aa60 100644
--- a/tools/linux/lib/shrinkedAndroid.jar
+++ b/tools/linux/lib/shrinkedAndroid.jar
Binary files differ
diff --git a/tools/linux/lib64/libaapt2_jni.so b/tools/linux/lib64/libaapt2_jni.so
index c2ddb36..89498b5 100644
--- a/tools/linux/lib64/libaapt2_jni.so
+++ b/tools/linux/lib64/libaapt2_jni.so
Binary files differ
diff --git a/tools/linux/lib64/libbcc.so b/tools/linux/lib64/libbcc.so
index 540a88c..f446d84 100644
--- a/tools/linux/lib64/libbcc.so
+++ b/tools/linux/lib64/libbcc.so
Binary files differ
diff --git a/tools/linux/lib64/libbcinfo.so b/tools/linux/lib64/libbcinfo.so
index 9862dcd..7c98612 100644
--- a/tools/linux/lib64/libbcinfo.so
+++ b/tools/linux/lib64/libbcinfo.so
Binary files differ
diff --git a/tools/linux/lib64/libc++.so b/tools/linux/lib64/libc++.so
index 98bd881..3e93086 100644
--- a/tools/linux/lib64/libc++.so
+++ b/tools/linux/lib64/libc++.so
Binary files differ
diff --git a/tools/windows/bin/aapt.exe b/tools/windows/bin/aapt.exe
index 487b9ec..c729b79 100755
--- a/tools/windows/bin/aapt.exe
+++ b/tools/windows/bin/aapt.exe
Binary files differ
diff --git a/tools/windows/bin/aapt2.exe b/tools/windows/bin/aapt2.exe
index 0c491ae..0d7d828 100755
--- a/tools/windows/bin/aapt2.exe
+++ b/tools/windows/bin/aapt2.exe
Binary files differ
diff --git a/tools/windows/bin/aarch64-linux-android-ld.exe b/tools/windows/bin/aarch64-linux-android-ld.exe
index e355bf7..9a274fc 100755
--- a/tools/windows/bin/aarch64-linux-android-ld.exe
+++ b/tools/windows/bin/aarch64-linux-android-ld.exe
Binary files differ
diff --git a/tools/windows/bin/aidl.exe b/tools/windows/bin/aidl.exe
index 3aaae25..098a299 100755
--- a/tools/windows/bin/aidl.exe
+++ b/tools/windows/bin/aidl.exe
Binary files differ
diff --git a/tools/windows/bin/apksigner.bat b/tools/windows/bin/apksigner.bat
index 29106c1..934725f 100755
--- a/tools/windows/bin/apksigner.bat
+++ b/tools/windows/bin/apksigner.bat
@@ -22,12 +22,34 @@
 REM and set up progdir to be the fully-qualified pathname of its directory.

 set prog=%~f0

 

-rem Check we have a valid Java.exe in the path.

-set java_exe=

-if exist    "%~dp0..\tools\lib\find_java.bat" call    "%~dp0..\tools\lib\find_java.bat"

-if exist "%~dp0..\..\tools\lib\find_java.bat" call "%~dp0..\..\tools\lib\find_java.bat"

-if not defined java_exe goto :EOF

+@rem Find java.exe

+if defined JAVA_HOME goto findJavaFromJavaHome

 

+set JAVA_EXE=java.exe

+%JAVA_EXE% -version >NUL 2>&1

+if "%ERRORLEVEL%" == "0" goto init

+

+echo.

+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:findJavaFromJavaHome

+set JAVA_HOME=%JAVA_HOME:"=%

+set JAVA_EXE=%JAVA_HOME%/bin/java.exe

+

+if exist "%JAVA_EXE%" goto init

+

+echo.

+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:init

 set jarfile=apksigner.jar

 set "frameworkdir=%~dp0"

 rem frameworkdir must not end with a dir sep.

diff --git a/tools/windows/bin/arm-linux-androideabi-ld.exe b/tools/windows/bin/arm-linux-androideabi-ld.exe
index b52c50e..9a274fc 100755
--- a/tools/windows/bin/arm-linux-androideabi-ld.exe
+++ b/tools/windows/bin/arm-linux-androideabi-ld.exe
Binary files differ
diff --git a/tools/windows/bin/bcc_compat.exe b/tools/windows/bin/bcc_compat.exe
index f714da0..0684da3 100755
--- a/tools/windows/bin/bcc_compat.exe
+++ b/tools/windows/bin/bcc_compat.exe
Binary files differ
diff --git a/tools/windows/bin/core-lambda-stubs.jar b/tools/windows/bin/core-lambda-stubs.jar
index 1cbb31c..f3329d3 100755
--- a/tools/windows/bin/core-lambda-stubs.jar
+++ b/tools/windows/bin/core-lambda-stubs.jar
Binary files differ
diff --git a/tools/windows/bin/d8.bat b/tools/windows/bin/d8.bat
index e8782ae..90bb3a6 100755
--- a/tools/windows/bin/d8.bat
+++ b/tools/windows/bin/d8.bat
@@ -22,12 +22,34 @@
 REM and set up progdir to be the fully-qualified pathname of its directory.

 set prog=%~f0

 

-rem Check we have a valid Java.exe in the path.

-set java_exe=

-if exist    "%~dp0..\tools\lib\find_java.bat" call    "%~dp0..\tools\lib\find_java.bat"

-if exist "%~dp0..\..\tools\lib\find_java.bat" call "%~dp0..\..\tools\lib\find_java.bat"

-if not defined java_exe goto :EOF

+@rem Find java.exe

+if defined JAVA_HOME goto findJavaFromJavaHome

 

+set JAVA_EXE=java.exe

+%JAVA_EXE% -version >NUL 2>&1

+if "%ERRORLEVEL%" == "0" goto init

+

+echo.

+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:findJavaFromJavaHome

+set JAVA_HOME=%JAVA_HOME:"=%

+set JAVA_EXE=%JAVA_HOME%/bin/java.exe

+

+if exist "%JAVA_EXE%" goto init

+

+echo.

+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:init

 set jarfile=d8.jar

 set "frameworkdir=%~dp0"

 rem frameworkdir must not end with a dir sep.

diff --git a/tools/windows/bin/dexdump.exe b/tools/windows/bin/dexdump.exe
index 84f3f84..47b4646 100755
--- a/tools/windows/bin/dexdump.exe
+++ b/tools/windows/bin/dexdump.exe
Binary files differ
diff --git a/tools/windows/bin/dx.bat b/tools/windows/bin/dx.bat
index 6545886..f2e3857 100755
--- a/tools/windows/bin/dx.bat
+++ b/tools/windows/bin/dx.bat
@@ -22,12 +22,34 @@
 REM and set up progdir to be the fully-qualified pathname of its directory.

 set prog=%~f0

 

-rem Check we have a valid Java.exe in the path.

-set java_exe=

-if exist    "%~dp0..\tools\lib\find_java.bat" call    "%~dp0..\tools\lib\find_java.bat"

-if exist "%~dp0..\..\tools\lib\find_java.bat" call "%~dp0..\..\tools\lib\find_java.bat"

-if not defined java_exe goto :EOF

+@rem Find java.exe

+if defined JAVA_HOME goto findJavaFromJavaHome

 

+set JAVA_EXE=java.exe

+%JAVA_EXE% -version >NUL 2>&1

+if "%ERRORLEVEL%" == "0" goto init

+

+echo.

+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:findJavaFromJavaHome

+set JAVA_HOME=%JAVA_HOME:"=%

+set JAVA_EXE=%JAVA_HOME%/bin/java.exe

+

+if exist "%JAVA_EXE%" goto init

+

+echo.

+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:init

 set jarfile=dx.jar

 set "frameworkdir=%~dp0"

 rem frameworkdir must not end with a dir sep.

diff --git a/tools/windows/bin/i686-linux-android-ld.exe b/tools/windows/bin/i686-linux-android-ld.exe
index d0c0435..9a274fc 100755
--- a/tools/windows/bin/i686-linux-android-ld.exe
+++ b/tools/windows/bin/i686-linux-android-ld.exe
Binary files differ
diff --git a/tools/windows/bin/libLLVM_android.dll b/tools/windows/bin/libLLVM_android.dll
index d71055b..64e02f8 100755
--- a/tools/windows/bin/libLLVM_android.dll
+++ b/tools/windows/bin/libLLVM_android.dll
Binary files differ
diff --git a/tools/windows/bin/libaapt2_jni.dll b/tools/windows/bin/libaapt2_jni.dll
index 0ff2bd4..8b1a0c0 100755
--- a/tools/windows/bin/libaapt2_jni.dll
+++ b/tools/windows/bin/libaapt2_jni.dll
Binary files differ
diff --git a/tools/windows/bin/libbcc.dll b/tools/windows/bin/libbcc.dll
index aaa62e1..45882fb 100755
--- a/tools/windows/bin/libbcc.dll
+++ b/tools/windows/bin/libbcc.dll
Binary files differ
diff --git a/tools/windows/bin/libbcinfo.dll b/tools/windows/bin/libbcinfo.dll
index 97533d4..3dc9c84 100755
--- a/tools/windows/bin/libbcinfo.dll
+++ b/tools/windows/bin/libbcinfo.dll
Binary files differ
diff --git a/tools/windows/bin/libclang_android.dll b/tools/windows/bin/libclang_android.dll
index a205640..28dcda5 100755
--- a/tools/windows/bin/libclang_android.dll
+++ b/tools/windows/bin/libclang_android.dll
Binary files differ
diff --git a/tools/windows/bin/libwinpthread-1.dll b/tools/windows/bin/libwinpthread-1.dll
index a677dee..132236d 100755
--- a/tools/windows/bin/libwinpthread-1.dll
+++ b/tools/windows/bin/libwinpthread-1.dll
Binary files differ
diff --git a/tools/windows/bin/lld.exe b/tools/windows/bin/lld.exe
index 1b29723..822daec 100755
--- a/tools/windows/bin/lld.exe
+++ b/tools/windows/bin/lld.exe
Binary files differ
diff --git a/tools/windows/bin/llvm-rs-cc.exe b/tools/windows/bin/llvm-rs-cc.exe
index 424cabb..bcca78b 100755
--- a/tools/windows/bin/llvm-rs-cc.exe
+++ b/tools/windows/bin/llvm-rs-cc.exe
Binary files differ
diff --git a/tools/windows/bin/mainDexClasses.bat b/tools/windows/bin/mainDexClasses.bat
index dc5f2c3..232635c 100755
--- a/tools/windows/bin/mainDexClasses.bat
+++ b/tools/windows/bin/mainDexClasses.bat
@@ -16,12 +16,34 @@
 REM don't modify the caller's environment

 setlocal

 

-rem Check we have a valid Java.exe in the path.

-set java_exe=

-if exist    "%~dp0..\tools\lib\find_java.bat"    call    "%~dp0..\tools\lib\find_java.bat"

-if exist    "%~dp0..\..\tools\lib\find_java.bat" call    "%~dp0..\..\tools\lib\find_java.bat"

-if not defined java_exe goto :EOF

+@rem Find java.exe

+if defined JAVA_HOME goto findJavaFromJavaHome

 

+set JAVA_EXE=java.exe

+%JAVA_EXE% -version >NUL 2>&1

+if "%ERRORLEVEL%" == "0" goto init

+

+echo.

+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:findJavaFromJavaHome

+set JAVA_HOME=%JAVA_HOME:"=%

+set JAVA_EXE=%JAVA_HOME%/bin/java.exe

+

+if exist "%JAVA_EXE%" goto init

+

+echo.

+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

+echo.

+echo Please set the JAVA_HOME variable in your environment to match the

+echo location of your Java installation.

+exit /b 1

+

+:init

 set baserules="%~dp0\mainDexClasses.rules"

 set extrarules="%~dp0\mainDexClassesNoAapt.rules"

 

diff --git a/tools/windows/bin/mipsel-linux-android-ld.exe b/tools/windows/bin/mipsel-linux-android-ld.exe
index 12fe4bf..9a274fc 100755
--- a/tools/windows/bin/mipsel-linux-android-ld.exe
+++ b/tools/windows/bin/mipsel-linux-android-ld.exe
Binary files differ
diff --git a/tools/windows/bin/source.properties b/tools/windows/bin/source.properties
index 99df932..4869cb4 100755
--- a/tools/windows/bin/source.properties
+++ b/tools/windows/bin/source.properties
@@ -1,3 +1,3 @@
 Pkg.UserSrc=false
-#Pkg.Revision=29.0.3
-Pkg.Revision=30.0.0 rc2
+Pkg.Revision=30.0.2
+#Pkg.Revision=30.0.0 rc4
diff --git a/tools/windows/bin/split-select.exe b/tools/windows/bin/split-select.exe
index 698e153..32a5d66 100755
--- a/tools/windows/bin/split-select.exe
+++ b/tools/windows/bin/split-select.exe
Binary files differ
diff --git a/tools/windows/bin/x86_64-linux-android-ld.exe b/tools/windows/bin/x86_64-linux-android-ld.exe
index a7d6b84..9a274fc 100755
--- a/tools/windows/bin/x86_64-linux-android-ld.exe
+++ b/tools/windows/bin/x86_64-linux-android-ld.exe
Binary files differ
diff --git a/tools/windows/bin/zipalign.exe b/tools/windows/bin/zipalign.exe
index 9344812..8437c8e 100755
--- a/tools/windows/bin/zipalign.exe
+++ b/tools/windows/bin/zipalign.exe
Binary files differ
diff --git a/tools/windows/lib/apksigner.jar b/tools/windows/lib/apksigner.jar
index 07006e3..d3aaa5d 100644
--- a/tools/windows/lib/apksigner.jar
+++ b/tools/windows/lib/apksigner.jar
Binary files differ
diff --git a/tools/windows/lib/d8.jar b/tools/windows/lib/d8.jar
index 5229988..f8905eb 100644
--- a/tools/windows/lib/d8.jar
+++ b/tools/windows/lib/d8.jar
Binary files differ
diff --git a/tools/windows/lib/shrinkedAndroid.jar b/tools/windows/lib/shrinkedAndroid.jar
index d8c3547..17e5bb3 100644
--- a/tools/windows/lib/shrinkedAndroid.jar
+++ b/tools/windows/lib/shrinkedAndroid.jar
Binary files differ
diff --git a/update_prebuilts/update_prebuilts.py b/update_prebuilts/update_prebuilts.py
index 37ec227..e17f1fa 100755
--- a/update_prebuilts/update_prebuilts.py
+++ b/update_prebuilts/update_prebuilts.py
@@ -27,6 +27,10 @@
 
 maven_to_make = {
     # AndroidX
+    'androidx.benchmark:benchmark-common': {'name':'androidx.benchmark_benchmark-common', 'path':'androidx/benchmark/benchmark-common'},
+    'androidx.benchmark:benchmark-junit4': {'name':'androidx.benchmark_benchmark-junit4', 'path':'androidx/benchmark/benchmark-junit4'},
+    'androidx.tracing:tracing': {'name':'androidx.tracing_tracing', 'path':'androidx/tracing/tracing'},
+    'androidx.tracing:tracing-ktx': {'name':'androidx.tracing_tracing-ktx', 'path':'androidx/tracing/tracing-ktx'},
     'androidx.slice:slice-builders': {'name':'androidx.slice_slice-builders', 'path':'androidx/slice/slice-builders'},
     'androidx.slice:slice-core': {'name':'androidx.slice_slice-core', 'path':'androidx/slice/slice-core'},
     'androidx.slice:slice-view': {'name':'androidx.slice_slice-view', 'path':'androidx/slice/slice-view'},
@@ -37,9 +41,8 @@
     'androidx.activity:activity': {'name':'androidx.activity_activity', 'path':'androidx/activity/activity'},
     'androidx.activity:activity-ktx': {'name':'androidx.activity_activity-ktx', 'path':'androidx/activity/activity-ktx'},
     'androidx.annotation:annotation': {'name':'androidx.annotation_annotation', 'path':'androidx/annotation/annotation', 'host_and_device' : True},
+    'androidx.annotation:annotation-experimental': {'name':'androidx.annotation_annotation-experimental', 'path':'androidx/annotation/annotation-experimental'},
     'androidx.asynclayoutinflater:asynclayoutinflater': {'name':'androidx.asynclayoutinflater_asynclayoutinflater', 'path':'androidx/asynclayoutinflater/asynclayoutinflater'},
-    'androidx.car:car': {'name':'androidx.car_car', 'path':'androidx/car/car'},
-    'androidx.car:car-cluster': {'name':'androidx.car_car-cluster', 'path':'androidx/car/car-cluster'},
     'androidx.collection:collection': {'name':'androidx.collection_collection', 'path':'androidx/collection/collection'},
     'androidx.collection:collection-ktx': {'name':'androidx.collection_collection-ktx', 'path':'androidx/collection/collection-ktx'},
     'androidx.concurrent:concurrent-futures': {'name':'androidx.concurrent_concurrent-futures', 'path':'androidx/concurrent/concurrent-futures'},
@@ -87,6 +90,7 @@
     'androidx.recommendation:recommendation': {'name':'androidx.recommendation_recommendation', 'path':'androidx/recommendation/recommendation'},
     'androidx.recyclerview:recyclerview-selection': {'name':'androidx.recyclerview_recyclerview-selection', 'path':'androidx/recyclerview/recyclerview-selection'},
     'androidx.savedstate:savedstate': {'name':'androidx.savedstate_savedstate', 'path':'androidx/savedstate/savedstate'},
+    'androidx.savedstate:savedstate-ktx': {'name':'androidx.savedstate_savedstate-ktx', 'path':'androidx/savedstate/savedstate-ktx'},
     'androidx.slidingpanelayout:slidingpanelayout': {'name':'androidx.slidingpanelayout_slidingpanelayout', 'path':'androidx/slidingpanelayout/slidingpanelayout'},
     'androidx.swiperefreshlayout:swiperefreshlayout': {'name':'androidx.swiperefreshlayout_swiperefreshlayout', 'path':'androidx/swiperefreshlayout/swiperefreshlayout'},
     'androidx.textclassifier:textclassifier': {'name':'androidx.textclassifier_textclassifier', 'path':'androidx/textclassifier/textclassifier'},
@@ -112,6 +116,10 @@
     'androidx.webkit:webkit': {'name':'androidx.webkit_webkit', 'path':'androidx/webkit/webkit'},
     'androidx.biometric:biometric': {'name':'androidx.biometric_biometric', 'path':'androidx/biometric/biometric'},
     'androidx.autofill:autofill': {'name':'androidx.autofill_autofill', 'path':'androidx/autofill/autofill'},
+    'androidx.appsearch:appsearch': {'name':'androidx.appsearch_appsearch', 'path':'androidx/appsearch/appsearch'},
+    'androidx.appsearch:appsearch-local-storage': {'name':'androidx.appsearch_appsearch_local_storage', 'path':'androidx/appsearch/appsearch/appsearch-local-storage'},
+    'androidx.appsearch:appsearch-platform-storage': {'name':'androidx.appsearch_appsearch_platform_storage', 'path':'androidx/appsearch/appsearch/appsearch-platform-storage'},
+    'androidx.appsearch:appsearch-compiler': {'name':'androidx.appsearch_appsearch-compiler', 'path':'androidx/appsearch/appsearch-compiler', 'host' : True},
 
     # AndroidX for Multidex
     'androidx.multidex:multidex': {'name':'androidx-multidex_multidex', 'path':'androidx/multidex/multidex'},
@@ -148,6 +156,10 @@
     'androidx.room:room-migration': {'name':'androidx.room_room-migration', 'path':'androidx/room/room-migration', 'host_and_device' : True},
     'androidx.room:room-runtime': {'name':'androidx.room_room-runtime', 'path':'androidx/room/room-runtime'},
     'androidx.room:room-testing': {'name':'androidx.room_room-testing', 'path':'androidx/room/room-testing'},
+    'androidx.room:room-compiler-processing': {'name':'androidx.room_room-compiler-processing', 'path':'androidx/room/room-compiler-processing', 'host' : True},
+    'androidx.work:work-runtime': {'name':'androidx.work_work-runtime', 'path':'androidx/work/work-runtime'},
+    'androidx.work:work-runtime-ktx': {'name':'androidx.work_work-runtime-ktx', 'path':'androidx/work/work-runtime-ktx'},
+    'androidx.work:work-testing': {'name':'androidx.work_work-testing', 'path':'androidx/work/work-testing'},
 
     # Lifecycle
     # Missing dependencies:
@@ -322,12 +334,14 @@
         args.extend(["-rewrite=^" + name + "$=" + maven_to_make[name]['name'] for name in rewriteNames])
         args.extend(["-rewrite=^auto-common$=auto_common"])
         args.extend(["-rewrite=^auto-value-annotations$=auto_value_annotations"])
-        args.extend(["-rewrite=^com.squareup:javapoet$=javapoet-prebuilt-jar"])
+        args.extend(["-rewrite=^monitor$=androidx.test.monitor"])
+        args.extend(["-rewrite=^rules$=androidx.test.rules"])
+        args.extend(["-rewrite=^runner$=androidx.test.runner"])
+        args.extend(["-rewrite=^com.squareup:javapoet$=javapoet"])
         args.extend(["-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar"])
         args.extend(["-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc"])
         args.extend(["-rewrite=^gson$=gson-prebuilt-jar"])
         args.extend(["-rewrite=^com.intellij:annotations$=jetbrains-annotations"])
-        args.extend(["-extra-static-libs=android-support-car=prebuilt-android.car-stubs"])
         args.extend(["-extra-static-libs=androidx.room_room-compiler=guava-21.0"])
         args.extend(["-host=" + name for name in maven_to_make if maven_to_make[name].get('host')])
         args.extend(["-host-and-device=" + name for name in maven_to_make if maven_to_make[name].get('host_and_device')])