Revert "Change to depend on window 1.0.0-alpha10"

This reverts commit cb255c94c2941f814ab2dbf95baba0b323c96fd0.

Reason for revert: Need to switch back to project dependencies for the next coordinated release.

Change-Id: Ia7f387a566d437fa06372cf6ebfe08f736d7b8f9
diff --git a/slidingpanelayout/slidingpanelayout/build.gradle b/slidingpanelayout/slidingpanelayout/build.gradle
index 9071872..716eaf0 100644
--- a/slidingpanelayout/slidingpanelayout/build.gradle
+++ b/slidingpanelayout/slidingpanelayout/build.gradle
@@ -11,7 +11,7 @@
     api("androidx.annotation:annotation:1.1.0")
     implementation("androidx.core:core:1.1.0")
     api("androidx.customview:customview:1.1.0")
-    implementation("androidx.window:window:1.0.0-alpha10")
+    implementation(project(":window:window"))
     implementation ("androidx.transition:transition:1.4.1")
 
     androidTestImplementation(libs.testExtJunit)
@@ -20,7 +20,7 @@
     androidTestImplementation(libs.kotlinStdlib)
     androidTestImplementation(libs.truth)
     androidTestImplementation(project(':internal-testutils-runtime'))
-    androidTestImplementation("androidx.window:window-testing:1.0.0-alpha10")
+    androidTestImplementation(project(":window:window-testing"))
 }
 
 androidx {