Duplicate class org.bouncycastle.LICENSE on Android build

Hi, I’m using capacitor and after adding appflow SDK (“@capacitor/live-updates”: “^0.3.1”), my android build is giving Duplicate class org.bouncycastle.LICENSE error:

     Duplicate class org.bouncycastle.crypto.generators.Argon2BytesGenerator found in modules bcprov-jdk15on-1.65 (org.bouncycastle:bcprov-jdk15on:1.65) and bcprov-jdk15to18-1.69 (org.bouncycastle:bcprov-jdk15to18:1.69)
     Duplicate class org.bouncycastle.crypto.generators.Argon2BytesGenerator$1 found in modules bcprov-jdk15on-1.65 (org.bouncycastle:bcprov-jdk15on:1.65) and bcprov-jdk15to18-1.69 (org.bouncycastle:bcprov-jdk15to18:1.69)
     Duplicate class org.bouncycastle.crypto.generators.Argon2BytesGenerator$Block found in modules bcprov-jdk15on-1.65 (org.bouncycastle:bcprov-jdk15on:1.65) and bcprov-jdk15to18-1.69 (org.bouncycastle:bcprov-jdk15to18:1.69)

Is there anyway to resolve this?? Thanks!

Can you share all the Capacitor plugins you have installed?
Looks like a conflict between plugin dependencies.

I found the conflict is with @capacitor-community/stripe. Is there anyway to resolve the conflict in my config?
Thanks!