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"
28
28
androidx-window = " 1.5.0-alpha02"
29
29
androidx-window-core = " 1.5.0-alpha02"
30
30
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 "
34
34
androidxHiltNavigationCompose = " 1.2.0"
35
35
appcompat = " 1.7.1"
36
36
coil = " 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 " )
2
2
3
3
pluginManagement {
4
4
repositories {
Original file line number Diff line number Diff line change @@ -31,17 +31,9 @@ android {
31
31
}
32
32
33
33
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)
45
37
46
38
implementation(libs.androidx.activity.ktx)
47
39
You can’t perform that action at this time.
0 commit comments