Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polymessaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {

testImplementation(libs.junit)
testImplementation(kotlin("test")) // kotlin.test assertions on JUnit4
testImplementation("org.json:json:20231013") // real org.json so wire/JWT tests run on the JVM (the android.jar one is a stub)
testImplementation("org.json:json:20260719") // real org.json so wire/JWT tests run on the JVM (the android.jar one is a stub)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.turbine)
testImplementation(libs.robolectric)
Expand Down
2 changes: 1 addition & 1 deletion polyvoice/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {

testImplementation(libs.junit)
testImplementation(kotlin("test")) // kotlin.test assertions on JUnit4
testImplementation("org.json:json:20231013") // real org.json so protocol tests run on the JVM (the android.jar one is a stub)
testImplementation("org.json:json:20260719") // real org.json so protocol tests run on the JVM (the android.jar one is a stub)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.turbine)
testImplementation(libs.robolectric)
Expand Down