mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 20:32:38 +02:00
Fixes F-droid compilation due to a duplicated class from a unifiedpush crypto bug
This commit is contained in:
@@ -171,6 +171,17 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: until google merges and unifiedpush updates https://github.com/tink-crypto/tink-java-apps/pull/5
|
||||||
|
configurations.all {
|
||||||
|
def tink = "com.google.crypto.tink:tink-android:1.17.0"
|
||||||
|
resolutionStrategy {
|
||||||
|
force(tink)
|
||||||
|
dependencySubstitution {
|
||||||
|
substitute module('com.google.crypto.tink:tink') using module(tink)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
compilerOptions {
|
compilerOptions {
|
||||||
jvmTarget = JvmTarget.JVM_17
|
jvmTarget = JvmTarget.JVM_17
|
||||||
|
Reference in New Issue
Block a user