We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f320ea commit 4027e11Copy full SHA for 4027e11
build.gradle.kts
@@ -42,7 +42,9 @@ apply(from = "$rootDir/config/quality.gradle.kts")
42
dependencies {
43
implementation("com.jcraft:jzlib:1.1.3")
44
implementation("org.connectbot:simplesocks:1.0.1")
45
- implementation("com.google.crypto.tink:tink:1.12.0")
+ implementation("com.google.crypto.tink:tink:1.12.0") {
46
+ isTransitive = false
47
+ }
48
implementation("org.connectbot:jbcrypt:1.0.2")
49
50
testImplementation("junit:junit:4.13.2")
0 commit comments