mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Extract lib module
This commit is contained in:
parent
4adb11dada
commit
c72aeed8bb
79 changed files with 38 additions and 6 deletions
|
@ -21,12 +21,11 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.protobuf:protobuf-javalite:3.10.0")
|
||||
implementation("com.github.turasa:signal-service-java:2.15.3_unofficial_18")
|
||||
implementation("org.bouncycastle:bcprov-jdk15on:1.68")
|
||||
implementation("net.sourceforge.argparse4j:argparse4j:0.8.1")
|
||||
implementation("com.github.hypfvieh:dbus-java:3.2.4")
|
||||
implementation("org.slf4j:slf4j-simple:1.7.30")
|
||||
implementation(project(":lib"))
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue