@@ -21,6 +21,7 @@ androidx-paging = "3.3.6"
2121androidx-startup-runtime = " 1.2.0"
2222androidx-test = " 1.6.1"
2323androidx-test-espresso = " 3.6.1"
24+ androidx-test-junit = " 1.2.1"
2425androidx-window = " 1.4.0-rc01"
2526androidx-window-core = " 1.4.0-beta02"
2627androidx-window-java = " 1.3.0"
@@ -42,6 +43,8 @@ hilt = "2.55"
4243horologist = " 0.6.22"
4344junit = " 4.13.2"
4445kotlin = " 2.1.10"
46+ kotlinxCoroutinesGuava = " 1.9.0"
47+ kotlinCoroutinesOkhttp = " 1.0"
4548kotlinxSerializationJson = " 1.8.0"
4649ksp = " 2.1.10-1.0.30"
4750maps-compose = " 6.4.4"
@@ -55,13 +58,17 @@ playServicesWearable = "19.0.0"
5558protolayout = " 1.2.1"
5659recyclerview = " 1.4.0"
5760# @keep
61+ androidx-xr = " 1.0.0-alpha02"
5862targetSdk = " 34"
5963tiles = " 1.4.1"
6064version-catalog-update = " 0.8.5"
6165wear = " 1.3.0"
6266wearComposeFoundation = " 1.4.1"
6367wearComposeMaterial = " 1.4.1"
6468wearToolingPreview = " 1.0.0"
69+ activityKtx = " 1.10.0"
70+ okHttp = " 4.12.0"
71+ webkit = " 1.13.0"
6572
6673[libraries ]
6774accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
@@ -125,6 +132,7 @@ androidx-startup-runtime = {module = "androidx.startup:startup-runtime", version
125132androidx-test-core = { module = " androidx.test:core" , version.ref = " androidx-test" }
126133androidx-test-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " androidx-test-espresso" }
127134androidx-test-runner = " androidx.test:runner:1.6.2"
135+ androidx-test-ext-junit = { module = " androidx.test.ext:junit" , version.ref = " androidx-test-junit" }
128136androidx-tiles = { module = " androidx.wear.tiles:tiles" , version.ref = " tiles" }
129137androidx-tiles-renderer = { module = " androidx.wear.tiles:tiles-renderer" , version.ref = " tiles" }
130138androidx-tiles-testing = { module = " androidx.wear.tiles:tiles-testing" , version.ref = " tiles" }
@@ -136,6 +144,9 @@ androidx-window = { module = "androidx.window:window", version.ref = "androidx-w
136144androidx-window-core = { module = " androidx.window:window-core" , version.ref = " androidx-window-core" }
137145androidx-window-java = {module = " androidx.window:window-java" , version.ref = " androidx-window-java" }
138146androidx-work-runtime-ktx = " androidx.work:work-runtime-ktx:2.10.0"
147+ androidx-xr-arcore = { module = " androidx.xr.arcore:arcore" , version.ref = " androidx-xr" }
148+ androidx-xr-compose = { module = " androidx.xr.compose:compose" , version.ref = " androidx-xr" }
149+ androidx-xr-scenecore = { module = " androidx.xr.scenecore:scenecore" , version.ref = " androidx-xr" }
139150android-identity-googleid = {module = " com.google.android.libraries.identity.googleid:googleid" , version.ref = " android-googleid" }
140151appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
141152coil-kt-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coil" }
@@ -152,11 +163,16 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re
152163horologist-compose-layout = { module = " com.google.android.horologist:horologist-compose-layout" , version.ref = " horologist" }
153164horologist-compose-material = { module = " com.google.android.horologist:horologist-compose-material" , version.ref = " horologist" }
154165junit = { module = " junit:junit" , version.ref = " junit" }
166+ kotlin-coroutines-okhttp = { module = " ru.gildor.coroutines:kotlin-coroutines-okhttp" , version.ref = " kotlinCoroutinesOkhttp" }
155167kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
156168kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
169+ kotlinx-coroutines-guava = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-guava" , version.ref = " kotlinxCoroutinesGuava" }
157170kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
158171kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
159172play-services-wearable = { module = " com.google.android.gms:play-services-wearable" , version.ref = " playServicesWearable" }
173+ androidx-activity-ktx = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " activityKtx" }
174+ okhttp = { group = " com.squareup.okhttp3" , name = " okhttp" , version.ref = " okHttp" }
175+ androidx-webkit = { group = " androidx.webkit" , name = " webkit" , version.ref = " webkit" }
160176
161177[plugins ]
162178android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
0 commit comments