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 ea36ff6 commit 57283a8Copy full SHA for 57283a8
libraries/pushproviders/unifiedpush/build.gradle.kts
@@ -42,13 +42,7 @@ dependencies {
42
implementation(libs.serialization.json)
43
44
// UnifiedPush library
45
- implementation(libs.unifiedpush) {
46
- // Exclude package com.google.crypto.tink
47
- // Duplicate classes between
48
- // tink-1.16.0.jar -> tink-1.16.0 (com.google.crypto.tink:tink:1.16.0)
49
- // tink-android-1.8.0.jar tink-android-1.8.0 (com.google.crypto.tink:tink-android:1.8.0)
50
- exclude(group = "com.google.crypto.tink", module = "tink")
51
- }
+ implementation(libs.unifiedpush)
52
53
testImplementation(libs.coroutines.test)
54
testImplementation(libs.test.junit)
0 commit comments