Skip to content

Commit

Permalink
Remove bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Aug 25, 2024
1 parent c671450 commit 9730ca0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ android {

dependencies {
implementation(libs.cxx)
implementation(libs.bouncycastle)
implementation(libs.hiddenapibypass)
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 9730ca0

Please sign in to comment.