Skip to content

Commit cdb39fc

Browse files
committed
Update to public alpha05
1 parent 7eb7eb5 commit cdb39fc

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ androidx-test-junit = "1.2.1"
2828
androidx-window = "1.5.0-alpha02"
2929
androidx-window-core = "1.5.0-alpha02"
3030
androidx-window-java = "1.5.0-alpha02"
31-
androidx-xr-arcore = "1.0.0-SNAPSHOT"
32-
androidx-xr-scenecore = "1.0.0-SNAPSHOT"
33-
androidx-xr-compose = "1.0.0-SNAPSHOT"
31+
androidx-xr-arcore = "1.0.0-alpha05"
32+
androidx-xr-scenecore = "1.0.0-alpha05"
33+
androidx-xr-compose = "1.0.0-alpha05"
3434
androidxHiltNavigationCompose = "1.2.0"
3535
appcompat = "1.7.1"
3636
coil = "2.7.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val snapshotVersion : String? = "13790637"
1+
val snapshotVersion : String? = System.getenv("COMPOSE_SNAPSHOT_ID")
22

33
pluginManagement {
44
repositories {

xr/build.gradle.kts

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ android {
3131
}
3232

3333
dependencies {
34-
implementation(libs.androidx.xr.arcore) {
35-
exclude(module = "impress")
36-
}
37-
implementation(libs.androidx.xr.scenecore) {
38-
exclude(module = "impress")
39-
}
40-
implementation(libs.androidx.xr.compose) {
41-
exclude(module = "impress")
42-
}
43-
44-
implementation("com.google.ar:impress:0.0.3")
34+
implementation(libs.androidx.xr.arcore)
35+
implementation(libs.androidx.xr.scenecore)
36+
implementation(libs.androidx.xr.compose)
4537

4638
implementation(libs.androidx.activity.ktx)
4739

0 commit comments

Comments
 (0)