mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 11:02:40 +02:00
Remove bouncycastle
This commit is contained in:
parent
c671450d12
commit
9730ca0a72
@ -78,7 +78,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation(libs.cxx)
|
||||
implementation(libs.bouncycastle)
|
||||
implementation(libs.hiddenapibypass)
|
||||
}
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
cxx = "27.0.12077973"
|
||||
bouncycastle = "1.78.1"
|
||||
hiddenapibypass = "4.3"
|
||||
|
||||
[libraries]
|
||||
cxx = { group = "org.lsposed.libcxx", name = "libcxx", version.ref = "cxx" }
|
||||
bouncycastle = { group = "org.bouncycastle", name = "bcpkix-jdk18on", version.ref = "bouncycastle" }
|
||||
hiddenapibypass = { group = "org.lsposed.hiddenapibypass", name = "hiddenapibypass", version.ref = "hiddenapibypass" }
|
||||
|
||||
[plugins]
|
||||
|
Loading…
Reference in New Issue
Block a user