Skip to content

Commit bac9645

Browse files
committed
Fix duplicated libs in toml
1 parent 4665db0 commit bac9645

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +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-
# @keep
32-
androidx-xr = "1.0.0-alpha03"
33-
# @keep
34-
androidx-xr-arcore = "1.0.0-alpha04"
35-
androidx-xr-compose = "1.0.0-alpha04"
36-
androidx-xr-scenecore = "1.0.0-alpha04"
31+
androidx-xr-arcore = "1.0.0-SNAPSHOT"
32+
androidx-xr-scenecore = "1.0.0-SNAPSHOT"
33+
androidx-xr-compose = "1.0.0-SNAPSHOT"
3734
androidxHiltNavigationCompose = "1.2.0"
3835
appcompat = "1.7.1"
3936
coil = "2.7.0"
@@ -71,9 +68,6 @@ targetSdk = "35"
7168
tiles = "1.5.0"
7269
tracing = "1.3.0"
7370
validatorPush = "1.0.0-alpha03"
74-
androidx-xr-arcore = "1.0.0-SNAPSHOT"
75-
androidx-xr-scenecore = "1.0.0-SNAPSHOT"
76-
androidx-xr-compose = "1.0.0-SNAPSHOT"
7771
version-catalog-update = "1.0.0"
7872
wear = "1.3.0"
7973
wearComposeFoundation = "1.5.0-beta04"

0 commit comments

Comments
 (0)