Update build.gradle

This commit is contained in:
Adel El-Beik 2024-10-01 09:06:39 +01:00 committed by GitHub
parent 576e37c3bb
commit b9fb90edda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,8 +72,8 @@ dependencies {
compile "net.i2p.crypto:eddsa:$eddsa_version"
// Bouncy castle support needed for X509 certificate manipulation
compile "org.bouncycastle:bcprov-jdk15on:${bouncycastle_version}"
compile "org.bouncycastle:bcpkix-jdk15on:${bouncycastle_version}"
compile "org.bouncycastle:bcprov-jdk18on:${bouncycastle_version}"
compile "org.bouncycastle:bcpkix-jdk18on:${bouncycastle_version}"
// JPA 2.2 annotations.
compile "javax.persistence:javax.persistence-api:2.2"