mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add PNI to recipients
This commit is contained in:
parent
e450f36e81
commit
b9eee539bd
10 changed files with 696 additions and 110 deletions
|
@ -21,6 +21,12 @@ dependencies {
|
|||
implementation("org.slf4j", "slf4j-api", "2.0.3")
|
||||
implementation("org.xerial", "sqlite-jdbc", "3.39.3.0")
|
||||
implementation("com.zaxxer", "HikariCP", "5.0.1")
|
||||
|
||||
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.0")
|
||||
}
|
||||
|
||||
tasks.named<Test>("test") {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue