Merge "Add API tracking files for framework-virtualization lib" am: 5f41a6bc87

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

Change-Id: I0fffbed23ccc2fd4b9b8fa066610439ca14c6aa7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/current/aaos-libs/Android.bp b/current/aaos-libs/Android.bp
index de0e8e7..5b1f8e2 100644
--- a/current/aaos-libs/Android.bp
+++ b/current/aaos-libs/Android.bp
@@ -15,11 +15,13 @@
 // AAOS prebuilt targets.
 // These libraries are built from `car-apps-dev` branch.
 // Clients are expected to depend on the plain targets (like `car-apps-common`).
-// `*-nodeps` targets don't export their dependencies and they're just there to make the target build.
-// Hence plain targets are added to export the AAR as well as their dependencies.
-// Clients that depend on the `*-nodeps` targets need to add the AAR dependencies to their build as well.
-// Note: the targets names don't have the -sdk suffix to make it easier to switch between using bundled
-// and unbundled code.
+// `*-source` targets don't export their dependencies and they're just there to make the target
+// build. Hence plain targets are added to export the AAR as well as their dependencies.
+// Clients that depend on the `*-source` targets need to add the AAR dependencies to their build as
+// well. some of the target names have the -source suffix to make it match the source target in
+// `car-apps-dev`. That way the source code will be used when buidling the apps in `car-apps-dev`
+// Note: the targets names don't have the -sdk suffix to make it easier to switch between using
+// bundled and unbundled code.
 
 package {
     // See: http://go/android-license-faq
@@ -34,7 +36,7 @@
     name: "car-apps-common",
     sdk_version: "31",
     static_libs: [
-        "car-apps-common-nodeps",
+        "car-apps-common-source",
         "androidx.annotation_annotation",
         "androidx.cardview_cardview",
         "androidx.interpolator_interpolator",
@@ -43,13 +45,13 @@
         "androidx-constraintlayout_constraintlayout",
         "androidx.recyclerview_recyclerview",
         "androidx-constraintlayout_constraintlayout-solver",
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
         "junit",
     ]
 }
 
 android_library_import {
-    name: "car-apps-common-nodeps",
+    name: "car-apps-common-source",
     aars: ["car-apps-common.aar"],
     sdk_version: "31",
     static_libs: [
@@ -61,7 +63,7 @@
         "androidx-constraintlayout_constraintlayout",
         "androidx.recyclerview_recyclerview",
         "androidx-constraintlayout_constraintlayout-solver",
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
         "junit",
     ]
 }
@@ -70,19 +72,19 @@
     name: "car-assist-lib",
     sdk_version: "31",
     static_libs: [
-        "car-assist-lib-nodeps",
-        "car-messaging-models-nodeps",
+        "car-assist-lib-source",
+        "car-messaging-models-source",
         "androidx.legacy_legacy-support-v4",
         "androidx.annotation_annotation",
     ]
 }
 
 android_library_import {
-    name: "car-assist-lib-nodeps",
+    name: "car-assist-lib-source",
     aars: ["car-assist-lib.aar"],
     sdk_version: "31",
     static_libs:[
-        "car-messaging-models-nodeps",
+        "car-messaging-models-source",
         "androidx.legacy_legacy-support-v4",
         "androidx.annotation_annotation",
     ]
@@ -92,7 +94,7 @@
     name: "car-media-common",
     sdk_version: "31",
     static_libs: [
-        "car-media-common-nodeps",
+        "car-media-common-source",
         "androidx.cardview_cardview",
         "androidx.legacy_legacy-support-v4",
         "androidx.recyclerview_recyclerview",
@@ -101,12 +103,12 @@
         "androidx-constraintlayout_constraintlayout-solver",
         "androidx.lifecycle_lifecycle-common-java8",
         "androidx.lifecycle_lifecycle-extensions",
-        "car-apps-common-nodeps",
+        "car-apps-common-source",
     ]
 }
 
 android_library_import {
-    name: "car-media-common-nodeps",
+    name: "car-media-common-source",
     aars: ["car-media-common.aar"],
     sdk_version: "31",
     static_libs: [
@@ -118,7 +120,7 @@
         "androidx-constraintlayout_constraintlayout-solver",
         "androidx.lifecycle_lifecycle-common-java8",
         "androidx.lifecycle_lifecycle-extensions",
-        "car-apps-common-nodeps",
+        "car-apps-common-source",
     ]
 }
 
@@ -126,14 +128,14 @@
     name: "car-messaging-models",
     sdk_version: "31",
     static_libs:[
-        "car-messaging-models-nodeps",
+        "car-messaging-models-source",
         "androidx.legacy_legacy-support-v4",
         "androidx.annotation_annotation",
     ]
 }
 
 android_library_import {
-    name: "car-messaging-models-nodeps",
+    name: "car-messaging-models-source",
     aars: ["car-messaging-models.aar"],
     sdk_version: "31",
     static_libs:[
@@ -146,12 +148,12 @@
     name: "car-telephony-common",
     sdk_version: "31",
     static_libs:[
-        "car-telephony-common-nodeps",
+        "car-telephony-common-source",
         "androidx.exifinterface_exifinterface",
         "androidx.legacy_legacy-support-v4",
         "androidx.lifecycle_lifecycle-common-java8",
         "androidx.lifecycle_lifecycle-extensions",
-        "car-apps-common-nodeps",
+        "car-apps-common-source",
         "glide-prebuilt",
         "glide-gifdecoder-prebuilt",
         "glide-disklrucache-prebuilt",
@@ -162,7 +164,7 @@
 }
 
 android_library_import {
-    name: "car-telephony-common-nodeps",
+    name: "car-telephony-common-source",
     aars: ["car-telephony-common.aar"],
     sdk_version: "31",
     static_libs:[
@@ -170,7 +172,7 @@
         "androidx.legacy_legacy-support-v4",
         "androidx.lifecycle_lifecycle-common-java8",
         "androidx.lifecycle_lifecycle-extensions",
-        "car-apps-common-nodeps",
+        "car-apps-common-source",
         "glide-prebuilt",
         "glide-gifdecoder-prebuilt",
         "glide-disklrucache-prebuilt",
@@ -186,7 +188,7 @@
     target_sdk_version: "30",
     sdk_version: "31",
     static_libs:[
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
         "androidx.annotation_annotation",
         "androidx.appcompat_appcompat",
         "androidx-constraintlayout_constraintlayout",
@@ -202,7 +204,7 @@
 }
 
 android_library_import {
-    name: "car-ui-lib-nodeps",
+    name: "car-ui-lib-source",
     aars: ["car-ui-lib.aar"],
     min_sdk_version: "28",
     sdk_version: "31",
@@ -215,14 +217,14 @@
         "androidx-constraintlayout_constraintlayout-solver",
         "androidx.asynclayoutinflater_asynclayoutinflater",
     ],
-        apex_available: [
+    apex_available: [
         "com.android.permission",
         "//apex_available:platform",
     ],
 }
 
 java_import {
-    name: "car-ui-lib-oem-apis-nodeps",
+    name: "car-ui-lib-oem-apis-source",
     jars: ["car-ui-lib-oem-apis.jar"],
     sdk_version: "31",
     apex_available: [
@@ -241,7 +243,7 @@
     ],
     min_sdk_version: "28",
     static_libs: [
-        "car-ui-lib-oem-apis-nodeps",
+        "car-ui-lib-oem-apis-source",
     ],
 }
 
@@ -249,18 +251,18 @@
     name: "car-ui-lib-testing-support",
     sdk_version: "31",
     static_libs:[
-        "car-ui-lib-testing-support-nodeps",
-        "car-ui-lib-nodeps",
+        "car-ui-lib-testing-support-source",
+        "car-ui-lib-source",
         "Robolectric_all-target",
     ]
 }
 
 android_library_import {
-    name: "car-ui-lib-testing-support-nodeps",
+    name: "car-ui-lib-testing-support-source",
     aars: ["car-ui-lib-testing-support.aar"],
     sdk_version: "31",
     static_libs:[
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
         "Robolectric_all-target",
     ]
 }
@@ -270,20 +272,20 @@
     name: "car-uxr-client-lib",
     sdk_version: "31",
     static_libs:[
-        "car-uxr-client-lib-nodeps",
+        "car-uxr-client-lib-source",
         "androidx.recyclerview_recyclerview",
         "androidx.lifecycle_lifecycle-common-java8",
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
     ]
 }
 
 android_library_import {
-    name: "car-uxr-client-lib-nodeps",
+    name: "car-uxr-client-lib-source",
     aars: ["car-uxr-client-lib.aar"],
     sdk_version: "31",
     static_libs:[
         "androidx.recyclerview_recyclerview",
         "androidx.lifecycle_lifecycle-common-java8",
-        "car-ui-lib-nodeps",
+        "car-ui-lib-source",
     ]
 }
diff --git a/current/aaos-libs/car-apps-common.aar b/current/aaos-libs/car-apps-common.aar
index 44954a0..a5b064c 100644
--- a/current/aaos-libs/car-apps-common.aar
+++ b/current/aaos-libs/car-apps-common.aar
Binary files differ
diff --git a/current/aaos-libs/car-assist-lib.aar b/current/aaos-libs/car-assist-lib.aar
index 7b81db9..1de9c46 100644
--- a/current/aaos-libs/car-assist-lib.aar
+++ b/current/aaos-libs/car-assist-lib.aar
Binary files differ
diff --git a/current/aaos-libs/car-media-common.aar b/current/aaos-libs/car-media-common.aar
index 2a5874c..80ab3e6 100644
--- a/current/aaos-libs/car-media-common.aar
+++ b/current/aaos-libs/car-media-common.aar
Binary files differ
diff --git a/current/aaos-libs/car-messaging-models.aar b/current/aaos-libs/car-messaging-models.aar
index 4e062ad..9a1d04e 100644
--- a/current/aaos-libs/car-messaging-models.aar
+++ b/current/aaos-libs/car-messaging-models.aar
Binary files differ
diff --git a/current/aaos-libs/car-telephony-common.aar b/current/aaos-libs/car-telephony-common.aar
index 65d7f5b..3071794 100644
--- a/current/aaos-libs/car-telephony-common.aar
+++ b/current/aaos-libs/car-telephony-common.aar
Binary files differ
diff --git a/current/aaos-libs/car-ui-lib-oem-apis.jar b/current/aaos-libs/car-ui-lib-oem-apis.jar
index efe7fce..75cd305 100644
--- a/current/aaos-libs/car-ui-lib-oem-apis.jar
+++ b/current/aaos-libs/car-ui-lib-oem-apis.jar
Binary files differ
diff --git a/current/aaos-libs/car-ui-lib-testing-support.aar b/current/aaos-libs/car-ui-lib-testing-support.aar
index 9c802ef..aea7b9d 100644
--- a/current/aaos-libs/car-ui-lib-testing-support.aar
+++ b/current/aaos-libs/car-ui-lib-testing-support.aar
Binary files differ
diff --git a/current/aaos-libs/car-ui-lib.aar b/current/aaos-libs/car-ui-lib.aar
index 5cbb813..2635b6e 100644
--- a/current/aaos-libs/car-ui-lib.aar
+++ b/current/aaos-libs/car-ui-lib.aar
Binary files differ
diff --git a/current/aaos-libs/car-uxr-client-lib.aar b/current/aaos-libs/car-uxr-client-lib.aar
index 8f513f5..0d83388 100644
--- a/current/aaos-libs/car-uxr-client-lib.aar
+++ b/current/aaos-libs/car-uxr-client-lib.aar
Binary files differ
diff --git a/current/aaos-libs/update_prebuilts.sh b/current/aaos-libs/update_prebuilts.sh
index f70559c..8e91e99 100755
--- a/current/aaos-libs/update_prebuilts.sh
+++ b/current/aaos-libs/update_prebuilts.sh
@@ -7,6 +7,8 @@
     exit 1
 fi
 
+LIB_TARGET=${2-all}
+
 cd $(dirname $0)
 
 TARGET=car_apps-user
@@ -17,23 +19,65 @@
 
 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
 
-echo "Downloading car-apps-common"
-$CMD car-apps-common.aar car-apps-common.aar
-echo "Downloading car-assist-lib"
-$CMD car-assist-lib.aar car-assist-lib.aar
-echo "Downloading car-media-common"
-$CMD car-media-common.aar car-media-common.aar
-echo "Downloading car-messaging-models"
-$CMD car-messaging-models.aar car-messaging-models.aar
-echo "Downloading car-telephony-common"
-$CMD car-telephony-common.aar car-telephony-common.aar
-echo "Downloading car-ui-lib"
-$CMD car-ui-lib.aar car-ui-lib.aar
-echo "Downloading car-ui-lib-oem-apis"
-$CMD car-ui-lib-oem-apis-jar.jar car-ui-lib-oem-apis.jar
-echo "Downloading car-uxr-client-lib"
-$CMD car-uxr-client-lib.aar car-uxr-client-lib.aar
-echo "Downloading car-ui-lib-testing-support.aar"
-$CMD car-ui-lib-testing-support.aar car-ui-lib-testing-support.aar
+shopt -s nocasematch
+case $LIB_TARGET in
+    all)
+        echo "Downloading all the libs"
+        echo "Downloading car-apps-common"
+        $CMD car-apps-common.aar car-apps-common.aar
+        echo "Downloading car-assist-lib"
+        $CMD car-assist-lib.aar car-assist-lib.aar
+        echo "Downloading car-media-common"
+        $CMD car-media-common.aar car-media-common.aar
+        echo "Downloading car-messaging-models"
+        $CMD car-messaging-models.aar car-messaging-models.aar
+        echo "Downloading car-telephony-common"
+        $CMD car-telephony-common.aar car-telephony-common.aar
+        echo "Downloading car-ui-lib"
+        $CMD car-ui-lib.aar car-ui-lib.aar
+        echo "Downloading car-ui-lib-oem-apis"
+        $CMD car-ui-lib-oem-apis-jar.jar car-ui-lib-oem-apis.jar
+        echo "Downloading car-uxr-client-lib"
+        $CMD car-uxr-client-lib.aar car-uxr-client-lib.aar
+        echo "Downloading car-ui-lib-testing-support.aar"
+        $CMD car-ui-lib-testing-support.aar car-ui-lib-testing-support.aar
+        ;;
+    car-apps-common)
+        echo "Downloading car-apps-common"
+        $CMD car-apps-common.aar car-apps-common.aar
+        ;;
+    car-assist-lib)
+        echo "Downloading car-assist-lib"
+        $CMD car-assist-lib.aar car-assist-lib.aar
+        ;;
+    car-media-common)
+        echo "Downloading car-media-common"
+        $CMD car-media-common.aar car-media-common.aar
+        ;;
+    car-messaging-models)
+        echo "Downloading car-messaging-models"
+        $CMD car-messaging-models.aar car-messaging-models.aar
+        ;;
+    car-uxr-client-lib)
+        echo "Downloading car-uxr-client-lib"
+        $CMD car-uxr-client-lib.aar car-uxr-client-lib.aar
+        ;;
+    car-telephony-common)
+        echo "Downloading car-telephony-common"
+        $CMD car-telephony-common.aar car-telephony-common.aar
+        ;;
+    car-ui-lib)
+        echo "Downloading car-ui-lib"
+        $CMD car-ui-lib.aar car-ui-lib.aar
+        echo "Downloading car-ui-lib-oem-apis"
+        $CMD car-ui-lib-oem-apis-jar.jar car-ui-lib-oem-apis.jar
+        echo "Downloading car-ui-lib-testing-support.aar"
+        $CMD car-ui-lib-testing-support.aar car-ui-lib-testing-support.aar
+        ;;
+    *)
+        echo "Invalid application option {all|car-apps-common|car-assist-lib|car-media-common|car-messaging-models|car-uxr-client-lib|car-telephony-common|car-ui-lib}"
+        ;;
+esac
+shopt -u nocasematch
 
 echo "Done. Don't forget to test and commit the new artifacts."
diff --git a/current/androidx/Android.bp b/current/androidx/Android.bp
index e620324..c16cfb7 100644
--- a/current/androidx/Android.bp
+++ b/current/androidx/Android.bp
@@ -1,7 +1,6 @@
 // This is a generated file. Do not modify directly.
 // Automatically generated with:
