mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 03:03:12 +00:00
fix(android): add bcprov dependency for device identity store
This commit is contained in:
parent
7d1be585de
commit
a3574bbde4
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ dependencies {
|
|||
implementation("androidx.security:security-crypto:1.1.0")
|
||||
implementation("androidx.exifinterface:exifinterface:1.4.2")
|
||||
implementation("com.squareup.okhttp3:okhttp:5.3.2")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.83")
|
||||
|
||||
// CameraX (for node.invoke camera.* parity)
|
||||
implementation("androidx.camera:camera-core:1.5.2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue