feat: add sqlite gradle dependency
This commit is contained in:
parent
d280a3ce4d
commit
f0006ad764
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.xerial:sqlite-jdbc:3.32.3'
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue