Use sqlite-jdbc for unit tests to enable FTS5 and JSON1 support.

This commit is contained in:
Greyson Parrelli
2026-03-23 13:04:33 -04:00
committed by Cody Henthorne
parent c3b8768570
commit 2bb9578ef9
9 changed files with 939 additions and 592 deletions

View File

@@ -27,3 +27,4 @@ mockk-android = "io.mockk:mockk-android:1.13.17"
square-mockwebserver = "com.squareup.okhttp3:mockwebserver:5.0.0-alpha.16"
conscrypt-openjdk-uber = "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
diff-utils = "io.github.java-diff-utils:java-diff-utils:4.12"
sqlite-jdbc = "org.xerial:sqlite-jdbc:3.51.3.0"