mirror of https://github.com/openclaw/openclaw.git
fix(android): add bcprov dependency for device identity store
This commit is contained in:
parent
7d1be585de
commit
a3574bbde4
|
|
@ -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…
Reference in New Issue