[go: nahoru, domu]

Stop using old alpha/beta/rc versions

Test: ./gradlew bOS --dry-run
Change-Id: I11bd03f31387ba71de66144d463707ffce2179d1
diff --git a/benchmark/benchmark-macro-junit4/build.gradle b/benchmark/benchmark-macro-junit4/build.gradle
index 0e64ea3..c99550b 100644
--- a/benchmark/benchmark-macro-junit4/build.gradle
+++ b/benchmark/benchmark-macro-junit4/build.gradle
@@ -43,7 +43,7 @@
     api(libs.kotlinStdlib)
     api("androidx.annotation:annotation:1.1.0")
     api(project(":benchmark:benchmark-macro"))
-    api("androidx.test.uiautomator:uiautomator:2.3.0-alpha04")
+    api("androidx.test.uiautomator:uiautomator:2.3.0-rc01")
     implementation(project(":benchmark:benchmark-common"))
     implementation("androidx.test:rules:1.5.0")
     implementation("androidx.test:runner:1.5.2")
diff --git a/compose/compiler/compiler-hosted/integration-tests/build.gradle b/compose/compiler/compiler-hosted/integration-tests/build.gradle
index ccff554..1adcb8a 100644
--- a/compose/compiler/compiler-hosted/integration-tests/build.gradle
+++ b/compose/compiler/compiler-hosted/integration-tests/build.gradle
@@ -68,8 +68,8 @@
             dependencies {
                 implementation(libs.kotlinMetadataJvm)
                 implementation(libs.robolectric)
-                implementation("androidx.activity:activity-ktx:1.9.0-alpha01")
-                implementation("androidx.core:core-ktx:1.13.0-alpha03")
+                implementation("androidx.activity:activity-ktx:1.9.0-alpha03")
+                implementation("androidx.core:core-ktx:1.13.0-alpha05")
                 runtimeOnly(
                         project(":compose:compiler:compiler-hosted:integration-tests:kotlin-compiler-repackaged")
                 )
diff --git a/graphics/graphics-shapes/build.gradle b/graphics/graphics-shapes/build.gradle
index bc98beb..e1e08ca 100644
--- a/graphics/graphics-shapes/build.gradle
+++ b/graphics/graphics-shapes/build.gradle
@@ -45,7 +45,7 @@
         commonMain {
             dependencies {
                 implementation(libs.kotlinStdlibCommon)
-                implementation("androidx.collection:collection:1.4.0-beta02")
+                implementation("androidx.collection:collection:1.4.0")
                 implementation("androidx.annotation:annotation:1.1.0")
             }
         }
diff --git a/privacysandbox/ui/ui-client/build.gradle b/privacysandbox/ui/ui-client/build.gradle
index fc455a5..a217c36 100644
--- a/privacysandbox/ui/ui-client/build.gradle
+++ b/privacysandbox/ui/ui-client/build.gradle
@@ -37,8 +37,8 @@
 
     implementation("androidx.lifecycle:lifecycle-common:2.6.2")
     implementation("androidx.privacysandbox.sdkruntime:sdkruntime-client:1.0.0-alpha08")
-    implementation("androidx.customview:customview-poolingcontainer:1.0.0-alpha01")
-    implementation project(path: ':privacysandbox:ui:ui-core')
+    implementation("androidx.customview:customview-poolingcontainer:1.0.0")
+    implementation(project(":privacysandbox:ui:ui-core"))
 
     androidTestImplementation(project(":internal-testutils-runtime"))
     androidTestImplementation(libs.junit)
diff --git a/slidingpanelayout/slidingpanelayout/build.gradle b/slidingpanelayout/slidingpanelayout/build.gradle
index 14b7661..92187ab 100644
--- a/slidingpanelayout/slidingpanelayout/build.gradle
+++ b/slidingpanelayout/slidingpanelayout/build.gradle
@@ -17,7 +17,7 @@
     api("androidx.annotation:annotation:1.1.0")
     implementation("androidx.core:core-ktx:1.1.0")
     api("androidx.customview:customview:1.1.0")
-    implementation("androidx.window:window:1.2.0-rc01")
+    implementation("androidx.window:window:1.2.0")
     implementation("androidx.transition:transition:1.4.1")
 
     androidTestImplementation(libs.testExtJunit)
@@ -26,7 +26,7 @@
     androidTestImplementation(libs.kotlinStdlib)
     androidTestImplementation(libs.truth)
     androidTestImplementation(project(':internal-testutils-runtime'))
-    androidTestImplementation("androidx.window:window-testing:1.2.0-rc01")
+    androidTestImplementation("androidx.window:window-testing:1.2.0")
 }
 
 androidx {