Yep, I’ve run into that BouncyCastle duplicate class issue myself — it usually pops up when multiple dependencies include the same crypto provider. Best bet is to check your build.gradle files and explicitly exclude the conflicting version from one of the libraries, especially if both Appflow SDK and another plugin are bundling it.
↧