You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
use bouncycastle
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import com.android.build.api.dsl.Packaging
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.jetbrains.kotlin.android)
|
||||
alias(libs.plugins.agp.app)
|
||||
@@ -29,10 +31,15 @@ android {
|
||||
signingConfig = signingConfigs["debug"]
|
||||
}
|
||||
}
|
||||
packaging {
|
||||
resources {
|
||||
excludes += "**"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":stub"))
|
||||
compileOnly(libs.annotation)
|
||||
implementation(libs.bcpkix.jdk15on)
|
||||
implementation(libs.bcpkix.jdk18on)
|
||||
}
|
||||
Reference in New Issue
Block a user