Skip to content

Commit 26816a0

Browse files
committed
Switch XR Material3 from snapshot to 1.0.0-alpha08
1 parent d8bce64 commit 26816a0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

AdaptiveJetStream/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ uiautomator = "2.3.0"
2525
rules = "1.6.1"
2626
window = "1.4.0-rc02"
2727
xr = "1.0.0-alpha04"
28-
xr-material3 = "1.0.0-SNAPSHOT"
28+
xr-material3 = "1.0.0-alpha08"
2929

3030
[libraries]
3131
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }

AdaptiveJetStream/settings.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ dependencyResolutionManagement {
2626
repositories {
2727
google()
2828
mavenCentral()
29-
maven {
30-
url = uri("https://androidx.dev/snapshots/builds/13505055/artifacts/repository")
31-
}
3229
}
3330
}
3431
rootProject.name = "JetStream"

0 commit comments

Comments
 (0)