Skip to content

Commit 57283a8

Browse files
committed
Revert "Exclude com.google.crypto.tink to fix a compilation issue"
This reverts commit f431ebe.
1 parent ea36ff6 commit 57283a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libraries/pushproviders/unifiedpush/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ dependencies {
4242
implementation(libs.serialization.json)
4343

4444
// 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-
}
45+
implementation(libs.unifiedpush)
5246

5347
testImplementation(libs.coroutines.test)
5448
testImplementation(libs.test.junit)

0 commit comments

Comments
 (0)