chore: switch relay to 172.16.81.175:4433 for testing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude
2026-04-05 12:01:51 +00:00
parent af85a49e86
commit 81c756c076
3 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,8 @@ tasks.register<Exec>("cargoNdkBuild") {
)
}
tasks.named("preBuild") { dependsOn("cargoNdkBuild") }
// Skip cargo-ndk in CI/Docker — .so is pre-built into jniLibs
// tasks.named("preBuild") { dependsOn("cargoNdkBuild") }
dependencies {
implementation("androidx.core:core-ktx:1.12.0")

View File

@@ -39,7 +39,7 @@ class CallViewModel : ViewModel(), WzpCallback {
private var statsJob: Job? = null
companion object {
const val DEFAULT_RELAY = "172.16.81.125:4433"
const val DEFAULT_RELAY = "172.16.81.175:4433"
const val DEFAULT_ROOM = "android"
}

Binary file not shown.