stripe
stripe copied to clipboard
Duplicate class on Android build
Platform
- [ ] Web
- [ ] iOS
- [x] Android
Describe the bug When use with "@capacitor/live-updates" the build is failing with
Duplicate class org.bouncycastle.x509.X509StreamParserSpi 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 force/exclude this dependency resolution? Thanks!