Implement MessageSendLog for resending after encryption error

This commit is contained in:
AsamK 2022-01-23 20:50:23 +01:00
parent 3491782912
commit 95cc0ae7fd
16 changed files with 960 additions and 80 deletions

View file

@ -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 {