launch fix

This commit is contained in:
2025-12-03 20:06:46 +09:00
parent 2bc018a4f7
commit 74bafd4cb1
8 changed files with 425 additions and 21 deletions

View File

@@ -55,8 +55,9 @@ dependencies {
implementation("androidx.camera:camera-lifecycle:1.3.0")
implementation("androidx.camera:camera-view:1.3.0")
// WebSocket
implementation("com.squareup.okhttp3:okhttp:4.11.0")
// WebSocket - OkHttp with all required dependencies
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.okio:okio:3.5.0")
// JSON
implementation("com.google.code.gson:gson:2.10.1")