File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ androidx-test-junit = "1.2.1"
2828androidx-window = " 1.5.0-alpha02"
2929androidx-window-core = " 1.5.0-alpha02"
3030androidx-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 "
3434androidxHiltNavigationCompose = " 1.2.0"
3535appcompat = " 1.7.1"
3636coil = " 2.7.0"
Original file line number Diff line number Diff line change 1- val snapshotVersion : String? = " 13790637 "
1+ val snapshotVersion : String? = System .getenv( " COMPOSE_SNAPSHOT_ID " )
22
33pluginManagement {
44 repositories {
Original file line number Diff line number Diff line change @@ -31,17 +31,9 @@ android {
3131}
3232
3333dependencies {
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
You can’t perform that action at this time.
0 commit comments