mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Implement MessageSendLog for resending after encryption error
This commit is contained in:
parent
3491782912
commit
95cc0ae7fd
16 changed files with 960 additions and 80 deletions
|
@ -19,6 +19,8 @@ dependencies {
|
|||
implementation("com.google.protobuf", "protobuf-javalite", "3.11.4")
|
||||
implementation("org.bouncycastle", "bcprov-jdk15on", "1.70")
|
||||
implementation("org.slf4j", "slf4j-api", "1.7.32")
|
||||
implementation("org.xerial", "sqlite-jdbc", "3.36.0.3")
|
||||
implementation("com.zaxxer", "HikariCP", "5.0.1")
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue