diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 6e528805..e4e7dc20 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -14,7 +14,7 @@ repositories { } dependencies { - api("com.github.turasa:signal-service-java:2.15.3_unofficial_28") + api("com.github.turasa:signal-service-java:2.15.3_unofficial_29") implementation("com.google.protobuf:protobuf-javalite:3.10.0") implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("org.slf4j:slf4j-api:1.7.30")