chore: add org.json:json:20240303 test dependency for BackupCodec round-trips

This commit is contained in:
null 2026-06-30 20:43:30 -05:00
parent 4640649593
commit db948511fb
1 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,9 @@ dependencies {
testImplementation("junit:junit:4.13.2") testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("io.mockk:mockk:1.13.14") testImplementation("io.mockk:mockk:1.13.14")
// Real org.json on the JVM test classpath so codec round-trips run (Android's stubbed JSONObject
// returns defaults under unitTests.isReturnDefaultValues).
testImplementation("org.json:json:20240303")
// Canonical-vector capture harness (paired-CI for iOS↔Android E2EE fixture fill) // Canonical-vector capture harness (paired-CI for iOS↔Android E2EE fixture fill)
androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.ext:junit:1.1.5")