-// pom2bp -sdk-version 31 -default-min-sdk-version 24 -static-deps -prepend=../update_prebuilts/prepend_androidx_license '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-compose$=androidx.activity_activity-compose' '-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.annotation:annotation-jvm$=androidx.annotation_annotation-jvm' '-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-builtin-types$=androidx.appsearch_appsearch-builtin-types' '-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.benchmark:benchmark-macro$=androidx.benchmark_benchmark-macro' '-rewrite=^androidx.benchmark:benchmark-macro-junit4$=androidx.benchmark_benchmark-macro-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car.app:app$=androidx.car.app_app' '-rewrite=^androidx.car.app:app-automotive$=androidx.car.app_app-automotive' '-rewrite=^androidx.car.app:app-testing$=androidx.car.app_app-testing' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-jvm$=androidx.collection_collection-jvm' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.compose.animation:animation$=androidx.compose.animation_animation' '-rewrite=^androidx.compose.animation:animation-core$=androidx.compose.animation_animation-core' '-rewrite=^androidx.compose.compiler:compiler-hosted$=androidx.compose.compiler_compiler-hosted' '-rewrite=^androidx.compose.foundation:foundation$=androidx.compose.foundation_foundation' '-rewrite=^androidx.compose.foundation:foundation-layout$=androidx.compose.foundation_foundation-layout' '-rewrite=^androidx.compose.foundation:foundation-text$=androidx.compose.foundation_foundation-text' '-rewrite=^androidx.compose.material3:material3$=androidx.compose.material3_material3' '-rewrite=^androidx.compose.material:material$=androidx.compose.material_material' '-rewrite=^androidx.compose.material:material-icons-core$=androidx.compose.material_material-icons-core' '-rewrite=^androidx.compose.material:material-icons-extended$=androidx.compose.material_material-icons-extended' '-rewrite=^androidx.compose.material:material-ripple$=androidx.compose.material_material-ripple' '-rewrite=^androidx.compose.runtime:runtime$=androidx.compose.runtime_runtime' '-rewrite=^androidx.compose.runtime:runtime-livedata$=androidx.compose.runtime_runtime-livedata' '-rewrite=^androidx.compose.runtime:runtime-saveable$=androidx.compose.runtime_runtime-saveable' '-rewrite=^androidx.compose.ui:ui$=androidx.compose.ui_ui' '-rewrite=^androidx.compose.ui:ui-geometry$=androidx.compose.ui_ui-geometry' '-rewrite=^androidx.compose.ui:ui-graphics$=androidx.compose.ui_ui-graphics' '-rewrite=^androidx.compose.ui:ui-test$=androidx.compose.ui_ui-test' '-rewrite=^androidx.compose.ui:ui-test-junit4$=androidx.compose.ui_ui-test-junit4' '-rewrite=^androidx.compose.ui:ui-test-manifest$=androidx.compose.ui_ui-test-manifest' '-rewrite=^androidx.compose.ui:ui-text$=androidx.compose.ui_ui-text' '-rewrite=^androidx.compose.ui:ui-tooling$=androidx.compose.ui_ui-tooling' '-rewrite=^androidx.compose.ui:ui-tooling-data$=androidx.compose.ui_ui-tooling-data' '-rewrite=^androidx.compose.ui:ui-tooling-preview$=androidx.compose.ui_ui-tooling-preview' '-rewrite=^androidx.compose.ui:ui-unit$=androidx.compose.ui_ui-unit' '-rewrite=^androidx.compose.ui:ui-util$=androidx.compose.ui_ui-util' '-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.uwb:uwb$=androidx.core.uwb_uwb' '-rewrite=^androidx.core.uwb:uwb-rxjava3$=androidx.core.uwb_uwb-rxjava3' '-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.customview:customview-poolingcontainer$=androidx.customview_customview-poolingcontainer' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji2:emoji2$=androidx.emoji2_emoji2' '-rewrite=^androidx.emoji2:emoji2-views-helper$=androidx.emoji2_emoji2-views-helper' '-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.javascriptengine:javascriptengine$=androidx.javascriptengine_javascriptengine' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-grid$=androidx.leanback_leanback-grid' '-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-compose$=androidx.lifecycle_lifecycle-viewmodel-compose' '-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.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-compose$=androidx.navigation_navigation-compose' '-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.profileinstaller:profileinstaller$=androidx.profileinstaller_profileinstaller' '-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.resourceinspection:resourceinspection-annotation$=androidx.resourceinspection_resourceinspection-annotation' '-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.startup:startup-runtime$=androidx.startup_startup-runtime' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.test.uiautomator:uiautomator$=androidx.test.uiautomator_uiautomator' '-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.tracing:tracing-perfetto$=androidx.tracing_tracing-perfetto' '-rewrite=^androidx.tracing:tracing-perfetto-binary$=androidx.tracing_tracing-perfetto-binary' '-rewrite=^androidx.tracing:tracing-perfetto-common$=androidx.tracing_tracing-perfetto-common' '-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.wear:wear-ongoing$=androidx.wear_wear-ongoing' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.window:window$=androidx.window_window' '-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=^com.google.auto.value:auto-value$=libauto_value_plugin' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^androidx.test:core$=androidx.test.core' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' '-rewrite=^javax.annotation:javax.annotation-api$=javax-annotation-api-prebuilt-host-jar' '-rewrite=^org.robolectric:robolectric$=Robolectric_all-target' '-rewrite=^org.jetbrains.kotlin:kotlin-stdlib-common$=kotlin-stdlib' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-core$=kotlinx_coroutines' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-android$=kotlinx_coroutines_android' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-test$=kotlinx_coroutines_test' '-rewrite=^org.jetbrains.kotlinx:kotlinx-metadata-jvm$=kotlinx_metadata_jvm' '-rewrite=^androidx.test.espresso:espresso-core$=androidx.test.espresso.core' '-rewrite=^androidx.test.espresso:espresso-idling-resource$=androidx.test.espresso.idling-resource' -extra-static-libs=androidx.annotation_annotation=androidx.annotation_annotation-jvm -extra-static-libs=androidx.collection_collection=androidx.collection_collection-jvm -extra-static-libs=androidx.room_room-compiler=guava -optional-uses-libs=androidx.window_window=androidx.window.extensions,androidx.window.sidecar '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.compose.compiler:compiler-hosted' '-host=androidx.room:room-compiler' '-host=androidx.room:room-compiler-processing' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.annotation:annotation-jvm' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' .
-
+// pom2bp -sdk-version 31 -default-min-sdk-version 24 -static-deps -prepend=../update_prebuilts/prepend_androidx_license '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-compose$=androidx.activity_activity-compose' '-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.annotation:annotation-jvm$=androidx.annotation_annotation-jvm' '-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-builtin-types$=androidx.appsearch_appsearch-builtin-types' '-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.benchmark:benchmark-macro$=androidx.benchmark_benchmark-macro' '-rewrite=^androidx.benchmark:benchmark-macro-junit4$=androidx.benchmark_benchmark-macro-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car.app:app$=androidx.car.app_app' '-rewrite=^androidx.car.app:app-automotive$=androidx.car.app_app-automotive' '-rewrite=^androidx.car.app:app-testing$=androidx.car.app_app-testing' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-jvm$=androidx.collection_collection-jvm' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.compose.animation:animation$=androidx.compose.animation_animation' '-rewrite=^androidx.compose.animation:animation-core$=androidx.compose.animation_animation-core' '-rewrite=^androidx.compose.compiler:compiler-hosted$=androidx.compose.compiler_compiler-hosted' '-rewrite=^androidx.compose.foundation:foundation$=androidx.compose.foundation_foundation' '-rewrite=^androidx.compose.foundation:foundation-layout$=androidx.compose.foundation_foundation-layout' '-rewrite=^androidx.compose.foundation:foundation-text$=androidx.compose.foundation_foundation-text' '-rewrite=^androidx.compose.material3:material3$=androidx.compose.material3_material3' '-rewrite=^androidx.compose.material:material$=androidx.compose.material_material' '-rewrite=^androidx.compose.material:material-icons-core$=androidx.compose.material_material-icons-core' '-rewrite=^androidx.compose.material:material-icons-extended$=androidx.compose.material_material-icons-extended' '-rewrite=^androidx.compose.material:material-ripple$=androidx.compose.material_material-ripple' '-rewrite=^androidx.compose.runtime:runtime$=androidx.compose.runtime_runtime' '-rewrite=^androidx.compose.runtime:runtime-livedata$=androidx.compose.runtime_runtime-livedata' '-rewrite=^androidx.compose.runtime:runtime-saveable$=androidx.compose.runtime_runtime-saveable' '-rewrite=^androidx.compose.ui:ui$=androidx.compose.ui_ui' '-rewrite=^androidx.compose.ui:ui-geometry$=androidx.compose.ui_ui-geometry' '-rewrite=^androidx.compose.ui:ui-graphics$=androidx.compose.ui_ui-graphics' '-rewrite=^androidx.compose.ui:ui-test$=androidx.compose.ui_ui-test' '-rewrite=^androidx.compose.ui:ui-test-junit4$=androidx.compose.ui_ui-test-junit4' '-rewrite=^androidx.compose.ui:ui-test-manifest$=androidx.compose.ui_ui-test-manifest' '-rewrite=^androidx.compose.ui:ui-text$=androidx.compose.ui_ui-text' '-rewrite=^androidx.compose.ui:ui-tooling$=androidx.compose.ui_ui-tooling' '-rewrite=^androidx.compose.ui:ui-tooling-data$=androidx.compose.ui_ui-tooling-data' '-rewrite=^androidx.compose.ui:ui-tooling-preview$=androidx.compose.ui_ui-tooling-preview' '-rewrite=^androidx.compose.ui:ui-unit$=androidx.compose.ui_ui-unit' '-rewrite=^androidx.compose.ui:ui-util$=androidx.compose.ui_ui-util' '-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.uwb:uwb$=androidx.core.uwb_uwb' '-rewrite=^androidx.core.uwb:uwb-rxjava3$=androidx.core.uwb_uwb-rxjava3' '-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.customview:customview-poolingcontainer$=androidx.customview_customview-poolingcontainer' '-rewrite=^androidx.documentfile:documentfile$=androidx.documentfile_documentfile' '-rewrite=^androidx.drawerlayout:drawerlayout$=androidx.drawerlayout_drawerlayout' '-rewrite=^androidx.dynamicanimation:dynamicanimation$=androidx.dynamicanimation_dynamicanimation' '-rewrite=^androidx.emoji2:emoji2$=androidx.emoji2_emoji2' '-rewrite=^androidx.emoji2:emoji2-views-helper$=androidx.emoji2_emoji2-views-helper' '-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.javascriptengine:javascriptengine$=androidx.javascriptengine_javascriptengine' '-rewrite=^androidx.leanback:leanback$=androidx.leanback_leanback' '-rewrite=^androidx.leanback:leanback-grid$=androidx.leanback_leanback-grid' '-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-compose$=androidx.lifecycle_lifecycle-viewmodel-compose' '-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.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-compose$=androidx.navigation_navigation-compose' '-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.profileinstaller:profileinstaller$=androidx.profileinstaller_profileinstaller' '-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.resourceinspection:resourceinspection-annotation$=androidx.resourceinspection_resourceinspection-annotation' '-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.startup:startup-runtime$=androidx.startup_startup-runtime' '-rewrite=^androidx.swiperefreshlayout:swiperefreshlayout$=androidx.swiperefreshlayout_swiperefreshlayout' '-rewrite=^androidx.test.uiautomator:uiautomator$=androidx.test.uiautomator_uiautomator' '-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.tracing:tracing-perfetto$=androidx.tracing_tracing-perfetto' '-rewrite=^androidx.tracing:tracing-perfetto-binary$=androidx.tracing_tracing-perfetto-binary' '-rewrite=^androidx.tracing:tracing-perfetto-common$=androidx.tracing_tracing-perfetto-common' '-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.wear:wear-ongoing$=androidx.wear_wear-ongoing' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.window:window$=androidx.window_window' '-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=^com.google.auto.value:auto-value$=libauto_value_plugin' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^androidx.test:core$=androidx.test.core' '-rewrite=^com.squareup:javapoet$=javapoet' '-rewrite=^com.google.guava:listenablefuture$=guava-listenablefuture-prebuilt-jar' '-rewrite=^sqlite-jdbc$=xerial-sqlite-jdbc' '-rewrite=^com.intellij:annotations$=jetbrains-annotations' '-rewrite=^javax.annotation:javax.annotation-api$=javax-annotation-api-prebuilt-host-jar' '-rewrite=^org.robolectric:robolectric$=Robolectric_all-target' '-rewrite=^org.jetbrains.kotlin:kotlin-stdlib-common$=kotlin-stdlib' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-core$=kotlinx_coroutines' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-android$=kotlinx_coroutines_android' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-test$=kotlinx_coroutines_test' '-rewrite=^org.jetbrains.kotlinx:kotlinx-metadata-jvm$=kotlinx_metadata_jvm' '-rewrite=^androidx.test.espresso:espresso-core$=androidx.test.espresso.core' '-rewrite=^androidx.test.espresso:espresso-idling-resource$=androidx.test.espresso.idling-resource' -extra-static-libs=androidx.annotation_annotation=androidx.annotation_annotation-jvm -extra-static-libs=androidx.collection_collection=androidx.collection_collection-jvm -extra-static-libs=androidx.room_room-compiler=guava-21.0 -optional-uses-libs=androidx.window_window=androidx.window.extensions,androidx.window.sidecar '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.compose.compiler:compiler-hosted' '-host=androidx.room:room-compiler' '-host=androidx.room:room-compiler-processing' '-host-and-device=androidx.annotation:annotation' '-host-and-device=androidx.annotation:annotation-jvm' '-host-and-device=androidx.room:room-common' '-host-and-device=androidx.room:room-migration' .
 // *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
 //     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
 //     DEPENDING ON IT IN YOUR PROJECT. ***
@@ -370,11 +369,11 @@
     static_libs: [
         "androidx.appsearch_appsearch-compiler-nodeps",
         "androidx.annotation_annotation",
+        "javax-annotation-api-prebuilt-host-jar",
         "auto_common",
         "libauto_value_plugin",
         "auto_value_annotations",
         "javapoet",
-        "javax-annotation-api-prebuilt-host-jar",
     ],
     java_version: "1.7",
 }
@@ -466,9 +465,9 @@
     min_sdk_version: "14",
     static_libs: [
         "androidx.annotation_annotation",
+        "guava-listenablefuture-prebuilt-jar",
         "androidx.collection_collection",
         "androidx.concurrent_concurrent-futures",
-        "guava-listenablefuture-prebuilt-jar",
         "androidx.core_core",
     ],
 }
@@ -485,9 +484,9 @@
     static_libs: [
         "androidx.appsearch_appsearch-nodeps",
         "androidx.annotation_annotation",
+        "guava-listenablefuture-prebuilt-jar",
         "androidx.collection_collection",
         "androidx.concurrent_concurrent-futures",
-        "guava-listenablefuture-prebuilt-jar",
         "androidx.core_core",
     ],
     java_version: "1.7",
@@ -624,10 +623,10 @@
     min_sdk_version: "14",
     static_libs: [
         "androidx.annotation_annotation",
-        "androidx.test.monitor",
         "androidx.tracing_tracing-perfetto-common",
         "wire-runtime",
         "kotlin-stdlib",
+        "androidx.test.monitor",
         "androidx.annotation_annotation-experimental",
         "androidx.tracing_tracing-ktx",
     ],
@@ -645,10 +644,10 @@
     static_libs: [
         "androidx.benchmark_benchmark-common-nodeps",
         "androidx.annotation_annotation",
-        "androidx.test.monitor",
         "androidx.tracing_tracing-perfetto-common",
         "wire-runtime",
         "kotlin-stdlib",
+        "androidx.test.monitor",
         "androidx.annotation_annotation-experimental",
         "androidx.tracing_tracing-ktx",
     ],
@@ -665,11 +664,11 @@
     ],
     min_sdk_version: "14",
     static_libs: [
+        "junit",
+        "kotlin-stdlib",
         "androidx.annotation_annotation",
         "androidx.test.rules",
         "androidx.test.runner",
-        "junit",
-        "kotlin-stdlib",
         "androidx.benchmark_benchmark-common",
         "androidx.tracing_tracing-ktx",
     ],
@@ -686,11 +685,11 @@
     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",
-        "junit",
-        "kotlin-stdlib",
         "androidx.benchmark_benchmark-common",
         "androidx.tracing_tracing-ktx",
     ],
@@ -1340,6 +1339,40 @@
 }
 
 android_library_import {
+    name: "androidx.compose.material_material-icons-extended-nodeps",
+    aars: ["m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar"],
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    static_libs: [
+        "kotlin-stdlib",
+        "androidx.compose.material_material-icons-core",
+        "androidx.compose.runtime_runtime",
+    ],
+}
+
+android_library {
+    name: "androidx.compose.material_material-icons-extended",
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    manifest: "manifests/androidx.compose.material_material-icons-extended/AndroidManifest.xml",
+    static_libs: [
+        "androidx.compose.material_material-icons-extended-nodeps",
+        "kotlin-stdlib",
+        "androidx.compose.material_material-icons-core",
+        "androidx.compose.runtime_runtime",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
     name: "androidx.compose.material_material-ripple-nodeps",
     aars: ["m2repository/androidx/compose/material/material-ripple/1.2.0-alpha04/material-ripple-1.2.0-alpha04.aar"],
     sdk_version: "31",
@@ -1662,6 +1695,154 @@
 }
 
 android_library_import {
+    name: "androidx.compose.ui_ui-test-junit4-nodeps",
+    aars: ["m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar"],
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    static_libs: [
+        "junit",
+        "kotlin-stdlib",
+        "kotlin-stdlib",
+        "junit",
+        "androidx.annotation_annotation",
+        "androidx.lifecycle_lifecycle-common",
+        "androidx.test.core",
+        "androidx.test.monitor",
+        "androidx.test.espresso.core",
+        "androidx.test.espresso.idling-resource",
+        "kotlinx_coroutines",
+        "kotlinx_coroutines_test",
+        "androidx.compose.ui_ui-test",
+        "androidx.activity_activity",
+        "androidx.compose.runtime_runtime-saveable",
+        "androidx.activity_activity-compose",
+        "androidx.lifecycle_lifecycle-runtime",
+    ],
+}
+
+android_library {
+    name: "androidx.compose.ui_ui-test-junit4",
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    manifest: "manifests/androidx.compose.ui_ui-test-junit4/AndroidManifest.xml",
+    static_libs: [
+        "androidx.compose.ui_ui-test-junit4-nodeps",
+        "junit",
+        "kotlin-stdlib",
+        "kotlin-stdlib",
+        "junit",
+        "androidx.annotation_annotation",
+        "androidx.lifecycle_lifecycle-common",
+        "androidx.test.core",
+        "androidx.test.monitor",
+        "androidx.test.espresso.core",
+        "androidx.test.espresso.idling-resource",
+        "kotlinx_coroutines",
+        "kotlinx_coroutines_test",
+        "androidx.compose.ui_ui-test",
+        "androidx.activity_activity",
+        "androidx.compose.runtime_runtime-saveable",
+        "androidx.activity_activity-compose",
+        "androidx.lifecycle_lifecycle-runtime",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.compose.ui_ui-test-manifest-nodeps",
+    aars: ["m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar"],
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    static_libs: [
+        "androidx.activity_activity",
+    ],
+}
+
+android_library {
+    name: "androidx.compose.ui_ui-test-manifest",
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    manifest: "manifests/androidx.compose.ui_ui-test-manifest/AndroidManifest.xml",
+    static_libs: [
+        "androidx.compose.ui_ui-test-manifest-nodeps",
+        "androidx.activity_activity",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
+    name: "androidx.compose.ui_ui-test-nodeps",
+    aars: ["m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar"],
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    static_libs: [
+        "kotlinx_coroutines",
+        "kotlinx_coroutines_test",
+        "kotlin-stdlib",
+        "kotlin-stdlib",
+        "androidx.annotation_annotation",
+        "androidx.test.espresso.core",
+        "androidx.test.monitor",
+        "androidx.compose.runtime_runtime",
+        "androidx.compose.ui_ui",
+        "androidx.compose.ui_ui-graphics",
+        "androidx.compose.ui_ui-text",
+        "androidx.compose.ui_ui-unit",
+        "androidx.compose.ui_ui-util",
+        "androidx.core_core-ktx",
+    ],
+}
+
+android_library {
+    name: "androidx.compose.ui_ui-test",
+    sdk_version: "31",
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    min_sdk_version: "21",
+    manifest: "manifests/androidx.compose.ui_ui-test/AndroidManifest.xml",
+    static_libs: [
+        "androidx.compose.ui_ui-test-nodeps",
+        "kotlinx_coroutines",
+        "kotlinx_coroutines_test",
+        "kotlin-stdlib",
+        "kotlin-stdlib",
+        "androidx.annotation_annotation",
+        "androidx.test.espresso.core",
+        "androidx.test.monitor",
+        "androidx.compose.runtime_runtime",
+        "androidx.compose.ui_ui",
+        "androidx.compose.ui_ui-graphics",
+        "androidx.compose.ui_ui-text",
+        "androidx.compose.ui_ui-unit",
+        "androidx.compose.ui_ui-util",
+        "androidx.core_core-ktx",
+    ],
+    java_version: "1.7",
+}
+
+android_library_import {
     name: "androidx.compose.ui_ui-text-nodeps",
     aars: ["m2repository/androidx/compose/ui/ui-text/1.2.0-alpha04/ui-text-1.2.0-alpha04.aar"],
     sdk_version: "31",
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar
new file mode 100644
index 0000000..c2a419c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.md5
new file mode 100644
index 0000000..772970a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.md5
@@ -0,0 +1 @@
+cb9d0f60d10b180a1c74581998a0bb1a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha1
new file mode 100644
index 0000000..bd3bc70
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha1
@@ -0,0 +1 @@
+0f7c6fb3886e8d9582008865d3108d10eeea1e83
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha256
new file mode 100644
index 0000000..d2692d0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha256
@@ -0,0 +1 @@
+cb3221021013a8d64ff47711373f219394692faecab9d2b7feddfb3fa71d42fe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha512
new file mode 100644
index 0000000..8eba573
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05-sources.jar.sha512
@@ -0,0 +1 @@
+c07f5d4dc321ba2e36460c92adc364fc8f8ff3152c3c237d5fc891c9ff5d84f6b7c89746613027641672edbd5aff9abffba1792cd78b7c5e786793d59c45fd3b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar
new file mode 100644
index 0000000..2e65a77
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.md5
new file mode 100644
index 0000000..8199987
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.md5
@@ -0,0 +1 @@
+712c4c17a8d0be2e86d987cbf1dfef8a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha1
new file mode 100644
index 0000000..858c244
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha1
@@ -0,0 +1 @@
+9b28d2ef5cc27aafc50eb319a91d149aaeaec272
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha256
new file mode 100644
index 0000000..1bd0e4b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha256
@@ -0,0 +1 @@
+3a3ead2aa6c4f5cfcd77f3e30ac04ae8f6bfa25837e3e41e28341de6ce1a9012
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha512
new file mode 100644
index 0000000..858d46c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.jar.sha512
@@ -0,0 +1 @@
+0991e9fa7530cc3a3f6a8561d74e52b6ec163c97c9929cf8a1802b994442adb54a5f9fe2f413fb07e5ed5a1a6a54f7d7a0601c96ed6992abdf913486c0ea71c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module
new file mode 100644
index 0000000..fefe47a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module
@@ -0,0 +1,140 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-compiler",
+    "version": "1.0.0-alpha05",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "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"
+          }
+        },
+        {
+          "group": "javax.annotation",
+          "module": "javax.annotation-api",
+          "version": {
+            "requires": "1.2"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-compiler-1.0.0-alpha05.jar",
+          "url": "appsearch-compiler-1.0.0-alpha05.jar",
+          "size": 48389,
+          "sha512": "0991e9fa7530cc3a3f6a8561d74e52b6ec163c97c9929cf8a1802b994442adb54a5f9fe2f413fb07e5ed5a1a6a54f7d7a0601c96ed6992abdf913486c0ea71c9",
+          "sha256": "3a3ead2aa6c4f5cfcd77f3e30ac04ae8f6bfa25837e3e41e28341de6ce1a9012",
+          "sha1": "9b28d2ef5cc27aafc50eb319a91d149aaeaec272",
+          "md5": "712c4c17a8d0be2e86d987cbf1dfef8a"
+        }
+      ]
+    },
+    {
+      "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.google.auto",
+          "module": "auto-common",
+          "version": {
+            "requires": "0.11"
+          }
+        },
+        {
+          "group": "com.google.auto.value",
+          "module": "auto-value",
+          "version": {
+            "requires": "1.6.3"
+          }
+        },
+        {
+          "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": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "javax.annotation",
+          "module": "javax.annotation-api",
+          "version": {
+            "requires": "1.2"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-compiler-1.0.0-alpha05.jar",
+          "url": "appsearch-compiler-1.0.0-alpha05.jar",
+          "size": 48389,
+          "sha512": "0991e9fa7530cc3a3f6a8561d74e52b6ec163c97c9929cf8a1802b994442adb54a5f9fe2f413fb07e5ed5a1a6a54f7d7a0601c96ed6992abdf913486c0ea71c9",
+          "sha256": "3a3ead2aa6c4f5cfcd77f3e30ac04ae8f6bfa25837e3e41e28341de6ce1a9012",
+          "sha1": "9b28d2ef5cc27aafc50eb319a91d149aaeaec272",
+          "md5": "712c4c17a8d0be2e86d987cbf1dfef8a"
+        }
+      ]
+    },
+    {
+      "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-alpha05-sources.jar",
+          "url": "appsearch-compiler-1.0.0-alpha05-sources.jar",
+          "size": 29373,
+          "sha512": "c07f5d4dc321ba2e36460c92adc364fc8f8ff3152c3c237d5fc891c9ff5d84f6b7c89746613027641672edbd5aff9abffba1792cd78b7c5e786793d59c45fd3b",
+          "sha256": "cb3221021013a8d64ff47711373f219394692faecab9d2b7feddfb3fa71d42fe",
+          "sha1": "0f7c6fb3886e8d9582008865d3108d10eeea1e83",
+          "md5": "cb9d0f60d10b180a1c74581998a0bb1a"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.md5
new file mode 100644
index 0000000..12f3d6f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.md5
@@ -0,0 +1 @@
+52653af6db95f460df3be47eb10dc1f6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha1
new file mode 100644
index 0000000..972052a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha1
@@ -0,0 +1 @@
+2cb7c8e6d5030bdb147c9f874ea7467e0b76c429
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha256
new file mode 100644
index 0000000..92f684a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha256
@@ -0,0 +1 @@
+475b7ae2e14467fb95df0060f4bffd2d8cb918a7070c47c08f8fc6a6aedf943f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha512
new file mode 100644
index 0000000..d1cc6f7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.module.sha512
@@ -0,0 +1 @@
+4995b0e6243f2e032ca7a6a5c14ed7c3acd0945f27636b51bf4053146f924aa33fbbc1384d778d654aaedb5bf39f0ce18b2dcb9163e930112b355822ddd88562
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom
new file mode 100644
index 0000000..6f5ff66
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom
@@ -0,0 +1,70 @@
+<?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 https://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-alpha05</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-alpha05</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>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.11</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.value</groupId>
+      <artifactId>auto-value</artifactId>
+      <version>1.6.3</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>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.md5
new file mode 100644
index 0000000..9bc0412
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.md5
@@ -0,0 +1 @@
+7058b7df26883fd26dfea71c3d1d614e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha1
new file mode 100644
index 0000000..d2fa0d9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha1
@@ -0,0 +1 @@
+907bc7ceeb2e61e4e61ed9498f30232d2ec66c8b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha256
new file mode 100644
index 0000000..f71175e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha256
@@ -0,0 +1 @@
+f811de7bc5da9d8d9842f3901f8a0e678f2b26d9fab475855cf51b895de0bfb3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha512
new file mode 100644
index 0000000..8c9b505
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.0.0-alpha05/appsearch-compiler-1.0.0-alpha05.pom.sha512
@@ -0,0 +1 @@
+a0b767b013bea39a762f8e93873ce93f4cce5b678b271aee4b3cc5c16475f82af2274c6983554609c3b8310f80f53a7db8a6200c05cc809820df922ca2faf3a9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar
new file mode 100644
index 0000000..6a86831
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.md5
new file mode 100644
index 0000000..5244ee0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.md5
@@ -0,0 +1 @@
+9e242ed14eeead1dc86fbc8faf8c4407
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha1
new file mode 100644
index 0000000..549af80
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha1
@@ -0,0 +1 @@
+701009d4fc750c8f8e842bca1a9839527ab87b0e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha256
new file mode 100644
index 0000000..62aab7a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha256
@@ -0,0 +1 @@
+963a7c3501c4ef73a6ad438ac132bd48bac8af363e8157c49863cee19dfc7ccb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha512
new file mode 100644
index 0000000..b7b4366
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05-sources.jar.sha512
@@ -0,0 +1 @@
+96ae0362ee6c9b35d2693056960f084b84e53cdf4ef7482364b77126e59cf319c475d7107bace433d56d854f386820bdbc3a242cd7d4024d64148f07bf47091b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar
new file mode 100644
index 0000000..ee707a6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.md5
new file mode 100644
index 0000000..4d20439
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.md5
@@ -0,0 +1 @@
+0735d7138b1a84f358f52ca476170dbf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha1
new file mode 100644
index 0000000..1c8dfae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha1
@@ -0,0 +1 @@
+6dea3f3a3f0e8d74e293491760f2152ca02e2dfb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha256
new file mode 100644
index 0000000..0f24af3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha256
@@ -0,0 +1 @@
+cc9a78a2f8e6b1c39c516b19f7aa459457238b26f00eff1801a57889291f8ef6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha512
new file mode 100644
index 0000000..6806288
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.aar.sha512
@@ -0,0 +1 @@
+c0f91f918fd15b0ce6777cf05026504013ea7b1a85dcd77865000798dd74ad4cac421e346f63b993264eb7f3f8d95f117c06435e9984c07280cfd574d632da79
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module
new file mode 100644
index 0000000..6760620
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module
@@ -0,0 +1,124 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-local-storage",
+    "version": "1.0.0-alpha05",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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-alpha05.aar",
+          "url": "appsearch-local-storage-1.0.0-alpha05.aar",
+          "size": 10122588,
+          "sha512": "c0f91f918fd15b0ce6777cf05026504013ea7b1a85dcd77865000798dd74ad4cac421e346f63b993264eb7f3f8d95f117c06435e9984c07280cfd574d632da79",
+          "sha256": "cc9a78a2f8e6b1c39c516b19f7aa459457238b26f00eff1801a57889291f8ef6",
+          "sha1": "6dea3f3a3f0e8d74e293491760f2152ca02e2dfb",
+          "md5": "0735d7138b1a84f358f52ca476170dbf"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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-alpha05"
+          }
+        },
+        {
+          "group": "androidx.collection",
+          "module": "collection",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "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-alpha05.aar",
+          "url": "appsearch-local-storage-1.0.0-alpha05.aar",
+          "size": 10122588,
+          "sha512": "c0f91f918fd15b0ce6777cf05026504013ea7b1a85dcd77865000798dd74ad4cac421e346f63b993264eb7f3f8d95f117c06435e9984c07280cfd574d632da79",
+          "sha256": "cc9a78a2f8e6b1c39c516b19f7aa459457238b26f00eff1801a57889291f8ef6",
+          "sha1": "6dea3f3a3f0e8d74e293491760f2152ca02e2dfb",
+          "md5": "0735d7138b1a84f358f52ca476170dbf"
+        }
+      ]
+    },
+    {
+      "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-alpha05-sources.jar",
+          "url": "appsearch-local-storage-1.0.0-alpha05-sources.jar",
+          "size": 99394,
+          "sha512": "96ae0362ee6c9b35d2693056960f084b84e53cdf4ef7482364b77126e59cf319c475d7107bace433d56d854f386820bdbc3a242cd7d4024d64148f07bf47091b",
+          "sha256": "963a7c3501c4ef73a6ad438ac132bd48bac8af363e8157c49863cee19dfc7ccb",
+          "sha1": "701009d4fc750c8f8e842bca1a9839527ab87b0e",
+          "md5": "9e242ed14eeead1dc86fbc8faf8c4407"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.md5
new file mode 100644
index 0000000..68c7fbe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.md5
@@ -0,0 +1 @@
+39e7ce0791116fef2dda1dcc9c8c0572
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha1
new file mode 100644
index 0000000..a10884c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha1
@@ -0,0 +1 @@
+89222451fa1f045f6a614c42e2f2a1e82cbe3e06
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha256
new file mode 100644
index 0000000..31c0c27
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha256
@@ -0,0 +1 @@
+b0e6339079b4c788b8bef235fffedd9d4cbfe5af9fb769b37123d846f901cbca
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha512
new file mode 100644
index 0000000..1a446bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.module.sha512
@@ -0,0 +1 @@
+b17f97b1f93119555d19ca04439ee88af23299ec02500c4ec30e60cb178217df2eddb9cdf3680d1d7bf5a8cb760450d8f7aea9241ca1bcda06a811b76de9c562
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom
new file mode 100644
index 0000000..3263037
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.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 https://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-alpha05</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-alpha05</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-alpha05]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.2.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.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-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.md5
new file mode 100644
index 0000000..d66059b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.md5
@@ -0,0 +1 @@
+fa5cadba0adbc2322c8f4a461fdb9176
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha1
new file mode 100644
index 0000000..ba32777
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha1
@@ -0,0 +1 @@
+de157b5951088b8210f4b09260618518fbb496a8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha256
new file mode 100644
index 0000000..1abc67d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha256
@@ -0,0 +1 @@
+15560e0fa07250db67d70236d2c0427d0a1c4684531a9ad50688e307feb4fb4f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha512
new file mode 100644
index 0000000..503ab70
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-local-storage/1.0.0-alpha05/appsearch-local-storage-1.0.0-alpha05.pom.sha512
@@ -0,0 +1 @@
+c7a226bf405cfd518f14a3e300c9529151cc2ef34d254b92b8cdb325d214a8d94c5e2292f29f57f8ec85ae4dab64079987d415dbba3112df936ec7f05ccaa754
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar
new file mode 100644
index 0000000..fc0eeae
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.md5
new file mode 100644
index 0000000..fa3e4b8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.md5
@@ -0,0 +1 @@
+af5c0a5bede39eb02f556ed0eb2d22e4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha1
new file mode 100644
index 0000000..619a31f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha1
@@ -0,0 +1 @@
+aa6cfca6fe2ef8bb474689b14552789ea80ca696
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha256
new file mode 100644
index 0000000..5311f92
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha256
@@ -0,0 +1 @@
+378f5db14e0627b2fae834fdd71300048c892b52baebd9ed50df7eee92d4ea16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha512
new file mode 100644
index 0000000..52f3aa0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05-sources.jar.sha512
@@ -0,0 +1 @@
+d6d32da867bfe8e2f64403f55bd9f2e41df72188c8a2ad7a137a41b65ce84e314dce5a5d7da179af74bbbba61ac5aee351ce4cfa73dc9cfcebd6efa8d3404351
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar
new file mode 100644
index 0000000..5eaff53
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.md5
new file mode 100644
index 0000000..b70fde8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.md5
@@ -0,0 +1 @@
+0f32f4d934e263adbfe7dc3576f91d60
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha1
new file mode 100644
index 0000000..c009a9b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha1
@@ -0,0 +1 @@
+c8627bad54640aa64640345a98f8c1cdef2a02f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha256
new file mode 100644
index 0000000..b5b924d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha256
@@ -0,0 +1 @@
+f6a0a9123b31545aad80043b70e66bf0f899dcfda57ccabdc2bdede4275e0d26
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha512
new file mode 100644
index 0000000..7812751
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.aar.sha512
@@ -0,0 +1 @@
+7e3c56141c6ee0b977cff1ee966babf4ea63989043098a26da48a5ad29722156760a920e7fb84887a3a58ed7b0b70b00a2de6b8fa08a5185b218069d75dc801f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module
new file mode 100644
index 0000000..0bfb1b8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module
@@ -0,0 +1,117 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch-platform-storage",
+    "version": "1.0.0-alpha05",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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-alpha05.aar",
+          "url": "appsearch-platform-storage-1.0.0-alpha05.aar",
+          "size": 38053,
+          "sha512": "7e3c56141c6ee0b977cff1ee966babf4ea63989043098a26da48a5ad29722156760a920e7fb84887a3a58ed7b0b70b00a2de6b8fa08a5185b218069d75dc801f",
+          "sha256": "f6a0a9123b31545aad80043b70e66bf0f899dcfda57ccabdc2bdede4275e0d26",
+          "sha1": "c8627bad54640aa64640345a98f8c1cdef2a02f3",
+          "md5": "0f32f4d934e263adbfe7dc3576f91d60"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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-alpha05"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.7.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-platform-storage-1.0.0-alpha05.aar",
+          "url": "appsearch-platform-storage-1.0.0-alpha05.aar",
+          "size": 38053,
+          "sha512": "7e3c56141c6ee0b977cff1ee966babf4ea63989043098a26da48a5ad29722156760a920e7fb84887a3a58ed7b0b70b00a2de6b8fa08a5185b218069d75dc801f",
+          "sha256": "f6a0a9123b31545aad80043b70e66bf0f899dcfda57ccabdc2bdede4275e0d26",
+          "sha1": "c8627bad54640aa64640345a98f8c1cdef2a02f3",
+          "md5": "0f32f4d934e263adbfe7dc3576f91d60"
+        }
+      ]
+    },
+    {
+      "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-alpha05-sources.jar",
+          "url": "appsearch-platform-storage-1.0.0-alpha05-sources.jar",
+          "size": 27042,
+          "sha512": "d6d32da867bfe8e2f64403f55bd9f2e41df72188c8a2ad7a137a41b65ce84e314dce5a5d7da179af74bbbba61ac5aee351ce4cfa73dc9cfcebd6efa8d3404351",
+          "sha256": "378f5db14e0627b2fae834fdd71300048c892b52baebd9ed50df7eee92d4ea16",
+          "sha1": "aa6cfca6fe2ef8bb474689b14552789ea80ca696",
+          "md5": "af5c0a5bede39eb02f556ed0eb2d22e4"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.md5
new file mode 100644
index 0000000..aaa2129
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.md5
@@ -0,0 +1 @@
+6ff7bf3a3fa97676432d1dd1d84246d8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha1
new file mode 100644
index 0000000..3581824
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha1
@@ -0,0 +1 @@
+f1228ffc6518a3a1908442103a6e1f57a00a4566
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha256
new file mode 100644
index 0000000..d81802b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha256
@@ -0,0 +1 @@
+494eb2a0c12aacca7b968049293f9fe74c044a2df1a50cc9838e2b51b6326d94
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha512
new file mode 100644
index 0000000..fb64e50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.module.sha512
@@ -0,0 +1 @@
+8f7998838caab9d9d6733e4c28fc0e6afd3347a2d7f92a01418e7b9ec2c1e57b4487bddba668d47cd288c3087c9dcd75cbc09ce1cc5aec25c9df60a4aa891586
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom
new file mode 100644
index 0000000..806fc9d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.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 https://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-alpha05</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-alpha05</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-alpha05]</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.7.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-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.md5
new file mode 100644
index 0000000..1955c25
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.md5
@@ -0,0 +1 @@
+ab2016b4a6b37dd1e695f07c95ce9e5a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha1
new file mode 100644
index 0000000..5f9e017
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha1
@@ -0,0 +1 @@
+b6fc5a35cbbdeb554c58b6926af7216a6bb111a3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha256
new file mode 100644
index 0000000..9a753ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha256
@@ -0,0 +1 @@
+cd0e5c0e129a9b8ec644a003262977a021a3ba64cd108ccf35d20d033c87529c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha512
new file mode 100644
index 0000000..f44a4b5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch-platform-storage/1.0.0-alpha05/appsearch-platform-storage-1.0.0-alpha05.pom.sha512
@@ -0,0 +1 @@
+522b6adfe1a6ebed1935854a259344dc9be205c3b55483fd7863b7a9a21a46ab9f657d7ba32bcb05c73705f0ca2f6330060b72f8dab76d3da35dd5027dda1bec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar
new file mode 100644
index 0000000..a3c9e85
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.md5
new file mode 100644
index 0000000..46345f9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.md5
@@ -0,0 +1 @@
+ad59bc1cf1c775b16878406dba861a11
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha1
new file mode 100644
index 0000000..7d83df0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha1
@@ -0,0 +1 @@
+3226cd59e5a3dbca69cf1acd51b9ff9a5fa7c632
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha256
new file mode 100644
index 0000000..0ea6f83
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha256
@@ -0,0 +1 @@
+436ec7d8f8f96ff1ceac1ef19faee0d9f81db931d88a76a8a41a29a09184702a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha512
new file mode 100644
index 0000000..844fdc1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05-sources.jar.sha512
@@ -0,0 +1 @@
+0f143f073243096d76d2e4e57ccf781a7ad0ac6578963b01f3abc99829a11e2f54a006a9112ea6fa59e9bb3daf5b136eb95a00967569bfb6a062f427c8eb3698
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar
new file mode 100644
index 0000000..dd60f45
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.md5
new file mode 100644
index 0000000..68a6f2d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.md5
@@ -0,0 +1 @@
+e883fe38c7a1e670cea6c7cbc4641863
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha1
new file mode 100644
index 0000000..b096eb5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha1
@@ -0,0 +1 @@
+284a4609b752e4639cf2c34534d24593d67ba9b2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha256
new file mode 100644
index 0000000..e69d3a4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha256
@@ -0,0 +1 @@
+33f1ce3c769be641746f02b3399d42eca651ed91da9f90c1d0e5404f01ae256d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha512
new file mode 100644
index 0000000..d895c10
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.aar.sha512
@@ -0,0 +1 @@
+4d84c970edefa1386192f1546cfc23f14cc3308810d079e22dcd566cb6affdfc8660b847e0da6e1b228bd4537e909a1d11e90b45be46ae3371b30e9055c7ced0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module
new file mode 100644
index 0000000..f528162
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module
@@ -0,0 +1,131 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.appsearch",
+    "module": "appsearch",
+    "version": "1.0.0-alpha05",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-1.0.0-alpha05.aar",
+          "url": "appsearch-1.0.0-alpha05.aar",
+          "size": 113734,
+          "sha512": "4d84c970edefa1386192f1546cfc23f14cc3308810d079e22dcd566cb6affdfc8660b847e0da6e1b228bd4537e909a1d11e90b45be46ae3371b30e9055c7ced0",
+          "sha256": "33f1ce3c769be641746f02b3399d42eca651ed91da9f90c1d0e5404f01ae256d",
+          "sha1": "284a4609b752e4639cf2c34534d24593d67ba9b2",
+          "md5": "e883fe38c7a1e670cea6c7cbc4641863"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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.2.0"
+          }
+        },
+        {
+          "group": "androidx.concurrent",
+          "module": "concurrent-futures",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core",
+          "version": {
+            "requires": "1.7.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "com.google.guava",
+          "module": "listenablefuture",
+          "version": {
+            "requires": "1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "appsearch-1.0.0-alpha05.aar",
+          "url": "appsearch-1.0.0-alpha05.aar",
+          "size": 113734,
+          "sha512": "4d84c970edefa1386192f1546cfc23f14cc3308810d079e22dcd566cb6affdfc8660b847e0da6e1b228bd4537e909a1d11e90b45be46ae3371b30e9055c7ced0",
+          "sha256": "33f1ce3c769be641746f02b3399d42eca651ed91da9f90c1d0e5404f01ae256d",
+          "sha1": "284a4609b752e4639cf2c34534d24593d67ba9b2",
+          "md5": "e883fe38c7a1e670cea6c7cbc4641863"
+        }
+      ]
+    },
+    {
+      "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-alpha05-sources.jar",
+          "url": "appsearch-1.0.0-alpha05-sources.jar",
+          "size": 97969,
+          "sha512": "0f143f073243096d76d2e4e57ccf781a7ad0ac6578963b01f3abc99829a11e2f54a006a9112ea6fa59e9bb3daf5b136eb95a00967569bfb6a062f427c8eb3698",
+          "sha256": "436ec7d8f8f96ff1ceac1ef19faee0d9f81db931d88a76a8a41a29a09184702a",
+          "sha1": "3226cd59e5a3dbca69cf1acd51b9ff9a5fa7c632",
+          "md5": "ad59bc1cf1c775b16878406dba861a11"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.md5
new file mode 100644
index 0000000..c3ce431
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.md5
@@ -0,0 +1 @@
+4dea57fbee670801cc7e43dcab34361e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha1
new file mode 100644
index 0000000..4dafe8f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha1
@@ -0,0 +1 @@
+8f7646e962653ce524867177b76ef1bb351ff8a7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha256
new file mode 100644
index 0000000..2ed49bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha256
@@ -0,0 +1 @@
+70bc56d7f4d3d390e22132317116ae3a5b402917cdb1e71e5d372bbe7ba8f32a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha512
new file mode 100644
index 0000000..5dbdd95
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.module.sha512
@@ -0,0 +1 @@
+6a90f6cf122d2dbb9964786e8bf8d95c59e5cb0535efcf7a0a8f5651d4d8ca7cd3b1d7367e45fe65b09f38c26c30e1e6024d429192979befe9ad53a6521880a0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom
new file mode 100644
index 0000000..f5aefec
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom
@@ -0,0 +1,66 @@
+<?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 https://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-alpha05</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-alpha05</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.google.guava</groupId>
+      <artifactId>listenablefuture</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.collection</groupId>
+      <artifactId>collection</artifactId>
+      <version>1.2.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.core</groupId>
+      <artifactId>core</artifactId>
+      <version>1.7.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.md5 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.md5
new file mode 100644
index 0000000..9ed1dcf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.md5
@@ -0,0 +1 @@
+1eb6b5cc905f875897a43037dadde2bf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha1 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha1
new file mode 100644
index 0000000..e582a2d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha1
@@ -0,0 +1 @@
+2c638b7245169de3da8f32e13dcca1fbd1bc3fce
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha256 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha256
new file mode 100644
index 0000000..1ff9a8a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha256
@@ -0,0 +1 @@
+7d57d93240aff8b260c77ab9d200788f16e148d246b157ad94ab62934d136d20
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha512 b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha512
new file mode 100644
index 0000000..cb67ebd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/appsearch/appsearch/1.0.0-alpha05/appsearch-1.0.0-alpha05.pom.sha512
@@ -0,0 +1 @@
+f1b7602ee5b5dbc952cd58767a3fc04036aaf166674e412e889a7510e4acce240d91f27f539f142e6ee610b3ceeecf9c3d6dbadd0182c89083ab0cb3c5c4856a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar
new file mode 100644
index 0000000..b9fc2b0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.md5
new file mode 100644
index 0000000..f0f5143
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.md5
@@ -0,0 +1 @@
+5b975376d2e0ff34d16f39ad4256bfaf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha1
new file mode 100644
index 0000000..fed30bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha1
@@ -0,0 +1 @@
+3df46fd19d1a28b65cbf04f2e1fb50d9590db1b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha256
new file mode 100644
index 0000000..2e4a2bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha256
@@ -0,0 +1 @@
+5b532174968df2f93eeeb77661c4eee4a1903f36d51ecb6649708087cbb09188
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha512
new file mode 100644
index 0000000..dd450c9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04-sources.jar.sha512
@@ -0,0 +1 @@
+b9a3d794652ea678a27b5683bd1e28294dc3b574c59aa41d2e91aa59ead8a6e7e13cf1e0c9389e254e031bab54fd25cf4a433b882dee03bec3d86708913986dc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar
new file mode 100644
index 0000000..ff95570
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.md5
new file mode 100644
index 0000000..f5b9695
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.md5
@@ -0,0 +1 @@
+8a770eca00568984da67fa3ff81aaf28
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha1
new file mode 100644
index 0000000..b2ad469
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha1
@@ -0,0 +1 @@
+62d920e1d8b02beecd3fdfed5e2cdb811a2e59a5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha256
new file mode 100644
index 0000000..f1b097c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha256
@@ -0,0 +1 @@
+aabcfec688f18eed63d2abbf8996dd5a1dbef2152446d6d583a22e6e99383870
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha512
new file mode 100644
index 0000000..8679d93
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.aar.sha512
@@ -0,0 +1 @@
+b9d00d3d7c71fa87bbd19bbc876f49b3e4163c9c14244e50fa38b3a18eda63dd0c1ea242174a3f4ec095c6fe5a1344b41363a8cf8270c811f5e6b122e65fe1c9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module
new file mode 100644
index 0000000..117ace0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module
@@ -0,0 +1,145 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-common",
+    "version": "1.1.0-beta04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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"
+          }
+        },
+        {
+          "group": "com.squareup.wire",
+          "module": "wire-runtime",
+          "version": {
+            "requires": "3.6.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-common-1.1.0-beta04.aar",
+          "url": "benchmark-common-1.1.0-beta04.aar",
+          "size": 3163796,
+          "sha512": "b9d00d3d7c71fa87bbd19bbc876f49b3e4163c9c14244e50fa38b3a18eda63dd0c1ea242174a3f4ec095c6fe5a1344b41363a8cf8270c811f5e6b122e65fe1c9",
+          "sha256": "aabcfec688f18eed63d2abbf8996dd5a1dbef2152446d6d583a22e6e99383870",
+          "sha1": "62d920e1d8b02beecd3fdfed5e2cdb811a2e59a5",
+          "md5": "8a770eca00568984da67fa3ff81aaf28"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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": "com.squareup.wire",
+          "module": "wire-runtime",
+          "version": {
+            "requires": "3.6.0"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing-ktx",
+          "version": {
+            "requires": "1.0.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "monitor",
+          "version": {
+            "requires": "1.5.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-common-1.1.0-beta04.aar",
+          "url": "benchmark-common-1.1.0-beta04.aar",
+          "size": 3163796,
+          "sha512": "b9d00d3d7c71fa87bbd19bbc876f49b3e4163c9c14244e50fa38b3a18eda63dd0c1ea242174a3f4ec095c6fe5a1344b41363a8cf8270c811f5e6b122e65fe1c9",
+          "sha256": "aabcfec688f18eed63d2abbf8996dd5a1dbef2152446d6d583a22e6e99383870",
+          "sha1": "62d920e1d8b02beecd3fdfed5e2cdb811a2e59a5",
+          "md5": "8a770eca00568984da67fa3ff81aaf28"
+        }
+      ]
+    },
+    {
+      "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-beta04-sources.jar",
+          "url": "benchmark-common-1.1.0-beta04-sources.jar",
+          "size": 75684,
+          "sha512": "b9a3d794652ea678a27b5683bd1e28294dc3b574c59aa41d2e91aa59ead8a6e7e13cf1e0c9389e254e031bab54fd25cf4a433b882dee03bec3d86708913986dc",
+          "sha256": "5b532174968df2f93eeeb77661c4eee4a1903f36d51ecb6649708087cbb09188",
+          "sha1": "3df46fd19d1a28b65cbf04f2e1fb50d9590db1b1",
+          "md5": "5b975376d2e0ff34d16f39ad4256bfaf"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.md5
new file mode 100644
index 0000000..f01b8ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.md5
@@ -0,0 +1 @@
+8b1f1f90f496d382195324e7d9590bf9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha1
new file mode 100644
index 0000000..74cce37
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha1
@@ -0,0 +1 @@
+5b9cf848c835b2fc049029dc7e0257822532d4c6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha256
new file mode 100644
index 0000000..d9bd5fc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha256
@@ -0,0 +1 @@
+981bb708091828a3d129e0c7c6099e54dcbfb07fda7966df5a4f1cbaaf6b68ac
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha512
new file mode 100644
index 0000000..d59d89b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.module.sha512
@@ -0,0 +1 @@
+26c7b9fc9ceff5ca7ba04dccf2aa80cd13e4f27593895c4e7732bbc0435cb349983047e7d1c12e371f8ed8f5bb54ea8de45f0d3ddd170be097e28bd08231e817
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom
new file mode 100644
index 0000000..d743eb2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.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 https://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-beta04</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-beta04</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>com.squareup.wire</groupId>
+      <artifactId>wire-runtime</artifactId>
+      <version>3.6.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</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.5.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.md5
new file mode 100644
index 0000000..3116f36
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.md5
@@ -0,0 +1 @@
+77b50187804042bf2baf9a25e7e029f9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha1
new file mode 100644
index 0000000..29b9f0e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha1
@@ -0,0 +1 @@
+4e2aa7d3653f3e86492470360eb02be976a39c4b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha256
new file mode 100644
index 0000000..0183314
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha256
@@ -0,0 +1 @@
+1a729779374e65be19ee2712f8c81c0fed0f150774ec26d5b09382c9e199cf8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha512
new file mode 100644
index 0000000..f55b112
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.1.0-beta04/benchmark-common-1.1.0-beta04.pom.sha512
@@ -0,0 +1 @@
+4ed95aa309affe458fab001124ae354b2e8b565fbd1cfc0d70636eb25d7e67a5c9f39aee94afe49531c700d02287e63d86161c656cc10910bf87f8942a711068
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar
new file mode 100644
index 0000000..4fc6ae7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.md5
new file mode 100644
index 0000000..5b809c0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.md5
@@ -0,0 +1 @@
+81a9bf1408d811eeda9e3fc7e97accb1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha1
new file mode 100644
index 0000000..4a2d547
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha1
@@ -0,0 +1 @@
+4224408dc97581c494ae0a4c0dd44ad925abbd31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha256
new file mode 100644
index 0000000..f87e715
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha256
@@ -0,0 +1 @@
+36b165d0ef9becd58f5a4bbb5ef960ccf23dd1eb27605bd48c766cd1ca0e5082
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha512
new file mode 100644
index 0000000..f619fed
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04-sources.jar.sha512
@@ -0,0 +1 @@
+5172e4dd966f20e500619c73c4154c39e27ff1a7e33fc46f5e237fbbc6a0dbd15101714839cf9d46fd30c2c8b981e1e4f4c253a84a08c95df7c2d558ea5264d2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar
new file mode 100644
index 0000000..f0ae349
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.md5
new file mode 100644
index 0000000..9c14126
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.md5
@@ -0,0 +1 @@
+c75f7b6d205dcc969629f5519f6ad354
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha1
new file mode 100644
index 0000000..b685230
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha1
@@ -0,0 +1 @@
+0d8967156d37815399ccbc2f061b316b4938e638
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha256
new file mode 100644
index 0000000..72fc1fb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha256
@@ -0,0 +1 @@
+58da7aa2a24b8e088256a8543db80c27f8fab9e33ebab6896839c58b3854e3f1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha512
new file mode 100644
index 0000000..94757e2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.aar.sha512
@@ -0,0 +1 @@
+2e72637da5cfbcf164702c648c23b71a4158a375cd7f30ed26b50f1005313e7ed86de8b63f15736969c889289fc01fcb075ecdc7df017a79b23617726b6e759f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module
new file mode 100644
index 0000000..1f1004b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module
@@ -0,0 +1,159 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-junit4",
+    "version": "1.1.0-beta04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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-beta04"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-junit4-1.1.0-beta04.aar",
+          "url": "benchmark-junit4-1.1.0-beta04.aar",
+          "size": 17511,
+          "sha512": "2e72637da5cfbcf164702c648c23b71a4158a375cd7f30ed26b50f1005313e7ed86de8b63f15736969c889289fc01fcb075ecdc7df017a79b23617726b6e759f",
+          "sha256": "58da7aa2a24b8e088256a8543db80c27f8fab9e33ebab6896839c58b3854e3f1",
+          "sha1": "0d8967156d37815399ccbc2f061b316b4938e638",
+          "md5": "c75f7b6d205dcc969629f5519f6ad354"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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-beta04"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "rules",
+          "version": {
+            "requires": "1.4.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "runner",
+          "version": {
+            "requires": "1.4.0"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing-ktx",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-junit4-1.1.0-beta04.aar",
+          "url": "benchmark-junit4-1.1.0-beta04.aar",
+          "size": 17511,
+          "sha512": "2e72637da5cfbcf164702c648c23b71a4158a375cd7f30ed26b50f1005313e7ed86de8b63f15736969c889289fc01fcb075ecdc7df017a79b23617726b6e759f",
+          "sha256": "58da7aa2a24b8e088256a8543db80c27f8fab9e33ebab6896839c58b3854e3f1",
+          "sha1": "0d8967156d37815399ccbc2f061b316b4938e638",
+          "md5": "c75f7b6d205dcc969629f5519f6ad354"
+        }
+      ]
+    },
+    {
+      "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-beta04-sources.jar",
+          "url": "benchmark-junit4-1.1.0-beta04-sources.jar",
+          "size": 8255,
+          "sha512": "5172e4dd966f20e500619c73c4154c39e27ff1a7e33fc46f5e237fbbc6a0dbd15101714839cf9d46fd30c2c8b981e1e4f4c253a84a08c95df7c2d558ea5264d2",
+          "sha256": "36b165d0ef9becd58f5a4bbb5ef960ccf23dd1eb27605bd48c766cd1ca0e5082",
+          "sha1": "4224408dc97581c494ae0a4c0dd44ad925abbd31",
+          "md5": "81a9bf1408d811eeda9e3fc7e97accb1"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.md5
new file mode 100644
index 0000000..f0809fb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.md5
@@ -0,0 +1 @@
+aebd5ea067b5f6bf6bdf93ddf9447b02
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha1
new file mode 100644
index 0000000..7044f4a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha1
@@ -0,0 +1 @@
+4c759e309540f987c3b94c70b768db16b1980590
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha256
new file mode 100644
index 0000000..a793ce0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha256
@@ -0,0 +1 @@
+276d06f783c241eb0d9d8cd227aab34bae3691ee5e48ff50533b5b9e6b7597a6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha512
new file mode 100644
index 0000000..c085690
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.module.sha512
@@ -0,0 +1 @@
+d8594b40a62a0a8c49c29a6d0466ca6274eebb9f1cfab8745cfd71e932e405ba1bb00a780cd1aa9de541400448dbc9ff680e0675c52b2c40182278f174e8c371
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom
new file mode 100644
index 0000000..8a2abf1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.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 https://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-beta04</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-beta04</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-beta04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</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.4.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>runner</artifactId>
+      <version>1.4.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-beta04/benchmark-junit4-1.1.0-beta04.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.md5
new file mode 100644
index 0000000..63cc1c4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.md5
@@ -0,0 +1 @@
+04da9da3512b35dcc623e77b5ae3bc59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha1
new file mode 100644
index 0000000..b866e8a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha1
@@ -0,0 +1 @@
+524a04805ef21806d4fa395b8d5816fa41167fbf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha256
new file mode 100644
index 0000000..67fb57c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha256
@@ -0,0 +1 @@
+a2fd50d47725c71f2d9b20dde6bebc781d174560ee94945a910a0e11183cb8ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha512
new file mode 100644
index 0000000..1b0b496
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-junit4/1.1.0-beta04/benchmark-junit4-1.1.0-beta04.pom.sha512
@@ -0,0 +1 @@
+0f8ac346d70baf9b851186e7e4167f8629fd1d13d12ddbfe6ae466ba3ec1473ccd839e13e5b0d6ba130d01e4cc81e6a66f8483832a0f4e9644a2ada647eb3550
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar
new file mode 100644
index 0000000..2b35f67
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.md5
new file mode 100644
index 0000000..5852c6e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.md5
@@ -0,0 +1 @@
+955733edb2f534a0c8c3fbea845a7778
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha1
new file mode 100644
index 0000000..566cf31
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha1
@@ -0,0 +1 @@
+e9016a55989e4b79aeeda2869a6546595fcdec43
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha256
new file mode 100644
index 0000000..c54fe58
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha256
@@ -0,0 +1 @@
+b4e6c4128865245edf9adb8aafe1939d0362ef3ea309c483a11368c4ad70a028
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha512
new file mode 100644
index 0000000..7866cc1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04-sources.jar.sha512
@@ -0,0 +1 @@
+16e649f7bfa37334a9b3bd9ae7d6ae067f6e86f8b06daf4b655bd290eceb1c5e8870bff273921e8f2c9fba283f60266c1d213c996988f2e51f97979a8937122e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar
new file mode 100644
index 0000000..3288ff8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.md5
new file mode 100644
index 0000000..54d5649
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.md5
@@ -0,0 +1 @@
+e89620fc808d3e8e28c4283751497c76
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha1
new file mode 100644
index 0000000..9a50e0d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha1
@@ -0,0 +1 @@
+956fd48533c89a30c55ab34610d57e93fe2c9aa1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha256
new file mode 100644
index 0000000..00d983b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha256
@@ -0,0 +1 @@
+911b1b2f9c7304c30d52936dbbb22c428dcb55db6cf271a1a585904ed3fcd717
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha512
new file mode 100644
index 0000000..98073b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.aar.sha512
@@ -0,0 +1 @@
+20483a3fe3a6feb4c7732455e00d5a957aaf64d376dba95a1f98b01762a93b024df743299da0f465221be5b03fa7947e4f99392e58d152d84c6216a4977f23c1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module
new file mode 100644
index 0000000..8f9a94c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module
@@ -0,0 +1,166 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-macro-junit4",
+    "version": "1.1.0-beta04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.benchmark",
+          "module": "benchmark-macro",
+          "version": {
+            "requires": "1.1.0-beta04"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-macro-junit4-1.1.0-beta04.aar",
+          "url": "benchmark-macro-junit4-1.1.0-beta04.aar",
+          "size": 9395,
+          "sha512": "20483a3fe3a6feb4c7732455e00d5a957aaf64d376dba95a1f98b01762a93b024df743299da0f465221be5b03fa7947e4f99392e58d152d84c6216a4977f23c1",
+          "sha256": "911b1b2f9c7304c30d52936dbbb22c428dcb55db6cf271a1a585904ed3fcd717",
+          "sha1": "956fd48533c89a30c55ab34610d57e93fe2c9aa1",
+          "md5": "e89620fc808d3e8e28c4283751497c76"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.benchmark",
+          "module": "benchmark-macro",
+          "version": {
+            "requires": "1.1.0-beta04"
+          }
+        },
+        {
+          "group": "androidx.benchmark",
+          "module": "benchmark-common",
+          "version": {
+            "requires": "1.1.0-beta04"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "rules",
+          "version": {
+            "requires": "1.3.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "runner",
+          "version": {
+            "requires": "1.3.0"
+          }
+        },
+        {
+          "group": "androidx.test.uiautomator",
+          "module": "uiautomator",
+          "version": {
+            "requires": "2.2.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-macro-junit4-1.1.0-beta04.aar",
+          "url": "benchmark-macro-junit4-1.1.0-beta04.aar",
+          "size": 9395,
+          "sha512": "20483a3fe3a6feb4c7732455e00d5a957aaf64d376dba95a1f98b01762a93b024df743299da0f465221be5b03fa7947e4f99392e58d152d84c6216a4977f23c1",
+          "sha256": "911b1b2f9c7304c30d52936dbbb22c428dcb55db6cf271a1a585904ed3fcd717",
+          "sha1": "956fd48533c89a30c55ab34610d57e93fe2c9aa1",
+          "md5": "e89620fc808d3e8e28c4283751497c76"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "benchmark-macro-junit4-1.1.0-beta04-sources.jar",
+          "url": "benchmark-macro-junit4-1.1.0-beta04-sources.jar",
+          "size": 4371,
+          "sha512": "16e649f7bfa37334a9b3bd9ae7d6ae067f6e86f8b06daf4b655bd290eceb1c5e8870bff273921e8f2c9fba283f60266c1d213c996988f2e51f97979a8937122e",
+          "sha256": "b4e6c4128865245edf9adb8aafe1939d0362ef3ea309c483a11368c4ad70a028",
+          "sha1": "e9016a55989e4b79aeeda2869a6546595fcdec43",
+          "md5": "955733edb2f534a0c8c3fbea845a7778"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.md5
new file mode 100644
index 0000000..a6fb4cd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.md5
@@ -0,0 +1 @@
+43eb6c8f3f1068123c5a6b89ee4f9b46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha1
new file mode 100644
index 0000000..81983e3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha1
@@ -0,0 +1 @@
+94f515c7bfa6602c409e14a20f9e279e0a138899
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha256
new file mode 100644
index 0000000..799fe0b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha256
@@ -0,0 +1 @@
+62b139f4af7eb24719c3d3fba9d9d9e5c4731016487427a324eb5a6de7fad900
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha512
new file mode 100644
index 0000000..e21961c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.module.sha512
@@ -0,0 +1 @@
+2bff63b76c790753f5ca1fde66696803624b771d0908de2eb4f9f97142b82874a93c562a65db33670505e8180db38340237a9a17c7499609420d72670010ddf3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom
new file mode 100644
index 0000000..6e094c8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom
@@ -0,0 +1,85 @@
+<?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 https://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-macro-junit4</artifactId>
+  <version>1.1.0-beta04</version>
+  <packaging>aar</packaging>
+  <name>Android Benchmark - Macrobenchmark JUnit4</name>
+  <description>Android Benchmark - Macrobenchmark JUnit4</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/benchmark#1.1.0-beta04</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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</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.benchmark</groupId>
+      <artifactId>benchmark-macro</artifactId>
+      <version>[1.1.0-beta04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.benchmark</groupId>
+      <artifactId>benchmark-common</artifactId>
+      <version>[1.1.0-beta04]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>rules</artifactId>
+      <version>1.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>runner</artifactId>
+      <version>1.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.uiautomator</groupId>
+      <artifactId>uiautomator</artifactId>
+      <version>2.2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.md5
new file mode 100644
index 0000000..8133a7e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.md5
@@ -0,0 +1 @@
+4464cdd4cd9f2979cf915f31ceb00a3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha1
new file mode 100644
index 0000000..45fa40f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha1
@@ -0,0 +1 @@
+d019860933912c2400d1083531c2f17f86b61bec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha256
new file mode 100644
index 0000000..aeb81bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha256
@@ -0,0 +1 @@
+ceaef8d94f2d34b4fe4d1e3d4629db438b66e63f99761f49f35d35be321d862d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha512
new file mode 100644
index 0000000..d779b2c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro-junit4/1.1.0-beta04/benchmark-macro-junit4-1.1.0-beta04.pom.sha512
@@ -0,0 +1 @@
+eb5930dac0b5fd98ff7c4b7b6393772ebfbd6007e7c7f43bb11f72fcb2345c7fce67e6f565c8cf55150cada0a2f3dc10968bebf6fa182b550c7cc9d9f7e144bb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar
new file mode 100644
index 0000000..4a45767
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.md5
new file mode 100644
index 0000000..9096806
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.md5
@@ -0,0 +1 @@
+a3a1d5f424fde61e4ac6afa2a3b0f7f3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha1
new file mode 100644
index 0000000..6e59aaa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha1
@@ -0,0 +1 @@
+988efae8b2b98cbc2c7982b2ebe0cc29617fe57c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha256
new file mode 100644
index 0000000..ce2db97
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha256
@@ -0,0 +1 @@
+c66e92dc7ed6aeed28b9810538d1002a1e6cdb054ff22f3706df6fb515200e6d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha512
new file mode 100644
index 0000000..2177add
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04-sources.jar.sha512
@@ -0,0 +1 @@
+f2f127dca03d67a8784de2acceb7a7bc1cd969c521bf1643535981a957729c6068688ae8a6f39fbf02b35a65b37d0c862c419e5c1d2c6e2f073d736133b4458f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar
new file mode 100644
index 0000000..76a486e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.md5
new file mode 100644
index 0000000..e61a66e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.md5
@@ -0,0 +1 @@
+3d006e0c7d5b22a6ebc834941522a204
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha1
new file mode 100644
index 0000000..f0db142
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha1
@@ -0,0 +1 @@
+ccc2113c69df5cfa64a1e047d718f82af1424c23
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha256
new file mode 100644
index 0000000..c2dc0d0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha256
@@ -0,0 +1 @@
+e6a84109ec711eac7adb2c8cd60d41a937e5774493e4b7b5f6d5841b11ce14aa
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha512
new file mode 100644
index 0000000..775d325
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.aar.sha512
@@ -0,0 +1 @@
+5715a1a81099d3586562b9d89b764559f8ff4c8aaf91141603d7ba7ad1407f74c5135a4644b792937f0e57a1e3d90a29142d22c644fa80a7f4e44c70cbd641ed
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module
new file mode 100644
index 0000000..7b1e864
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module
@@ -0,0 +1,159 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.benchmark",
+    "module": "benchmark-macro",
+    "version": "1.1.0-beta04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-macro-1.1.0-beta04.aar",
+          "url": "benchmark-macro-1.1.0-beta04.aar",
+          "size": 8712510,
+          "sha512": "5715a1a81099d3586562b9d89b764559f8ff4c8aaf91141603d7ba7ad1407f74c5135a4644b792937f0e57a1e3d90a29142d22c644fa80a7f4e44c70cbd641ed",
+          "sha256": "e6a84109ec711eac7adb2c8cd60d41a937e5774493e4b7b5f6d5841b11ce14aa",
+          "sha1": "ccc2113c69df5cfa64a1e047d718f82af1424c23",
+          "md5": "3d006e0c7d5b22a6ebc834941522a204"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.benchmark",
+          "module": "benchmark-common",
+          "version": {
+            "requires": "1.1.0-beta04"
+          }
+        },
+        {
+          "group": "androidx.profileinstaller",
+          "module": "profileinstaller",
+          "version": {
+            "requires": "1.0.3"
+          }
+        },
+        {
+          "group": "androidx.tracing",
+          "module": "tracing-ktx",
+          "version": {
+            "requires": "1.1.0-beta01"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "core",
+          "version": {
+            "requires": "1.4.0"
+          }
+        },
+        {
+          "group": "androidx.test.uiautomator",
+          "module": "uiautomator",
+          "version": {
+            "requires": "2.2.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "benchmark-macro-1.1.0-beta04.aar",
+          "url": "benchmark-macro-1.1.0-beta04.aar",
+          "size": 8712510,
+          "sha512": "5715a1a81099d3586562b9d89b764559f8ff4c8aaf91141603d7ba7ad1407f74c5135a4644b792937f0e57a1e3d90a29142d22c644fa80a7f4e44c70cbd641ed",
+          "sha256": "e6a84109ec711eac7adb2c8cd60d41a937e5774493e4b7b5f6d5841b11ce14aa",
+          "sha1": "ccc2113c69df5cfa64a1e047d718f82af1424c23",
+          "md5": "3d006e0c7d5b22a6ebc834941522a204"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "benchmark-macro-1.1.0-beta04-sources.jar",
+          "url": "benchmark-macro-1.1.0-beta04-sources.jar",
+          "size": 43804,
+          "sha512": "f2f127dca03d67a8784de2acceb7a7bc1cd969c521bf1643535981a957729c6068688ae8a6f39fbf02b35a65b37d0c862c419e5c1d2c6e2f073d736133b4458f",
+          "sha256": "c66e92dc7ed6aeed28b9810538d1002a1e6cdb054ff22f3706df6fb515200e6d",
+          "sha1": "988efae8b2b98cbc2c7982b2ebe0cc29617fe57c",
+          "md5": "a3a1d5f424fde61e4ac6afa2a3b0f7f3"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.md5
new file mode 100644
index 0000000..2b1b741
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.md5
@@ -0,0 +1 @@
+e51b5b6134c6e0290210551b22ac8ec8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha1
new file mode 100644
index 0000000..b9de49d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha1
@@ -0,0 +1 @@
+11e63d044fc9d05838a4819ba2be843ee323b722
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha256
new file mode 100644
index 0000000..94b02f8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha256
@@ -0,0 +1 @@
+3a7b0a8a12f31ce069c5a27bba7e88d6695935d132dac5b1a3787b5ba585100b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha512
new file mode 100644
index 0000000..c875bbc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.module.sha512
@@ -0,0 +1 @@
+83aafd63136a123ff7e1ce06210649977ef335ad6eff400c5720436904f82098929c0f91f0e0e2abb025e965aadeead64aff8a9306e484313d971248f2b7a501
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom
new file mode 100644
index 0000000..5cb3817
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom
@@ -0,0 +1,86 @@
+<?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 https://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-macro</artifactId>
+  <version>1.1.0-beta04</version>
+  <packaging>aar</packaging>
+  <name>Android Benchmark - Macrobenchmark</name>
+  <description>Android Benchmark - Macrobenchmark</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/benchmark#1.1.0-beta04</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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</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.benchmark</groupId>
+      <artifactId>benchmark-common</artifactId>
+      <version>[1.1.0-beta04]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.profileinstaller</groupId>
+      <artifactId>profileinstaller</artifactId>
+      <version>1.0.3</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.tracing</groupId>
+      <artifactId>tracing-ktx</artifactId>
+      <version>1.1.0-beta01</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>core</artifactId>
+      <version>1.4.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.uiautomator</groupId>
+      <artifactId>uiautomator</artifactId>
+      <version>2.2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.md5 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.md5
new file mode 100644
index 0000000..9f54044
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.md5
@@ -0,0 +1 @@
+6d699b12cf51afc9772bcc2d6ba90aff
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha1 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha1
new file mode 100644
index 0000000..32ad763
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha1
@@ -0,0 +1 @@
+4c4849158224cacc3eb7e7431735ed980f98896d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha256 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha256
new file mode 100644
index 0000000..d346a12
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha256
@@ -0,0 +1 @@
+4de89e71af4570fc27f5eb89b528f47d14de438e6df3af82561ca614f8118d98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha512 b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha512
new file mode 100644
index 0000000..9ec0ade
--- /dev/null
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.1.0-beta04/benchmark-macro-1.1.0-beta04.pom.sha512
@@ -0,0 +1 @@
+5826882ebb08b3cd882e7ee03a7e530934690846c8cc820f59ecd6e76341ec368185ca29a2d26172f383b248349e5abcef0afdb45e942ee6f39366f9e475424c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar
new file mode 100644
index 0000000..889c48b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.md5
new file mode 100644
index 0000000..e140916
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.md5
@@ -0,0 +1 @@
+1c539b2f8d7c11d0f5b7e500941f8d05
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha1
new file mode 100644
index 0000000..86324bf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha1
@@ -0,0 +1 @@
+3928b561063ce9b1f87bdb6c3aeb65afed10d290
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha256
new file mode 100644
index 0000000..eed5186
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha256
@@ -0,0 +1 @@
+6176ea3f73be22e982f9a1d92a2f6d458511c6ccb680262df842ddadccd43724
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha512
new file mode 100644
index 0000000..9a2dbbb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04-sources.jar.sha512
@@ -0,0 +1 @@
+c45ec41e2a8af66df98f8371907bb4afe50ed08458f4aecd0ed960f6ce592147d0b1a74e00093d94247811a7da139039079fcf608070c89342580b73f07a1b8e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar
new file mode 100644
index 0000000..9b13802
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.md5
new file mode 100644
index 0000000..d100bdc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.md5
@@ -0,0 +1 @@
+f7d690f7277907e58fe2557a94a44542
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha1
new file mode 100644
index 0000000..13a329e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha1
@@ -0,0 +1 @@
+b6f86801cb6d39d838a67bd08f0c55d6839f8cf9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha256
new file mode 100644
index 0000000..7df06f3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha256
@@ -0,0 +1 @@
+1127d30cf9ceefe6bbad49079a263d46792774fcee7e35bb71c3a8f26bdf88a1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha512
new file mode 100644
index 0000000..87e6e3d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.aar.sha512
@@ -0,0 +1 @@
+948a00b69fb62bbb896251cad6a683c14364e191194a4123d5de6d523a5ebcb64f56a2572a336012048d751a3eb055ed5c3b22177182ea136bbaf254e5c2ac6b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module
new file mode 100644
index 0000000..626a5b4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module
@@ -0,0 +1,110 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.compose.material",
+    "module": "material-icons-extended",
+    "version": "1.2.0-alpha04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.material",
+          "module": "material-icons-core",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "material-icons-extended-1.2.0-alpha04.aar",
+          "url": "material-icons-extended-1.2.0-alpha04.aar",
+          "size": 26849332,
+          "sha512": "948a00b69fb62bbb896251cad6a683c14364e191194a4123d5de6d523a5ebcb64f56a2572a336012048d751a3eb055ed5c3b22177182ea136bbaf254e5c2ac6b",
+          "sha256": "1127d30cf9ceefe6bbad49079a263d46792774fcee7e35bb71c3a8f26bdf88a1",
+          "sha1": "b6f86801cb6d39d838a67bd08f0c55d6839f8cf9",
+          "md5": "f7d690f7277907e58fe2557a94a44542"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.material",
+          "module": "material-icons-core",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-common",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "material-icons-extended-1.2.0-alpha04.aar",
+          "url": "material-icons-extended-1.2.0-alpha04.aar",
+          "size": 26849332,
+          "sha512": "948a00b69fb62bbb896251cad6a683c14364e191194a4123d5de6d523a5ebcb64f56a2572a336012048d751a3eb055ed5c3b22177182ea136bbaf254e5c2ac6b",
+          "sha256": "1127d30cf9ceefe6bbad49079a263d46792774fcee7e35bb71c3a8f26bdf88a1",
+          "sha1": "b6f86801cb6d39d838a67bd08f0c55d6839f8cf9",
+          "md5": "f7d690f7277907e58fe2557a94a44542"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "material-icons-extended-1.2.0-alpha04-sources.jar",
+          "url": "material-icons-extended-1.2.0-alpha04-sources.jar",
+          "size": 9406789,
+          "sha512": "c45ec41e2a8af66df98f8371907bb4afe50ed08458f4aecd0ed960f6ce592147d0b1a74e00093d94247811a7da139039079fcf608070c89342580b73f07a1b8e",
+          "sha256": "6176ea3f73be22e982f9a1d92a2f6d458511c6ccb680262df842ddadccd43724",
+          "sha1": "3928b561063ce9b1f87bdb6c3aeb65afed10d290",
+          "md5": "1c539b2f8d7c11d0f5b7e500941f8d05"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.md5
new file mode 100644
index 0000000..1e6ea09
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.md5
@@ -0,0 +1 @@
+aebcb723063717095a0ecacc8c11c8b1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha1
new file mode 100644
index 0000000..f761a77
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha1
@@ -0,0 +1 @@
+93178ca71f3239590bcf1e3117d1d0d9e7f9fe16
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha256
new file mode 100644
index 0000000..012a042
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha256
@@ -0,0 +1 @@
+672ddf4e16494eac273f5913f589d71dc21d0b075133280668441dd4000f47ec
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha512
new file mode 100644
index 0000000..0d284b3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.module.sha512
@@ -0,0 +1 @@
+9e01d8e044af15abdd6724e052b893b85967e3cfe6c97f57096271765b04b38018898d4da376900dc56ddcd1cdeb8fb1107c26b0f175d04977bb5bb4d63952d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom
new file mode 100644
index 0000000..436ca64
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.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 https://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.compose.material</groupId>
+  <artifactId>material-icons-extended</artifactId>
+  <version>1.2.0-alpha04</version>
+  <packaging>aar</packaging>
+  <name>Compose Material Icons Extended</name>
+  <description>Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/compose-material#1.2.0-alpha04</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.compose.material</groupId>
+      <artifactId>material-icons-core</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-common</artifactId>
+      <version>1.6.10</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.runtime</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.2.0-alpha04</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.md5
new file mode 100644
index 0000000..7bce83c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.md5
@@ -0,0 +1 @@
+747c3aaed1def8991023fa6bdfa8ea73
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha1
new file mode 100644
index 0000000..fd763b9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha1
@@ -0,0 +1 @@
+994cbf40bffaf6de4bb7684c77a7a774aebdaf31
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha256
new file mode 100644
index 0000000..dcf1854
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha256
@@ -0,0 +1 @@
+14f6bc78dbc70abf87dd50f9fa368bd6e60f948ff46a831d898a3a36024d7c0c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha512
new file mode 100644
index 0000000..cab95d5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/material/material-icons-extended/1.2.0-alpha04/material-icons-extended-1.2.0-alpha04.pom.sha512
@@ -0,0 +1 @@
+db524aba6cd003ad89981961bd52235f85e9ee3d941b9120d5fc872f5bc56d812429d225d6d83d1a6aa138b1ca8e988ee22551ff5225c9f1c3d66742cc11c263
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar
new file mode 100644
index 0000000..bb0e365
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.md5
new file mode 100644
index 0000000..ffcc60a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.md5
@@ -0,0 +1 @@
+ca0217343f02eaf06cfba27b3926b0c5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha1
new file mode 100644
index 0000000..e9163d6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha1
@@ -0,0 +1 @@
+2aa7ac75b77ce8761205888d19bd01a42ffd8d3e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha256
new file mode 100644
index 0000000..a622fe6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha256
@@ -0,0 +1 @@
+8322836d6d181361a54953985784c74216131366835ce08512faadd64c660987
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha512
new file mode 100644
index 0000000..a093cea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04-sources.jar.sha512
@@ -0,0 +1 @@
+5e6e67bef8b64b6b59da1b8504260a370e99d7dd524d955e36a3e477b81ad5d66d7ca49799d3a044739da1f44f529634ed8b175f80653ff9db09d04a04f6cbcf
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar
new file mode 100644
index 0000000..da87077
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.md5
new file mode 100644
index 0000000..e93b1f9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.md5
@@ -0,0 +1 @@
+1386fd3819af31ea7a2c365fbb807d71
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha1
new file mode 100644
index 0000000..38a60c4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha1
@@ -0,0 +1 @@
+fa4d5b3bb00121be0aeb92a11444f26612c69130
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha256
new file mode 100644
index 0000000..bbac968
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha256
@@ -0,0 +1 @@
+49e5d00709ecfc7848b519bddced657ab67e4303fb90af6479e46f15fa23990e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha512
new file mode 100644
index 0000000..a6ac615
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.aar.sha512
@@ -0,0 +1 @@
+5c9e4ab114d9ed29a6cab751a324732eab7538f32becfc4d16eec80bb9a22921256ee2fece259c1355e10be489a7a2fe8bd77ead74b6b5c30c351fc4f6c40d75
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module
new file mode 100644
index 0000000..6bbde9f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module
@@ -0,0 +1,243 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.compose.ui",
+    "module": "ui-test-junit4",
+    "version": "1.2.0-alpha04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-test",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-common",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.test.ext",
+          "module": "junit",
+          "version": {
+            "requires": "1.1.3"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-junit4-1.2.0-alpha04.aar",
+          "url": "ui-test-junit4-1.2.0-alpha04.aar",
+          "size": 117428,
+          "sha512": "5c9e4ab114d9ed29a6cab751a324732eab7538f32becfc4d16eec80bb9a22921256ee2fece259c1355e10be489a7a2fe8bd77ead74b6b5c30c351fc4f6c40d75",
+          "sha256": "49e5d00709ecfc7848b519bddced657ab67e4303fb90af6479e46f15fa23990e",
+          "sha1": "fa4d5b3bb00121be0aeb92a11444f26612c69130",
+          "md5": "1386fd3819af31ea7a2c365fbb807d71"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-test",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity",
+          "version": {
+            "requires": "1.2.0"
+          }
+        },
+        {
+          "group": "junit",
+          "module": "junit",
+          "version": {
+            "requires": "4.13.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-common",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.test.ext",
+          "module": "junit",
+          "version": {
+            "requires": "1.1.3"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime-saveable",
+          "version": {
+            "requires": "1.1.0-rc01"
+          }
+        },
+        {
+          "group": "androidx.activity",
+          "module": "activity-compose",
+          "version": {
+            "requires": "1.3.0"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-runtime",
+          "version": {
+            "requires": "2.3.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "core",
+          "version": {
+            "requires": "1.4.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "monitor",
+          "version": {
+            "requires": "1.5.0"
+          }
+        },
+        {
+          "group": "androidx.test.espresso",
+          "module": "espresso-core",
+          "version": {
+            "requires": "3.3.0"
+          }
+        },
+        {
+          "group": "androidx.test.espresso",
+          "module": "espresso-idling-resource",
+          "version": {
+            "requires": "3.3.0"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.5.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-test",
+          "version": {
+            "requires": "1.5.2"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-junit4-1.2.0-alpha04.aar",
+          "url": "ui-test-junit4-1.2.0-alpha04.aar",
+          "size": 117428,
+          "sha512": "5c9e4ab114d9ed29a6cab751a324732eab7538f32becfc4d16eec80bb9a22921256ee2fece259c1355e10be489a7a2fe8bd77ead74b6b5c30c351fc4f6c40d75",
+          "sha256": "49e5d00709ecfc7848b519bddced657ab67e4303fb90af6479e46f15fa23990e",
+          "sha1": "fa4d5b3bb00121be0aeb92a11444f26612c69130",
+          "md5": "1386fd3819af31ea7a2c365fbb807d71"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "ui-test-junit4-1.2.0-alpha04-sources.jar",
+          "url": "ui-test-junit4-1.2.0-alpha04-sources.jar",
+          "size": 35609,
+          "sha512": "5e6e67bef8b64b6b59da1b8504260a370e99d7dd524d955e36a3e477b81ad5d66d7ca49799d3a044739da1f44f529634ed8b175f80653ff9db09d04a04f6cbcf",
+          "sha256": "8322836d6d181361a54953985784c74216131366835ce08512faadd64c660987",
+          "sha1": "2aa7ac75b77ce8761205888d19bd01a42ffd8d3e",
+          "md5": "ca0217343f02eaf06cfba27b3926b0c5"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.md5
new file mode 100644
index 0000000..8d2e3a8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.md5
@@ -0,0 +1 @@
+ec3bce956ed0005d2a4d90e6bd0feac5
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha1
new file mode 100644
index 0000000..e875677
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha1
@@ -0,0 +1 @@
+3e9a7d7ede6dc57aa82d75da5b13e3e235b654f7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha256
new file mode 100644
index 0000000..1d84e22
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha256
@@ -0,0 +1 @@
+85856e3de33151ca618ad6c299f83b6f8ed94adc8f2cb1974a4b539aa4fb7724
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha512
new file mode 100644
index 0000000..444d95a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.module.sha512
@@ -0,0 +1 @@
+f2fe25227e1cc24a9ceebe1178e30584098b64fbc1459a9155bab7214a181c94ae7b16daf6809b948398ae25b15e47ce6f1ead4041fec4ef59263dca252a77c4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom
new file mode 100644
index 0000000..73bff07
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom
@@ -0,0 +1,142 @@
+<?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 https://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.compose.ui</groupId>
+  <artifactId>ui-test-junit4</artifactId>
+  <version>1.2.0-alpha04</version>
+  <packaging>aar</packaging>
+  <name>Compose Testing for JUnit4</name>
+  <description>Compose testing integration with JUnit4</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/compose-ui#1.2.0-alpha04</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.compose.ui</groupId>
+      <artifactId>ui-test</artifactId>
+      <version>[1.2.0-alpha04]</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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-common</artifactId>
+      <version>1.6.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.ext</groupId>
+      <artifactId>junit</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.runtime</groupId>
+      <artifactId>runtime-saveable</artifactId>
+      <version>1.1.0-rc01</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.activity</groupId>
+      <artifactId>activity-compose</artifactId>
+      <version>1.3.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common</artifactId>
+      <version>2.3.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.test</groupId>
+      <artifactId>core</artifactId>
+      <version>1.4.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>monitor</artifactId>
+      <version>1.5.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.espresso</groupId>
+      <artifactId>espresso-core</artifactId>
+      <version>3.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.espresso</groupId>
+      <artifactId>espresso-idling-resource</artifactId>
+      <version>3.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-core</artifactId>
+      <version>1.5.2</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-test</artifactId>
+      <version>1.5.2</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.md5
new file mode 100644
index 0000000..8d622bb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.md5
@@ -0,0 +1 @@
+1effe2f61cac201cc0cd2ca3b92d48d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha1
new file mode 100644
index 0000000..535b5af
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha1
@@ -0,0 +1 @@
+e9240c5d4811032958365163d00c94d7a755b290
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha256
new file mode 100644
index 0000000..08e1589
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha256
@@ -0,0 +1 @@
+71277ec3af5f764899b362a147d60d9ff51a6b5b3ef0a141de50248bac1b5277
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha512
new file mode 100644
index 0000000..86a4f06
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-junit4/1.2.0-alpha04/ui-test-junit4-1.2.0-alpha04.pom.sha512
@@ -0,0 +1 @@
+a786be384a82a4f79289bc17c17d01fd980541eacd30ada8d1ad6a4322e805512d58f38bde31c904e3218179f5d820a632abc10f1dbad2ee187036f1d6834c97
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar
new file mode 100644
index 0000000..e3f3a95
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.md5
new file mode 100644
index 0000000..1039ce0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.md5
@@ -0,0 +1 @@
+e7e9f45eb9d74540092920528bb0abf0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha1
new file mode 100644
index 0000000..e621764
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha1
@@ -0,0 +1 @@
+5b8f86fea035328fc9e8c660773037a3401ce25f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha256
new file mode 100644
index 0000000..076289c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha256
@@ -0,0 +1 @@
+69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha512
new file mode 100644
index 0000000..681e9a7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04-sources.jar.sha512
@@ -0,0 +1 @@
+747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar
new file mode 100644
index 0000000..b5804aa
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.md5
new file mode 100644
index 0000000..8d7193e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.md5
@@ -0,0 +1 @@
+26828f4e5bd3eee907b060d44aba7fa9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha1
new file mode 100644
index 0000000..0bb751e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha1
@@ -0,0 +1 @@
+3fc6d52d3599acf6ab4cfaa0a518e67b747b8a3a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha256
new file mode 100644
index 0000000..7e70beb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha256
@@ -0,0 +1 @@
+e441d2948a55c30055cbfbc97efef859ee5bd45b6ae60035f4d3eef761f9cfa3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha512
new file mode 100644
index 0000000..641eb37
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.aar.sha512
@@ -0,0 +1 @@
+bb87b3f0fc0e81b8ed9cd130d87bc92e94ed6e4b73bb59f3c407da7df0b4e0f094a9a557ec7c31bb19eabf535a520be9e990173caaff9ea5e176cb8583ae94ea
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module
new file mode 100644
index 0000000..baefc0c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module
@@ -0,0 +1,96 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.compose.ui",
+    "module": "ui-test-manifest",
+    "version": "1.2.0-alpha04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-manifest-1.2.0-alpha04.aar",
+          "url": "ui-test-manifest-1.2.0-alpha04.aar",
+          "size": 1823,
+          "sha512": "bb87b3f0fc0e81b8ed9cd130d87bc92e94ed6e4b73bb59f3c407da7df0b4e0f094a9a557ec7c31bb19eabf535a520be9e990173caaff9ea5e176cb8583ae94ea",
+          "sha256": "e441d2948a55c30055cbfbc97efef859ee5bd45b6ae60035f4d3eef761f9cfa3",
+          "sha1": "3fc6d52d3599acf6ab4cfaa0a518e67b747b8a3a",
+          "md5": "26828f4e5bd3eee907b060d44aba7fa9"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-manifest-1.2.0-alpha04.aar",
+          "url": "ui-test-manifest-1.2.0-alpha04.aar",
+          "size": 1823,
+          "sha512": "bb87b3f0fc0e81b8ed9cd130d87bc92e94ed6e4b73bb59f3c407da7df0b4e0f094a9a557ec7c31bb19eabf535a520be9e990173caaff9ea5e176cb8583ae94ea",
+          "sha256": "e441d2948a55c30055cbfbc97efef859ee5bd45b6ae60035f4d3eef761f9cfa3",
+          "sha1": "3fc6d52d3599acf6ab4cfaa0a518e67b747b8a3a",
+          "md5": "26828f4e5bd3eee907b060d44aba7fa9"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "ui-test-manifest-1.2.0-alpha04-sources.jar",
+          "url": "ui-test-manifest-1.2.0-alpha04-sources.jar",
+          "size": 261,
+          "sha512": "747d2f00a7f5f379582e33e452f30f3a25732a510971d9ed5161355bf7ef0fc507fef30883960dbfc780d36b6e8215fba01086b4ee053358805686e2f2c1aa85",
+          "sha256": "69e1a62e5752ca3f43fb1607f161379bbe88b64af89c1a543c126160adf7cc53",
+          "sha1": "5b8f86fea035328fc9e8c660773037a3401ce25f",
+          "md5": "e7e9f45eb9d74540092920528bb0abf0"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.md5
new file mode 100644
index 0000000..e40e118
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.md5
@@ -0,0 +1 @@
+427f2dbf93ea1c291d0ca19515dd6348
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha1
new file mode 100644
index 0000000..8a05238
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha1
@@ -0,0 +1 @@
+1de07774e966cfc92cf6183d2fd9b92bf8edaa67
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha256
new file mode 100644
index 0000000..9411372
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha256
@@ -0,0 +1 @@
+2736d6d2609706209fddeb376b3e285dd48f64f2b164ca8afbf0db843e0c001d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha512
new file mode 100644
index 0000000..df7fb52
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.module.sha512
@@ -0,0 +1 @@
+00b8753cf82eed9023820f6286e08a11d4d53338e0959e29fe624a160d03e0df7738bbdb1035c8f462fe0f55865e6a7ce2b282a011ff67722e8c81cc97007713
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom
new file mode 100644
index 0000000..3aa0419
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.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 https://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.compose.ui</groupId>
+  <artifactId>ui-test-manifest</artifactId>
+  <version>1.2.0-alpha04</version>
+  <packaging>aar</packaging>
+  <name>Compose Testing manifest dependency</name>
+  <description>Compose testing library that should be added as a debugImplementation dependency to add properties to the debug manifest necessary for testing an application</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/compose-ui#1.2.0-alpha04</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.activity</groupId>
+      <artifactId>activity</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.md5
new file mode 100644
index 0000000..bd5bc91
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.md5
@@ -0,0 +1 @@
+56e1f1e0b9133b9c05b4cdaec426f4d0
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha1
new file mode 100644
index 0000000..0dcc557
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha1
@@ -0,0 +1 @@
+a7d8e6ceb004da2327141939d200a26ff77eb8be
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha256
new file mode 100644
index 0000000..a36ae6e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha256
@@ -0,0 +1 @@
+08ac486fbade8c86ed468313e9bc6fcebeddf58f5a79388fa15313476f3ffdfc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha512
new file mode 100644
index 0000000..8d4372c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.2.0-alpha04/ui-test-manifest-1.2.0-alpha04.pom.sha512
@@ -0,0 +1 @@
+4a20a64452ac4344d3289f6dd12672f656501523f1ce35a72e9545a76316f43de2587ab97db46b024d974e2b05b34dc4be782b6be660d71e8f2abb291c79020a
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar
new file mode 100644
index 0000000..212fa1f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.md5
new file mode 100644
index 0000000..383addf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.md5
@@ -0,0 +1 @@
+3898912c3a2db47e3d0a81b3e9bf55e6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha1
new file mode 100644
index 0000000..c10dadc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha1
@@ -0,0 +1 @@
+be57179058e38fac0ea4d60537d2f3ef2001dcbc
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha256
new file mode 100644
index 0000000..0190e8e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha256
@@ -0,0 +1 @@
+e7e3176cf5aea9385a61482640a11067786fa9e37bd3458d1a977b5533dbfc21
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha512
new file mode 100644
index 0000000..3c98bbf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04-sources.jar.sha512
@@ -0,0 +1 @@
+07035ba718a9fa9ce50eefd69f3961ae331366ec19baf8638c4beb8f6ae6387cf0be6434ac6440b9b8743fee84aeed71cb56113fc0510e9a8c7051341bb30548
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar
new file mode 100644
index 0000000..6db167e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.md5
new file mode 100644
index 0000000..4225a40
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.md5
@@ -0,0 +1 @@
+c1e087445e10bb47660b96a9ff8cfb44
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha1
new file mode 100644
index 0000000..1093e60
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha1
@@ -0,0 +1 @@
+3169a33e7e14606eb02e92a496f4514102978cfb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha256
new file mode 100644
index 0000000..acfb87f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha256
@@ -0,0 +1 @@
+b7429cddfe4932d8a9c5a31561a7e363f8d2e46a6524166352ad782aa33260b3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha512
new file mode 100644
index 0000000..d66d427
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.aar.sha512
@@ -0,0 +1 @@
+1d9a74f46d1aaab6d1229462914347483cb4c140afc142f4c5da15b7d3bd490915f989804ca31d505e3bf23167f36e68b2d38ad63a3efe2ff08e20a70e4a8011
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module
new file mode 100644
index 0000000..31e1f5c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module
@@ -0,0 +1,243 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.compose.ui",
+    "module": "ui-test",
+    "version": "1.2.0-alpha04",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.1.0-rc01"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-graphics",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-text",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-unit",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.5.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-test",
+          "version": {
+            "requires": "1.5.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-common",
+          "version": {
+            "requires": "1.6.10"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-1.2.0-alpha04.aar",
+          "url": "ui-test-1.2.0-alpha04.aar",
+          "size": 294509,
+          "sha512": "1d9a74f46d1aaab6d1229462914347483cb4c140afc142f4c5da15b7d3bd490915f989804ca31d505e3bf23167f36e68b2d38ad63a3efe2ff08e20a70e4a8011",
+          "sha256": "b7429cddfe4932d8a9c5a31561a7e363f8d2e46a6524166352ad782aa33260b3",
+          "sha1": "3169a33e7e14606eb02e92a496f4514102978cfb",
+          "md5": "c1e087445e10bb47660b96a9ff8cfb44"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-runtime"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.1.0-rc01"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-graphics",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-text",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-unit",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-core",
+          "version": {
+            "requires": "1.5.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlinx",
+          "module": "kotlinx-coroutines-test",
+          "version": {
+            "requires": "1.5.2"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib-common",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui-util",
+          "version": {
+            "requires": "1.2.0-alpha04"
+          }
+        },
+        {
+          "group": "androidx.annotation",
+          "module": "annotation",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.core",
+          "module": "core-ktx",
+          "version": {
+            "requires": "1.1.0"
+          }
+        },
+        {
+          "group": "androidx.test.espresso",
+          "module": "espresso-core",
+          "version": {
+            "requires": "3.3.0"
+          }
+        },
+        {
+          "group": "androidx.test",
+          "module": "monitor",
+          "version": {
+            "requires": "1.5.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "ui-test-1.2.0-alpha04.aar",
+          "url": "ui-test-1.2.0-alpha04.aar",
+          "size": 294509,
+          "sha512": "1d9a74f46d1aaab6d1229462914347483cb4c140afc142f4c5da15b7d3bd490915f989804ca31d505e3bf23167f36e68b2d38ad63a3efe2ff08e20a70e4a8011",
+          "sha256": "b7429cddfe4932d8a9c5a31561a7e363f8d2e46a6524166352ad782aa33260b3",
+          "sha1": "3169a33e7e14606eb02e92a496f4514102978cfb",
+          "md5": "c1e087445e10bb47660b96a9ff8cfb44"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "ui-test-1.2.0-alpha04-sources.jar",
+          "url": "ui-test-1.2.0-alpha04-sources.jar",
+          "size": 86295,
+          "sha512": "07035ba718a9fa9ce50eefd69f3961ae331366ec19baf8638c4beb8f6ae6387cf0be6434ac6440b9b8743fee84aeed71cb56113fc0510e9a8c7051341bb30548",
+          "sha256": "e7e3176cf5aea9385a61482640a11067786fa9e37bd3458d1a977b5533dbfc21",
+          "sha1": "be57179058e38fac0ea4d60537d2f3ef2001dcbc",
+          "md5": "3898912c3a2db47e3d0a81b3e9bf55e6"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.md5
new file mode 100644
index 0000000..8717e6d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.md5
@@ -0,0 +1 @@
+40b08810cb67c6ebc35d84da881733e8
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha1
new file mode 100644
index 0000000..ce0369d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha1
@@ -0,0 +1 @@
+5313b223400f5c51967e7e53bb3360c41bcfbc46
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha256
new file mode 100644
index 0000000..cbd71fc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha256
@@ -0,0 +1 @@
+dbefbfff9c4e8fcfa06e2e0ce4650b45d27cc8f63425e15e29f4dc788f7941f4
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha512
new file mode 100644
index 0000000..4c3b4ca
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.module.sha512
@@ -0,0 +1 @@
+7291d292d75b5aaf7111ebc3e056f8940e057e6164ab5bc5ea34fb791045239feb962f619796b0d6c47a609af6ffc82724af3bbf0037c522847063fb1953e487
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom
new file mode 100644
index 0000000..23206ee
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom
@@ -0,0 +1,126 @@
+<?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 https://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.compose.ui</groupId>
+  <artifactId>ui-test</artifactId>
+  <version>1.2.0-alpha04</version>
+  <packaging>aar</packaging>
+  <name>Compose Testing</name>
+  <description>Compose testing library</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/compose-ui#1.2.0-alpha04</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.compose.runtime</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.1.0-rc01</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui-graphics</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui-text</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui-unit</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-core</artifactId>
+      <version>1.5.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlinx</groupId>
+      <artifactId>kotlinx-coroutines-test</artifactId>
+      <version>1.5.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-common</artifactId>
+      <version>1.6.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui-util</artifactId>
+      <version>[1.2.0-alpha04]</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.core</groupId>
+      <artifactId>core-ktx</artifactId>
+      <version>1.1.0</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test.espresso</groupId>
+      <artifactId>espresso-core</artifactId>
+      <version>3.3.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.test</groupId>
+      <artifactId>monitor</artifactId>
+      <version>1.5.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.md5 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.md5
new file mode 100644
index 0000000..d5869bd
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.md5
@@ -0,0 +1 @@
+991a57e7c671decb58d6ca433b2e03c3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha1 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha1
new file mode 100644
index 0000000..29644ea
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha1
@@ -0,0 +1 @@
+e0e05f00547e0ab0dd90ea13a10122c8c96b439b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha256 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha256
new file mode 100644
index 0000000..97c9040
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha256
@@ -0,0 +1 @@
+baa00af7c9034348f82ec64ad274ebca83613ca42c67e2bb2270a959cba86ded
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha512 b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha512
new file mode 100644
index 0000000..93736cc
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test/1.2.0-alpha04/ui-test-1.2.0-alpha04.pom.sha512
@@ -0,0 +1 @@
+866341780bdfb0a672a795be767b6ba795b10aa38c317f18b90dd11e7fbe6159dbef41b4351f8363c2ed654e0b3f9c4fbbb01fa152e8a63bda36fc5c3e4ff0eb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar
new file mode 100644
index 0000000..8fc3534
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..98adabf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+39a9f8021ecfb56695b65e59176b7f34
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..48af689
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+6749dba8303f14cef19dc9436df92b873ef2e73e
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..65dea22
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+cadca1f4d5dbbaa330485bc91205f172b88037ca705bb32709a213b94d7ca2dd
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..c28babb
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+e6c8abd669d181d4f25932636d50a7961cf8ac807455be392e6fbfe4194a7497a8959ea892e8f839b86eb4142f8cbc8931d303cbd20e3207046b626dd0e221d7
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar
new file mode 100644
index 0000000..9ae68a3
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.md5
new file mode 100644
index 0000000..fe7f7fe
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.md5
@@ -0,0 +1 @@
+4f9ad2a16bbf0d6ce488291cb8c1fe59
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha1
new file mode 100644
index 0000000..8f1469b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+c1386e8c83efe3bbd1a2cf32112b5fb2444f7239
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha256
new file mode 100644
index 0000000..f580053
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+ddaabf3df9ca18a14ec65f553f64065852a3ea1da1b2b57d5702e409db258abb
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha512
new file mode 100644
index 0000000..77e34ed
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+87c888baffe1ec0ede9f6f050422e62875a4eac286c491ced65372ec733051908edc79ab186105962308cec5092a2fde00710bdefb955afb8c1a71144467774c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module
new file mode 100644
index 0000000..c1f3262
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module
@@ -0,0 +1,131 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.lifecycle",
+    "module": "lifecycle-viewmodel-compose",
+    "version": "2.5.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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-ktx",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.0.1"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-compose-2.5.0-alpha03.aar",
+          "url": "lifecycle-viewmodel-compose-2.5.0-alpha03.aar",
+          "size": 7551,
+          "sha512": "87c888baffe1ec0ede9f6f050422e62875a4eac286c491ced65372ec733051908edc79ab186105962308cec5092a2fde00710bdefb955afb8c1a71144467774c",
+          "sha256": "ddaabf3df9ca18a14ec65f553f64065852a3ea1da1b2b57d5702e409db258abb",
+          "sha1": "c1386e8c83efe3bbd1a2cf32112b5fb2444f7239",
+          "md5": "4f9ad2a16bbf0d6ce488291cb8c1fe59"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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-ktx",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "lifecycle-viewmodel-compose-2.5.0-alpha03.aar",
+          "url": "lifecycle-viewmodel-compose-2.5.0-alpha03.aar",
+          "size": 7551,
+          "sha512": "87c888baffe1ec0ede9f6f050422e62875a4eac286c491ced65372ec733051908edc79ab186105962308cec5092a2fde00710bdefb955afb8c1a71144467774c",
+          "sha256": "ddaabf3df9ca18a14ec65f553f64065852a3ea1da1b2b57d5702e409db258abb",
+          "sha1": "c1386e8c83efe3bbd1a2cf32112b5fb2444f7239",
+          "md5": "4f9ad2a16bbf0d6ce488291cb8c1fe59"
+        }
+      ]
+    },
+    {
+      "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-compose-2.5.0-alpha03-sources.jar",
+          "url": "lifecycle-viewmodel-compose-2.5.0-alpha03-sources.jar",
+          "size": 3387,
+          "sha512": "e6c8abd669d181d4f25932636d50a7961cf8ac807455be392e6fbfe4194a7497a8959ea892e8f839b86eb4142f8cbc8931d303cbd20e3207046b626dd0e221d7",
+          "sha256": "cadca1f4d5dbbaa330485bc91205f172b88037ca705bb32709a213b94d7ca2dd",
+          "sha1": "6749dba8303f14cef19dc9436df92b873ef2e73e",
+          "md5": "39a9f8021ecfb56695b65e59176b7f34"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.md5
new file mode 100644
index 0000000..4d052b6
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.md5
@@ -0,0 +1 @@
+a16fbf5988e022d33d66a277e41d1ca2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha1
new file mode 100644
index 0000000..0271815
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha1
@@ -0,0 +1 @@
+3cf27aab02b726bcf59c204d1bc0dce552256eae
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha256
new file mode 100644
index 0000000..fc6f88a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha256
@@ -0,0 +1 @@
+7414b222b84f63e973194f886a51fb14d0ee8c3a8c75221abfc75400e88032ef
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha512
new file mode 100644
index 0000000..39e61ba
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.module.sha512
@@ -0,0 +1 @@
+f810a6d3e7681dc2cbf348217aef809258697e4cd6c0eb03c4ff9d21b5703fc28e4c66ee4be6d2b7c6db8ed65eccb132a958b94aca49f01de8115fffb0ca4227
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom
new file mode 100644
index 0000000..1d14f3f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.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 https://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-compose</artifactId>
+  <version>2.5.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Lifecycle ViewModel Compose</name>
+  <description>Compose integration with Lifecycle ViewModel</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/lifecycle#2.5.0-alpha03</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.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-ktx</artifactId>
+      <version>[2.5.0-alpha03]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.runtime</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.md5
new file mode 100644
index 0000000..189cd46
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.md5
@@ -0,0 +1 @@
+8b56f77a4ab5983493f02323e909a853
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha1
new file mode 100644
index 0000000..659974e
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+ec8e11007d747c9e06ffe615d053ca5ad7baff41
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha256
new file mode 100644
index 0000000..38fdc48
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+1fd807de9ad2841ce74d77babe7c1e0e49f1d3dadd5d616209588803ce664d00
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha512
new file mode 100644
index 0000000..1c6373c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.5.0-alpha03/lifecycle-viewmodel-compose-2.5.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+b620fa51f2296c598585a06655d1e0b3303e856374dbae13263221a7ce6db1b1ac5cc3d5cee0a99e158a1298b41c8ddd696bdd6799c2d3c2259244195dbb6ac3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar
new file mode 100644
index 0000000..1b9a98f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..f1dc412
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+ce836fad6d37653f18ab5b41c53e0ea1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..97212e5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+62becddcad66de8aa78af1f5872dc8a3d6ee8526
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..3bce026
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+ca9f6cdc12a8b4d3811c7f242fd5f19439ffeb01dd3209e815a20fa695850886
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..5b31b68
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+5869f2894d7732bb8d7b402d0e60e76b915d32227965a248c0848cc31ea6a574bee5854599ba4b98fd337e36b61da0d46eeaf06e611d3c617185720699b7c358
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar
new file mode 100644
index 0000000..7f92aac
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.md5
new file mode 100644
index 0000000..602bfb7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.md5
@@ -0,0 +1 @@
+ae82ce61a6cdb0e439787fdd77743142
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha1
new file mode 100644
index 0000000..e5f8641
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+fc9695563ae1a5579d6c2342302fe0bc6f7f6c58
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha256
new file mode 100644
index 0000000..835770d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+b74a7e695cd5fda469622c330928081e7ddaf245473eb080dc225703ceeb586d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha512
new file mode 100644
index 0000000..895bd77
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+902f57236c887d8d46a0689e06174e5e1376f9dfd5613d446e2e463a01e0be79cf430c44723b6a91baa5b1ed59e347654b666b33897546d6b96d5def7df82047
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module
new file mode 100644
index 0000000..8bdb697
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module
@@ -0,0 +1,201 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.navigation",
+    "module": "navigation-compose",
+    "version": "2.5.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "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-compose",
+          "version": {
+            "requires": "1.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.compose.animation",
+          "module": "animation",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime-saveable",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-compose",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.navigation",
+          "module": "navigation-runtime-ktx",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "navigation-compose-2.5.0-alpha03.aar",
+          "url": "navigation-compose-2.5.0-alpha03.aar",
+          "size": 1083725,
+          "sha512": "902f57236c887d8d46a0689e06174e5e1376f9dfd5613d446e2e463a01e0be79cf430c44723b6a91baa5b1ed59e347654b666b33897546d6b96d5def7df82047",
+          "sha256": "b74a7e695cd5fda469622c330928081e7ddaf245473eb080dc225703ceeb586d",
+          "sha1": "fc9695563ae1a5579d6c2342302fe0bc6f7f6c58",
+          "md5": "ae82ce61a6cdb0e439787fdd77743142"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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-compose",
+          "version": {
+            "requires": "1.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.compose.animation",
+          "module": "animation",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.runtime",
+          "module": "runtime-saveable",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.compose.ui",
+          "module": "ui",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-viewmodel-compose",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        },
+        {
+          "group": "androidx.navigation",
+          "module": "navigation-runtime-ktx",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        },
+        {
+          "group": "org.jetbrains.kotlin",
+          "module": "kotlin-stdlib",
+          "version": {
+            "requires": "1.6.10"
+          }
+        },
+        {
+          "group": "androidx.compose.foundation",
+          "module": "foundation-layout",
+          "version": {
+            "requires": "1.0.1"
+          }
+        },
+        {
+          "group": "androidx.lifecycle",
+          "module": "lifecycle-common-java8",
+          "version": {
+            "requires": "2.5.0-alpha03"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "navigation-compose-2.5.0-alpha03.aar",
+          "url": "navigation-compose-2.5.0-alpha03.aar",
+          "size": 1083725,
+          "sha512": "902f57236c887d8d46a0689e06174e5e1376f9dfd5613d446e2e463a01e0be79cf430c44723b6a91baa5b1ed59e347654b666b33897546d6b96d5def7df82047",
+          "sha256": "b74a7e695cd5fda469622c330928081e7ddaf245473eb080dc225703ceeb586d",
+          "sha1": "fc9695563ae1a5579d6c2342302fe0bc6f7f6c58",
+          "md5": "ae82ce61a6cdb0e439787fdd77743142"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "navigation-compose-2.5.0-alpha03-sources.jar",
+          "url": "navigation-compose-2.5.0-alpha03-sources.jar",
+          "size": 10928,
+          "sha512": "5869f2894d7732bb8d7b402d0e60e76b915d32227965a248c0848cc31ea6a574bee5854599ba4b98fd337e36b61da0d46eeaf06e611d3c617185720699b7c358",
+          "sha256": "ca9f6cdc12a8b4d3811c7f242fd5f19439ffeb01dd3209e815a20fa695850886",
+          "sha1": "62becddcad66de8aa78af1f5872dc8a3d6ee8526",
+          "md5": "ce836fad6d37653f18ab5b41c53e0ea1"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.md5
new file mode 100644
index 0000000..cc08691
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.md5
@@ -0,0 +1 @@
+03a0b8e2c921fa52d4eeaca3005d363b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha1
new file mode 100644
index 0000000..631ea50
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha1
@@ -0,0 +1 @@
+9950a4ea7d906d3387ab4a28153dc169c236175d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha256
new file mode 100644
index 0000000..f8147e1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha256
@@ -0,0 +1 @@
+070fc0aee9852f295899fdc4be5e70011ba515e6ea1754ce80986c8fded827db
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha512
new file mode 100644
index 0000000..0d72e58
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.module.sha512
@@ -0,0 +1 @@
+cdd6a92eaaaae62cfc2b7723009e4239d9a0484fc226f5ea39f8c2257c46fecfd8a94f3e47cb78e1942382b8f550a4a69e04ccd4019eeaf69e530ce594f02aa1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom
new file mode 100644
index 0000000..abdc4c1
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom
@@ -0,0 +1,103 @@
+<?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 https://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.navigation</groupId>
+  <artifactId>navigation-compose</artifactId>
+  <version>2.5.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>Compose Navigation</name>
+  <description>Compose integration with Navigation</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/navigation#2.5.0-alpha03</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.activity</groupId>
+      <artifactId>activity-compose</artifactId>
+      <version>1.5.0-alpha03</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.animation</groupId>
+      <artifactId>animation</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.runtime</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.runtime</groupId>
+      <artifactId>runtime-saveable</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.ui</groupId>
+      <artifactId>ui</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-viewmodel-compose</artifactId>
+      <version>2.5.0-alpha03</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.navigation</groupId>
+      <artifactId>navigation-runtime-ktx</artifactId>
+      <version>[2.5.0-alpha03]</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.6.10</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>androidx.compose.foundation</groupId>
+      <artifactId>foundation-layout</artifactId>
+      <version>1.0.1</version>
+      <scope>runtime</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.lifecycle</groupId>
+      <artifactId>lifecycle-common-java8</artifactId>
+      <version>2.5.0-alpha03</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.md5
new file mode 100644
index 0000000..b64fa75
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.md5
@@ -0,0 +1 @@
+16b0a421424f5d9d71e13a897afa6bc6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha1
new file mode 100644
index 0000000..afe3943
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+c708b43598f1fd8df169037be2d205118f2d3334
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha256
new file mode 100644
index 0000000..4f17a8f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+b52bd2910f9f12ad8505374907d3d9581891cd84a087b863771a9cf6e4f564d9
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha512
new file mode 100644
index 0000000..0cb63ab
--- /dev/null
+++ b/current/androidx/m2repository/androidx/navigation/navigation-compose/2.5.0-alpha03/navigation-compose-2.5.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+69128280802b6e623e0f442a2e1f6113d59441d42343bae9effa1b653a32c01b9911b6a9c94d70066b4fb7598803b615e64d3ab9ca88f09a845b8dba775ab3f2
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar
new file mode 100644
index 0000000..222d13d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.md5 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..7563a28
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+499a0ac26afd3fd0afeb9fdbe737850b
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha1 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..9d6a085
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+fdc7202eb9c888b87b6938c00a92d8f61de3dbfe
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha256 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..4c1a7af
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+1511e489a11d9a6408b9e68f1f91d733c0b6ad5846caadad551fe705e1c70a98
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha512 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..334067d
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+80fcbed9717b0cc0bcdfed176e0f58828751d6d200314a662c64123501cc17f07091369f048e35d451d48f7c51eea62b63464825f5b64d40a4e9f40d64577465
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar
new file mode 100644
index 0000000..c7eaa98
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar
Binary files differ
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.md5 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.md5
new file mode 100644
index 0000000..31b02b7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.md5
@@ -0,0 +1 @@
+f85b84f374a12e86515aed43916b0099
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha1 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha1
new file mode 100644
index 0000000..45eddb7
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+3c6f1e330ea4069aee74b735cde8f23246e88373
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha256 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha256
new file mode 100644
index 0000000..994d7a5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+d4a69646ced494c2334caf01c43aea365a2d57adaebc33e5f4167dc0cbe031b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha512 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha512
new file mode 100644
index 0000000..2da8ad4
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+7e490b95f976dcc249ccc3e6ce372091aeb56e41c1210b7b70cdeb3c475a4dfce42636b24ca1750a3af6b29a225fed0e50819a39d66cc75cee663e9a3c3c46d1
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module
new file mode 100644
index 0000000..007ae91
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module
@@ -0,0 +1,103 @@
+{
+  "formatVersion": "1.1",
+  "component": {
+    "group": "androidx.profileinstaller",
+    "module": "profileinstaller",
+    "version": "1.2.0-alpha03",
+    "attributes": {
+      "org.gradle.status": "release"
+    }
+  },
+  "createdBy": {
+    "gradle": {
+      "version": "7.4"
+    }
+  },
+  "variants": [
+    {
+      "name": "releaseVariantReleaseApiPublication",
+      "attributes": {
+        "org.gradle.category": "library",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.libraryelements": "aar",
+        "org.gradle.usage": "java-api"
+      },
+      "dependencies": [
+        {
+          "group": "androidx.startup",
+          "module": "startup-runtime",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "profileinstaller-1.2.0-alpha03.aar",
+          "url": "profileinstaller-1.2.0-alpha03.aar",
+          "size": 34888,
+          "sha512": "7e490b95f976dcc249ccc3e6ce372091aeb56e41c1210b7b70cdeb3c475a4dfce42636b24ca1750a3af6b29a225fed0e50819a39d66cc75cee663e9a3c3c46d1",
+          "sha256": "d4a69646ced494c2334caf01c43aea365a2d57adaebc33e5f4167dc0cbe031b6",
+          "sha1": "3c6f1e330ea4069aee74b735cde8f23246e88373",
+          "md5": "f85b84f374a12e86515aed43916b0099"
+        }
+      ]
+    },
+    {
+      "name": "releaseVariantReleaseRuntimePublication",
+      "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"
+          }
+        },
+        {
+          "group": "androidx.startup",
+          "module": "startup-runtime",
+          "version": {
+            "requires": "1.0.0"
+          }
+        }
+      ],
+      "files": [
+        {
+          "name": "profileinstaller-1.2.0-alpha03.aar",
+          "url": "profileinstaller-1.2.0-alpha03.aar",
+          "size": 34888,
+          "sha512": "7e490b95f976dcc249ccc3e6ce372091aeb56e41c1210b7b70cdeb3c475a4dfce42636b24ca1750a3af6b29a225fed0e50819a39d66cc75cee663e9a3c3c46d1",
+          "sha256": "d4a69646ced494c2334caf01c43aea365a2d57adaebc33e5f4167dc0cbe031b6",
+          "sha1": "3c6f1e330ea4069aee74b735cde8f23246e88373",
+          "md5": "f85b84f374a12e86515aed43916b0099"
+        }
+      ]
+    },
+    {
+      "name": "sourcesElements",
+      "attributes": {
+        "org.gradle.category": "documentation",
+        "org.gradle.dependency.bundling": "external",
+        "org.gradle.docstype": "sources",
+        "org.gradle.usage": "java-runtime"
+      },
+      "files": [
+        {
+          "name": "profileinstaller-1.2.0-alpha03-sources.jar",
+          "url": "profileinstaller-1.2.0-alpha03-sources.jar",
+          "size": 28336,
+          "sha512": "80fcbed9717b0cc0bcdfed176e0f58828751d6d200314a662c64123501cc17f07091369f048e35d451d48f7c51eea62b63464825f5b64d40a4e9f40d64577465",
+          "sha256": "1511e489a11d9a6408b9e68f1f91d733c0b6ad5846caadad551fe705e1c70a98",
+          "sha1": "fdc7202eb9c888b87b6938c00a92d8f61de3dbfe",
+          "md5": "499a0ac26afd3fd0afeb9fdbe737850b"
+        }
+      ]
+    }
+  ]
+}
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.md5 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.md5
new file mode 100644
index 0000000..28155e8
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.md5
@@ -0,0 +1 @@
+44e4eeb97884c1f2d6558ec3c9464e7d
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha1 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha1
new file mode 100644
index 0000000..b1fe3af
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha1
@@ -0,0 +1 @@
+1448316aa8c6bad4852b088e99d06d06d6a2ed91
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha256 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha256
new file mode 100644
index 0000000..8994d36
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha256
@@ -0,0 +1 @@
+5fc7af109f0af0a74460894bfe61d12758f580783d438bc29e4d8f75a0e8985f
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha512 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha512
new file mode 100644
index 0000000..5624b7b
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.module.sha512
@@ -0,0 +1 @@
+ac66dc65074e30faab0826e60e5de66f656399bf6752dad1098f2bb352e80fecf0900b292094f9834ae55f2c916eaa9997848e8ec02ad4e032020eedaedd77d3
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom
new file mode 100644
index 0000000..30edeb5
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.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 https://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.profileinstaller</groupId>
+  <artifactId>profileinstaller</artifactId>
+  <version>1.2.0-alpha03</version>
+  <packaging>aar</packaging>
+  <name>androidx.profileinstaller:profileinstaller</name>
+  <description>Allows libraries to prepopulate ahead of time compilation traces to be read by ART</description>
+  <url>https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.2.0-alpha03</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.startup</groupId>
+      <artifactId>startup-runtime</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <type>aar</type>
+    </dependency>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.md5 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.md5
new file mode 100644
index 0000000..d584edf
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.md5
@@ -0,0 +1 @@
+2f897438ea88cd35ccaa75ef870c24b6
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha1 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha1
new file mode 100644
index 0000000..242366f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+ef3d6865ee20b00a7b6ab3c3c389ece8684f8f85
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha256 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha256
new file mode 100644
index 0000000..e48e1a9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+ff746fbe294832cbafec817bb05737599f758a4146d31e41e7b059f9cfa6fa2c
\ No newline at end of file
diff --git a/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha512 b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha512
new file mode 100644
index 0000000..c814671
--- /dev/null
+++ b/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.2.0-alpha03/profileinstaller-1.2.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+9f622286331eb50ccfa59ee221251ab5c107c9b9bd7159efb2b79985f3827435d8eab541fe4a7f8cd9d8205f90d1ba4826d867fd97ff88f9e05b38889767c851
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.compose.material_material-icons-extended/AndroidManifest.xml b/current/androidx/manifests/androidx.compose.material_material-icons-extended/AndroidManifest.xml
new file mode 100644
index 0000000..efd1127
--- /dev/null
+++ b/current/androidx/manifests/androidx.compose.material_material-icons-extended/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 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.compose.material.icons.extended" >
+
+    <uses-sdk
+        android:minSdkVersion="21"
+        android:targetSdkVersion="31" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.compose.ui_ui-test-junit4/AndroidManifest.xml b/current/androidx/manifests/androidx.compose.ui_ui-test-junit4/AndroidManifest.xml
new file mode 100644
index 0000000..a670e3e
--- /dev/null
+++ b/current/androidx/manifests/androidx.compose.ui_ui-test-junit4/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?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.compose.ui.test.junit4" >
+
+    <uses-sdk
+        android:minSdkVersion="21"
+        android:targetSdkVersion="31" />
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.compose.ui_ui-test-manifest/AndroidManifest.xml b/current/androidx/manifests/androidx.compose.ui_ui-test-manifest/AndroidManifest.xml
new file mode 100644
index 0000000..dd6bff8
--- /dev/null
+++ b/current/androidx/manifests/androidx.compose.ui_ui-test-manifest/AndroidManifest.xml
@@ -0,0 +1,30 @@
+<?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.compose.ui.test.manifest" >
+
+    <uses-sdk
+        android:minSdkVersion="21"
+        android:targetSdkVersion="31" />
+
+    <application>
+        <activity
+            android:name="androidx.activity.ComponentActivity"
+            android:exported="true" />
+    </application>
+
+</manifest>
\ No newline at end of file
diff --git a/current/androidx/manifests/androidx.compose.ui_ui-test/AndroidManifest.xml b/current/androidx/manifests/androidx.compose.ui_ui-test/AndroidManifest.xml
new file mode 100644
index 0000000..27910d7
--- /dev/null
+++ b/current/androidx/manifests/androidx.compose.ui_ui-test/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?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.compose.ui.test" >
+
+    <uses-sdk
+        android:minSdkVersion="21"
+        android:targetSdkVersion="31" />
+
+</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 5d39967..9c1f565 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-runtime/AndroidManifest.xml
@@ -1,4 +1,19 @@
 <?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.lifecycle.runtime" >
 
diff --git a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-compose/AndroidManifest.xml b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-compose/AndroidManifest.xml
index 9559fcd..cb10fe8 100644
--- a/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-compose/AndroidManifest.xml
+++ b/current/androidx/manifests/androidx.lifecycle_lifecycle-viewmodel-compose/AndroidManifest.xml
@@ -16,7 +16,5 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="androidx.lifecycle.viewmodel.compose" >
-
     <uses-sdk android:minSdkVersion="21" />
-
 </manifest>
\ No newline at end of file
diff --git a/current/extras/material-design-x/Android.bp b/current/extras/material-design-x/Android.bp
index ac9487d..495e7d7 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 31 -default-min-sdk-version 24 -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-compose$=androidx.activity_activity-compose' '-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.benchmark:benchmark-macro$=androidx.benchmark_benchmark-macro' '-rewrite=^androidx.benchmark:benchmark-macro-junit4$=androidx.benchmark_benchmark-macro-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car.app:app$=androidx.car.app_app' '-rewrite=^androidx.car.app:app-automotive$=androidx.car.app_app-automotive' '-rewrite=^androidx.car.app:app-testing$=androidx.car.app_app-testing' '-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.compose.animation:animation$=androidx.compose.animation_animation' '-rewrite=^androidx.compose.animation:animation-core$=androidx.compose.animation_animation-core' '-rewrite=^androidx.compose.compiler:compiler-hosted$=androidx.compose.compiler_compiler-hosted' '-rewrite=^androidx.compose.foundation:foundation$=androidx.compose.foundation_foundation' '-rewrite=^androidx.compose.foundation:foundation-layout$=androidx.compose.foundation_foundation-layout' '-rewrite=^androidx.compose.foundation:foundation-text$=androidx.compose.foundation_foundation-text' '-rewrite=^androidx.compose.material:material$=androidx.compose.material_material' '-rewrite=^androidx.compose.material:material-icons-core$=androidx.compose.material_material-icons-core' '-rewrite=^androidx.compose.material:material-ripple$=androidx.compose.material_material-ripple' '-rewrite=^androidx.compose.runtime:runtime$=androidx.compose.runtime_runtime' '-rewrite=^androidx.compose.runtime:runtime-saveable$=androidx.compose.runtime_runtime-saveable' '-rewrite=^androidx.compose.ui:ui$=androidx.compose.ui_ui' '-rewrite=^androidx.compose.ui:ui-geometry$=androidx.compose.ui_ui-geometry' '-rewrite=^androidx.compose.ui:ui-graphics$=androidx.compose.ui_ui-graphics' '-rewrite=^androidx.compose.ui:ui-text$=androidx.compose.ui_ui-text' '-rewrite=^androidx.compose.ui:ui-unit$=androidx.compose.ui_ui-unit' '-rewrite=^androidx.compose.ui:ui-util$=androidx.compose.ui_ui-util' '-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.emoji2:emoji2$=androidx.emoji2_emoji2' '-rewrite=^androidx.emoji2:emoji2-views-helper$=androidx.emoji2_emoji2-views-helper' '-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.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.profileinstaller:profileinstaller$=androidx.profileinstaller_profileinstaller' '-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.resourceinspection:resourceinspection-annotation$=androidx.resourceinspection_resourceinspection-annotation' '-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.startup:startup-runtime$=androidx.startup_startup-runtime' '-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.wear:wear-ongoing$=androidx.wear_wear-ongoing' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.window:window$=androidx.window_window' '-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=^com.google.auto.value:auto-value$=auto_value_plugin' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^androidx.test:core$=androidx.test.core' '-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' '-rewrite=^javax.annotation:javax.annotation-api$=javax-annotation-api-prebuilt-host-jar' '-rewrite=^org.robolectric:robolectric$=Robolectric_all-target' '-rewrite=^org.jetbrains.kotlin:kotlin-stdlib-common$=kotlin-stdlib' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-core$=kotlinx_coroutines' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-android$=kotlinx_coroutines_android' '-rewrite=^org.jetbrains.kotlinx:kotlinx-metadata-jvm$=kotlinx_metadata_jvm' -extra-static-libs=androidx.room_room-compiler=guava-21.0 -optional-uses-libs=androidx.window_window=androidx.window.extensions,androidx.window.sidecar '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.compose.compiler:compiler-hosted' '-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' .
+// pom2bp -sdk-version 31 -default-min-sdk-version 24 -static-deps '-rewrite=^androidx.activity:activity$=androidx.activity_activity' '-rewrite=^androidx.activity:activity-compose$=androidx.activity_activity-compose' '-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.benchmark:benchmark-macro$=androidx.benchmark_benchmark-macro' '-rewrite=^androidx.benchmark:benchmark-macro-junit4$=androidx.benchmark_benchmark-macro-junit4' '-rewrite=^androidx.biometric:biometric$=androidx.biometric_biometric' '-rewrite=^androidx.browser:browser$=androidx.browser_browser' '-rewrite=^androidx.car.app:app$=androidx.car.app_app' '-rewrite=^androidx.car.app:app-automotive$=androidx.car.app_app-automotive' '-rewrite=^androidx.car.app:app-testing$=androidx.car.app_app-testing' '-rewrite=^androidx.cardview:cardview$=androidx.cardview_cardview' '-rewrite=^androidx.collection:collection$=androidx.collection_collection' '-rewrite=^androidx.collection:collection-jvm$=androidx.collection_collection-jvm' '-rewrite=^androidx.collection:collection-ktx$=androidx.collection_collection-ktx' '-rewrite=^androidx.compose.animation:animation$=androidx.compose.animation_animation' '-rewrite=^androidx.compose.animation:animation-core$=androidx.compose.animation_animation-core' '-rewrite=^androidx.compose.compiler:compiler-hosted$=androidx.compose.compiler_compiler-hosted' '-rewrite=^androidx.compose.foundation:foundation$=androidx.compose.foundation_foundation' '-rewrite=^androidx.compose.foundation:foundation-layout$=androidx.compose.foundation_foundation-layout' '-rewrite=^androidx.compose.foundation:foundation-text$=androidx.compose.foundation_foundation-text' '-rewrite=^androidx.compose.material3:material3$=androidx.compose.material3_material3' '-rewrite=^androidx.compose.material:material$=androidx.compose.material_material' '-rewrite=^androidx.compose.material:material-icons-core$=androidx.compose.material_material-icons-core' '-rewrite=^androidx.compose.material:material-ripple$=androidx.compose.material_material-ripple' '-rewrite=^androidx.compose.runtime:runtime$=androidx.compose.runtime_runtime' '-rewrite=^androidx.compose.runtime:runtime-livedata$=androidx.compose.runtime_runtime-livedata' '-rewrite=^androidx.compose.runtime:runtime-saveable$=androidx.compose.runtime_runtime-saveable' '-rewrite=^androidx.compose.ui:ui$=androidx.compose.ui_ui' '-rewrite=^androidx.compose.ui:ui-geometry$=androidx.compose.ui_ui-geometry' '-rewrite=^androidx.compose.ui:ui-graphics$=androidx.compose.ui_ui-graphics' '-rewrite=^androidx.compose.ui:ui-text$=androidx.compose.ui_ui-text' '-rewrite=^androidx.compose.ui:ui-tooling$=androidx.compose.ui_ui-tooling' '-rewrite=^androidx.compose.ui:ui-tooling-data$=androidx.compose.ui_ui-tooling-data' '-rewrite=^androidx.compose.ui:ui-tooling-preview$=androidx.compose.ui_ui-tooling-preview' '-rewrite=^androidx.compose.ui:ui-unit$=androidx.compose.ui_ui-unit' '-rewrite=^androidx.compose.ui:ui-util$=androidx.compose.ui_ui-util' '-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.emoji2:emoji2$=androidx.emoji2_emoji2' '-rewrite=^androidx.emoji2:emoji2-views-helper$=androidx.emoji2_emoji2-views-helper' '-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-grid$=androidx.leanback_leanback-grid' '-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.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.profileinstaller:profileinstaller$=androidx.profileinstaller_profileinstaller' '-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.resourceinspection:resourceinspection-annotation$=androidx.resourceinspection_resourceinspection-annotation' '-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.startup:startup-runtime$=androidx.startup_startup-runtime' '-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.wear:wear-ongoing$=androidx.wear_wear-ongoing' '-rewrite=^androidx.webkit:webkit$=androidx.webkit_webkit' '-rewrite=^androidx.window:window$=androidx.window_window' '-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=^com.google.auto.value:auto-value$=auto_value_plugin' '-rewrite=^monitor$=androidx.test.monitor' '-rewrite=^rules$=androidx.test.rules' '-rewrite=^runner$=androidx.test.runner' '-rewrite=^androidx.test:core$=androidx.test.core' '-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' '-rewrite=^javax.annotation:javax.annotation-api$=javax-annotation-api-prebuilt-host-jar' '-rewrite=^org.robolectric:robolectric$=Robolectric_all-target' '-rewrite=^org.jetbrains.kotlin:kotlin-stdlib-common$=kotlin-stdlib' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-core$=kotlinx_coroutines' '-rewrite=^org.jetbrains.kotlinx:kotlinx-coroutines-android$=kotlinx_coroutines_android' '-rewrite=^org.jetbrains.kotlinx:kotlinx-metadata-jvm$=kotlinx_metadata_jvm' -extra-static-libs=androidx.room_room-compiler=guava-21.0 -optional-uses-libs=androidx.window_window=androidx.window.extensions,androidx.window.sidecar '-host=androidx.remotecallback:remotecallback-processor' '-host=androidx.appsearch:appsearch-compiler' '-host=androidx.compose.compiler:compiler-hosted' '-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' .
 
 package {
     // See: http://go/android-license-faq
@@ -12,7 +12,7 @@
 
 android_library_import {
     name: "com.google.android.material_material-nodeps",
-    aars: ["com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar"],
+    aars: ["com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar"],
     sdk_version: "31",
     apex_available: [
         "//apex_available:platform",
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar
deleted file mode 100644
index 548e505..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar
+++ /dev/null
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.md5
deleted file mode 100644
index e28fa22..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-9664b4691006ed46c14b7fd7ebd22b55
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha1
deleted file mode 100644
index f19f75c..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d1e12cffc23c1d5a90a317e41d0fe74132b9dbcd
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha256
deleted file mode 100644
index 6b7aa17..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-48818b5b00531fe9d8e881480f387d03b829937269b13e601b3cc71a16e51902
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha512
deleted file mode 100644
index 6cc2733..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301-sources.jar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-8dd457e62dcbb0d56028c63464d86104fb4c6e8547b68540a49d1256ae1fb9f509df278432b9da5dfe9cb486ca9f0e06ba43b63f183655cb2522260a1442bc15
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar
deleted file mode 100644
index e30a439..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar
+++ /dev/null
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.md5
deleted file mode 100644
index 7eee4e6..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.md5
+++ /dev/null
@@ -1 +0,0 @@
-e2e7eefa591c8dcc66e437f8589808a3
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha1
deleted file mode 100644
index d310e1f..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6bea09d4360b4e7529dd327941132af2033ba546
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha256
deleted file mode 100644
index fd70bab..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9f8e6865aceef042256d1237e15cf87d82eb05927eb269e8cda350eac69f2863
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha512
deleted file mode 100644
index cf14978..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.aar.sha512
+++ /dev/null
@@ -1 +0,0 @@
-1d057a8f348c54d735a5636c434b87db5c506f02c6c990ece1e48707148df4e47cd25a1a3f825053f07de8929bf7978d3d2ddad3265618af2b628335dad8df76
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.md5 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.md5
deleted file mode 100644
index 89d6061..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.md5
+++ /dev/null
@@ -1 +0,0 @@
-e0e6b99b7a64ad2b070ca5811b810721
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha1
deleted file mode 100644
index 7837467..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d2070e2bfa477f649d6a92c4aa21d10f7b346d26
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha256
deleted file mode 100644
index 45e0942..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha256
+++ /dev/null
@@ -1 +0,0 @@
-9cc7cd9358d74cc77833fa0ca4e094f7901de31148250d65d5daa0b811819ec2
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha512
deleted file mode 100644
index 054ea4c..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module.sha512
+++ /dev/null
@@ -1 +0,0 @@
-6af635a057e8c4177a8677acae38c9012f804987d4bc49906dbb777c14fc5eed8cd3076699d8521cd8024c20679ed1e64183b3ba52b48f26d330adb1eb9fd3be
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.md5 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.md5
deleted file mode 100644
index 0c058c6..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-3a65da1310da8a8bd007154917a5bf50
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha1
deleted file mode 100644
index 6d1af1f..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8b73779e20ce4c9d557cb7a8316578e8c250e080
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha256
deleted file mode 100644
index 4d2239e..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha256
+++ /dev/null
@@ -1 +0,0 @@
-eeb49277fac2d3cc436894f70b2998ad63d872cd6309694e3d063ee0600a741e
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha512
deleted file mode 100644
index ff610c5..0000000
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom.sha512
+++ /dev/null
@@ -1 +0,0 @@
-ed2b4a0c816c7c588c5b8540dc1aa8c1cfd74c8026e83f2881b0901efad93de9f767c9415d02886630f9db0dc008ee3651822d5bd3cf0173b05ca90e73fe7e7d
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar
new file mode 100644
index 0000000..42790de
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.md5
new file mode 100644
index 0000000..9ad393a
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.md5
@@ -0,0 +1 @@
+e31c0df80e348050369ec0b232435c11
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha1
new file mode 100644
index 0000000..12f5199
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha1
@@ -0,0 +1 @@
+37c3bd985885904a1719c8662184400676965a09
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha256
new file mode 100644
index 0000000..8b1d6aa
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha256
@@ -0,0 +1 @@
+7829aadf74a1736cd041543257327d45c6d46b5ece8e21cc193e2b89a93797c5
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha512
new file mode 100644
index 0000000..2c9a617
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03-sources.jar.sha512
@@ -0,0 +1 @@
+8465524bd89db21641253ffb3ebc95e1870e74f87170ae778f82e66b2044ed0380de58f3d65906a795a559ee1aee2e7f874a95acd929d4259d80620b115cbc0d
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar
new file mode 100644
index 0000000..1d1ee24
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar
Binary files differ
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.md5 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.md5
new file mode 100644
index 0000000..9564c64
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.md5
@@ -0,0 +1 @@
+86a7ef58aa0e3737aad1897f44f6e4d1
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha1
new file mode 100644
index 0000000..5bfceeb
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha1
@@ -0,0 +1 @@
+f64152ec37535defe2f3e8318ef922d26e8ff158
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha256
new file mode 100644
index 0000000..0bd327c
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha256
@@ -0,0 +1 @@
+69eccc67acbcc13df882a006672f713c7edeaf15e86ac8cb57f22d775c0fbb72
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha512
new file mode 100644
index 0000000..842a85e
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.aar.sha512
@@ -0,0 +1 @@
+e92c9b14e6413a35d3a7a003d66e5d675a44a705d6a48ab1d78e9a2d5700a44223c4a6a8ebe83383135ff6b07fa09141617d633d5d54a00807d03ad41f5d4a3a
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module
similarity index 81%
rename from current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module
rename to current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module
index e69ece7..9ea6df4 100644
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.module
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module
@@ -3,20 +3,19 @@
   "component": {
     "group": "com.google.android.material",
     "module": "material",
-    "version": "1.6.0-alpha0301",
+    "version": "1.7.0-alpha03",
     "attributes": {
       "org.gradle.status": "release"
     }
   },
   "createdBy": {
     "gradle": {
-      "version": "6.1.1",
-      "buildId": "52xn3se62jfrjkliqqgda4gpqi"
+      "version": "7.3.3"
     }
   },
   "variants": [
     {
-      "name": "releaseApiPublication",
+      "name": "releaseVariantReleaseApiPublication",
       "attributes": {
         "org.gradle.category": "library",
         "org.gradle.dependency.bundling": "external",
@@ -35,7 +34,7 @@
           "group": "androidx.appcompat",
           "module": "appcompat",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.5.0-beta01"
           }
         },
         {
@@ -63,7 +62,7 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.5.0"
+            "requires": "1.6.0"
           }
         },
         {
@@ -132,18 +131,18 @@
       ],
       "files": [
         {
-          "name": "material-1.6.0-alpha0301.aar",
-          "url": "material-1.6.0-alpha0301.aar",
-          "size": 1820055,
-          "sha512": "1d057a8f348c54d735a5636c434b87db5c506f02c6c990ece1e48707148df4e47cd25a1a3f825053f07de8929bf7978d3d2ddad3265618af2b628335dad8df76",
-          "sha256": "9f8e6865aceef042256d1237e15cf87d82eb05927eb269e8cda350eac69f2863",
-          "sha1": "6bea09d4360b4e7529dd327941132af2033ba546",
-          "md5": "e2e7eefa591c8dcc66e437f8589808a3"
+          "name": "material-1.7.0-alpha03.aar",
+          "url": "material-1.7.0-alpha03.aar",
+          "size": 1872665,
+          "sha512": "e92c9b14e6413a35d3a7a003d66e5d675a44a705d6a48ab1d78e9a2d5700a44223c4a6a8ebe83383135ff6b07fa09141617d633d5d54a00807d03ad41f5d4a3a",
+          "sha256": "69eccc67acbcc13df882a006672f713c7edeaf15e86ac8cb57f22d775c0fbb72",
+          "sha1": "f64152ec37535defe2f3e8318ef922d26e8ff158",
+          "md5": "86a7ef58aa0e3737aad1897f44f6e4d1"
         }
       ]
     },
     {
-      "name": "releaseRuntimePublication",
+      "name": "releaseVariantReleaseRuntimePublication",
       "attributes": {
         "org.gradle.category": "library",
         "org.gradle.dependency.bundling": "external",
@@ -162,7 +161,7 @@
           "group": "androidx.appcompat",
           "module": "appcompat",
           "version": {
-            "requires": "1.1.0"
+            "requires": "1.5.0-beta01"
           }
         },
         {
@@ -190,7 +189,7 @@
           "group": "androidx.core",
           "module": "core",
           "version": {
-            "requires": "1.5.0"
+            "requires": "1.6.0"
           }
         },
         {
@@ -259,13 +258,13 @@
       ],
       "files": [
         {
-          "name": "material-1.6.0-alpha0301.aar",
-          "url": "material-1.6.0-alpha0301.aar",
-          "size": 1820055,
-          "sha512": "1d057a8f348c54d735a5636c434b87db5c506f02c6c990ece1e48707148df4e47cd25a1a3f825053f07de8929bf7978d3d2ddad3265618af2b628335dad8df76",
-          "sha256": "9f8e6865aceef042256d1237e15cf87d82eb05927eb269e8cda350eac69f2863",
-          "sha1": "6bea09d4360b4e7529dd327941132af2033ba546",
-          "md5": "e2e7eefa591c8dcc66e437f8589808a3"
+          "name": "material-1.7.0-alpha03.aar",
+          "url": "material-1.7.0-alpha03.aar",
+          "size": 1872665,
+          "sha512": "e92c9b14e6413a35d3a7a003d66e5d675a44a705d6a48ab1d78e9a2d5700a44223c4a6a8ebe83383135ff6b07fa09141617d633d5d54a00807d03ad41f5d4a3a",
+          "sha256": "69eccc67acbcc13df882a006672f713c7edeaf15e86ac8cb57f22d775c0fbb72",
+          "sha1": "f64152ec37535defe2f3e8318ef922d26e8ff158",
+          "md5": "86a7ef58aa0e3737aad1897f44f6e4d1"
         }
       ]
     }
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.md5 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.md5
new file mode 100644
index 0000000..9d16538
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.md5
@@ -0,0 +1 @@
+c4135d40147babfda095c1dd29825c7f
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha1
new file mode 100644
index 0000000..97209d2
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha1
@@ -0,0 +1 @@
+8e18c521b4ff2230ce7e45530f713bead4b16232
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha256
new file mode 100644
index 0000000..baa8e60
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha256
@@ -0,0 +1 @@
+21b1bcf8fb95306e9c44a2324e700ea8ad9000ab365db5e72cf4656c6f628d13
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha512
new file mode 100644
index 0000000..374fb79
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.module.sha512
@@ -0,0 +1 @@
+4721dbd4690cefb54695a3117346b50eb033be6981145e9fa0b11e6ef1ccaac5ded8eecb6447c4541f48ec50386363d1cd017361f946352e9e5e7159ac413e1b
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom
similarity index 95%
rename from current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom
rename to current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom
index fc97b69..ea5e6a8 100644
--- a/current/extras/material-design-x/com/google/android/material/material/1.6.0-alpha0301/material-1.6.0-alpha0301.pom
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom
@@ -1,5 +1,5 @@
 <?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"
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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  -->
@@ -9,7 +9,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.android.material</groupId>
   <artifactId>material</artifactId>
-  <version>1.6.0-alpha0301</version>
+  <version>1.7.0-alpha03</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>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>androidx.appcompat</groupId>
       <artifactId>appcompat</artifactId>
-      <version>1.1.0</version>
+      <version>1.5.0-beta01</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>androidx.core</groupId>
       <artifactId>core</artifactId>
-      <version>1.5.0</version>
+      <version>1.6.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.md5 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.md5
new file mode 100644
index 0000000..c9eeebb
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.md5
@@ -0,0 +1 @@
+82314dac6962fdaebbb73ff13e057f32
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha1 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha1
new file mode 100644
index 0000000..f0291c1
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha1
@@ -0,0 +1 @@
+3d660ef8fac409bac5640fa40078dd56b1543218
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha256 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha256
new file mode 100644
index 0000000..7fd17f6
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha256
@@ -0,0 +1 @@
+87eb252424ce6de88de5417ab7a2bc08e7facaabfb60f3e31ac00f1a68c8efa7
\ No newline at end of file
diff --git a/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha512 b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha512
new file mode 100644
index 0000000..8eadd51
--- /dev/null
+++ b/current/extras/material-design-x/com/google/android/material/material/1.7.0-alpha03/material-1.7.0-alpha03.pom.sha512
@@ -0,0 +1 @@
+acafd5d83b85567d72d3fd5228965d17914390d2238eea436065361dffe7135c36e28052542318ff7978b8927514f3f8a9d9b59f8c45279e9bbe90c9e73684dc
\ No newline at end of file
diff --git a/current/extras/material-design-x/manifests/com.google.android.material_material/AndroidManifest.xml b/current/extras/material-design-x/manifests/com.google.android.material_material/AndroidManifest.xml
index 02aa7b1..a9e5f3e 100644
--- a/current/extras/material-design-x/manifests/com.google.android.material_material/AndroidManifest.xml
+++ b/current/extras/material-design-x/manifests/com.google.android.material_material/AndroidManifest.xml
@@ -19,7 +19,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="31" />
+        android:targetSdkVersion="32" />
 
     <application />