bouncycastle connect to android studio

前端 未结 1 1116
粉色の甜心
粉色の甜心 2021-01-23 02:05

Good time of day, I need to somehow connect the bouncycastle library to android studio. How can this be done? I\'ve never dealt with one before. Here is the code for which I nee

相关标签:
1条回答
  • 2021-01-23 02:19

    In your module (app-level) Gradle file (usually app/build.gradle) add this dependency

    implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'
    
    0 讨论(0)
提交回复
热议问题