X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/06e9f8ba6403ea83ab3535a3b1eb900f252d8b9d..94b3d9e2ed91b002751df0e04adba3cbc79e6bd1:/lib/build.gradle.kts diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index de3e9382..e4e7dc20 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -14,9 +14,9 @@ repositories { } dependencies { - api("com.github.turasa:signal-service-java:2.15.3_unofficial_22") + 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.68") + implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("org.slf4j:slf4j-api:1.7.30") } @@ -26,6 +26,11 @@ configurations { } } +tasks.withType().configureEach { + isPreserveFileTimestamps = false + isReproducibleFileOrder = true +} + tasks.withType { options.encoding = "UTF-8" }