Updated on 2026-08-14
This commit is contained in:
parent
f3ee1dd9a9
commit
f76dcdd658
2 changed files with 3 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ private fun AppExtension.configureDefaultConfig(project: Project) {
|
|||
|
||||
testInstrumentationRunner = "com.tangem.common.HiltTestRunner"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TODO: [REDACTED_JIRA]
|
||||
|
|
@ -105,6 +104,8 @@ private fun AppExtension.configurePackagingOptions() {
|
|||
excludes += "lib/x86_64/freebsd/libscrypt.so"
|
||||
excludes += "lib/x86_64/linux/libscrypt.so"
|
||||
excludes += "META-INF/gradle/incremental.annotation.processors"
|
||||
|
||||
merges += "paymentrequest.proto"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue